Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 484156 - dev-qt/qtsingleapplication-2.6.1 fails to build
Summary: dev-qt/qtsingleapplication-2.6.1 fails to build
Status: RESOLVED FIXED
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: 2013-09-08 06:28 UTC by Nikoli
Modified: 2013-09-09 17:15 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 Nikoli 2013-09-08 06:28:33 UTC
In file included from ../src/qtsingleapplication.cpp:49:0:
../src/qtlocalpeer.h:52:26: fatal error: qtlockedfile.h: No such file or directoryIn file included from moc_qtlocalpeer.cpp:10:0:
../src/qtlocalpeer.h:52:26: fatal error: qtlockedfile.h: No such file or directoryIn file included from ../src/qtlocalpeer.cpp:48:0:
../src/qtlocalpeer.h:52:26: fatal error: qtlockedfile.h: No such file or directory

compilation terminated.
compilation terminated.

compilation terminated.
make[1]: *** [qtsingleapplication.o] Error 1


After installing dev-qt/qtlockedfile-2.4.1 it builds fine, /usr/lib64/libQtSolutions_SingleApplication-2.6.so.1.0.0 links to libQtSolutions_LockedFile-2.4.so.1, so you should add this dep with sub-slot.
Comment 1 Michael Palimaka (kensington) gentoo-dev 2013-09-09 17:15:26 UTC
Thanks, dependency added in CVS now.