Summary: | devel/llvm33 - when build get "'armv6' (not in project)". Fix is shown | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | direct727 | ||||
Component: | Individual Port(s) | Assignee: | Brooks Davis <brooks> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Some People | CC: | ian, marino, pi | ||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
direct727
2014-07-21 02:43:11 UTC
This change actually needs to be made to all clang* and llvm* ports. I ran into the same thing building clang-devel native on a wandboard. I fixed it in both clang-devel and llvm-devel with the attached patch-utils_llvm-build_llvmbui file. I suspect this same file can be dropped into all the versions. Created attachment 145644 [details]
A replacement patch-utils_llvm-build_llvmbuild_main.py file
Note that this is a replacement for the existing patch file with this name, not a patch to fix the existing patch. :)
Brooks, what's going on with this PR? It's been in "needs approval" for more than 2 months. I've passed over it several times thinking it was in work but I guess it's genuinely stalled. I thought I'd committed the change to llvm33, but apparently had only applied it to my tree. I'll commit to llvm33, llvm34, llvm35, and llvm-devel today. Justin Hibbits pointed out on irc that I forgot to include powerpc64 in my changes, please add that in too. A commit references this bug: Author: brooks Date: Thu Sep 25 14:01:34 UTC 2014 New revision: 369255 URL: http://svnweb.freebsd.org/changeset/ports/369255 Log: Enable builds on/for Raspberry Pi and other arm variants. USES=python PR: 191996 Submitted by: direct727@gmail.com Sponsored by: DARPA, AFRL Changes: head/devel/llvm33/Makefile head/devel/llvm33/files/patch-utils_llvm-build_llvmbuild_main.py head/devel/llvm34/Makefile head/devel/llvm34/files/patch-utils_llvm-build_llvmbuild_main.py A commit references this bug: Author: brooks Date: Thu Sep 25 14:30:25 UTC 2014 New revision: 369259 URL: http://svnweb.freebsd.org/changeset/ports/369259 Log: Add the possiblity of building on powerpc64. PR: 191996 Sponsored by: DARPA/AFRL Changes: head/devel/llvm33/files/patch-utils_llvm-build_llvmbuild_main.py head/devel/llvm34/files/patch-utils_llvm-build_llvmbuild_main.py A commit references this bug: Author: brooks Date: Thu Sep 25 18:36:00 UTC 2014 New revision: 369282 URL: http://svnweb.freebsd.org/changeset/ports/369282 Log: Upgrade to 3.5.0 release. USES=python Give the port a chance of building on more arm systems and powerpc64. [0] Allow building on 9 in the default configuration as it works for me. Disallow llvm35 on 8 due to bizzare gcc behavior. PR: 191996 [0] Submitted by: direct727@gmail.com [0] Sponsored by: DARPA, AFRL Changes: head/devel/llvm35/Makefile head/devel/llvm35/distinfo head/devel/llvm35/files/patch-utils_llvm-build_llvmbuild_main.py head/devel/llvm35/pkg-plist head/lang/clang35/Makefile head/lang/clang35/distinfo A commit references this bug: Author: brooks Date: Thu Sep 25 19:10:22 UTC 2014 New revision: 369283 URL: http://svnweb.freebsd.org/changeset/ports/369283 Log: Upgrade to r218451. USES=python Give llvm a chance to build on arm* and powerpc64 systems. [0] PR: 191996 [0] Submitted by: direct727@gmail.com [0] Sponsored by: DARPA, AFRL Changes: head/devel/llvm-devel/Makefile head/devel/llvm-devel/Makefile.svn_rev head/devel/llvm-devel/distinfo head/devel/llvm-devel/files/patch-utils_llvm-build_llvmbuild_main.py head/devel/llvm-devel/pkg-plist head/lang/clang-devel/Makefile head/lang/clang-devel/distinfo head/lang/clang-devel/files/patch-tools_clang_include_clang_Analysis_Analyses_FormatString.h head/lang/clang-devel/files/patch-tools_clang_lib_Analysis_FormatString.cpp head/lang/clang-devel/files/patch-tools_clang_lib_Analysis_PrintfFormatString.cpp head/lang/clang-devel/pkg-plist |