Bug 236987 - devel/llvm-devel: incorrect pkg-plist
Summary: devel/llvm-devel: incorrect pkg-plist
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Brooks Davis
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-03 12:51 UTC by Trond Endrestøl
Modified: 2019-04-03 18:42 UTC (History)
0 users

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


Attachments
Patch for devel/llvm-devel/Makefile removing libclang_rt.esan-x86_64.a and libclang_rt.esan-x86_64.a.syms from pkg-plist (475 bytes, patch)
2019-04-03 18:05 UTC, Trond Endrestøl
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Trond Endrestøl 2019-04-03 12:51:23 UTC
Ports tree is at r497649. Build system is amd64 stable/12 at r345628.

This happens during synth's build of devel/llvm-devel:

--------------------------------------------------------------------------------
--  Phase: package
--------------------------------------------------------------------------------
===>  Building package for llvm-devel-9.0.d20190326
pkg-static: Unable to access file /construction/xports/devel/llvm-devel/work/stage/usr/local/llvm-devel/lib/clang/9.0.0/lib/freebsd/libclang_rt.esan-x86_64.a:No such file or directory
pkg-static: Unable to access file /construction/xports/devel/llvm-devel/work/stage/usr/local/llvm-devel/lib/clang/9.0.0/lib/freebsd/libclang_rt.esan-x86_64.a.syms:No such file or directory
*** Error code 1

Stop.
make: stopped in /xports/devel/llvm-devel
Comment 1 Trond Endrestøl 2019-04-03 18:05:35 UTC
Created attachment 203353 [details]
Patch for devel/llvm-devel/Makefile removing libclang_rt.esan-x86_64.a and libclang_rt.esan-x86_64.a.syms from pkg-plist

The package phase of synth was successful after this change.
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-04-03 18:37:17 UTC
A commit references this bug:

Author: brooks
Date: Wed Apr  3 18:36:12 UTC 2019
New revision: 497743
URL: https://svnweb.freebsd.org/changeset/ports/497743

Log:
  Fix broken plist.

  PR:		236987
  Reported by:	Trond.Endrestol@ximalas.info

Changes:
  head/devel/llvm-devel/Makefile
Comment 3 Brooks Davis freebsd_committer freebsd_triage 2019-04-03 18:42:32 UTC
Thanks for the report.  Now to figure out what went wrong in my testing procedure...