From owner-freebsd-questions@FreeBSD.ORG Tue May 10 20:34:43 2011 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id B54221065676 for ; Tue, 10 May 2011 20:34:43 +0000 (UTC) (envelope-from freebsd-questions-local@be-well.ilk.org) Received: from mail4.sea5.speakeasy.net (mail4.sea5.speakeasy.net [69.17.117.48]) by mx1.freebsd.org (Postfix) with ESMTP id 8871C8FC12 for ; Tue, 10 May 2011 20:34:43 +0000 (UTC) Received: (qmail 18782 invoked from network); 10 May 2011 20:34:43 -0000 Received: from dsl092-078-145.bos1.dsl.speakeasy.net (HELO be-well.ilk.org) ([66.92.78.145]) (envelope-sender ) by mail4.sea5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 10 May 2011 20:34:42 -0000 Received: from lowell-desk.lan (lowell-desk.lan [172.30.250.8]) by be-well.ilk.org (Postfix) with ESMTP id 4519850822; Tue, 10 May 2011 16:34:36 -0400 (EDT) Received: by lowell-desk.lan (Postfix, from userid 1147) id 11CB439829; Tue, 10 May 2011 16:34:35 -0400 (EDT) From: Lowell Gilbert To: Mage To: freebsd-questions@freebsd.org References: <4DC97839.6010108@mage.hu> <4DC982B2.6090303@mage.hu> <4DC98B05.7080503@mage.hu> <4DC9953F.3030401@mage.hu> <4DC99ABA.5010703@mage.hu> <4DC99F55.3050409@mage.hu> Date: Tue, 10 May 2011 16:34:34 -0400 In-Reply-To: <4DC99F55.3050409@mage.hu> (mage@mage.hu's message of "Tue, 10 May 2011 22:25:57 +0200") Message-ID: <44hb92pa5h.fsf@lowell-desk.lan> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/23.2 (berkeley-unix) MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Subject: Re: kernel and buildworld questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: freebsd-questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 May 2011 20:34:43 -0000 Mage writes: > On 05/10/2011 10:16 PM, Pierre-Luc Drouin wrote: >> >> It is not necessarily the -O. It can also be the -march=native ... > gcc46 -fno-strict-aliasing -pipe -fPIC -L. -rdynamic main.o dmydln.o > dmyencoding.o dmyversion.o miniprelude.o array.o bignum.o class.o > compar.o complex.o dir.o dln_find.o enum.o enumerator.o error.o > eval.o load.o proc.o file.o gc.o hash.o inits.o io.o marshal.o > math.o node.o numeric.o object.o pack.o parse.o process.o > random.o range.o rational.o re.o regcomp.o regenc.o regerror.o > regexec.o regparse.o regsyntax.o ruby.o safe.o signal.o sprintf.o > st.o strftime.o string.o struct.o time.o transcode.o util.o > variable.o compile.o debug.o iseq.o vm.o vm_dump.o thread.o > cont.o ascii.o us_ascii.o unicode.o utf_8.o newline.o close.o > dmyext.o -lthr -lrt -lcrypt -lm -o miniruby > *** Signal 4 > > > I am absolutely sure that I successfully compiled the very same ruby > version with RVM and a fresh PCBSD install. > > I can't recall if I did it with any of my FreeBSD installs (I did 2 or > 3, playing with ZFS). Propably didn't. > > Now I try to revert to an early snapshot and see. You've tried it with an empty make.conf file first, I assume?