[Bug 211309] devel/llvm-devel doesn't install without EXTRAS, assumes clang-include-fixer libraries built

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sat Jul 23 10:29:59 UTC 2016


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

            Bug ID: 211309
           Summary: devel/llvm-devel doesn't install without EXTRAS,
                    assumes clang-include-fixer libraries built
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: brooks at FreeBSD.org
          Reporter: greenreaper at hotmail.com
             Flags: maintainer-feedback?(brooks at FreeBSD.org)
          Assignee: brooks at FreeBSD.org

Created attachment 172869
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=172869&action=edit
Install log (configure stage had scrolled off)

I tried to build/install llvm-devel on FreeBSD 10.1 with the following options:
CLANG GOLD LLD OPENMP

This build was done with C/CXXFLAGS=-O2 with FreeBSD clang version 3.4.1
(tags/RELEASE_34/dot1-final 208032) 20140512

During port installation, I received the following errors:

===>  Installing for llvm-devel-3.9.d20160513
===>  Checking if llvm-devel already installed
===>   Registering installation for llvm-devel-3.9.d20160513 as automatic
pkg-static: Unable to access file
/tmp/usr/ports/devel/llvm-devel/work/stage/usr/local/llvm-devel/lib/libclangIncludeFixer.a:
No such file or directory
pkg-static: Unable to access file
/tmp/usr/ports/devel/llvm-devel/work/stage/usr/local/llvm-devel/lib/libfindAllSymbols.a:
No such file or directory
*** Error code 74

I believe these entries in pkg-plist may need an %%EXTRAS%% prefix instead of
%%CLANG%% or nothing:

%%CLANG%%llvm-devel/lib/libclangIncludeFixer.a
llvm-devel/lib/libfindAllSymbols.a

http://clang.llvm.org/extra/include-fixer.html is in llvm's /extra/ directory,
and mentions that "The include fixer contains find-all-symbols".

When I cut those files from the work directory package list, a 'make install'
succeeded.

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


More information about the freebsd-ports-bugs mailing list