Bug 242730 - devel/llvm-devel: 10.0.d20191218 installation fails with libarcher missing
Summary: devel/llvm-devel: 10.0.d20191218 installation fails with libarcher missing
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: amd64 Any
: --- Affects Only Me
Assignee: Brooks Davis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-12-19 18:00 UTC by Philippe Michel
Modified: 2019-12-20 22:04 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (brooks)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Philippe Michel 2019-12-19 18:00:25 UTC
Installing with portmaster fails as follows :

===>   Registering installation for llvm-devel-10.0.d20191218
pkg-static: Unable to access file /usr/ports/devel/llvm-devel/work/stage/usr/local/llvm-devel/lib/libarcher.so:No such file or directory
pkg-static: Unable to access file /usr/ports/devel/llvm-devel/work/stage/usr/local/llvm-devel/lib/libarcher_static.a:No such file or directory
*** Error code 74

I have the OPENMP option disabled and libarcher is apparently related to OpenMP. I suppose it spuriously tries to install something that wasn't built.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-12-20 21:52:39 UTC
A commit references this bug:

Author: brooks
Date: Fri Dec 20 21:51:46 UTC 2019
New revision: 520528
URL: https://svnweb.freebsd.org/changeset/ports/520528

Log:
  Correct plist when OPENMP is disabled.

  PR:		242730
  Reported by:	philippe.michel7@free.fr
  Sponsored by:	DARPA, AFRL

Changes:
  head/devel/llvm-devel/Makefile
  head/devel/llvm-devel/pkg-plist
Comment 2 Brooks Davis freebsd_committer freebsd_triage 2019-12-20 22:04:52 UTC
Thanks for the report!  Should be fixed now.