| Summary: | devel/boost-python-libs: make check-plist fails with python3 | ||
|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Jan Beich <jbeich> |
| Component: | Individual Port(s) | Assignee: | FreeBSD Office Team <office> |
| Status: | Closed Overcome By Events | ||
| Severity: | Affects Only Me | CC: | w.schwarzenfeld |
| Priority: | --- | Keywords: | needs-patch |
| Version: | Latest | ||
| Hardware: | Any | ||
| OS: | Any | ||
Maintainer feedback? Problem still exists with boost-python-libs-1.66.0: ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: lib/libboost_numpy.a Error: Orphaned: lib/libboost_numpy.so Error: Orphaned: lib/libboost_numpy.so.%%BOOST_SHARED_LIB_VER%% ===> Checking for items in pkg-plist which are not in STAGEDIR ===> Error: Plist issues found. *** Error code 1 I was not exact: Problem exists on 10.4, but not on 11.1. comment 0 was probably fixed by ports r442853. comment 2 is a duplicate of bug 225589. |
$ echo DEFAULT_VERSIONS += python=3.5 >>/usr/local/etc/poudriere.d/make.conf $ poudriere testport -j 101i386 -o devel/boost-python-libs [...] =========================================================================== ====> Running Q/A tests (stage-qa) Warning: 'lib/libboost_python3.so.1.62.0' is not stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD} ====> Checking for pkg-plist issues (check-plist) ===> Parsing plist ===> Checking for items in STAGEDIR missing from pkg-plist Error: Orphaned: lib/libboost_python3.a Error: Orphaned: lib/libboost_python3.so Error: Orphaned: lib/libboost_python3.so.%%BOOST_SHARED_LIB_VER%% ===> Checking for items in pkg-plist which are not in STAGEDIR ===> Error: Plist issues found. *** Error code 1 Note, the issue was present before bug 199601 landed.