[Bug 258062] devel/llvm13: Unable to access file /usr/ports/devel/llvm13/work/stage/usr/local/l lvm13/lib/libLLVMWebAssemblyUtils.a:No such file or directory

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 26 Aug 2021 14:57:03 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=258062

            Bug ID: 258062
           Summary: devel/llvm13: Unable to access file
                    /usr/ports/devel/llvm13/work/stage/usr/local/l
                    lvm13/lib/libLLVMWebAssemblyUtils.a:No such file or
                    directory
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: brooks@FreeBSD.org
          Reporter: bsd@philippost.de
          Assignee: brooks@FreeBSD.org
             Flags: maintainer-feedback?(brooks@FreeBSD.org)

Created attachment 227447
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=227447&action=edit
poudriere testport logfile for llvm13

Trying to install devel/llvm13 on my 12.2-Stable amd64 machine fails as
follows:

# make install
===>  Installing for llvm13-13.0.0.r1
===>  Checking if llvm13 is already installed
===>   Registering installation for llvm13-13.0.0.r1
pkg-static: Unable to access file
/usr/ports/devel/llvm13/work/stage/usr/local/l
lvm13/lib/libLLVMWebAssemblyUtils.a:No such file or directory
*** Error code 1

Stop.
make[1]: stopped in /usr/ports/devel/llvm13
*** Error code 1

Stop.
make: stopped in /usr/ports/devel/llvm13
#

I selected the BE_FREEBSD option, all others are unchanged:
# make showconfig
===> The following configuration options are available for llvm13-13.0.0.r1:
     BE_AMDGPU=on: AMD GPU backend (required by mesa)
     CLANG=on: Build clang
     COMPILER_RT=on: Sanitizer libraries
     DOCS=on: Build and/or install documentation
     EXTRAS=on: Extra clang tools
     FLANG=off: Flang FORTRAN compiler
     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
     MLIR=on: Multi-Level Intermediate Representation
     OPENMP=on: Install libomp, the LLVM OpenMP runtime library
     PYCLANG=on: Install python bindings to libclang
====> Options available for the single BACKENDS: you have to select exactly one
of them
     BE_FREEBSD=on: Backends for FreeBSD architectures
     BE_NATIVE=off: Backend(s) for this architecture (X86)
     BE_STANDARD=off: All non-experimental backends
===> Use 'make config' to modify these settings
#

`poudriere testport` shows the same problem, the log is attached.

-- 
You are receiving this mail because:
You are the assignee for the bug.