Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#4639 closed task (wontfix)

ICA: several files just differ in hardcoded compile time

Reported by: Bruce Dubbs Owned by: lfs-book
Priority: normal Milestone: 10.0
Component: Book Version: SVN
Severity: normal Keywords:
Cc:

Description

For the record: vim, libcrypto.so.1.1, libgdbm.so.6.0.0, /use lib/perl5/<version>/<machine>-thread-multi/CORE/libperl.so, and libpython3.8.so.1.0

Change History (5)

comment:1 by Pierre Labastie, 4 years ago

There is nothing we can do except maybe tweaking the __DATE__ macro, but to use which date?

Last edited 4 years ago by Pierre Labastie (previous) (diff)

comment:2 by Pierre Labastie, 4 years ago

We could

export SOURCE_DATE_EPOCH=$(date +%s -d <version date>)

where <version date> is the date of the book version (to set in general.ent as YYYYMMDD).

Expecting some thoughts from readers though.

in reply to:  2 comment:3 by Bruce Dubbs, 4 years ago

Replying to pierre.labastie:

We could

export SOURCE_DATE_EPOCH=$(date +%s -d <version date>)

where <version date> is the date of the book version (to set in general.ent as YYYYMMDD).

I do not think this is appropriate for the book, but could be put into jhalfs to minimize the differences when doing ICA.

comment:4 by Pierre Labastie, 4 years ago

Resolution: wontfix
Status: newclosed

Seems nobody is pushing for "reproducible builds", so closing

comment:5 by Bruce Dubbs, 4 years ago

Milestone: 9.210.0

Milestone renamed

Note: See TracTickets for help on using tickets.