This is the bug/patch tracker for Rockbox. Click here for more information.
Quick links: Bugs · Patches · Rockbox frontpage
FS#10380 - rbutil - wrong tool version on build
Attached to Project:
Rockbox
Opened by Jens Erdmann (pyro_maniac) - Wednesday, 24 June 2009, 21:25 GMT+2
Last edited by Dominik Riebeling (bluebrother) - Monday, 29 June 2009, 11:24 GMT+2
Opened by Jens Erdmann (pyro_maniac) - Wednesday, 24 June 2009, 21:25 GMT+2
Last edited by Dominik Riebeling (bluebrother) - Monday, 29 June 2009, 11:24 GMT+2
|
DetailsOn some distributions qmake and lrelease are in the version 3.3.8 ( Kubuntu 9.04 for example) and the "right" tools are named qmake-qt4 and lrelease-qt4.
make uses lrelease and in this case the wrong version. This raises an error because the qt 3 version of lrelease has no "-silent" option. |
This task depends upon
Closed by Dominik Riebeling (bluebrother)
Monday, 29 June 2009, 11:24 GMT+2
Reason for closing: Not a Bug
Additional comments about closing: If your Qt installation reports the wrong path for QT_INSTALL_BINS your Qt installation is broken. Nothing we can do anything about. All my Qt installations (multiple installations on Windows and Linux) report the correct value, and my main Qt installation also uses "qmake-qt4".
Kubuntu package issue, please report to the packagers.
Monday, 29 June 2009, 11:24 GMT+2
Reason for closing: Not a Bug
Additional comments about closing: If your Qt installation reports the wrong path for QT_INSTALL_BINS your Qt installation is broken. Nothing we can do anything about. All my Qt installations (multiple installations on Windows and Linux) report the correct value, and my main Qt installation also uses "qmake-qt4".
Kubuntu package issue, please report to the packagers.
Also, it might be a good idea to discuss such issues on the mailing list first before adding bugs. It's definitely not rbutil's charge on how your toolchain is set up.
Yes there is still a lrelease binary there but, the problem is, that his qmake-qt4 reports the wrong QT_INSTALL_BINS dir.