GNU bug report logs -
#23349
Compile output shall be error output
Previous Next
Reported by: Jean Louis <guix <at> rcdrun.com>
Date: Sat, 23 Apr 2016 19:38:01 UTC
Severity: normal
Done: Andy Wingo <wingo <at> pobox.com>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your bug report
#23349: Compile output shall be error output
which was filed against the guile package, has been closed.
The explanation is attached below, along with your original report.
If you require more details, please reply to 23349 <at> debbugs.gnu.org.
--
23349: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=23349
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
On Sat 25 Jun 2016 22:54, Matt Wette <matt.wette <at> gmail.com> writes:
> And I believe this works as asked. Below I execute the same “load” three times under guile, under bash: first two w/o “2>/dev/null”, and the third time with “2>/dev/null” . For the
> fourth time, I use “2>/dev/null -s ,update” to process as script (and skip the banner).
Thanks for checking. Closing as done; please follow up on the bug if
there is an error.
Andy
[Message part 3 (message/rfc822, inline)]
When editing a guile file and running it, it is going to compile it, and
there are warnings:
;;; note: auto-compilation is enabled, set GUILE_AUTO_COMPILE=0
;;; or pass the --no-auto-compile argument to disable.
;;; compiling /home/data1/protected/bin/webm2html
;;; compiled
;;; /home/data1/protected/.cache/guile/ccache/2.0-LE-8-2.0/home/data1/protected/bin/webm2html.g\
o
This kind of warnings is not desired in the output of the command and
warning shall be given on the error output and not on standard output,
so that it is possible, just with any other programs to redirect the
warnings to dev null, for example: myguile.scm 2 > /dev/null, to avoid
such warnings.
This does not work as warnings are given on standard output.
Jean Louis
This bug report was last modified 8 years and 168 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.