Bug 270475 - security/pssh: update to v2.3.5
Summary: security/pssh: update to v2.3.5
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Hiroki Tagato
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-03-27 03:18 UTC by Pavel Timofeev
Modified: 2023-03-27 12:21 UTC (History)
1 user (show)

See Also:


Attachments
port patch (1.53 KB, patch)
2023-03-27 03:18 UTC, Pavel Timofeev
timp87: maintainer-approval+
Details | Diff
Poudriere build log (20.23 KB, text/plain)
2023-03-27 06:05 UTC, Hiroki Tagato
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Timofeev 2023-03-27 03:18:47 UTC
Created attachment 241136 [details]
port patch

update to v2.3.5
the only change in this release is switch to pyproject.toml
Comment 1 Hiroki Tagato freebsd_committer freebsd_triage 2023-03-27 06:05:05 UTC
Created attachment 241139 [details]
Poudriere build log

Hi,

Build with poudriere (131amd64) fails with the following message:

=>> Checking for filesystem violations... done
=>> Error: Filesystem touched during build:
extra: usr/local/lib/python3.9/site-packages/pyproject_hooks/_in_process/__pycache__
extra: usr/local/lib/python3.9/site-packages/pyproject_hooks/__pycache__
extra: usr/local/lib/python3.9/site-packages/tomli/__pycache__
extra: usr/local/lib/python3.9/site-packages/packaging/__pycache__
extra: usr/local/lib/python3.9/site-packages/build/__pycache__
=>> Cleaning up wrkdir

Can you look into that? (A full log is attached.)

One workaround may be adding PYTHONDONTWRITEBYTECODE=1 to MAKE_ENV.
Comment 2 Hiroki Tagato freebsd_committer freebsd_triage 2023-03-27 12:09:56 UTC
(In reply to Hiroki Tagato from comment #1)

Sorry, the error was due to a misconfiguration of my poudriere instance.

I will commit your patch shortly.
Comment 3 Hiroki Tagato freebsd_committer freebsd_triage 2023-03-27 12:21:20 UTC
Committed, thanks!
Comment 4 commit-hook freebsd_committer freebsd_triage 2023-03-27 12:21:44 UTC
A commit in branch main references this bug:

URL: https://cgit.FreeBSD.org/ports/commit/?id=372f707af4de9f2462d338700f82cc626a295558

commit 372f707af4de9f2462d338700f82cc626a295558
Author:     Pavel Timofeev <timp87@gmail.com>
AuthorDate: 2023-03-27 03:16:19 +0000
Commit:     Hiroki Tagato <tagattie@FreeBSD.org>
CommitDate: 2023-03-27 12:20:40 +0000

    security/pssh: update to 2.3.5

    Changelog: https://github.com/lilydjwg/pssh/blob/v2.3.5/ChangeLog

    PR:             270475
    Reported by:    Pavel Timofeev <timp87@gmail.com> (maintainer)

 security/pssh/Makefile | 6 +++---
 security/pssh/distinfo | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)