Page MenuHomeFreeBSD

build: downgrade clock error to a warning for buildenv
Needs ReviewPublic

Authored by kevans on Aug 30 2025, 5:46 PM.
Tags
None
Referenced Files
F131991824: D52294.id161272.diff
Sun, Oct 12, 6:44 PM
Unknown Object (File)
Wed, Oct 8, 9:17 PM
Unknown Object (File)
Wed, Oct 1, 11:40 PM
Unknown Object (File)
Wed, Oct 1, 10:08 PM
Unknown Object (File)
Wed, Oct 1, 8:32 AM
Unknown Object (File)
Tue, Sep 30, 9:05 AM
Unknown Object (File)
Fri, Sep 26, 12:21 AM
Unknown Object (File)
Fri, Sep 19, 9:33 PM
Subscribers
None

Details

Reviewers
imp
brooks
Summary

It's a nice error to have, but it could be the case that you need to
enter a buildenv in order to correct the condition that caused your
clock to be wrong in the first place. Let's assume that you're
sufficiently advanced to do the right thing if you know well enough to
enter an interactive buildenv and spot a warning like this.

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 66698
Build 63581: arc lint + arc unit

Event Timeline

kevans created this revision.
Makefile
402

Obviously this isn't a great heuristic for 'interactive buildenv' since you could actually set a shell in BUILDENV_SHELL instead of make -C ..., but it seemed like a reasonable approximation.