GNU bug report logs - #48811
R 4.1.0 does not build

Previous Next

Package: guix;

Reported by: meedstrom <at> teknik.io

Date: Thu, 3 Jun 2021 14:55:01 UTC

Severity: normal

Done: zimoun <zimon.toutoune <at> gmail.com>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 48811 in the body.
You can then email your comments to 48811 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#48811; Package guix. (Thu, 03 Jun 2021 14:55:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to meedstrom <at> teknik.io:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Thu, 03 Jun 2021 14:55:01 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: meedstrom <at> teknik.io
To: bug-guix <at> gnu.org
Subject: R 4.1.0 does not build
Date: Thu, 03 Jun 2021 09:58:46 +0000
Running ~guix build r-minimal~ fails with the following messages. Sounds like it cannot find the
style file plain.bst and some math fonts; maybe upstream changed the dependencies. Or I read it
wrong and it's some other error from the make target "vignettes-no-lattice".

Let me know if it works for you and the issue's on my end.

#+begin_example
building/updating vignettes for package 'grid' ...
processing 'grid.Rnw'
Error: compiling TeX file 'grid.tex' failed with message:
Running 'texi2dvi' on 'grid.tex' failed.
BibTeX errors:
The top-level auxiliary file: grid.aux
I couldn't open style file plain.bst
---line 33 of file grid.aux
: \bibstyle{plain
: }
I'm skipping whatever remains of this command
I found no style file---while reading file grid.aux
Execution halted
building/updating vignettes for package 'parallel' ...
building/updating vignettes for package 'utils' ...
building/updating vignettes for package 'stats' ...
processing 'reshape.Rnw'
Error: compiling TeX file 'reshape.tex' failed with message:
Running 'texi2dvi' on 'reshape.tex' failed.
LaTeX errors:
! Math formula deleted: Insufficient symbol fonts.
\endtabular ->\crcr \egroup \egroup $
\egroup
l.22 \maketitle

Execution halted
make[1]: *** [Makefile:120: vignettes-no-lattice] Error 1
make[1]: Leaving directory '/tmp/guix-build-r-minimal-4.1.0.drv-0/R-4.1.0/src/library'
make: *** [Makefile:81: vignettes] Error 2
command "make" "-j" "4"
"LDFLAGS=-Wl,-rpath=/gnu/store/qsqgl8d8cn9v55z085jlpxarbf1zss8i-r-minimal-4.1.0/lib/R/lib"
"PKG_BUILT_STAMP=1970-01-01" failed with status 2
#+end_example

--
Martin Edström





Information forwarded to bug-guix <at> gnu.org:
bug#48811; Package guix. (Tue, 08 Jun 2021 16:04:02 GMT) Full text and rfc822 format available.

Message #8 received at 48811 <at> debbugs.gnu.org (full text, mbox):

From: Eric Brown <ecbrown <at> ericcbrown.com>
To: meedstrom <at> teknik.io
Cc: 48811 <at> debbugs.gnu.org
Subject: Re: bug#48811: R 4.1.0 does not build
Date: Tue, 08 Jun 2021 11:03:05 -0500
meedstrom <at> teknik.io writes:

> Running ~guix build r-minimal~ fails with the following messages. Sounds like it cannot find the
> style file plain.bst and some math fonts; maybe upstream changed the dependencies. Or I read it
> wrong and it's some other error from the make target "vignettes-no-lattice".
>
> Let me know if it works for you and the issue's on my end.
>

