From owner-freebsd-current@FreeBSD.ORG Wed Aug 3 18:03:51 2011 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id C01B11065674 for ; Wed, 3 Aug 2011 18:03:51 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (cl-327.ede-01.nl.sixxs.net [IPv6:2001:7b8:2ff:146::2]) by mx1.freebsd.org (Postfix) with ESMTP id 84EA78FC19 for ; Wed, 3 Aug 2011 18:03:51 +0000 (UTC) Received: from [IPv6:2001:7b8:3a7:0:ad4a:318d:f126:7124] (unknown [IPv6:2001:7b8:3a7:0:ad4a:318d:f126:7124]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 626F95C37; Wed, 3 Aug 2011 20:03:50 +0200 (CEST) Message-ID: <4E398D86.9090305@FreeBSD.org> Date: Wed, 03 Aug 2011 20:03:50 +0200 From: Dimitry Andric Organization: The FreeBSD Project User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:5.0) Gecko/20110624 Thunderbird/5.0 MIME-Version: 1.0 To: Patrick Lamaiziere References: <20110803011825.0c0a2d68@davenulle.org> In-Reply-To: <20110803011825.0c0a2d68@davenulle.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-current Subject: Re: update from old current (october) to 9.0 beta fails in installworld X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Aug 2011 18:03:51 -0000 On 2011-08-03 01:18, Patrick Lamaiziere wrote: > Looks like I've broke my soekris net5501 while doing installworld (built > with clang) > > ===> libexec/rtld-elf (install) > chflags noschg /usr/libexec/ld-elf.so.1 > install -s -o root -g wheel -m 555 -C -b -fschg -S ld-elf.so.1 /libexec > install -o root -g wheel -m 444 rtld.1.gz /usr/share/man/man1 > *** Signal 4 > > Stop in /usr/src/libexec/rtld-elf. > *** Error code 1 > > # ls > Instruction interdite(core dumped) Did you build this world+kernel on the soekris, or on another machine? Also, can you please post your /etc/make.conf and/or /etc/src.conf files?