[Bug 274771] ports-mgmt/sccache-overlay: Files remain on `make clean`

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 28 Oct 2023 14:02:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=274771

            Bug ID: 274771
           Summary: ports-mgmt/sccache-overlay: Files remain on `make
                    clean`
           Product: Ports & Packages
           Version: Latest
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: Individual Port(s)
          Assignee: rust@FreeBSD.org
          Reporter: junchoon@dec.sakura.ne.jp
             Flags: maintainer-feedback?(rust@FreeBSD.org)
          Assignee: rust@FreeBSD.org

ports-mgmt/sccache-overlay sets schg flags to files in stage directory, thus
fail to `make clean`.

Remaining files are as follows.

% ls -al
/usr/ports/ports-mgmt/sccache-overlay/work/stage/usr/local/share/sccache/overlay/lib/
total 1351
drwxr-xr-x  2 root wheel       5 10月 28 22:24 .
drwxr-xr-x  3 root wheel       3 10月 28 22:24 ..
-r-xr-xr-x  1 root wheel  117520 10月 28 22:13 ld-elf.so.1
-rw-r--r--  1 root wheel 2008976 10月 28 22:13 libc.so.7
-rw-r--r--  1 root wheel  128320 10月 28 22:13 libthr.so.3


Note that ld-elf.so.1 are colorlized red on actual output.

Can be cleaned up after invoking the command below as root.

# chflags -R noschg /usr/ports/ports-mgmt/sccache-overlay/work/

-- 
You are receiving this mail because:
You are the assignee for the bug.