[Bug 257920] [NEW PORT] devel/py-pycapnp: Cython wrapping of the C++ Cap'n Proto library

From: <bugzilla-noreply_at_freebsd.org>
Date: Wed, 01 Sep 2021 07:31:12 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257920

--- Comment #9 from Fernando ApesteguĂ­a <fernape@FreeBSD.org> ---
I don't think it detects the installed libcapnp properly:

=======================<phase: configure      >============================
===>   py38-pycapnp-1.1.0 depends on executable: cmake - found
===>   py38-pycapnp-1.1.0 depends on package: py38-pkgconfig>0 - found
===>   py38-pycapnp-1.1.0 depends on package: py38-cython>0 - found
===>   py38-pycapnp-1.1.0 depends on package: py38-setuptools>0 - found
===>   py38-pycapnp-1.1.0 depends on file: /usr/local/bin/python3.8 - found
===>   py38-pycapnp-1.1.0 depends on shared library: libcapnp.so - found
(/usr/local/lib/libcapnp.so)
===>  Configuring for py38-pycapnp-1.1.0
...
...
*WARNING* no libcapnp detected or rebuild forced. Attempting to build it from
source now. If you have C++ Cap'n Proto installed, it may be out of date or is
not being detected. This may take a while...
fetching https://capnproto.org/capnproto-c++-0.8.0.tar.gz into bundled
*** Error code 1

It fails because it tries to fetch from a build stage. If inside a poudriere
jail (with network connection), it downloads and builds with the bundled
library because it still does not detect the installed one.

Stop.

-- 
You are receiving this mail because:
You are on the CC list for the bug.