Page MenuHomeFreeBSD

Allow bootstrapping mtree on Linux systems
ClosedPublic

Authored by arichardson on Aug 3 2020, 2:43 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 29, 2:09 PM
Unknown Object (File)
Feb 27 2024, 6:57 AM
Unknown Object (File)
Feb 23 2024, 10:52 AM
Unknown Object (File)
Dec 20 2023, 4:56 AM
Unknown Object (File)
Dec 3 2023, 12:11 PM
Unknown Object (File)
Dec 3 2023, 12:06 PM
Unknown Object (File)
Dec 3 2023, 12:06 PM
Unknown Object (File)
Dec 3 2023, 11:29 AM
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

Lint
Lint Passed
Unit
No Test Coverage
Build Status
Buildable 32721
Build 30165: arc lint + arc unit

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.