Date: Tue, 12 Jul 2016 20:00:02 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 211045] lang/rust fails to build with llvm from ports Message-ID: <bug-211045-13@https.bugs.freebsd.org/bugzilla/>
next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D211045 Bug ID: 211045 Summary: lang/rust fails to build with llvm from ports Product: Ports & Packages Version: Latest Hardware: Any OS: Any Status: New Severity: Affects Only Me Priority: --- Component: Individual Port(s) Assignee: riggs@FreeBSD.org Reporter: osidorkin@gmail.com Flags: maintainer-feedback?(riggs@FreeBSD.org) Assignee: riggs@FreeBSD.org New rust 1.10 fails to build with llvm36 due to constness issues. With the following patch it builds fine (however it builds fine with llvm37 also) Index: lang/rust/Makefile =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D --- lang/rust/Makefile (revision 418337) +++ lang/rust/Makefile (working copy) @@ -80,7 +80,7 @@ PORT_LLVM_DESC=3D Build against devel/llvm${LLVM_VER} instead of bu= ndled version PORT_LLVM_BUILD_DEPENDS=3D=20=20=20=20=20=20 ${LLVM_PREFIX}/bin/FileCheck:devel/llvm${LLVM_VER} PORT_LLVM_CONFIGURE_ON=3D --llvm-root=3D${LLVM_PREFIX} -LLVM_VER?=3D 36 # XXX Move to DEFAULT_VERSIONS +LLVM_VER?=3D 38 # XXX Move to DEFAULT_VERSIONS LLVM_PREFIX=3D ${LOCALBASE}/llvm${LLVM_VER} --=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-211045-13>