[Bug 290606] devel/py-logbook: Remove NO_ARCH=yes
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 27 Oct 2025 20:32:57 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=290606
Bug ID: 290606
Summary: devel/py-logbook: Remove NO_ARCH=yes
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: philip@FreeBSD.org
Reporter: lwhsu@FreeBSD.org
Assignee: philip@FreeBSD.org
Flags: maintainer-feedback?(philip@FreeBSD.org)
Created attachment 264950
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=264950&action=edit
v1
logbook now includes speedups which generates
site-packages/logbook/_speedups.cpython-311.so
With NO_ARCH=yes, poudriere build fails with:
```
====> Running Q/A tests (stage-qa)
Warning: 'lib/python3.11/site-packages/logbook/_speedups.cpython-311.so' is not
stripped consider trying INSTALL_TARGET=install-strip or using ${STRIP_CMD}
Error:
'/usr/local/lib/python3.11/site-packages/logbook/_speedups.cpython-311.so' is a
architecture specific binary file and you have set NO_ARCH. Either remove
NO_ARCH or add '_speedups.cpython-311.so' to NO_ARCH_IGNORE.
*** Error code 1
Stop.
make: stopped in /usr/ports/devel/py-logbook
=>> Error: stage-qa failures detected
```
--
You are receiving this mail because:
You are the assignee for the bug.