[Bug 273719] archivers/brotli
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 11 Sep 2023 14:02:14 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=273719
Bug ID: 273719
Summary: archivers/brotli
Product: Ports & Packages
Version: Latest
Hardware: amd64
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: osa@FreeBSD.org
Reporter: jarmstrong@wi.rr.com
Flags: maintainer-feedback?(osa@FreeBSD.org)
Assignee: osa@FreeBSD.org
While upgrading gohugo, it built Brotli-1.1.0 but, due to a casing bug, the
script is looking for the wrong Wheel:
FileNotFoundError: [Errno 2] No such file or directory:
'/usr/ports/archivers/py-brotli/work-py39/Brotli-1.1.0/dist/brotli-1.1.0*.whl'
chestnut_handy 14# ls
Brotli-1.1.0-cp39-cp39-freebsd_13_2_release_p3_amd64.whl
chestnut_handy 15# pwd
/usr/ports/archivers/py-brotli/work-py39/Brotli-1.1.0/dist
It's looking for a lowercase brotli-*.whl but the built Wheel starts with an
uppercase B, so it's failing.
--
You are receiving this mail because:
You are the assignee for the bug.