https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=288256

            Bug ID: 288256
           Summary: make -C./release ftp fails in src.txz due a symlink
           Product: Base System
           Version: 15.0-CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: misc
          Assignee: [email protected]
          Reporter: [email protected]

# run `make ftp' for the first time
make -C release -j $(nproc) ftp

# delete the source tarball
rm -f $MAKEOBJDIRPREFIX/$(pwd)/amd64.amd64/release/src.txz

# run `make ftp' again, and it will fail due ln -fs
make -C release -j $(nproc) ftp
--- src.txz ---
mkdir -p dist/usr
ln -fs /home/projects/freebsd-src/release/.. dist/usr/src
ln: dist/usr/src/..: Operation not permitted
*** [src.txz] Error code 1

make: stopped making "ftp" in /home/projects/freebsd-src/release
make: 1 error

make: stopped making "ftp" in /home/projects/freebsd-src/release

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

Reply via email to