Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 41693 - kdepim compile error during emerge
Summary: kdepim compile error during emerge
Status: RESOLVED DUPLICATE of bug 41492
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-02-15 11:54 UTC by JC Francois
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 JC Francois 2004-02-15 11:54:07 UTC
JC> Although I just emerge qt 3.3.0 before I got the following error:

Making all in kabc2mutt
make[3]: Entering directory `/var/tmp/portage/kdepim-3.2.0-r2/work/kdepim-3.2.0/kabc/kabc2mutt'
g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I/usr/kde/3.2/include/kabc -I/usr/kde/3.2/include -I/usr/qt/3/include -I/usr/X11R6/include   -DQT_THREAD_SUPPORT  -D_REENTRANT -D_FILE_OFFSET_BITS=64  -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -DNDEBUG -DNO_DEBUG -O2 -O3 -march=pentium2 -pipe -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION  -c -o main.o `test -f 'main.cpp' || echo './'`main.cpp
/bin/sh ../../libtool --silent --mode=link --tag=CXX g++  -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -DNDEBUG -DNO_DEBUG -O2 -O3 -march=pentium2 -pipe -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION    -o kabc2mutt -L/usr/X11R6/lib -L/usr/qt/3/lib -L/usr/kde/3.2/lib  -R /usr/kde/3.2/lib -R /usr/qt/3/lib -R /usr/X11R6/lib main.o -lkabc -lkdecore
libtool: link: cannot find the library `/var/tmp/portage/qt-3.3.0/image/usr/qt/3/lib/libqt-mt.la'
make[3]: *** [kabc2mutt] Error 1
make[3]: Leaving directory `/var/tmp/portage/kdepim-3.2.0-r2/work/kdepim-3.2.0/kabc/kabc2mutt'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/var/tmp/portage/kdepim-3.2.0-r2/work/kdepim-3.2.0/kabc'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/var/tmp/portage/kdepim-3.2.0-r2/work/kdepim-3.2.0'
make: *** [all] Error 2

!!! ERROR: kde-base/kdepim-3.2.0-r2 failed.
!!! Function kde_src_compile, Line 127, Exitcode 2
!!! died running emake, kde_src_compile:make



JC> why does it look for "/var/tmp/portage/qt-3.3.0/image/usr/qt/3/lib/libqt-mt.la" ?!? There is no /tmp/portage directory. The missing libqt-mt.la file resides in /usr/qt/3/lib/ o my system...

JC
Comment 1 JC Francois 2004-02-15 12:17:56 UTC
I meant there is no /var/tmp/portage/qt-3.3.0/image on my system. Just a /var/tmp/portage/qt-3.3.0/temp
Comment 2 JC Francois 2004-02-15 12:34:32 UTC
creating a symbolic link to /usr/qt/3/lib/libqt-mt.la in /var/tmp/portage/qt-3.3.0 solved the problem for me.
Comment 3 Caleb Tennis (RETIRED) gentoo-dev 2004-02-18 06:26:28 UTC

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