I was able to `guix build r-minimal' and it pulled from the substitute servers.




Information forwarded to bug-guix <at> gnu.org:
bug#48811; Package guix. (Wed, 09 Jun 2021 14:13:01 GMT) Full text and rfc822 format available.

Message #11 received at 48811 <at> debbugs.gnu.org (full text, mbox):

From: zimoun <zimon.toutoune <at> gmail.com>
To: meedstrom <at> teknik.io
Cc: 48811 <at> debbugs.gnu.org
Subject: Re: bug#48811: R 4.1.0 does not build
Date: Wed, 09 Jun 2021 15:14:15 +0200
Hi,

On Thu, 03 Jun 2021 at 09:58, meedstrom <at> teknik.io wrote:

> Running ~guix build r-minimal~ fails with the following messages.

Which version of Guix did you use?  With or without substitutes?

Using Guix 2d31eee, it works fine for me (on x86_64).  Even, it builds
fine, with:

--8<---------------cut here---------------start------------->8---
$ guix build r-minimal --no-grafts --check

[...]

phase `compress-documentation' succeeded after 0.0 seconds
guix build: error: derivation `/gnu/store/a493xc5qhv0yv8jjvf7zd62ppld2g9pv-r-minimal-4.1.0.drv' may not be deterministic: output `/gnu/store/p86pzn2pq2jq3jwa4jf1pi5c1wbb04l1-r-minimal-4.1.0' differs
--8<---------------cut here---------------end--------------->8---


All the best,
simon




Information forwarded to bug-guix <at> gnu.org:
bug#48811; Package guix. (Sun, 13 Jun 2021 15:20:04 GMT) Full text and rfc822 format available.

Message #14 received at 48811 <at> debbugs.gnu.org (full text, mbox):

From: meedstrom <at> teknik.io
To: "zimoun" <zimon.toutoune <at> gmail.com>
Cc: 48811 <at> debbugs.gnu.org
Subject: Re: bug#48811: R 4.1.0 does not build
Date: Sun, 13 Jun 2021 09:26:21 +0000
It builds fine now, so this fluke will remain a mystery. I don't know the way to check what revision of Guix I was on at the time. All the best!

Martin

June 9, 2021 2:12 PM, "zimoun" <zimon.toutoune <at> gmail.com> wrote:

> Hi,
> 
> On Thu, 03 Jun 2021 at 09:58, meedstrom <at> teknik.io wrote:
> 
>> Running ~guix build r-minimal~ fails with the following messages.
> 
> Which version of Guix did you use? With or without substitutes?
> 
> Using Guix 2d31eee, it works fine for me (on x86_64). Even, it builds
> fine, with:
> 
> --8<---------------cut here---------------start------------->8---
> $ guix build r-minimal --no-grafts --check
> 
> [...]
> 
> phase `compress-documentation' succeeded after 0.0 seconds
> guix build: error: derivation `/gnu/store/a493xc5qhv0yv8jjvf7zd62ppld2g9pv-r-minimal-4.1.0.drv' may
> not be deterministic: output `/gnu/store/p86pzn2pq2jq3jwa4jf1pi5c1wbb04l1-r-minimal-4.1.0' differs
> --8<---------------cut here---------------end--------------->8---
> 
> All the best,
> simon





Reply sent to zimoun <zimon.toutoune <at> gmail.com>:
You have taken responsibility. (Mon, 14 Jun 2021 06:42:01 GMT) Full text and rfc822 format available.

Notification sent to meedstrom <at> teknik.io:
bug acknowledged by developer. (Mon, 14 Jun 2021 06:42:02 GMT) Full text and rfc822 format available.

Message #19 received at 48811-done <at> debbugs.gnu.org (full text, mbox):

From: zimoun <zimon.toutoune <at> gmail.com>
To: meedstrom <at> teknik.io
Cc: 48811-done <at> debbugs.gnu.org
Subject: Re: bug#48811: R 4.1.0 does not build
Date: Mon, 14 Jun 2021 08:38:41 +0200
Hi,


On Sun, 13 Jun 2021 at 09:26, meedstrom <at> teknik.io wrote:
> It builds fine now, so this fluke will remain a mystery. I don't know
> the way to check what revision of Guix I was on at the time. All the
> best! 

The command “guix pull --list-generations” gives all the versions you
used.  Except if you explicitly removed some.

Thanks, so closing.

All the best,
simon




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 12 Jul 2021 11:24:04 GMT) Full text and rfc822 format available.

This bug report was last modified 2 years and 278 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.