Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 01 Jan 2017 23:52:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 215701] unbootable system with 'Shared object "librt.so.1" not found, required by "sh"' message after clang 3.9.1 import
Message-ID:  <bug-215701-8-KNtwRJsC8H@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-215701-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-215701-8@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D215701

--- Comment #2 from op@hardenedbsd.org ---
Sorry for the noise. The problem is in our system with enabled SafeStack.

When I compile my system without SafeStack, the seems like everything is fi=
ne:

op@blackbird ~> ll /bin/ls
-r-xr-xr-x  1 root  wheel  39072 Dec 26 22:53 /bin/ls
op@blackbird ~> ldd /bin/ls
/bin/ls:
        libxo.so.0 =3D> /lib/libxo.so.0 (0x12344e0a000)
        libutil.so.9 =3D> /lib/libutil.so.9 (0x12345026000)
        libncursesw.so.8 =3D> /lib/libncursesw.so.8 (0x1234523a000)
        libc.so.7 =3D> /lib/libc.so.7 (0x1234438e000)
op@blackbird ~> ll /bin/ls
-r-xr-xr-x  1 root  wheel  39072 Jan  2 00:47 /bin/ls
op@blackbird ~> ldd /bin/ls
/bin/ls:
        libxo.so.0 =3D> /lib/libxo.so.0 (0xf46fa0a000)
        libutil.so.9 =3D> /lib/libutil.so.9 (0xf46fc26000)
        libncursesw.so.8 =3D> /lib/libncursesw.so.8 (0xf46fe3a000)
        libc.so.7 =3D> /lib/libc.so.7 (0xf46ee65000)
op@blackbird ~>

Shawn: please take a look at safestack.

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-215701-8-KNtwRJsC8H>