From owner-freebsd-stable@freebsd.org Wed Jan 11 22:25:28 2017 Return-Path: Delivered-To: freebsd-stable@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 19D33CAB320 for ; Wed, 11 Jan 2017 22:25:28 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from tensor.andric.com (tensor.andric.com [IPv6:2001:7b8:3a7:1:2d0:b7ff:fea0:8c26]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "tensor.andric.com", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D66DF15C7 for ; Wed, 11 Jan 2017 22:25:27 +0000 (UTC) (envelope-from dim@FreeBSD.org) Received: from [IPv6:2001:7b8:3a7::7049:d69d:d97f:c66f] (unknown [IPv6:2001:7b8:3a7:0:7049:d69d:d97f:c66f]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by tensor.andric.com (Postfix) with ESMTPSA id 477FD254F6; Wed, 11 Jan 2017 23:25:25 +0100 (CET) Content-Type: multipart/signed; boundary="Apple-Mail=_D0845F83-0A51-4353-8C6B-F8B8BCAF8D1C"; protocol="application/pgp-signature"; micalg=pgp-sha1 Mime-Version: 1.0 (Mac OS X Mail 9.3 \(3124\)) Subject: Re: 10.3-RELEASE-p13 "unsupported file layout" From: Dimitry Andric In-Reply-To: Date: Wed, 11 Jan 2017 23:25:14 +0100 Cc: FreeBSD Stable Mailing List Message-Id: References: To: George Mitchell X-Mailer: Apple Mail (2.3124) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 11 Jan 2017 22:25:28 -0000 --Apple-Mail=_D0845F83-0A51-4353-8C6B-F8B8BCAF8D1C Content-Transfer-Encoding: 7bit Content-Type: text/plain; charset=us-ascii On 11 Jan 2017, at 21:24, George Mitchell wrote: > > After today's OpenSSH security message, I did: > > cd /usr > rm -rf obj Hmm, not sure if it is wise to completely remove the /usr/obj directory. Did you re-create it afterwards? > cd src > svn update -r311916 > make buildworld > > After a while, I got to: > > building shared library libc.so.7 > cc (a very long compile line) > ./libc.so.7: unsupported file layout If things went correctly, the libc.so.7 file should be in /usr/obj/usr/src/lib/libc. If so, can you post the output of: file /usr/obj/usr/src/lib/libc/libc.so.7 readelf -h /usr/obj/usr/src/lib/libc/libc.so.7 -Dimitry --Apple-Mail=_D0845F83-0A51-4353-8C6B-F8B8BCAF8D1C Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=signature.asc Content-Type: application/pgp-signature; name=signature.asc Content-Description: Message signed with OpenPGP using GPGMail -----BEGIN PGP SIGNATURE----- Version: GnuPG/MacGPG2 v2.0.30 iEYEARECAAYFAlh2sNQACgkQsF6jCi4glqPJvwCfSCOpS98xFJlxLTmlcen75gi4 c8cAn1NbubgaLJ7mrN0HnX7mtyR2VR9w =N1Cd -----END PGP SIGNATURE----- --Apple-Mail=_D0845F83-0A51-4353-8C6B-F8B8BCAF8D1C--