Page MenuHomeFreeBSD

make -C./release ftp fails in src.txz due a symlink
ClosedPublic

Authored by wosch on Wed, Jul 16, 4:43 AM.
Tags
Referenced Files
Unknown Object (File)
Tue, Jul 29, 11:09 AM
Unknown Object (File)
Tue, Jul 29, 1:18 AM
Unknown Object (File)
Tue, Jul 29, 1:16 AM
Unknown Object (File)
Mon, Jul 28, 11:22 PM
Unknown Object (File)
Mon, Jul 28, 8:19 PM
Unknown Object (File)
Mon, Jul 28, 8:59 AM
Unknown Object (File)
Mon, Jul 28, 6:03 AM
Unknown Object (File)
Mon, Jul 28, 12:24 AM
Subscribers

Details

Summary

ln -fs does not work as expected for the src.txz tarball. Split the command into two, always remove the sysmlink and create it again.

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

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

wosch requested review of this revision.Wed, Jul 16, 4:43 AM

I think ports.txz has the same issue and should get the same fix. (Aside, please upload diffs with full context (e.g. with -U999999))

I think ports.txz has the same issue and should get the same fix. (Aside, please upload diffs with full context (e.g. with -U999999))

I cannot reproduce the error for ports.txz . But I agree that we should keep the targets in sync for better readability.

Fix possible symlink problem for ports.txz as well.

This revision is now accepted and ready to land.Mon, Jul 21, 5:19 PM