From owner-freebsd-stable@freebsd.org Wed Jan 11 22:35:18 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 08F62CABB23 for ; Wed, 11 Jan 2017 22:35:18 +0000 (UTC) (envelope-from george+freebsd@m5p.com) Received: from mailhost.m5p.com (mailhost.m5p.com [IPv6:2001:418:3fd::f7]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "m5p.com", Issuer "Let's Encrypt Authority X3" (not verified)) by mx1.freebsd.org (Postfix) with ESMTPS id ABA3C1380; Wed, 11 Jan 2017 22:35:17 +0000 (UTC) (envelope-from george+freebsd@m5p.com) Received: from [IPv6:2001:418:3fd::1f] (haymarket.m5p.com [IPv6:2001:418:3fd::1f]) by mailhost.m5p.com (8.15.2/8.15.2) with ESMTP id v0BMZA1e061045; Wed, 11 Jan 2017 17:35:15 -0500 (EST) (envelope-from george+freebsd@m5p.com) Subject: Re: 10.3-RELEASE-p13 "unsupported file layout" To: Dimitry Andric References: Cc: FreeBSD Stable Mailing List From: George Mitchell Message-ID: <63bc650f-60d3-4f24-0c5f-4b02f602e21d@m5p.com> Date: Wed, 11 Jan 2017 17:35:03 -0500 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:45.0) Gecko/20100101 Thunderbird/45.6.0 MIME-Version: 1.0 In-Reply-To: Content-Type: multipart/signed; micalg=pgp-sha256; protocol="application/pgp-signature"; boundary="p65Dfls28m7JxvOuFVTIlfoh9c3COGx0v" X-Spam-Status: No, score=-3.8 required=10.0 tests=ALL_TRUSTED, RP_MATCHES_RCVD autolearn=unavailable autolearn_force=no version=3.4.1 X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on mattapan.m5p.com X-Greylist: Sender passed SPF test, not delayed by milter-greylist-4.6.1 (mailhost.m5p.com [IPv6:2001:418:3fd::f7]); Wed, 11 Jan 2017 17:35:16 -0500 (EST) 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:35:18 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --p65Dfls28m7JxvOuFVTIlfoh9c3COGx0v Content-Type: multipart/mixed; boundary="c1Ci3SdwEE4Wd41GPcMGURVJFDctX0d4c"; protected-headers="v1" From: George Mitchell To: Dimitry Andric Cc: FreeBSD Stable Mailing List Message-ID: <63bc650f-60d3-4f24-0c5f-4b02f602e21d@m5p.com> Subject: Re: 10.3-RELEASE-p13 "unsupported file layout" References: In-Reply-To: --c1Ci3SdwEE4Wd41GPcMGURVJFDctX0d4c Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: quoted-printable On 01/11/17 17:25, Dimitry Andric wrote: > On 11 Jan 2017, at 21:24, George Mitchell wrot= e: >> >> After today's OpenSSH security message, I did: >> >> cd /usr >> rm -rf obj >=20 > Hmm, not sure if it is wise to completely remove the /usr/obj directory= =2E > Did you re-create it afterwards? In the past, "make buildworld" has taken care of that (as far as I could tell). >=20 >=20 >> 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 >=20 > 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: >=20 > file /usr/obj/usr/src/lib/libc/libc.so.7 > readelf -h /usr/obj/usr/src/lib/libc/libc.so.7 >=20 > -Dimitry >=20 root@sullivan:/usr/src # file /usr/obj/usr/src/lib/libc/libc.so.7 /usr/obj/usr/src/lib/libc/libc.so.7: ELF 64-bit LSB shared object, x86-64, version 1 (FreeBSD), dynamically linked, not stripped root@sullivan:/usr/src # readelf -h /usr/obj/usr/src/lib/libc/libc.so.7 ELF Header: Magic: 7f 45 4c 46 02 01 01 09 00 00 00 00 00 00 00 00 Class: ELF64 Data: 2's complement, little endian Version: 1 (current) OS/ABI: UNIX - FreeBSD ABI Version: 0 Type: DYN (Shared object file) Machine: Advanced Micro Devices X86-64 Version: 0x1 Entry point address: 0x3aee0 Start of program headers: 64 (bytes into file) Start of section headers: 1644696 (bytes into file) Flags: 0x0 Size of this header: 64 (bytes) Size of program headers: 56 (bytes) Number of program headers: 6 Size of section headers: 64 (bytes) Number of section headers: 40 Section header string table index: 37 That isn't the only libc.so.7 in my build tree, though: /usr/obj/usr/src/tmp/lib/libc.so.7: ELF 64-bit LSB shared object, x86-64, version 1 (FreeBSD), dynamically linked, not stripped /usr/obj/usr/src/lib/libc/libc.so.7: ELF 64-bit LSB shared object, x86-64, version 1 (FreeBSD), dynamically linked, not stripped /usr/obj/lib32/usr/src/lib/libc/libc.so.7: ELF 32-bit LSB shared object, Intel 80386, version 1 (FreeBSD), dynamically linked, not stripped --c1Ci3SdwEE4Wd41GPcMGURVJFDctX0d4c-- --p65Dfls28m7JxvOuFVTIlfoh9c3COGx0v Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCAAdFiEENdM4ZHktsJW5kKZXwRES3m+p4fkFAlh2sxcACgkQwRES3m+p 4flHGhAApS1CxNDvDJFYTUeH5CCXl3qbaDdRFEosBBfIVhSnGb6ZuGwVMhDo7hH8 T3c0qTlF/Gm6jA2GGqC8yH2K/ebdbO8Cu2+BmQBnA4sCWrDoqJwVnVKIKnILjRw7 UZY/0XO3sVcUBGPizqxwhjagin1llAV62yVWM3mPp0g9iodErazlEobgYL6NtjrL LWRdhe3mCoEjH4im3Hi4ff7TmW3eqKlk0BFyTsT5txe998K++kjYOVlwFjo3N8kV vnX70aXdW61p3CTBdY5odkj1rieogFGHyaUsfPiNjujTDgkVv2vDiEHWl3B5JKJT SncOXVYL1GiNGeIMDSZ7DXmEDbKBcFRhao8NpW3GC6r3ZOMoIQmYG/5YplrUcJJE zdgSbyfsLOBphwl2EOmRbXwDZO8QuYJH73/qL0LqBMGDy17MUR+txiqY0iU8qou7 2hlvuC9kfpggasXg6JTCfPNC2fUUeAbF4vRwOuaedxOcVMMLdOiuryXPQGnyKdTG HLqAcmFj8jLLIfqu1HnJIoin0v8u88/QmONPA1G2J7dHDe0psON+C2njbVy+HBth jZE0p41uPOdlh5oj6POCmWOUltxH7RAXsB7vZY2CUQR5BdAzybr4Y08WjgQs5MuZ 9Kif4HZjUFNP92Sf/CbsgoQzvyOMx8JZSTHMOBG6vs6ajE+GGnA= =yjvH -----END PGP SIGNATURE----- --p65Dfls28m7JxvOuFVTIlfoh9c3COGx0v--