| Summary: | devel/llvm-devel: Fails to package with synth | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Trond Endrestøl <Trond.Endrestol> | ||||
| Component: | Individual Port(s) | Assignee: | Brooks Davis <brooks> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | brigadir15 | ||||
| Priority: | --- | Keywords: | needs-qa | ||||
| Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(brooks) koobs: merge-quarterly? |
||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
|
Description
Trond Endrestøl
2019-09-17 05:49:24 UTC
Thank you for the report. Could you include the full build log, including the OPTIONS set that was used Created attachment 207558 [details]
synth's log from last successful build of devel/llvm-devel
(In reply to Kubilay Kocak from comment #1) # make -C /usr/ports/devel/llvm-devel showconfig ===> The following configuration options are available for llvm-devel-10.0.d20190913: CLANG=on: Build clang COMPILER_RT=on: Sanitizer libraries DOCS=off: Build and/or install documentation EXTRAS=on: Extra clang tools GOLD=on: Build the LLVM Gold plugin for LTO LIT=on: Install lit and FileCheck test tools LLD=on: Install lld, the LLVM linker LLDB=on: Install lldb, the LLVM debugger OPENMP=on: Install libomp, the LLVM OpenMP runtime library Got the same issue with "explicit" (re)installation:
$ cd /usr/ports/devel/llvm-devel
$ su root -c "make build deinstall"
Password:
{elided; completed successfully}
$ su root -c "make reinstall"
Password:
===> Deinstalling for llvm-devel
===> llvm-devel not installed, skipping
===> Installing for llvm-devel-10.0.d20190913
===> Checking if llvm-devel is already installed
===> Registering installation for llvm-devel-10.0.d20190913
pkg-static: Unable to access file /usr/ports/devel/llvm-devel/work/stage/usr/local/llvm-devel/include/clang/Index/CodegenNameGenerator.h:No such file or directory
pkg-static: Unable to access file /usr/ports/devel/llvm-devel/work/stage/usr/local/llvm-devel/include/clang/StaticAnalyzer/Core/BugReporter/PathDiagnostic.h:No such file or directory
pkg-static: Unable to access file /usr/ports/devel/llvm-devel/work/stage/usr/local/llvm-devel/include/clang/StaticAnalyzer/Core/PathSensitive/DynamicTypeMap.h:No such file or directory
pkg-static: Unable to access file /usr/ports/devel/llvm-devel/work/stage/usr/local/llvm-devel/include/lldb/Utility/CleanUp.h:No such file or directory
pkg-static: Unable to access file /usr/ports/devel/llvm-devel/work/stage/usr/local/llvm-devel/include/llvm/ADT/VariadicFunction.h:No such file or directory
*** Error code 74
Stop.
make[2]: stopped in /usr/ports/devel/llvm-devel
*** Error code 1
Stop.
make[1]: stopped in /usr/ports/devel/llvm-devel
*** Error code 1
Stop.
make: stopped in /usr/ports/devel/llvm-devel
$ make showconfig
===> The following configuration options are available for llvm-devel-10.0.d20190913:
CLANG=on: Build clang
COMPILER_RT=on: Sanitizer libraries
DOCS=on: Build and/or install documentation
EXTRAS=on: Extra clang tools
GOLD=on: Build the LLVM Gold plugin for LTO
LIT=off: Install lit and FileCheck test tools
LLD=on: Install lld, the LLVM linker
LLDB=on: Install lldb, the LLVM debugger
OPENMP=off: Install libomp, the LLVM OpenMP runtime library
===> Use 'make config' to modify these settings
Sorry about this. I've applied a fix r512330. |