From mboxrd@z Thu Jan 1 00:00:00 1970 From: Roel Janssen Subject: bug#38958: Timestamp out of range; substituting 2514-05-30 01:53:03.999999999 Date: Fri, 27 Mar 2020 10:26:21 +0100 Message-ID: <8aab63ee4ca678aab40be28edbc6f3178d1c8acb.camel@gnu.org> References: <87o8vdd2zq.fsf@gnu.org> Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: 8bit Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:41749) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jHlGZ-0001ia-2B for bug-guix@gnu.org; Fri, 27 Mar 2020 05:27:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jHlGY-0001cc-3J for bug-guix@gnu.org; Fri, 27 Mar 2020 05:27:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54555) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jHlGX-0001cR-WC for bug-guix@gnu.org; Fri, 27 Mar 2020 05:27:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jHlGX-0001tn-S5 for bug-guix@gnu.org; Fri, 27 Mar 2020 05:27:01 -0400 Sender: "Debbugs-submit" Resent-Message-ID: In-Reply-To: <87o8vdd2zq.fsf@gnu.org> 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: Ludovic =?UTF-8?Q?Court=C3=A8s?= Cc: 38958@debbugs.gnu.org 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/5hkc9q38w6afhrf7xyz5ybxidr87d1mq- > > profile/include/syslog.h: > > Timestamp out of range; substituting 2514-05-30 01:53:03.999999999 > > Fun. :-) What does “uname -rm” return? > > What the value of the ‘TZ’ environment variable? > > Can it be easily reproduced? > > Thanks, > Ludo’. > Sorry for the long delay. This issue had somehow resolved itself. But now the issue resurfaced for me when building an older version of QtSvg (5.9.4). The 'TZ' environment variable is empty, and the output of "uname -rm" is: 5.5.10-200.fc31.x86_64 x86_64 The package recipe is somewhat involved (it's part of a build for RStudio), but if you'd like I can attach it here. Kind regards, Roel Janssen