From owner-freebsd-questions@FreeBSD.ORG Wed Nov 24 01:24:45 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3FAA216A4CE for ; Wed, 24 Nov 2004 01:24:45 +0000 (GMT) Received: from ms-smtp-01-eri0.southeast.rr.com (ms-smtp-01-lbl.southeast.rr.com [24.25.9.100]) by mx1.FreeBSD.org (Postfix) with ESMTP id 37CEA43D49 for ; Wed, 24 Nov 2004 01:24:44 +0000 (GMT) (envelope-from jason@ec.rr.com) Received: from [192.168.1.100] (cpe-065-184-201-054.ec.rr.com [65.184.201.54]) iAO1OfKj005219 for ; Tue, 23 Nov 2004 20:24:41 -0500 (EST) Message-ID: <41A3E360.2060705@ec.rr.com> Date: Tue, 23 Nov 2004 20:26:56 -0500 From: jason User-Agent: Mozilla Thunderbird 0.8 (X11/20041025) X-Accept-Language: en-us, en MIME-Version: 1.0 To: FreeBSD Questions Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: Symantec AntiVirus Scan Engine Subject: ruby fails to build X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Nov 2004 01:24:45 -0000 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