Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 549142

Summary: dev-qt/qtwidgets-5.4.1 - src_configure(): sh: .../work/qtbase-opensource-src-5.4.1/bin/uic: No such file or directory
Product: Gentoo Linux Reporter: Jeroen Roovers (RETIRED) <jer>
Component: [OLD] LibraryAssignee: Qt Bug Alias <qt>
Status: RESOLVED WORKSFORME    
Severity: normal    
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Jeroen Roovers (RETIRED) gentoo-dev 2015-05-11 05:07:18 UTC
* Running qt5_qmake in src/tools/uic
 * Running qt5_qmake in src/widgets
sh: /dev/shm/portage/dev-qt/qtwidgets-5.4.1/work/qtbase-opensource-src-5.4.1/bin/uic: No such file or directory
>>> Source configured.
>>> Compiling source in /dev/shm/portage/dev-qt/qtwidgets-5.4.1/work/qtbase-opensource-src-5.4.1 ...
Comment 1 Jeroen Roovers (RETIRED) gentoo-dev 2015-05-11 06:17:05 UTC
Doesn't appear to affect the rest of the build.
Comment 2 Davide Pesavento (RETIRED) gentoo-dev 2015-05-11 16:34:00 UTC
I know, it's completely harmless. Fixing it is not worth the effort.
The generated path is correct anyway:

$ cat mkspecs/modules/qt_tool_uic.pri
QT_TOOL.uic.binary = /tmp/portage/dev-qt/qtwidgets-5.4.1/work/qtbase-opensource-src-5.4.1/bin/uic
QT_TOOL.uic.depends = core

and:

 * Running emake in src/widgets
make -j8
QT_PLUGIN_PATH=/tmp/portage/dev-qt/qtwidgets-5.4.1/work/qtbase-opensource-src-5.4.1/plugins LD_LIBRARY_PATH=/usr/lib64${LD_LIBRARY_PATH:+:$LD_LIBRARY_PATH} /tmp/portage/dev-qt/qtwidgets-5.4.1/work/qtbase-opensource-src-5.4.1/bin/uic dialogs/qfiledialog.ui -o .uic/ui_qfiledialog.h