From owner-freebsd-questions@FreeBSD.ORG Fri Jun 24 09:51:05 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org 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 93EF216A41C for ; Fri, 24 Jun 2005 09:51:05 +0000 (GMT) (envelope-from mirya@matrix.kiev.ua) Received: from gw.matrix.kiev.ua (gw.matrix.kiev.ua [213.159.235.42]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3307043D5F for ; Fri, 24 Jun 2005 09:51:03 +0000 (GMT) (envelope-from mirya@matrix.kiev.ua) Received: by gw.matrix.kiev.ua (Postfix, from userid 426) id B10BCC4E4D; Fri, 24 Jun 2005 12:50:53 +0300 (EEST) Received: from [192.168.0.27] (bt2.matrix.kiev.ua [192.168.0.27]) by gw.matrix.kiev.ua (Postfix) with ESMTP id 75F3CC4E40 for ; Fri, 24 Jun 2005 12:50:51 +0300 (EEST) Message-ID: <42BBD796.1010702@matrix.kiev.ua> Date: Fri, 24 Jun 2005 12:51:18 +0300 From: Kyryll A Mirnenko User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Checker-Version: SpamAssassin 3.0.2 (2004-11-16) on gw.matrix.kiev.ua X-Spam-Level: X-Spam-Status: No, score=-104.5 required=5.0 tests=ALL_TRUSTED,AWL,BAYES_00, USER_IN_WHITELIST autolearn=ham version=3.0.2 Subject: Re: ruby18 build err X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: mirya@matrix.kiev.ua List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 24 Jun 2005 09:51:05 -0000 Got the same problem as this (from archives): > Mon Apr 11, Gary Kline kline at tao.thought.org wrote: > > 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 Kline kline at 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 If someone has any information about solving it, plz reply