Bug 258861 - devel/distcc: installation fails on staging
Summary: devel/distcc: installation fails on staging
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: Daniel Engberg
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-02 09:55 UTC by Stéphane D'Alu
Modified: 2021-10-08 07:20 UTC (History)
1 user (show)

See Also:


Attachments
poudriere log (11.45 KB, application/gzip)
2021-10-02 09:55 UTC, Stéphane D'Alu
no flags Details
Patch for distcc (1.52 KB, patch)
2021-10-05 07:37 UTC, Daniel Engberg
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Stéphane D'Alu 2021-10-02 09:55:28 UTC
Created attachment 228350 [details]
poudriere log

staging fails on:
strip: open /wrkdirs/usr/ports/devel/distcc/work/stage/usr/local/lib/python3.8/site-packages/include_server/distcc_pump_c_extensions.so failed: No such file or directory

(full poudriere log in attachement)
Comment 1 Daniel Engberg freebsd_committer freebsd_triage 2021-10-05 07:37:27 UTC
Created attachment 228452 [details]
Patch for distcc

Fix packaing when PUMP option is enabled
Comment 2 Daniel Engberg freebsd_committer freebsd_triage 2021-10-05 07:38:30 UTC
Hi Stéphane,

Thanks for reporting!
Can you try the attached patch and see if that resolves your issue?

Best regards,
Daniel
Comment 3 Stéphane D'Alu 2021-10-06 20:29:21 UTC
Build is successful, thanks
Comment 4 commit-hook freebsd_committer freebsd_triage 2021-10-08 07:07:53 UTC
A commit in branch main references this bug:

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

commit e37834c1e43f2f02469f0bb73311927c185301ff
Author:     Daniel Engberg <diizzy@FreeBSD.org>
AuthorDate: 2021-10-08 06:34:37 +0000
Commit:     Daniel Engberg <diizzy@FreeBSD.org>
CommitDate: 2021-10-08 07:06:34 +0000

    devel/distcc: Fix packaging with PUMP option

    PR:             258861
    Reported by:    Stéphane D'Alu
    Tested by:      Stéphane D'Alu
    Approved by:    arrowd (mentor)
    Differential Revision:  https://reviews.freebsd.org/D32328

 devel/distcc/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
Comment 5 Daniel Engberg freebsd_committer freebsd_triage 2021-10-08 07:20:01 UTC
Committed, thanks for reporting and testing