Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 83863 - gnome-base/gnome-vfs-2.8.4 fails to compile
Summary: gnome-base/gnome-vfs-2.8.4 fails to compile
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] GCC Porting (show other bugs)
Hardware: x86 Linux
: High normal
Assignee: Please assign to toolchain
URL:
Whiteboard:
Keywords:
: 83866 84095 86162 86370 91684 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-03-02 11:56 UTC by Christopher Frömmel
Modified: 2005-05-06 06:26 UTC (History)
4 users (show)

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 Christopher Frömmel 2005-03-02 11:56:47 UTC
When I try to emerge gnome-vfs-2.8.4, it fails to compile.

[...]
creating libfile.la
/bin/sed: can't read /usr/lib/gcc/i686-pc-linux-gnu/3.4.3/libstdc++.la: No such file or directory
libtool: link: '/usr/lib/gcc/i686-pc-linux-gnu/3.4.3/libstdc++.la' is not a valid libtool archive
make[3]: *** [libfile.la] Error 1
make[3]: *** Waiting for unfinished jobs...
[...]
make[3]: Leaving directory '/var/tmp/portage/gnome-vfs-2.8.4/work/gnome-vfs-2.8.4/modules'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/var/tmp/portage/gnome-vfs-2.8.4/work/gnome-vfs-2.8.4/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/var/tmp/portage/gnome-vfs-2.8.4/work/gnome-vfs-2.8.4'
make: *** [all] Error 2

!!! Error: gnome-base/gnome-vfs-2.8.4 failed.
!!! Function gnome2_src_compile, Line 40, Exitcode 2
!!! compile failure
!!! If you need support, post the topmost build error, NOT this status message.

Reproducible: Always
Steps to Reproduce:
1. emerge --sync
2. USE="~x86" emerge gnome-base/gnome-vfs-2.8.4
3.
Actual Results:  
Emerging fails due to compile failure.

Expected Results:  
It should emerge cleanly, I think.

I don't know if this big is a gcc, lib(tool), sed or gnome problem. All of my
packages are at ~x86 state.
Comment 1 Christopher Frömmel 2005-03-02 12:17:35 UTC
Bug 83869 seems to be similar.
Comment 2 Mark Loeser (RETIRED) gentoo-dev 2005-03-02 16:08:07 UTC
Run:
fix_libtool_files.sh 3.4.3

That should fix the problem.
Comment 3 Christopher Frömmel 2005-03-03 01:20:46 UTC
I do not understand how or why this fixes the problem, but "fix_libtool_files.sh 3.4.3" fixed it. Thanks Mr. Loeser.
Comment 4 SpanKY gentoo-dev 2005-03-03 15:13:11 UTC
*** Bug 83866 has been marked as a duplicate of this bug. ***
Comment 5 Eric 2005-03-04 11:11:33 UTC
*** Bug 84095 has been marked as a duplicate of this bug. ***
Comment 6 Gregorio Guidi (RETIRED) gentoo-dev 2005-03-21 15:08:53 UTC
*** Bug 86162 has been marked as a duplicate of this bug. ***
Comment 7 Arthur I. 2005-03-23 04:31:33 UTC
*** Bug 86370 has been marked as a duplicate of this bug. ***
Comment 8 Rouben Tchakhmakhtchian 2005-05-05 14:50:35 UTC
A safer thing to do, perhaps, is to look under /usr/lib/gcc-lib/<your arch>/ for broken symlinks and fix them manually?
Comment 9 Maurice van der Pot (RETIRED) gentoo-dev 2005-05-06 06:26:27 UTC
*** Bug 91684 has been marked as a duplicate of this bug. ***