FS#61406 - [octave] missing standard gui since update to version 4.4.1-4

Attached to Project: Community Packages
Opened by Max Schuh (m_schuh) - Monday, 14 January 2019, 19:49 GMT
Last edited by Antonio Rojas (arojas) - Monday, 14 January 2019, 21:18 GMT
Task Type Feature Request
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Since the last update (4.4.1-3 to 4.4.1-4) the build lacks the standard gui.

Additional info:
* octave-4.4.1-4

Steps to reproduce:
run:
$ octave --gui
output:
octave: GUI features missing or disabled in this build

Workaround:
I build octave myself from source:
During the configuration 'qcollectiongenerator-qt5' cannot be found (seems to be missing in the qt5-tools package).
It is sufficient to create a link to 'qcollectiongenerator-qt4':
# ln -s /usr/bin/qcollectiongenerator-qt4 /usr/bin/qcollectiongenerator-qt5
and run the configuration again. Afterwards one can run the build and get a working version including the standard gui.


This task depends upon

Closed by  Antonio Rojas (arojas)
Monday, 14 January 2019, 21:18 GMT
Reason for closing:  Fixed
Additional comments about closing:  octave 4.4.1-5

Loading...