Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 2482 - Any of the qt libraries won't compile
Summary: Any of the qt libraries won't compile
Status: RESOLVED DUPLICATE of bug 2483
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux bug wranglers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-05-05 19:38 UTC by Miguel Sousa Filipe
Modified: 2005-07-17 13:06 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 Miguel Sousa Filipe 2002-05-05 19:38:47 UTC
the problem is that qt2 or qt3 will not compile
here is the error message:
g++ -L/var/tmp/portage/qt-2.3.2-r1/work/qt-2.3.2/lib
-Wl,-rpath,/var/tmp/portage/qt-2.3.2-r1/work/qt-2.3.2/lib   -lpthread -o
./guithreads main.o   -lqt-mt  
/usr/i686-pc-linux-gnu/bin/ld: warning: liblcms.so.1, needed by
/usr/lib/libmng.so.1, not found (try using -rpath or -rpath-link)
/usr/lib/libmng.so.1: undefined reference to `cmsOpenProfileFromMem'
/usr/lib/libmng.so.1: undefined reference to `cmsDoTransform'
/usr/lib/libmng.so.1: undefined reference to `cmsErrorAction'
/usr/lib/libmng.so.1: undefined reference to `cmsCreateRGBProfile'
/usr/lib/libmng.so.1: undefined reference to `cmsFreeGamma'
/usr/lib/libmng.so.1: undefined reference to `cmsOpenProfileFromFile'
/usr/lib/libmng.so.1: undefined reference to `cmsCloseProfile'
/usr/lib/libmng.so.1: undefined reference to `cmsDeleteTransform'
/usr/lib/libmng.so.1: undefined reference to `cmsCreateTransform'
/usr/lib/libmng.so.1: undefined reference to `cmsBuildGamma'
/usr/lib/libmng.so.1: undefined reference to `cmsWhitePointFromTemp'
collect2: ld returned 1 exit status
make[2]: *** [guithreads] Error 1
make[2]: Leaving directory
`/var/tmp/portage/qt-2.3.2-r1/work/qt-2.3.2/examples/guithreads'
make[1]: *** [src-mt] Error 2
make[1]: Leaving directory `/var/tmp/portage/qt-2.3.2-r1/work/qt-2.3.2'
make: *** [src-mt] Error 2

!!! ERROR: The ebuild did not complete successfully.
!!! Function src_compile, Line 61, Exitcode 2
!!! (no error message)

!!! emerge aborting on  /usr/portage/x11-libs/qt/qt-2.3.2-r1.ebuild .


Also the compile fase of qt-2.3.2 is not very paralelized, it's only unsing one
of my two CPU's (only one g++ is running each time)
Comment 1 Miguel Sousa Filipe 2002-05-05 20:29:10 UTC

*** This bug has been marked as a duplicate of 2483 ***