Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 61236 - app-office/koffice-1.3.2 fails to compile
Summary: app-office/koffice-1.3.2 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: High normal
Assignee: Gentoo KDE team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-08-22 03:48 UTC by Eldad Zack (RETIRED)
Modified: 2004-08-23 05:12 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 Eldad Zack (RETIRED) gentoo-dev 2004-08-22 03:48:33 UTC
For some reason it is trying to link against gcc 3.3.2:
(/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/libstdc++.la)
but I have gcc 3.3.3 installed (as well as 3.4.1).

/bin/sh ../../libtool --silent --mode=link --tag=CXX g++  -Wnon-virtual-dtor -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith -Wwrite-strings -DNDEBUG -DNO_DEBUG -O2 -O2 -march=i686 -funroll-loops -pipe -fomit-frame-pointer -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 libkospell.la -rpath /usr/lib -L/usr/X11R6/lib -L/usr/qt/3/lib -L/usr/kde/3.2/lib  -version-info 5:0:1 -no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined koSconfig.lo koSpelldlg.lo koSpell.lo koaspell.lo koispell.lo -lkdeui -laspell
grep: /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/libstdc++.la: No such file or directory
/bin/sed: can't read /usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/libstdc++.la: No such file or directory
libtool: link: `/usr/lib/gcc-lib/i686-pc-linux-gnu/3.3.2/libstdc++.la' is not a valid libtool archive
Comment 1 Carsten Lohrke (RETIRED) gentoo-dev 2004-08-22 15:42:52 UTC
fix_libtool_files.sh is your friend
Comment 2 Eldad Zack (RETIRED) gentoo-dev 2004-08-23 05:12:39 UTC
Seems to fix that...