Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 549142 - dev-qt/qtwidgets-5.4.1 - src_configure(): sh: .../work/qtbase-opensource-src-5.4.1/bin/uic: No such file or directory
Summary: dev-qt/qtwidgets-5.4.1 - src_configure(): sh: .../work/qtbase-opensource-src-...
Status: RESOLVED WORKSFORME
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-05-11 05:07 UTC by Jeroen Roovers (RETIRED)
Modified: 2015-05-11 16:35 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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