Date: Sat, 5 Nov 2016 05:26:33 -0700 From: David Wolfskill <david@catwhisker.org> 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> In-Reply-To: <20161103125007.GP1203@albert.catwhisker.org> References: <20161103125007.GP1203@albert.catwhisker.org>
next in thread | previous in thread | raw e-mail | index | archive | help
--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--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20161105122633.GS1203>