Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 13 Apr 2016 12:34:04 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-ports-bugs@FreeBSD.org
Subject:   [Bug 208773] devel/llvm37: build failure unless EXTRAS
Message-ID:  <bug-208773-13@https.bugs.freebsd.org/bugzilla/>

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

            Bug ID: 208773
           Summary: devel/llvm37: build failure unless EXTRAS
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Many People
          Priority: ---
         Component: Individual Port(s)
          Assignee: brooks@FreeBSD.org
          Reporter: freebsd@oldach.net
             Flags: maintainer-feedback?(brooks@FreeBSD.org)
          Assignee: brooks@FreeBSD.org

When the EXTRAS option is /not/ set, building fails as follows:

/bin/rm -f
/usr/obj/usr/ports/devel/llvm37/work/llvm-3.7.1.src/tools/clang/tools/scan-=
view/Reporter.py
/bin/rm -f
/usr/obj/usr/ports/devel/llvm37/work/llvm-3.7.1.src/tools/clang/tools/scan-=
view/ScanView.py
/bin/rm -f
/usr/obj/usr/ports/devel/llvm37/work/llvm-3.7.1.src/tools/clang/tools/scan-=
view/scan-view
/bin/rm -f
/usr/obj/usr/ports/devel/llvm37/work/llvm-3.7.1.src/tools/clang/tools/scan-=
view/startfile.py
=3D=3D=3D>  Patching for llvm37-3.7.1_2
sed: tools/clang/tools/extra/clang-tidy/tool/clang-tidy-diff.py: No such fi=
le
or directory
*** Error code 1

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

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

The reason is that the shebang fix introduced in r413159 touches a file tha=
t is
not present without EXTRAS.

Bug fix is trivial: include SHEBANG_FILES within a
.if ${PORT_OPTIONS:MEXTRAS}
.endif
clause.

--=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-208773-13>