[Bug 208248] devel/llvm37: lacks static libraries

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Mar 23 16:37:06 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208248

            Bug ID: 208248
           Summary: devel/llvm37: lacks static libraries
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Keywords: patch, regression
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: brooks at FreeBSD.org
          Reporter: jbeich at FreeBSD.org
                CC: brooks at FreeBSD.org
 Attachment #168542 maintainer-approval?(brooks at FreeBSD.org)
             Flags:
             Flags: maintainer-feedback?(brooks at FreeBSD.org)
                CC: brooks at FreeBSD.org
          Assignee: brooks at FreeBSD.org

Created attachment 168542
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=168542&action=edit
v0 + commit message

I'm trying to build lang/rust against devel/llvm37 which fails due to missing
static libs unlike other devel/llvm* ports. The issue is caused by
-DBUILD_SHARED_LIBS=ON in devel/llvm37 which haven't propagated to devel/llvm38
and disappeared in devel/llvm-devel since ports r409072.

  note: "cc" ... "-L" "/usr/local/llvm37/lib" ... "-Wl,-Bstatic" ... "-l"
"LLVMInterpreter" ...
  note: /usr/bin/ld: cannot find -lLLVMInterpreter
  cc: error: linker command failed with exit code 1 (use -v to see invocation)

Let's go back to static builds. Tested only once as

  $ poudriere bulk -Ctj 101i386 devel/llvm37 \
       devel/creduce devel/include-what-you-use security/afl

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


More information about the freebsd-ports-bugs mailing list