From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Subject: bug#38958: Timestamp out of range; substituting 2514-05-30 01:53:03.999999999 Date: Fri, 27 Mar 2020 12:54:06 +0100 Message-ID: <87v9mq57z5.fsf@gnu.org> References: <87o8vdd2zq.fsf@gnu.org> <8aab63ee4ca678aab40be28edbc6f3178d1c8acb.camel@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:49165) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jHnZn-00082m-N0 for bug-guix@gnu.org; Fri, 27 Mar 2020 07:55:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jHnZm-00048q-Lt for bug-guix@gnu.org; Fri, 27 Mar 2020 07:55:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54587) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jHnZm-00048a-IY for bug-guix@gnu.org; Fri, 27 Mar 2020 07:55:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jHnZm-0007pG-Gf for bug-guix@gnu.org; Fri, 27 Mar 2020 07:55:02 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <8aab63ee4ca678aab40be28edbc6f3178d1c8acb.camel@gnu.org> (Roel Janssen's message of "Fri, 27 Mar 2020 10:26:21 +0100") List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+gcggb-bug-guix=m.gmane-mx.org@gnu.org Sender: "bug-Guix" To: Roel Janssen Cc: 38958@debbugs.gnu.org Roel Janssen skribis: > On Wed, 2020-01-08 at 22:58 +0100, Ludovic Court=C3=A8s wrote: >> Hi Roel, >>=20 >> Roel Janssen skribis: >>=20 >> > When inside a container produced with: >> > $ guix environment -CN --ad-hoc ... >> >=20 >> > 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.999999999 >>=20 >> Fun. :-) What does =E2=80=9Cuname -rm=E2=80=9D return? >>=20 >> What the value of the =E2=80=98TZ=E2=80=99 environment variable? >>=20 >> Can it be easily reproduced? >>=20 >> Thanks, >> Ludo=E2=80=99. >>=20 > > Sorry for the long delay. This issue had somehow resolved itself. > > But now the issue resurfaced for me when building an older version of QtS= vg > (5.9.4). The 'TZ' environment variable is empty, and the output of "unam= e -rm" > is: > 5.5.10-200.fc31.x86_64 x86_64 Previously you mentioned the problem was in =E2=80=98guix environment -C=E2= =80=99, but now you say it happens while running =E2=80=98guix build qtsvg=E2=80=99, ri= ght? Is there a simple way to reproduce it? Ludo=E2=80=99.