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 [EMAIL PROTECTED]:/usr/obj/usr/src/sys/NINAMORI i386
$


Thanks
Jason
_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to