* [gentoo-dev] emerge of qt3.0.4.1 doesn't work + solution
@ 2002-05-25 14:07 Wido Depping
0 siblings, 0 replies; only message in thread
From: Wido Depping @ 2002-05-25 14:07 UTC (permalink / raw
To: gentoo-dev
The emerge of qt3.0.4.1 stops at this point:
make[3]: Entering directory
`/var/tmp/portage/qt-3.0.4.1/work/qt-copy-3.0.4/tools/designer/uic'
test -d ../../../bin/ || mkdir -p ../../../bin/
g++ -fno-exceptions -o ../../../bin/uic .obj/release-mt/main.o
.obj/release-mt/uic.o .obj/release-mt/form.o .obj/release-mt/object.o
.obj/release-mt/subclassing.o .obj/release-mt/embed.o
.obj/release-mt/widgetdatabase.o .obj/release-mt/domtool.o
.obj/release-mt/parser.o
-Wl,-rpath,/var/tmp/portage/qt-3.0.4.1/work/qt-copy-3.0.4/lib
-L/var/tmp/portage/qt-3.0.4.1/work/qt-copy-3.0.4/lib -L/usr/X11R6/lib
-L/usr/X11R6/lib -ldl -lpthread -lz -lqt-mt -lpthread -lGLU -lGL -lXmu -lICE
-lSM -ldl -lXext -lX11 -lm -lXinerama -lXrender -lXft -lfreetype
/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'
[snip]
collect2: ld returned 1 exit status
make[3]: *** [../../../bin/uic] Error 1
As the error message indicates, liblcms.so.1 isn't found. But it is installed
on my system. So I had a look at /usr/lib:
lrwxrwxrwx 1 root root 12 May 2 16:09 liblcms.so ->
liblcms.so.1
-rwxr-xr-x 1 root root 109400 May 2 16:09 liblcms.so.1.0.8
As you can see, there is missing a symbolic link since liblcms.so points to a
non-existing file. So I created a link from liblcms.so.1.0.8 to liblcms.so.1
and now everything works fine.
This problem prevented me also from compiling KDE from cvs.
mfg.
Wido
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2002-05-25 14:19 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-25 14:07 [gentoo-dev] emerge of qt3.0.4.1 doesn't work + solution Wido Depping
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox