From owner-freebsd-bugs@freebsd.org Sun Jan 1 23:52:34 2017 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0AC7CC9B248 for ; Sun, 1 Jan 2017 23:52:34 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id E872010EA for ; Sun, 1 Jan 2017 23:52:33 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from bugs.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id v01NqXII025822 for ; Sun, 1 Jan 2017 23:52:33 GMT (envelope-from bugzilla-noreply@freebsd.org) 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 Date: Sun, 01 Jan 2017 23:52:33 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: bin X-Bugzilla-Version: 11.0-STABLE X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Some People X-Bugzilla-Who: op@hardenedbsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: freebsd-bugs@FreeBSD.org X-Bugzilla-Flags: mfc-stable11? X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 01 Jan 2017 23:52:34 -0000 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.=