From owner-freebsd-ports@freebsd.org Sat Nov 5 12:26:36 2016 Return-Path: Delivered-To: freebsd-ports@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 02151C30C00 for ; Sat, 5 Nov 2016 12:26:36 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from albert.catwhisker.org (mx.catwhisker.org [198.144.209.73]) (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 ACFB0941 for ; Sat, 5 Nov 2016 12:26:34 +0000 (UTC) (envelope-from david@catwhisker.org) Received: from albert.catwhisker.org (localhost [127.0.0.1]) by albert.catwhisker.org (8.15.2/8.15.2) with ESMTP id uA5CQXxG080859 for ; Sat, 5 Nov 2016 12:26:33 GMT (envelope-from david@albert.catwhisker.org) Received: (from david@localhost) by albert.catwhisker.org (8.15.2/8.15.2/Submit) id uA5CQXiR080858 for freebsd-ports@freebsd.org; Sat, 5 Nov 2016 05:26:33 -0700 (PDT) (envelope-from david) Date: Sat, 5 Nov 2016 05:26:33 -0700 From: David Wolfskill To: freebsd-ports@freebsd.org Subject: Re: devel/llvm38 install seems to be missing files (e.g., FileCheck) Message-ID: <20161105122633.GS1203@albert.catwhisker.org> References: <20161103125007.GP1203@albert.catwhisker.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha512; protocol="application/pgp-signature"; boundary="BB5Gmd4dKzFH7LVg" Content-Disposition: inline In-Reply-To: <20161103125007.GP1203@albert.catwhisker.org> User-Agent: Mutt/1.7.1 (2016-10-04) X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 05 Nov 2016 12:26:36 -0000 --BB5Gmd4dKzFH7LVg Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 03, 2016 at 05:50:07AM -0700, David Wolfskill wrote: > After seeing that lang/rust failed to build again today (it had also > failed yesterday), I decided to actually check the typescript file (from > the portmaster run) to see if I could figure out what was wrong. > .... I circumvented the problem: I noticed that devel/llvm38 still had its "work" directory, so I looked ini there: g1-252(11.0-S)[14] find work -name FileCheck work/llvm-3.8.1.src/test/FileCheck work/llvm-3.8.1.src/utils/FileCheck work/.build/utils/FileCheck work/.build/bin/FileCheck work/stage/usr/local/llvm38/bin/FileCheck g1-252(11.0-S)[15]=20 So FileCheck is getting staged, just not actually installed. After poking around a bit more: g1-252(11.0-S)[19] file work/stage/usr/local/llvm38/bin/FileCheck work/stage/usr/local/llvm38/bin/FileCheck: ELF 64-bit LSB executable, x86-6= 4, version 1 (FreeBSD), dynamically linked, interpreter /libexec/ld-elf.so.= 1, for FreeBSD 11.0 (1100506), FreeBSD-style, stripped g1-252(11.0-S)[20] sudo cp -p !$ /usr/local/llvm38/bin/ sudo cp -p work/stage/usr/local/llvm38/bin/FileCheck /usr/local/llvm38/bin/ g1-252(11.0-S)[21] That done, lang/rust built. My build machine is doing the first of its weekend poudriere runs as I type; if that shows anything relevant with respect to lang/rust and devel/llvm38, I'll follow up. Peace, david --=20 David H. Wolfskill david@catwhisker.org Those who would murder in the name of God or prophet are blasphemous coward= s. See http://www.catwhisker.org/~david/publickey.gpg for my public key. --BB5Gmd4dKzFH7LVg Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQF8BAEBCgBmBQJYHc/5XxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXRDQ0I3Q0VGOTE3QTgwMUY0MzA2NEQ3N0Ix NTM5Q0M0MEEwNDlFRTE3AAoJEBU5zECgSe4XXr0H/0NrHvhXsAmjaQQyb6N4yveO G37O/1eHcY872QrHRdLRDbAJQyVJiukbgF3PRH/+YsRjkh55A0ZyaAJPjwvTZC4M 1ee6qFDvc/IKkATGEsV/GtFRUUHsVFe0aAbaMag99a2u6BJqRmq1CyZjwmP5w//s v6NdXRBYswptlWnVSKgwq8YWH9Q2CjknJ+6psb05CyWejzZWSA8muZkEKmbKrAHW 19LWy2j5g3aWsWQKUDZVynJmfetK7hWaX/LAR7/0tMARQmXmuxbBwzLxWWnq9kNe xloJg+x/0PHJeByvzhrLxFG3T/Ds/hkbryGAZg3IKSGpvE6dpTzhwS42YpNTypo= =S65q -----END PGP SIGNATURE----- --BB5Gmd4dKzFH7LVg--