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

--- Comment #6 from David Kalliecharan <d...@dal.ca> ---
Hi Kubilay,

Thanks for getting back so quickly, I have some notes/comments on your
suggestions:

1. Comment 4: RUN_DEPENDS
In my test of using RUN_DEPENDS, the port fails to build claiming enum34 needs
to be installed (regardless of being in if statements or not). Indicating to me
that it is required during the build process needing BUILD_DEPENDS.

2. Comment 7: LLVM 3.8 requirement
I checked the README.rst for the 0.12.1 branch, and it still says LLVM 3.7.
However the master branch claims that LLVM 3.8 is required for 12.0+, but this
is not true as build claims:

File "/usr/ports/devel/py-llvmlite/work/llvmlite-0.12.1/ffi/build.py", line
119, in main_posix
    raise RuntimeError(msg)
RuntimeError: Building llvmlite requires LLVM 3.7.x.

I believe the implementation and documentation for the version I am currently
working on is out of date, which is fixed in the master branch. With that said,
I will work with the stable release, and document the Makefile. I will post a
message on github for them to raise the issue to them.

Currently just reading up on port-mgmt/poudriere

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
freebsd-python@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Reply via email to