Date: Tue, 23 Nov 2004 20:26:56 -0500 From: jason <jason@ec.rr.com> To: FreeBSD Questions <freebsd-questions@freebsd.org> Subject: ruby fails to build Message-ID: <41A3E360.2060705@ec.rr.com>
next in thread | raw e-mail | index | archive | help
Here is a snip from the make install command. cc -shared -Wl,-soname,libruby18.so.18 array.o bignum.o class.o compar.o dir.o dln.o enum.o error.o eval.o file.o gc.o hash.o inits.o io.o marshal.o math.o numeric.o object.o pack.o parse.o process.o prec.o random.o range.o re.o regex.o ruby.o signal.o sprintf.o st.o string.o struct.o time.o util.o variable.o version.o dmyext.o -lcrypt -lm -o libruby18.so.18 /usr/ports/lang/ruby18/work/ruby-1.8.2/lib/mkmf.rb:964: [BUG] Segmentation fault ruby 1.8.2 (2004-07-29) [i386-freebsd5] Abort trap (core dumped) *** Error code 134 1 error *** Error code 2 Stop in /usr/ports/lang/ruby18. Here is a snip from the file mentioned. $CPPFLAGS = with_config("cppflags", arg_config("CPPFLAGS", config["CPPFLAGS"])).dup $LDFLAGS = (with_config("ldflags") || "").dup $INCFLAGS = "-I$(topdir)" <<==line 964 $DLDFLAGS = with_config("dldflags", arg_config("DLDFLAGS", config["DLDFLAGS"])).dup $LIBEXT = config['LIBEXT'].dup Does anyone have a clue on this? I have cvsuped the ports just a few minutes ago. I wanted to install portupgrade, but I can't because of ruby. Also I read some stuff on csup, is there a website or other source of info on the progress of this progect. $ uname -a FreeBSD BARTON 5.3-STABLE FreeBSD 5.3-STABLE #2: Sun Nov 21 23:50:50 EST 2004 jason@BARTON:/usr/obj/usr/src/sys/NINAMORI i386 $ Thanks Jason
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?41A3E360.2060705>