[Bug 211346] [NEW PORT] devel/py-llvmlite: Lightweight LLVM python binding for writing JIT compilers

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Tue Aug 30 19:40:34 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=211346

--- Comment #21 from David Kalliecharan <dave at 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.


More information about the freebsd-python mailing list