Summary: | ports-mgmt/sccache-overlay: Files remain on `make clean` | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Tomoaki AOKI <junchoon> | ||||
Component: | Individual Port(s) | Assignee: | FreeBSD Rust Team <rust> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | mikael, void | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(rust) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Tomoaki AOKI
2023-10-28 14:02:26 UTC
I think this schg flags problem may be the root cause of seemingly random lib-depends failures in my poudriere.instance, with any port using sccache-overlay, or anything depending on it or updating it. My workaround is to deinstall and not use sccache-overlay with poudriere. Created attachment 247057 [details]
v0
Can you try the attached patch?
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=2fd2a8a49774c008f259b30c664db05f4c535b41 commit 2fd2a8a49774c008f259b30c664db05f4c535b41 Author: Mikael Urankar <mikael@FreeBSD.org> AuthorDate: 2023-12-15 12:37:50 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2024-01-01 18:12:32 +0000 ports-mgmt/sccache-overlay: Remove the schg flag on libraries It allows "make clean" to succeed. PR: 274771 ports-mgmt/sccache-overlay/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (In reply to Mikael Urankar from comment #2) Thanks! Worked fine both on stable/14(poudriere) and main(bare metal with pkg_replace). Sorry for looong delay. |