From owner-freebsd-current@FreeBSD.ORG Wed Aug 3 12:36:36 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 24D20106564A for ; Wed, 3 Aug 2011 12:36:36 +0000 (UTC) (envelope-from avg@FreeBSD.org) Received: from citadel.icyb.net.ua (citadel.icyb.net.ua [212.40.38.140]) by mx1.freebsd.org (Postfix) with ESMTP id 75B208FC08 for ; Wed, 3 Aug 2011 12:36:35 +0000 (UTC) Received: from odyssey.starpoint.kiev.ua (alpha-e.starpoint.kiev.ua [212.40.38.101]) by citadel.icyb.net.ua (8.8.8p3/ICyb-2.3exp) with ESMTP id PAA11795; Wed, 03 Aug 2011 15:36:32 +0300 (EEST) (envelope-from avg@FreeBSD.org) Message-ID: <4E3940D0.5010304@FreeBSD.org> Date: Wed, 03 Aug 2011 15:36:32 +0300 From: Andriy Gapon User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:5.0) Gecko/20110705 Thunderbird/5.0 MIME-Version: 1.0 To: Patrick Lamaiziere References: <20110803011825.0c0a2d68@davenulle.org> In-Reply-To: <20110803011825.0c0a2d68@davenulle.org> X-Enigmail-Version: 1.2pre Content-Type: text/plain; charset=us-ascii 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 12:36:36 -0000 on 03/08/2011 02:18 Patrick Lamaiziere said the following: > Hello, > > 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 Just in case, signal 4 is SIGILL, an illegal instruction. Maybe you are installing world that is built for a higher class CPU. Or perhaps a miscompilation by clang. Just hypothesizing out loud. > Stop in /usr/src/libexec/rtld-elf. > *** Error code 1 > > # ls > Instruction interdite(core dumped) > > (instruction interdite => illegal/forbidden instruction) > > Are there known issues for updating (I didn't follow the single > user step to install the world, as usual, because the box is only > reachable via ssh) ? > > Thanks for 9.0, looks nice. -- Andriy Gapon