devel/llvm38 install seems to be missing files (e.g., FileCheck)

David Wolfskill david at catwhisker.org
Sat Nov 5 12:26:36 UTC 2016


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] 

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-64, 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
-- 
David H. Wolfskill				david at catwhisker.org
Those who would murder in the name of God or prophet are blasphemous cowards.

See http://www.catwhisker.org/~david/publickey.gpg for my public key.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 603 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/freebsd-ports/attachments/20161105/69c8b43f/attachment.sig>


More information about the freebsd-ports mailing list