Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 23 Aug 2011 18:34:33 -0700
From:      Stanislav Sedov <stas@FreeBSD.org>
To:        gnixua@gmail.com
Cc:        swills@FreeBSD.org, freebsd-ports <freebsd-ports@freebsd.org>
Subject:   Re: Upgrade ruby 1.8 to 1.9 failed
Message-ID:  <20110823183433.3bc7286b.stas@FreeBSD.org>
In-Reply-To: <4E5382B2.3000908@gmail.com>
References:  <4E5382B2.3000908@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 23 Aug 2011 13:36:34 +0300
Anton <gnixua@gmail.com> mentioned:

> Upgrade to the latest version failed:
> 
> # portmaster -o lang/ruby19 lang/ruby18
> .............
> ............
> compiling zlib
> cc -shared -o ../../.ext/i386-freebsd8/zlib.so zlib.o -L. -L../.. -L.  
> -rdynamic -Wl,-soname,../../.ext/i386-freebsd8/zlib.so  -Wl,-R 
> -Wl,/usr/local/lib -L/usr/local/lib -lruby19 -lz  -lcrypt -lm 
> -L/usr/local/lib  -rpath=/usr/lib:/usr/local/lib -pthread  -lc
> making ruby19
> make: don't know how to make NO_DEPENDS. Stop
> *** Error code 2
> 

This is most likely due to the bug in the ruby build system we need to fix.
It seems it tries to run the inernal make with the same argument the port
make has been called with.

For now, you can either work around this by building and installing ruby 1.9
manually (via make install), or just keep 1.8 which we returned to as default
ruby for now due to a big list of problems we didn't anticipated.

Sorry for the inconveniencies!

-- 
Stanislav Sedov
ST4096-RIPE

()  ascii ribbon campaign - against html e-mail 
/\  www.asciiribbon.org   - against proprietary attachments



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20110823183433.3bc7286b.stas>