Date: Mon, 21 Jul 2014 02:43:11 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 191996] New: llvm33 - when build get "'armv6' (not in project)". Fix is shown Message-ID: <bug-191996-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191996 Bug ID: 191996 Summary: llvm33 - when build get "'armv6' (not in project)". Fix is shown Product: Ports Tree Version: Latest Hardware: Any OS: Any Status: Needs Triage Severity: Affects Some People Priority: --- Component: Individual Port(s) Assignee: freebsd-ports-bugs@FreeBSD.org Reporter: direct727@gmail.com Change Two Files: /usr/ports/devel/llvm33/work/llvm-3.3.src/utils/llvm-build/llvmbuild/main.py /usr/ports/lang/clang33/work/llvm-3.3.src/utils/llvm-build/llvmbuild/main.py Fix: line 657 + 'armeb' : 'ARM', + 'armv6' : 'ARM', + 'armv6hf' : 'ARM', Machine: FreeBSD raspberry-pi 10.0-STABLE FreeBSD 10.0-STABLE #0 r268038: Tue Jul 1 04:29:43 UTC 2014 root@grind.freebsd.org:/usr/obj/arm.armv6/usr/src/sys/RPI-B arm Port: llvm33 and clang33 # $FreeBSD: head/devel/llvm33/Makefile 360370 2014-07-03 13:48:17Z robak $ PORTNAME= llvm PORTVERSION= 3.3 PORTREVISION= 8 Problem: Problem is the first line of the build text below, i.e. 'armv6' (not in project) Excerpt of the build fail shown below ----- llvm-build: error: invalid native target: 'armv6' (not in project) llvm[3]: Building llvm-config BuildVariables.inc file. llvm[3]: Compiling llvm-config.cpp for Release build llvm-config.cpp:45:10: fatal error: 'LibraryDependencies.inc' file not found #include "LibraryDependencies.inc" ^ 1 error generated. rm: /usr/ports/devel/llvm33/work/llvm-3.3.src/tools/llvm-config/Release/llvm-config.d.tmp: No such file or directory gmake[3]: *** [/usr/ports/devel/llvm33/work/llvm-3.3.src/tools/llvm-config/Release/llvm-config.o] Error 1 gmake[3]: Leaving directory `/usr/ports/devel/llvm33/work/llvm-3.3.src/tools/llvm-config' gmake[2]: *** [all] Error 1 gmake[2]: Leaving directory `/usr/ports/devel/llvm33/work/llvm-3.3.src' ===> Compilation failed unexpectedly. Try to set MAKE_JOBS_UNSAFE=yes and rebuild before reporting the failure to the maintainer. *** Error code 1 Stop. make[1]: stopped in /usr/ports/devel/llvm33 *** Error code 1 Stop. make: stopped in /usr/ports/devel/llvm33 ===>>> make build failed for devel/llvm33 ===>>> Aborting update ===>>> Update for devel/llvm33 failed ===>>> Aborting update ===>>> Update for lang/clang33 failed ===>>> Aborting update ===>>> You can restart from the point of failure with this command line: portmaster <flags> lang/clang33 devel/llvm33 -- 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-191996-13>