Bug 267148 - devel/tevent: Fails to package: python3.7/site-packages/...
Summary: devel/tevent: Fails to package: python3.7/site-packages/...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Some People
Assignee: Timur I. Bakeyev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2022-10-17 11:14 UTC by Michael Osipov
Modified: 2022-10-26 14:41 UTC (History)
1 user (show)

See Also:
bugzilla: maintainer-feedback? (timur)


Attachments
Git-formatted patch (864 bytes, text/plain)
2022-10-17 11:14 UTC, Michael Osipov
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Osipov 2022-10-17 11:14:12 UTC
Created attachment 237397 [details]
Git-formatted patch

This bug is logically idential to Bug 265022. Read my extensive analysis there. I have attached a Git-formatted patch and tested it on:

poudriere testport -j 123-release-amd64 -z python37 -p default-head devel/tevent
poudriere testport -j 123-release-amd64 -z python38 -p default-head devel/tevent
poudriere testport -j 123-release-amd64 -z python39 -p default-head devel/tevent
poudriere testport -j 123-release-amd64 -z python310 -p default-head devel/tevent

This occured to me on 2022Q3 while bulding net/samba413. Please apply the patch to main and quarterly as well.
Comment 1 Michael Osipov 2022-10-17 11:15:13 UTC
Fix from x11/xcb-proto: https://cgit.freebsd.org/ports/commit/?id=04f717e8125f4d5570d2d3a72c9a8512c026b996
Comment 2 Timur I. Bakeyev freebsd_committer freebsd_triage 2022-10-25 09:22:43 UTC
Committed, thanks!
Comment 3 Michael Osipov 2022-10-25 11:03:12 UTC
Kindly push to remove and back port to quarterly as well since it is broken there also.
Comment 4 Michael Osipov 2022-10-25 11:07:32 UTC
remote*
Comment 5 commit-hook freebsd_committer freebsd_triage 2022-10-25 23:22:33 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7b1694c26d63e0dddc1ed14adcf504d5c4b8e420

commit 7b1694c26d63e0dddc1ed14adcf504d5c4b8e420
Author:     Timur I. Bakeyev <timur@FreeBSD.org>
AuthorDate: 2022-10-25 09:17:28 +0000
Commit:     Timur I. Bakeyev <timur@FreeBSD.org>
CommitDate: 2022-10-25 23:21:16 +0000

    devel/tevent: Fixed packaging error with Python 3.7.

    PR:             267148

 devel/tevent/Makefile  | 16 ++++++++--------
 devel/tevent/pkg-plist |  2 +-
 2 files changed, 9 insertions(+), 9 deletions(-)
Comment 6 Michael Osipov 2022-10-26 14:41:18 UTC
Kindly apply to quarterly also since it is broken there as well.