Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 03 Aug 2011 15:36:32 +0300
From:      Andriy Gapon <avg@FreeBSD.org>
To:        Patrick Lamaiziere <patfbsd@davenulle.org>
Cc:        freebsd-current <freebsd-current@FreeBSD.org>
Subject:   Re: update from old current (october) to 9.0 beta fails in installworld
Message-ID:  <4E3940D0.5010304@FreeBSD.org>
In-Reply-To: <20110803011825.0c0a2d68@davenulle.org>
References:  <20110803011825.0c0a2d68@davenulle.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4E3940D0.5010304>