Re: [gentoo-user] ERROR: gnome-base/gnome-vfs-2.10.1

2005-10-09 Thread Holly Bostick
pat schreef:
> Hi all,
> 
> I have problem with compilation of the gnome-vfs-2.10.1-r1/2.
> 
> I know what the error is, but I have no idea how to solve it.
> Previously I've used as flag 1386-pc-linux-gnu, but I've switched to 
> i686-pc-linux-gnu and the vfs looking for the i386 version which
> doesn't exist :-\ How to fix it ???
> 
> Thanks
> 

Pat, this error

> /usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.5-20050130/libstdc++ .la: No
> such file or directory libtool: link: 
> `/usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.5-20050130/libstdc++.la' is
> not a valid libtool archive

(which you may see in other compilesas well as this one) means that you
should run

fix_libtool_files.sh

(which is installed by GCC, and will be found in /sbin/ , therefore run
as root).

Basically, if the error includes " is not a valid libtool
archive", run the above script.

HTH,
Holly
-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] ERROR: gnome-base/gnome-vfs-2.10.1

2005-10-08 Thread pat
Hi all,

I have problem with compilation of the gnome-vfs-2.10.1-r1/2.

I know what the error is, but I have no idea how to solve it. Previously
I've used as flag 1386-pc-linux-gnu, but I've switched to
i686-pc-linux-gnu and the vfs looking for the i386 version which doesn't
 exist :-\ How to fix it ???

Thanks

Pat

grep: /usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.5-20050130/libstdc++.la: No
such fi
le or directory
/bin/sed: can't read
/usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.5-20050130/libstdc++
.la: No such file or directory
libtool: link:
`/usr/lib/gcc-lib/i386-pc-linux-gnu/3.3.5-20050130/libstdc++.la'
is not a valid libtool archive
make[2]: *** [libfile.la] Error 1
make[2]: *** Waiting for unfinished jobs
(cd .libs && rm -f libdns-sd.la && ln -s ../libdns-sd.la libdns-sd.la)
make[2]: Leaving directory
`/var/tmp/portage/gnome-vfs-2.10.1-r1/work/gnome-vfs-
2.10.1/modules'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory
`/var/tmp/portage/gnome-vfs-2.10.1-r1/work/gnome-vfs-
2.10.1'
make: *** [all] Error 2
-- 
gentoo-user@gentoo.org mailing list