From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: bug#30729: r-lambda-r not reproducible Date: Sun, 11 Mar 2018 12:17:42 +0100 Message-ID: <87fu56uai1.fsf@elephly.net> References: <87sh99j570.fsf@mdc-berlin.de> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:53603) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1euzEs-0008RS-4Q for bug-guix@gnu.org; Sun, 11 Mar 2018 07:34:07 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1euzEp-0006ld-1y for bug-guix@gnu.org; Sun, 11 Mar 2018 07:34:06 -0400 Received: from debbugs.gnu.org ([208.118.235.43]:46825) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1euzEo-0006lW-UZ for bug-guix@gnu.org; Sun, 11 Mar 2018 07:34:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1euzEo-0003fk-Ou for bug-guix@gnu.org; Sun, 11 Mar 2018 07:34:02 -0400 Sender: "Debbugs-submit" Resent-To: bug-guix@gnu.org Resent-Message-ID: In-reply-to: <87sh99j570.fsf@mdc-berlin.de> 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.org@gnu.org Sender: "bug-Guix" Cc: 30729-done@debbugs.gnu.org Ricardo Wurmus writes: > Searching the R sources indicates that this value is set in > =E2=80=9Csrc/library/base/R/srcfile.R=E2=80=9D, which I=E2=80=99ve previo= usly encountered in the > arguments field of =E2=80=9Cr-minimal=E2=80=9D. It looks like this value= is taken from > the source file=E2=80=99s mtime, but resetting the timestamps before the > =E2=80=9Cinstall=E2=80=9D phase didn=E2=80=99t seem to have helped. Mayb= e this needs to be done > at some other point that is somewhere deep within R CMD INSTALL. This is now fixed with commit 0fa4702c041a5746ec3a58b39e4276c39d18e7da. -- Ricardo