Page MenuHomeFreeBSD

Allow bootstrapping mtree on Linux systems
ClosedPublic

Authored by arichardson on Aug 3 2020, 2:43 PM.
Tags
None
Referenced Files
F132614375: D25930.diff
Sat, Oct 18, 10:53 AM
Unknown Object (File)
Sun, Oct 5, 6:46 AM
Unknown Object (File)
Tue, Sep 30, 2:37 PM
Unknown Object (File)
Sep 8 2025, 11:00 AM
Unknown Object (File)
Aug 12 2025, 2:14 PM
Unknown Object (File)
Aug 6 2025, 7:02 AM
Unknown Object (File)
Aug 5 2025, 8:03 AM
Unknown Object (File)
Jul 22 2025, 2:55 PM
Subscribers

Details

Summary

Linux glibc has a dummy lchmod that always fails and emitting a linker
warning when used. Don't fail the build due to that warning when
bootstrapping by setting LD_FATAL_WARNINGS=no.

Diff Detail

Repository
rS FreeBSD src repository - subversion
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

arichardson created this revision.

This is fine with me, although I wonder if we should just turn off Werror / LD_FATAL_WARNINGS etc. completely in the cross-bootstrapping case?

This revision is now accepted and ready to land.Aug 3 2020, 5:03 PM
This revision was automatically updated to reflect the committed changes.