bug#38958: Timestamp out of range; substituting 2514-05-30 01:53:03.999999999

2020-09-03 Thread Mark H Weaver
Hi, Ludovic Courtès writes: > The GNU make warnings come from this impenetrable function: > > --8<---cut here---start->8--- > FILE_TIMESTAMP > file_timestamp_cons (const char *fname, time_t stamp, long int ns) > { > int offset = ORDINARY_MTIME_MIN + (FILE_TI

bug#38958: Timestamp out of range; substituting 2514-05-30 01:53:03.999999999

2020-09-03 Thread Ludovic Courtès
Hi, Roel Janssen skribis: > I encounter a problem when running "make" for some code base: > make[3]: /gnu/store/5hkc9q38w6afhrf7xyz5ybxidr87d1mq-profile/include/syslog.h: > Timestamp out of range; substituting 2514-05-30 01:53:03.9 This issue manifests itself in build environments as we

bug#38958: Timestamp out of range; substituting 2514-05-30 01:53:03.999999999

2020-03-27 Thread Ludovic Courtès
Roel Janssen skribis: > On Wed, 2020-01-08 at 22:58 +0100, Ludovic Courtès wrote: >> Hi Roel, >> >> Roel Janssen skribis: >> >> > When inside a container produced with: >> > $ guix environment -CN --ad-hoc ... >> > >> > I encounter a problem when running "make" for some code base: >> > make[3

bug#38958: Timestamp out of range; substituting 2514-05-30 01:53:03.999999999

2020-03-27 Thread Roel Janssen
On Wed, 2020-01-08 at 22:58 +0100, Ludovic Courtès wrote: > Hi Roel, > > Roel Janssen skribis: > > > When inside a container produced with: > > $ guix environment -CN --ad-hoc ... > > > > I encounter a problem when running "make" for some code base: > > make[3]: /gnu/store/5hkc9q38w6afhrf7xyz5y

bug#38958: Timestamp out of range; substituting 2514-05-30 01:53:03.999999999

2020-01-08 Thread Ludovic Courtès
Hi Roel, Roel Janssen skribis: > When inside a container produced with: > $ guix environment -CN --ad-hoc ... > > I encounter a problem when running "make" for some code base: > make[3]: /gnu/store/5hkc9q38w6afhrf7xyz5ybxidr87d1mq-profile/include/syslog.h: > Timestamp out of range; substituting

bug#38958: Timestamp out of range; substituting 2514-05-30 01:53:03.999999999

2020-01-05 Thread Roel Janssen
Dear Guix, When inside a container produced with: $ guix environment -CN --ad-hoc ... I encounter a problem when running "make" for some code base: make[3]: /gnu/store/5hkc9q38w6afhrf7xyz5ybxidr87d1mq-profile/include/syslog.h: Timestamp out of range; substituting 2514-05-30 01:53:03.9 Th