Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Jul 2016 10:29:58 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 211309] devel/llvm-devel doesn't install without EXTRAS, assumes clang-include-fixer libraries built
Message-ID:  <bug-211309-13@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211309

            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@FreeBSD.org
          Reporter: greenreaper@hotmail.com
             Flags: maintainer-feedback?(brooks@FreeBSD.org)
          Assignee: brooks@FreeBSD.org

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

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

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

During port installation, I received the following errors:

=3D=3D=3D>  Installing for llvm-devel-3.9.d20160513
=3D=3D=3D>  Checking if llvm-devel already installed
=3D=3D=3D>   Registering installation for llvm-devel-3.9.d20160513 as autom=
atic
pkg-static: Unable to access file
/tmp/usr/ports/devel/llvm-devel/work/stage/usr/local/llvm-devel/lib/libclan=
gIncludeFixer.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/libfind=
AllSymbols.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/ directo=
ry,
and mentions that "The include fixer contains find-all-symbols".

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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-211309-13>