Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 385585 - [qting-edge] qt-demo-4.8.0_beta1 fails to link (missing qt-openvg)
Summary: [qting-edge] qt-demo-4.8.0_beta1 fails to link (missing qt-openvg)
Status: RESOLVED OBSOLETE
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Qt Bug Alias
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-04 08:25 UTC by Stefan Böhmann
Modified: 2011-12-31 21:30 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 Stefan Böhmann 2011-10-04 08:25:54 UTC
My qt-demo use flags are: exceptions kde pch qt3support

1. x11-libs/qt-openvg is not a dependency of qt-demo 
2. there is no ebuild for qt-openvg > 4.7.1


From the build log...

x86_64-pc-linux-gnu-g++ -Wl,-O1 -Wl,--as-needed -Wl,-rpath,/usr/lib64/qt4 -Wl,-rpath,/usr/lib64/qt4 -o star .obj/debug-shared/starwidget.o .obj/debug-shared/main.o .obj/debug-shared/moc_starwidget.o    -L/usr/lib64 -L/var/tmp/portage/x11-libs/qt-demo-4.8.0_beta1/work/qt-everywhere-opensource-src-4.8.0-beta1/lib -L/usr/lib64/qt4 -lQtOpenVG -lQtGui -L/usr/lib64 -L/usr/X11R6/lib -lQtCore -lgthread-2.0 -lrt -lglib-2.0 -lOpenVG -lpthread 
/usr/lib/gcc/x86_64-pc-linux-gnu/4.6.1/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lQtOpenVG
collect2: ld returned 1 exit status
make[2]: *** [star] Error 1
make[2]: Leaving directory `/var/tmp/portage/x11-libs/qt-demo-4.8.0_beta1/work/qt-everywhere-opensource-src-4.8.0-beta1/examples/openvg/star'
make[1]: *** [sub-star-make_default] Error 2
make[1]: Leaving directory `/var/tmp/portage/x11-libs/qt-demo-4.8.0_beta1/work/qt-everywhere-opensource-src-4.8.0-beta1/examples/openvg'
make: *** [sub-openvg-make_default] Error 2
make: *** Waiting for unfinished jobs....
Comment 1 Davide Pesavento (RETIRED) gentoo-dev 2011-12-31 13:39:41 UTC
Does 4.8.0 still fail to build? (I guess so..)
Comment 2 Stefan Böhmann 2011-12-31 21:30:15 UTC
(In reply to comment #1)
> Does 4.8.0 still fail to build? (I guess so..)

No - it does not fail anymore (just tried to build and it compiles).