Your message dated Fri, 30 Jun 2017 12:13:26 +0200
with message-id <[email protected]>
and subject line Re: Bug#862283: r-base: 'R CMD Sweave' exit status is always 1
has caused the Debian Bug report #862283,
regarding r-base: 'R CMD Sweave' exit status is always 1
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
862283: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=862283
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: r-base
Version: 3.4.0-1
Affects: src:r-cran-gsl src:r-cran-shinyjs src:r-cran-v8

Hi Maintainer

With R 3.4.0-1, Sweave's exit status seems to be always 1, even when no apparent error occurred.

e.g.

$ R CMD Sweave vignettes/gslpaper.Rnw
Output file:  gslpaper.tex
$ echo $?
1

$ R CMD Sweave no-such-file
Error in (function (file, dir = ".", weave = TRUE, latex = TRUE, tangle = TRUE, :
  file 'no-such-file' not found
Calls: <Anonymous> -> do.call -> <Anonymous>
Execution halted
$ echo $?
1

Previous R versions returned exit status 0 when Sweave was successful.

e.g.

$ R CMD Sweave vignettes/gslpaper.Rnw
Output file:  gslpaper.tex
$ echo $?
0

This causes autopkgtests of at least r-cran-gsl, r-cran-shinyjs and r-cran-v8 to fail since 2017-04-14 [1].

Regards
Graham


[1] https://ci.debian.net/packages/r/r-cran-gsl/unstable/amd64/

--- End Message ---
--- Begin Message --- r-cran-gsl's [1] autopkgtests starting passing again on 2017-06-25, after the upload of r-base/3.4.0.20170622-1

r-cran-shinyjs [2] and r-cran-v8's [3] vignette tests now pass, however their generic tests still fail due to no tests being found.


[1] https://ci.debian.net/packages/r/r-cran-gsl/unstable/amd64/
[2] https://ci.debian.net/packages/r/r-cran-shinyjs/unstable/amd64/
[3] https://ci.debian.net/packages/r/r-cran-v8/unstable/amd64/

--- End Message ---

Reply via email to