From owner-freebsd-questions@FreeBSD.ORG Tue May 10 19:28:27 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 677451065670 for ; Tue, 10 May 2011 19:28:27 +0000 (UTC) (envelope-from mage@mage.hu) Received: from grs.hu (grs.hu [195.56.45.60]) by mx1.freebsd.org (Postfix) with ESMTP id 24C158FC12 for ; Tue, 10 May 2011 19:28:26 +0000 (UTC) Received: from localhost ([127.0.0.1]) by grs.hu with esmtp (Exim 4.74) (envelope-from ) id 1QJsba-0001Al-0N for freebsd-questions@freebsd.org; Tue, 10 May 2011 21:28:26 +0200 Message-ID: <4DC991D9.7090704@mage.hu> Date: Tue, 10 May 2011 21:28:25 +0200 From: Mage User-Agent: Mozilla/5.0 (X11; U; Linux x86_64; en-US; rv:1.9.2.17) Gecko/20110503 Lightning/1.0b3pre Thunderbird/3.1.10 MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: <4DC97839.6010108@mage.hu> <4DC982B2.6090303@mage.hu> <4DC98B05.7080503@mage.hu> <20110510221009.49a1c6ea@ukr.net> In-Reply-To: <20110510221009.49a1c6ea@ukr.net> X-Enigmail-Version: 1.1.2 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Subject: Re: kernel and buildworld questions X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 10 May 2011 19:28:27 -0000 On 05/10/2011 09:10 PM, Ivan Klymenko wrote: > >> [root@eden ~]# cvsup sup_standard >> Connected to cvsup.de.FreeBSD.org >> Updating collection src-all/cvs >> Edit src/bin/sh/expand.c >> Illegal instruction: 4 (core dumped) > rm /usr/share/zoneinfo/UTC I thought you are joking, but I tried: [root@eden ~]# cvsup sup_standard Connected to cvsup.de.FreeBSD.org Updating collection src-all/cvs Edit src/bin/sh/expand.c Illegal instruction: 4 (core dumped) [root@eden ~]# mv /usr/share/zoneinfo/UTC ./ [root@eden ~]# cvsup sup_standard Connected to cvsup.de.FreeBSD.org Updating collection src-all/cvs Edit src/bin/sh/expand.c Edit src/bin/sh/main.c [...] Edit src/usr.sbin/usbdump/usbdump.c Finished successfully How could this help? Now I still have to fix rvm install: ruby-1.9.2-p180 - #compiling ERROR: Error running 'make ', please read /home/mage/.rvm/log/ruby-1.9.2-p180/make.log ERROR: There has been an error while running make. Halting the installation. gcc -O3 -g -Wextra -Wno-unused-parameter -Wno-parentheses -Wpointer-arith -Wwrite-strings -Wno-missing-field-initializers -Wno-long-long -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 It was working with PCBSD install (my very first install). I should try a different version of GCC. Mage