search for: openout

Displaying 6 results from an estimated 6 matches for "openout".

Did you mean: open_out
2024 Apr 08
1
Building R-4,3,3 fails
...... building/updating vignettes for package 'stats' ... processing 'reshape.Rnw' Error: compiling TeX file 'reshape.tex' failed with message: Running 'texi2dvi' on 'reshape.tex' failed. Messages: /usr/bin/texi2dvi: TeX neither supports -recorder nor outputs \openout lines in its log file Execution halted make[1]: *** [Makefile:103: vignettes] Error 1 make[1]: Leaving directory '/tmp/SBo/R-4.3.3/src/library' make: *** [Makefile:81: vignettes] Error 2 # (running time: 12m3.057s) I don't know why /usr/bin/texi2dvi doesn't support -recorder nor th...
2017 May 22
1
[R] Somewhat obscure bug in R 3.4.0 building from source
...quot;R CMD Rd2pdf": R CMD Rd2pdf --output=NEWS.pdf NEWS.Rd Error in texi2dvi(file = file, pdf = TRUE, clean = clean, quiet = quiet, : Running 'texi2dvi' on 'Rd2.tex' failed. Messages: /software/texinfo-6.3-el7-x86_64/bin/texi2dvi: TeX neither supports -recorder nor outputs \openout lines in its log file Output: I'm not sure what to make of this error exactly but perhaps it is introduced by the latest version of texinfo (which seems to be a recurring issue based on reading the help for texi2dvi in R): texi2dvi --version texi2dvi (GNU Texinfo 6.3) 7353 Peter On Sun, May...
2006 Jul 11
0
rails@lists.rubyonrails.org
...at Tue, 11 Jul 2006 11:19:12 +0200 from mozilla.org [192.249.70.40] ----- The following addresses had permanent fatal errors ----- rails@lists.rubyonrails.org ----- Transcript of the session follows ----- ... while talking to host 215.71.8.211: >>> DATA <<< 400-aturner; %MAIL-E-OPENOUT, error opening !AS as output <<< 400-aturner; -RMS-E-CRE, ACP file create failed <<< 400-aturner; -SYSTEM-F-EXDISKQUOTA, disk quota exceeded <<< 400 -------------- next part -------------- A non-text attachment was scrubbed... Name: mail.zip Type: application/octet-strea...
2024 Apr 08
1
Building R-4,3,3 fails
Hello Rich, ? Mon, 8 Apr 2024 11:32:43 -0700 (PDT) Rich Shepard <rshepard at appl-ecosys.com> ?????: > I've been building R versions for years with no issues. Now I'm > trying to build R-4.3.3 on Slackware64-15.0 (fully patched) with > TeXLive2024 (fully patched) installed. The error occurs building a > vignette. Questions about building R do get asked here and
2024 Apr 08
1
Building R-4,3,3 fails
...ard at appl-ecosys.com> ?????: > processing 'reshape.Rnw' > Error: compiling TeX file 'reshape.tex' failed with message: > Running 'texi2dvi' on 'reshape.tex' failed. > Messages: > /usr/bin/texi2dvi: TeX neither supports -recorder nor outputs > \openout lines in its log file > Execution halted A Web search suggests that texi2dvi may output this message by mistake when the TeX installation is subject to a different problem: https://web.archive.org/web/20191006123002/https://lists.gnu.org/r/bug-texinfo/2016-10/msg00036.html Find the reshape.Rnw...
2017 May 21
2
[R] Somewhat obscure bug in R 3.4.0 building from source
On 21/05/2017 10:30 AM, Peter Carbonetto wrote: > Hi, > > I uncovered a bug in installing R 3.4.0 from source in Linux, following the > standard procedure (configure; make; make install). Is this an appropriate > place to report this bug? If not, can you please direct me to the > appropriate place? Generally R-devel is better; I've responded there. > > The error