From owner-freebsd-current@FreeBSD.ORG Wed Aug 3 18:51:48 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 401FD106564A for ; Wed, 3 Aug 2011 18:51:48 +0000 (UTC) (envelope-from yanegomi@gmail.com) Received: from mail-vw0-f54.google.com (mail-vw0-f54.google.com [209.85.212.54]) by mx1.freebsd.org (Postfix) with ESMTP id EED748FC13 for ; Wed, 3 Aug 2011 18:51:47 +0000 (UTC) Received: by vws18 with SMTP id 18so1050414vws.13 for ; Wed, 03 Aug 2011 11:51:47 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type:content-transfer-encoding; bh=CWn5oprIvDSDfbxm9Qtsu6ElNN4sRr0n+aM1zXywdhE=; b=da8xGfRqiLZWGbcqCKelltnahreUDW+R0SriN9kOWP9I27UTalVB960mT7KhhxCTjN gQ0J2u5jnEfEv75k4U9PFgyDZ+izuAVPS2aoK++ab4tI3sop13uA7u1l4kGRIUop0z7k Y02H5+OQN+JBW2gxpndEOWJt7uq5E4Jba3TxE= MIME-Version: 1.0 Received: by 10.52.177.195 with SMTP id cs3mr3963579vdc.185.1312397506945; Wed, 03 Aug 2011 11:51:46 -0700 (PDT) Received: by 10.220.172.18 with HTTP; Wed, 3 Aug 2011 11:51:46 -0700 (PDT) In-Reply-To: <20110803011825.0c0a2d68@davenulle.org> References: <20110803011825.0c0a2d68@davenulle.org> Date: Wed, 3 Aug 2011 11:51:46 -0700 Message-ID: From: Garrett Cooper To: Patrick Lamaiziere Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable 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:51:48 -0000 On Tue, Aug 2, 2011 at 4:18 PM, Patrick Lamaiziere wrote: > Hello, > > Looks like I've broke my soekris net5501 while doing installworld (built > with clang) > > =3D=3D=3D> libexec/rtld-elf (install) > chflags noschg /usr/libexec/ld-elf.so.1 > install -s -o root -g wheel -m 555 =A0-C -b -fschg -S ld-elf.so.1 /libexe= c > install -o root -g wheel -m 444 rtld.1.gz =A0/usr/share/man/man1 > *** Signal 4 > > Stop in /usr/src/libexec/rtld-elf. > *** Error code 1 > > # ls > Instruction interdite(core dumped) > > (instruction interdite =3D> 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) =A0? Are you following the official instructions for building and installing, [1] i.e. make buildworld buildkernel make installkernel reboot boot -s mergemaster -p [...] make installworld mergemaster [...] reboot ? Thanks, -Garrett 1. http://www.freebsd.org/doc/handbook/makeworld.html