Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 518390 - =media-gfx/freecad-0.13.1830-r1 src/Gui/WidgetFactory.h:28:21: fatal error: QUiLoader: No such file or directory
Summary: =media-gfx/freecad-0.13.1830-r1 src/Gui/WidgetFactory.h:28:21: fatal error: Q...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Michael Weber (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-07-28 14:36 UTC by Michael Mol
Modified: 2015-08-11 01:08 UTC (History)
0 users

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


Attachments
build.log (file_518390.txt,763.56 KB, text/plain)
2014-07-28 14:36 UTC, Michael Mol
Details
emerge --info =media-gfx/freecad-0.13.1830-r1::gentoo (file_518390.txt,18.08 KB, text/plain)
2014-07-28 14:36 UTC, Michael Mol
Details
emerge -pqv '=media-gfx/freecad-0.13.1830-r1::gentoo' (file_518390.txt,110 bytes, text/plain)
2014-07-28 14:37 UTC, Michael Mol
Details
environment (file_518390.txt,132.05 KB, text/plain)
2014-07-28 14:38 UTC, Michael Mol
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Mol 2014-07-28 14:36:13 UTC
Created attachment 381716 [details]
build.log

Compile error while building =media-gfx/freecad-0.13.1830-r1


[ 35%] Building CXX object src/Mod/Points/App/CMakeFiles/Points.dir/PropertyPointKernel.cpp.o
cd /var/tmp/portage/media-gfx/freecad-0.13.1830-r1/work/freecad-0.13.1830_build/src/Mod/Points/App && /usr/bin/x86_64-pc-linux-gnu-g++  -DHAVE_CONFIG_H -DPoints_EXPORTS -DQT_CORE_LIB -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_OPENGL_LIB -DQT_SVG_LIB -DQT_WEBKIT_LIB -DQT_XML_LIB -D_OCC64  -DNDEBUG -O2 -pipe -march=native -ggdb
  -D_OCC64 -fPIC -I/var/tmp/portage/media-gfx/freecad-0.13.1830-r1/work/freecad-0.13.1830_build -isystem /usr/include/qt4 -isystem /usr/include/qt4/QtOpenGL -isystem /usr/include/qt4/QtSvg -isystem /usr/include/qt4/QtWebKit -isystem /usr/include/qt4/QtGui -isystem /usr/include/qt4/QtXml -isystem /usr/include/qt4/QtNet
work -isystem /usr/include/qt4/QtCore -I/var/tmp/portage/media-gfx/freecad-0.13.1830-r1/work/freecad-0.13.1830_build/src -I/var/tmp/portage/media-gfx/freecad-0.13.1830-r1/work/freecad-0.13.1830/src -I/var/tmp/portage/media-gfx/freecad-0.13.1830-r1/work/freecad-0.13.1830_build/src/Mod/Points/App -I/var/tmp/portage/medi
a-gfx/freecad-0.13.1830-r1/work/freecad-0.13.1830/src/Mod/Points/App -I/usr/include/python2.7    -Wno-write-strings -Wno-deprecated -o CMakeFiles/Points.dir/PropertyPointKernel.cpp.o -c /var/tmp/portage/media-gfx/freecad-0.13.1830-r1/work/freecad-0.13.1830/src/Mod/Points/App/PropertyPointKernel.cpp
In file included from /var/tmp/portage/media-gfx/freecad-0.13.1830-r1/work/freecad-0.13.1830/src/Gui/Application.cpp:65:0:
/var/tmp/portage/media-gfx/freecad-0.13.1830-r1/work/freecad-0.13.1830/src/Gui/WidgetFactory.h:28:21: fatal error: QUiLoader: No such file or directory
Comment 1 Michael Mol 2014-07-28 14:36:50 UTC
Created attachment 381718 [details]
emerge --info =media-gfx/freecad-0.13.1830-r1::gentoo
Comment 2 Michael Mol 2014-07-28 14:37:33 UTC
Created attachment 381720 [details]
emerge -pqv '=media-gfx/freecad-0.13.1830-r1::gentoo'
Comment 3 Michael Mol 2014-07-28 14:38:00 UTC
Created attachment 381722 [details]
environment
Comment 4 Rafał Mużyło 2014-07-28 15:26:26 UTC
That's probably just missing dev-qt/designer dep.
Comment 5 Michael Mol 2014-07-28 16:20:46 UTC
(In reply to Rafał Mużyło from comment #4)
> That's probably just missing dev-qt/designer dep.

Indeed. Building dev-qt/designer before media-gfx/freecad permits the latter to compile.
Comment 6 Michael Weber (RETIRED) gentoo-dev 2015-08-11 01:08:17 UTC
  28 Jul 2014; Michael Weber <xmw@gentoo.org> freecad-0.13.1830-r1.ebuild:
  Add dev-qt/designer:4 dependency (thanks Rafael Lorandi, bug 513148).