Date: Wed, 01 Sep 2021 07:31:12 +0000 From: bugzilla-noreply@freebsd.org To: python@FreeBSD.org Subject: [Bug 257920] [NEW PORT] devel/py-pycapnp: Cython wrapping of the C++ Cap'n Proto library Message-ID: <bug-257920-21822-1SJETSel0r@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-257920-21822@https.bugs.freebsd.org/bugzilla/> References: <bug-257920-21822@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257920 --- Comment #9 from Fernando Apestegu=C3=ADa <fernape@FreeBSD.org> --- I don't think it detects the installed libcapnp properly: =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<phase= : configure >=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> py38-pycapnp-1.1.0 depends on executable: cmake - found =3D=3D=3D> py38-pycapnp-1.1.0 depends on package: py38-pkgconfig>0 - found =3D=3D=3D> py38-pycapnp-1.1.0 depends on package: py38-cython>0 - found =3D=3D=3D> py38-pycapnp-1.1.0 depends on package: py38-setuptools>0 - fou= nd =3D=3D=3D> py38-pycapnp-1.1.0 depends on file: /usr/local/bin/python3.8 -= found =3D=3D=3D> py38-pycapnp-1.1.0 depends on shared library: libcapnp.so - fo= und (/usr/local/lib/libcapnp.so) =3D=3D=3D> Configuring for py38-pycapnp-1.1.0 ... ... *WARNING* no libcapnp detected or rebuild forced. Attempting to build it fr= om 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. --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-257920-21822-1SJETSel0r>