Page MenuHomeFreeBSD

iasl: Remove date and time from -vd option, for reproducible build
AbandonedPublic

Authored by emaste on Dec 19 2016, 5:50 PM.
Tags
None
Referenced Files
Unknown Object (File)
Apr 27 2026, 9:53 AM
Unknown Object (File)
Apr 27 2026, 6:29 AM
Unknown Object (File)
Apr 21 2026, 10:50 AM
Unknown Object (File)
Apr 15 2026, 4:22 AM
Unknown Object (File)
Apr 13 2026, 4:25 AM
Unknown Object (File)
Apr 11 2026, 3:51 PM
Unknown Object (File)
Apr 10 2026, 11:43 PM
Unknown Object (File)
Apr 10 2026, 9:04 AM
Subscribers

Details

Reviewers
jkim
Summary

iasl's use of __DATE__ and __TIME__ is one of two issues remaining preventing a reproducible build of FreeBSD world + kernel.

The build date and time is not particularly relevant, so just remove it (instead of pinning it to an arbitrary value, via e.g. SOURCE_DATE_EPOCH).

PR: 215421

Diff Detail

Lint
Lint Skipped
Unit
Tests Skipped

Event Timeline

emaste retitled this revision from to iasl: Remove nonreproducible -vd (build date & time) option.
emaste updated this object.
emaste edited the test plan for this revision. (Show Details)
emaste added a reviewer: jkim.
emaste added subscribers: bapt, jhb, gjb.
sys/contrib/dev/acpica/compiler/asloptions.c
728–729

I argue that this is not useful information and we're better off just omitting the option, but if prefered we could either change it to "%s Build date/time: unknown\n", ASL_COMPILER_NAME, or hard-code an arbitrary date/time.

emaste retitled this revision from iasl: Remove nonreproducible -vd (build date & time) option to iasl: Remove date and time from -vd option, for reproducible build.

Leave -vd in place, just remove the nonreproducible date and time