From owner-freebsd-questions@FreeBSD.ORG Mon Apr 11 17:00:00 2005 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 EED3916A4CE for ; Mon, 11 Apr 2005 17:00:00 +0000 (GMT) Received: from tao.thought.org (dsl231-043-140.sea1.dsl.speakeasy.net [216.231.43.140]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B10E43D4C for ; Mon, 11 Apr 2005 17:00:00 +0000 (GMT) (envelope-from kline@tao.thought.org) Received: from tao.thought.org (localhost [127.0.0.1]) by tao.thought.org (8.13.1/8.13.1) with ESMTP id j3BH0urK093599 for ; Mon, 11 Apr 2005 10:00:57 -0700 (PDT) (envelope-from kline@tao.thought.org) Received: (from kline@localhost) by tao.thought.org (8.13.1/8.13.1/Submit) id j3BH0ulI093598 for freebsd-questions@FreeBSD.ORG; Mon, 11 Apr 2005 10:00:56 -0700 (PDT) (envelope-from kline) Date: Mon, 11 Apr 2005 10:00:56 -0700 From: Gary Kline To: FreeBSD Mailing List Message-ID: <20050411170056.GA93527@thought.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.4.2.1i X-Organization: Thought Unlimited. Public service Unix since 1986. X-Of_Interest: Observing 18++ years of service to the Unix community Subject: ruby18 build err 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: Mon, 11 Apr 2005 17:00:01 -0000 Gang, I need some insight here. The following "[BUG]" with ./lib/mkmf.rb is causing the latest ruby18 to not build; I think this causes the latest gnome_update script to fault. Does anybody know why mkmf.rb is segv'ing here and how to resolve this problem? gary -- Gary Kline kline@thought.org www.thought.org Public service Unix [snip] cc -O2 -pipe -fschedule-insns2 -fomit-frame-pointer -funroll-loops -fPIC -I. -I. -c dmyext.c ar rcu libruby18-static.a 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 cc -O2 -pipe -fschedule-insns2 -fomit-frame-pointer -funroll-loops -fPIC -I. -I. -c main.c cc -O2 -pipe -fschedule-insns2 -fomit-frame-pointer -funroll-loops -fPIC -rpath=/usr/local/lib -rdynamic main.o dmyext.o libruby18-static.a -lcrypt -lm -pthread -o miniruby 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 -pthread -o libruby18.so.18 ./lib/mkmf.rb:314: [BUG] Segmentation fault ruby 1.8.2 (2004-12-25) [i386-freebsd5] Abort trap (core dumped) *** Error code 134