* [gentoo-user] GCC 4.1.1 unable to compile kdelibs due to missing libstdc++
@ 2006-06-02 12:21 Paulo J. Matos
2006-06-02 13:02 ` Peper
2006-06-02 16:05 ` [gentoo-user] " Sven Köhler
0 siblings, 2 replies; 8+ messages in thread
From: Paulo J. Matos @ 2006-06-02 12:21 UTC (permalink / raw
To: gentoo-user
Hi all,
First, I just upgraded from 4.0.2 to 4.1.1, continued to upgrade some
other packages up until kdelibs where I get:
/bin/sh ../../libtool --silent --tag=CXX --mode=compile
i686-pc-linux-gnu-g++ -DHAVE_CONFIG_H -I. -I. -I../.. -I../../dcop
-I../../kdecore -I../../kio/kssl -I../../kjs -I../../arts/kde -I../..
-I/usr/kde/3.5/include/arts -I../../dcop -I../../libltdl -I../../kdefx
-I../../kdecore -I../../kdecore -I../../kdeui -I../../kio
-I../../kio/kio -I../../kio/kfile -I../.. -I/usr/qt/3/include -I.
-I/usr/kde/3.5/include -DQT_THREAD_SUPPORT -D_REENTRANT
-Wno-long-long -Wundef -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE
-Wcast-align -Wconversion -Wchar-subscripts -Wall -W -Wpointer-arith
-DNDEBUG -DNO_DEBUG -O2 -march=pentium4 -O3 -pipe -fomit-frame-pointer
-Wformat-security -Wmissing-format-attribute -Wno-non-virtual-dtor
-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 libartskde_la.all_cc.lo libartskde_la.all_cc.cc
/bin/sh ../../libtool --silent --tag=CXX --mode=link
i686-pc-linux-gnu-g++ -Wno-long-long -Wundef -ansi
-D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion
-Wchar-subscripts -Wall -W -Wpointer-arith -DNDEBUG -DNO_DEBUG -O2
-march=pentium4 -O3 -pipe -fomit-frame-pointer -Wformat-security
-Wmissing-format-attribute -Wno-non-virtual-dtor -fno-exceptions
-fno-check-new -fno-common -DQT_CLEAN_NAMESPACE -DQT_NO_ASCII_CAST
-DQT_NO_STL -DQT_NO_COMPAT -DQT_NO_TRANSLATION -o libartskde.la
-rpath /usr/kde/3.5/lib -L/usr/kde/3.5/lib -L/usr/qt/3/lib -L/usr/lib
-no-undefined -Wl,--no-undefined -Wl,--allow-shlib-undefined
-version-info 3:0:2 libartskde_la.all_cc.lo libartskde_la.all_cpp.lo
../../kio/libkio.la -lqtmcop -lsoundserver_idl
grep: /usr/lib/gcc/i686-pc-linux-gnu/4.1.1/libstdc++.la: No such file
or directory
/bin/sed: can't read
/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/libstdc++.la: No such file or
directory
libtool: link: `/usr/lib/gcc/i686-pc-linux-gnu/4.1.1/libstdc++.la' is
not a valid libtool archive
make[3]: *** [libartskde.la] Error 1
ok, so I searched the forums, the gentoo bugzilla and I found a lot of
discussion concerning similar issues. I did was I found:
fix_libtool_files.sh 4.0.2
fix_libtool_files.sh 4.1.1 ==> Didn't seem to do anything
emerge libtool libstdc++-v3 libstdc++
And still I get this. Any ideas?
Cheers,
--
Paulo Jorge Matos - pocm at sat inesc-id pt
Web: http://sat.inesc-id.pt/~pocm
Computer and Software Engineering
INESC-ID - SAT Group
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] GCC 4.1.1 unable to compile kdelibs due to missing libstdc++
2006-06-02 12:21 [gentoo-user] GCC 4.1.1 unable to compile kdelibs due to missing libstdc++ Paulo J. Matos
@ 2006-06-02 13:02 ` Peper
2006-06-02 14:30 ` Paulo J. Matos
2006-06-02 16:05 ` [gentoo-user] " Sven Köhler
1 sibling, 1 reply; 8+ messages in thread
From: Peper @ 2006-06-02 13:02 UTC (permalink / raw
To: gentoo-user
> And still I get this. Any ideas?
I have run into many strange problems with confcache, have you flushed(just
remove /var/tmp/confcache) it after upgrade to 4.1.1?
--
Best Regards,
Peper
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] GCC 4.1.1 unable to compile kdelibs due to missing libstdc++
2006-06-02 13:02 ` Peper
@ 2006-06-02 14:30 ` Paulo J. Matos
0 siblings, 0 replies; 8+ messages in thread
From: Paulo J. Matos @ 2006-06-02 14:30 UTC (permalink / raw
To: gentoo-user
On 02/06/06, Peper <peper@aster.pl> wrote:
> > And still I get this. Any ideas?
> I have run into many strange problems with confcache, have you flushed(just
> remove /var/tmp/confcache) it after upgrade to 4.1.1?
>
I can't even find that file in my system. :-(
> --
> Best Regards,
> Peper
> --
> gentoo-user@gentoo.org mailing list
>
>
--
Paulo Jorge Matos - pocm at sat inesc-id pt
Web: http://sat.inesc-id.pt/~pocm
Computer and Software Engineering
INESC-ID - SAT Group
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-user] Re: GCC 4.1.1 unable to compile kdelibs due to missing libstdc++
2006-06-02 12:21 [gentoo-user] GCC 4.1.1 unable to compile kdelibs due to missing libstdc++ Paulo J. Matos
2006-06-02 13:02 ` Peper
@ 2006-06-02 16:05 ` Sven Köhler
2006-06-02 16:41 ` Neil Bothwick
1 sibling, 1 reply; 8+ messages in thread
From: Sven Köhler @ 2006-06-02 16:05 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 379 bytes --]
> And still I get this. Any ideas?
Upgrade to gentoolkit 0.2.2 and run revdep-revbuild. It now also
analyses *.la files and will discover the broken ones.
(But i have to tell you, that even if you recompiled all the packages,
some *.la files will remain. They don't get unmerged due to some bugs.
Just rerun revdep-rebuild to discover them, and remove them my hand.)
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 251 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Re: GCC 4.1.1 unable to compile kdelibs due to missing libstdc++
2006-06-02 16:05 ` [gentoo-user] " Sven Köhler
@ 2006-06-02 16:41 ` Neil Bothwick
2006-06-02 16:46 ` Sven Köhler
0 siblings, 1 reply; 8+ messages in thread
From: Neil Bothwick @ 2006-06-02 16:41 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 656 bytes --]
On Fri, 02 Jun 2006 18:05:10 +0200, Sven Köhler wrote:
> (But i have to tell you, that even if you recompiled all the packages,
> some *.la files will remain. They don't get unmerged due to some bugs.
> Just rerun revdep-rebuild to discover them, and remove them my hand.)
It is usually because you have run fix_libtool_files.sh at some point,
which modified the files. Since they no longer match the digest
information from when the package was merged, portage doesn't remove them
when it unmerges the package.
--
Neil Bothwick
If the pen is mightier than the sword, and a picture is worth a thousand
words, how dangerous is a fax?
[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 189 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* [gentoo-user] Re: GCC 4.1.1 unable to compile kdelibs due to missing libstdc++
2006-06-02 16:41 ` Neil Bothwick
@ 2006-06-02 16:46 ` Sven Köhler
2006-06-02 17:17 ` Paulo J. Matos
0 siblings, 1 reply; 8+ messages in thread
From: Sven Köhler @ 2006-06-02 16:46 UTC (permalink / raw
To: gentoo-user
[-- Attachment #1: Type: text/plain, Size: 802 bytes --]
>> (But i have to tell you, that even if you recompiled all the packages,
>> some *.la files will remain. They don't get unmerged due to some bugs.
>> Just rerun revdep-rebuild to discover them, and remove them my hand.)
>
> It is usually because you have run fix_libtool_files.sh at some point,
> which modified the files. Since they no longer match the digest
> information from when the package was merged, portage doesn't remove them
> when it unmerges the package.
I know, and that is not "normal" - it is a bug.
The *.la" files have to be fixed - that's the "normal" part - but that
they don't get unmerged? That's not normal and the tool that fixes the
*.la files has to be fixed.
But i already talked about that on gentoo-devel. And it seems, they are
about to fix that.
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 251 bytes --]
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Re: GCC 4.1.1 unable to compile kdelibs due to missing libstdc++
2006-06-02 16:46 ` Sven Köhler
@ 2006-06-02 17:17 ` Paulo J. Matos
2006-06-03 12:05 ` Paulo J. Matos
0 siblings, 1 reply; 8+ messages in thread
From: Paulo J. Matos @ 2006-06-02 17:17 UTC (permalink / raw
To: gentoo-user
On 02/06/06, Sven Köhler <skoehler@upb.de> wrote:
> >> (But i have to tell you, that even if you recompiled all the packages,
> >> some *.la files will remain. They don't get unmerged due to some bugs.
> >> Just rerun revdep-rebuild to discover them, and remove them my hand.)
> >
> > It is usually because you have run fix_libtool_files.sh at some point,
> > which modified the files. Since they no longer match the digest
> > information from when the package was merged, portage doesn't remove them
> > when it unmerges the package.
>
> I know, and that is not "normal" - it is a bug.
>
> The *.la" files have to be fixed - that's the "normal" part - but that
> they don't get unmerged? That's not normal and the tool that fixes the
> *.la files has to be fixed.
>
> But i already talked about that on gentoo-devel. And it seems, they are
> about to fix that.
>
>
OK, thanks I'll try revdep-rebuild with gentoolkit 0.2.2.
Cheers,
Paulo Matos
>
>
--
Paulo Jorge Matos - pocm at sat inesc-id pt
Web: http://sat.inesc-id.pt/~pocm
Computer and Software Engineering
INESC-ID - SAT Group
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [gentoo-user] Re: GCC 4.1.1 unable to compile kdelibs due to missing libstdc++
2006-06-02 17:17 ` Paulo J. Matos
@ 2006-06-03 12:05 ` Paulo J. Matos
0 siblings, 0 replies; 8+ messages in thread
From: Paulo J. Matos @ 2006-06-03 12:05 UTC (permalink / raw
To: gentoo-user
On 02/06/06, Paulo J. Matos <pocmatos@gmail.com> wrote:
>
> OK, thanks I'll try revdep-rebuild with gentoolkit 0.2.2.
>
Worked! :)
> Cheers,
>
> Paulo Matos
>
> >
> >
>
>
> --
> Paulo Jorge Matos - pocm at sat inesc-id pt
> Web: http://sat.inesc-id.pt/~pocm
> Computer and Software Engineering
> INESC-ID - SAT Group
>
--
Paulo Jorge Matos - pocm at sat inesc-id pt
Web: http://sat.inesc-id.pt/~pocm
Computer and Software Engineering
INESC-ID - SAT Group
--
gentoo-user@gentoo.org mailing list
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2006-06-03 12:15 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-06-02 12:21 [gentoo-user] GCC 4.1.1 unable to compile kdelibs due to missing libstdc++ Paulo J. Matos
2006-06-02 13:02 ` Peper
2006-06-02 14:30 ` Paulo J. Matos
2006-06-02 16:05 ` [gentoo-user] " Sven Köhler
2006-06-02 16:41 ` Neil Bothwick
2006-06-02 16:46 ` Sven Köhler
2006-06-02 17:17 ` Paulo J. Matos
2006-06-03 12:05 ` Paulo J. Matos
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox