[arch-dev-public] preparing db+heimdal bump

Jan de Groot jan at jgc.homeip.net
Wed Jul 9 02:38:20 EDT 2008


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.





More information about the arch-dev-public mailing list