R 4.1.0 does not build

  • Done
  • quality assurance status badge
Details
3 participants
  • Eric Brown
  • meedstrom
  • zimoun
Owner
unassigned
Submitted by
meedstrom
Severity
normal

Debbugs page

meedstrom wrote 4 years ago
(address . bug-guix@gnu.org)
10f0b843ffbbd618d1c66e9eab8a2da7@teknik.io
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
Eric Brown wrote 4 years ago
(address . meedstrom@teknik.io)(address . 48811@debbugs.gnu.org)
87h7i8tkcm.fsf@ericcbrown.com
meedstrom@teknik.io writes:

Toggle quote (7 lines)
> 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.
zimoun wrote 4 years ago
(address . meedstrom@teknik.io)(address . 48811@debbugs.gnu.org)
87sg1rji3c.fsf@gmail.com
Hi,

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

Toggle quote (2 lines)
> 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:

Toggle snippet (9 lines)
$ 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


All the best,
simon
meedstrom wrote 4 years ago
(name . zimoun)(address . zimon.toutoune@gmail.com)(address . 48811@debbugs.gnu.org)
6c58d485329dc667d1dd286c9b491f0a@teknik.io
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@gmail.com> wrote:

Toggle quote (23 lines)
> Hi,
>
> On Thu, 03 Jun 2021 at 09:58, meedstrom@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
zimoun wrote 4 years ago
(address . meedstrom@teknik.io)(address . 48811-done@debbugs.gnu.org)
86bl890x3i.fsf@gmail.com
Hi,


On Sun, 13 Jun 2021 at 09:26, meedstrom@teknik.io wrote:
Toggle quote (4 lines)
> 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
Closed
?
Your comment

This issue is archived.

To comment on this conversation send an email to 48811@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 48811
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help