Summary: | lang/python38: Fails to build: python38-3.8.11 is marked as BROKEN: incorrect pkg-plist. | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | - <kjhasdjkh> | ||||||
Component: | Individual Port(s) | Assignee: | Fukang Chen <loader> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Some People | CC: | python | ||||||
Priority: | --- | Flags: | koobs:
maintainer-feedback+
|
||||||
Version: | Latest | ||||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
Bug Depends on: | 256558 | ||||||||
Bug Blocks: | |||||||||
Attachments: |
|
Description
-
2021-08-10 17:55:40 UTC
Thank you for your reeport. Could you please include additional information, including: - uname -a output - full build log output (as an attachment, compressed if necessary) - /etc/make.conf contents (as an attachment) if not empty - pkg version -v output (as an attachment) - Q: Do any other Python port versions fail in the same way? Created attachment 227147 [details]
buildlog, sort of. i guess
Created attachment 227148 [details]
pkg version -v output, why though, i built from the ports tree
i attached the "buildlog" - not sure if i am generating it right. what i did: make rmconfig make configure (setting DEBUG=ON) portmaster lang/python38 and copy paste of that output to a file the issue was reproducible on my machine (the python38 reinstallation failed with the same error after setting DEBUG=ON) uname -a FreeBSD <hostname> 13.0-RELEASE FreeBSD 13.0-RELEASE #0 releng/13.0-n244733-ea31abc261f: Fri Apr 9 04:24:09 UTC 2021 root@releng1.nyi.freebsd.org:/usr/obj/usr/src/amd64.amd64/sys/GENERIC amd64 /etc/make.conf did not exist at this point. right now it exists but is empty - Q: Do any other Python port versions fail in the same way? A: no everything else compiled fine yet (In reply to maximilian.lasser from comment #3) Building a port runs a make package, for installation, which is then registered using pkg(8). That is to say, pkg(8) is a frontend for binary package repositories *and* a package registration system (that ports use) Right, so BROKEN was added in the ports 2d2c2821bca5933475c6c418057f1480b85ded9b [1] as a workaround for resolving the issue, currently being tracked in bug 256558 [1] https://cgit.freebsd.org/ports/commit/?id=2d2c2821bca5933475c6c418057f1480b85ded9b Ok so its intentional and you / the maintaining team is aware of it. Great. This one can be closed then i suppose. Thanks ^Triage: Resolved via bug 256558, Assign to committer that resolved @Reporter, If there is still an issue after updating to latest versions of ports or their respective packages, please re-open the issue with additional detail |