Date: Tue, 30 Aug 2016 19:40:34 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 211346] [NEW PORT] devel/py-llvmlite: Lightweight LLVM python binding for writing JIT compilers Message-ID: <bug-211346-21822-336JFgA7LO@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-211346-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-211346-21822@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211346 --- Comment #21 from David Kalliecharan <dave@dal.ca> --- I looked at version 9.3a with poudriere, and got the same error. I suspected that it wasn't linking to libc++ (an apparent problem with 9.3a in some cases). I tried adding .if ${_OSVERSION_MAJOR} < 10 CXXFLAGS= -stdlib=libc++ -std=c++11 LDFLAGS= -stdlib=libc++ .endif found at: https://forums.freebsd.org/threads/49989/#post-279700 But this did *not* work, and the build already did the above mentioned. I would need more time to look at it. At the moment I am okay with it being marked as BROKEN for 9. Do I need to add that into the Makefile? -- You are receiving this mail because: You are on the CC list for the bug.help
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-211346-21822-336JFgA7LO>
