On 06-11-2006 10:33:57 -0500, Kurt Hindenburg wrote:
> Compiling subversion w/ Ruby
> 
> /Users/kurthindenburg/Library/Gentoo/var/tmp/portage/dev-util/subversion-1.4.0/work/subversion-1.4.0/libtool:
> line 1: none: command not found
> make: *** [subversion/bindings/swig/ruby/svn_client.lo] Error 1

I never tried it, but it looks like it wants swig for this.  Might be a
missing dependency in the original ebuild.

> I also notice a lot of errors like:
> libtool: link: warning: `/usr/lib//libiconv.la' seems to be moved
> /Users/kurthindenburg/Library/Gentoo/usr/bin/ld: warning -L: directory
> name 
> (/Users/kurthindenburg/Library/Gentoo/var/tmp/portage/dev-util/subversion-1.4.0/image/Users/kurthindenburg/Library/Gentoo//usr/lib)
> does not exist

This might be normal.  The Darwin linker is way more strict and
complaining than the GNU linker.  As such it just warns you that the -L
path it was given doesn't exist, whereas the GNU linker would keep its
mouth shut and just continue anyway.  This is a matter of taste, I kind
of like it.

The "seems to be moved" things, I'm not sure if they are harmful or not.
Ideal for sure not.  It for sure finds libiconv.la first in your normal
system, then probably figures it shouldn't look there.

-- 
Fabian Groffen
Gentoo on a different level
-- 
[EMAIL PROTECTED] mailing list

Reply via email to