On Wed, 9 Jul 2008, Jan de Groot wrote:

On Tue, 2008-07-08 at 20:26 +0200, Pierre Schmitz wrote:
Am Dienstag, 8. Juli 2008 17:51:30 schrieb Andreas Radke:
I'm going to build kdebase 64bit once again for Pierre's changes

I am sorry about this, but there seems something wrong with my build system.
verytime I try to build kdebase I get something like this:

/bin/sh ../../libtool --silent --tag=CXX   --mode=link
x86_64-unknown-linux-gnu-g++  -Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 
-D_BSD_SOURCE -Wcast-align -Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG 
-DNO_DEBUG -O2 -march=x86-64 -mtune=generic -O2 -pipe -Wformat-security 
-Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions -fno-check-new 
-fno-common -fvisibility=hidden -fvisibility-inlines-hidden 
-DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST -DQT_NO_STL -DQT_NO_COMPAT 
-DQT_NO_TRANSLATION -D_GNU_SOURCE  -L/opt/kde/lib -L/opt/qt/lib  
-Wl,--as-needed -Wl,--enable-new-dtags  -module -avoid-version -L/opt/kde/lib -o
kded_favicons.la -rpath /opt/kde/lib/kde3 kded_favicons_la.all_cpp.lo  -lkio
grep: /usr/lib/../lib/libstdc++.la: No such file or directory
/bin/sed: can't read /usr/lib/../lib/libstdc++.la: No such file or directory
libtool: link: `/usr/lib/../lib/libstdc++.la' is not a valid libtool archive

Some .la file on your system references the libstdc++.la file, which we
don't ship with gcc-libs. You could do something like this:

find / -name '*.la' -exec grep -l 'libstdc++.la' {} \;

Then rebuild the package that owns those .la files.


I have the same problem. kdelibs seems to be the culprit. I can build kdebase after rebuilding kdelibs. On my system, the following packages has references to libstdc++.la :

kdebase
kdelibs
kdesdk
kdevelop

I assume they'll all need to be rebuild. I'll look into it in more details tommorow and could rebuild them if no one else has the time.

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.


Reply via email to