bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Second beta version of gawk 3.1.6 now available


From: Ralf Wildenhues
Subject: Re: Second beta version of gawk 3.1.6 now available
Date: Tue, 9 Oct 2007 23:34:25 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

Hello Andrew,

* Andrew J. Schorr wrote on Tue, Oct 09, 2007 at 11:26:55PM CEST:
> On Tue, Oct 09, 2007 at 11:10:50PM +0200, Ralf Wildenhues wrote:
> > Issues I saw on other systems when building as above without further
> > flags, typically a native compiler:
[...]
> > Sorry, I haven't been able to investigate any further yet.
> > Pointers appreciated as to what to look at.
> 
> I think the output from 'make diffout' might help (by showing
> the actual differences).

Ah, thanks.  First, the diffout target is not portable to all non-GNU
make; see this trivial patch.  Further output below.

Cheers,
Ralf

2007-10-09  Ralf Wildenhues  <address@hidden>

        * Makefile.am: Avoid GNU make-specific `make -C'.

Index: Makefile.am
===================================================================
RCS file: /cvsroot/gawk/gawk-stable/Makefile.am,v
retrieving revision 1.11
diff -u -r1.11 Makefile.am
--- Makefile.am 30 Sep 2007 20:34:15 -0000      1.11
+++ Makefile.am 9 Oct 2007 21:31:35 -0000
@@ -181,7 +181,7 @@
        $(CC) $(LDFLAGS) -o gawk $$(ls *.o | grep -v '_p.o$$') $(LIBS) -lefence
 
 diffout valgrind-scan:
-       @$(MAKE) -C test $@
+       @cd test && $(MAKE) $(AM_MAKEFLAGS) $@
 
 valgrind:
        cd test; rm -f log.[0-9]*; \



- hppa2.0-hp-hpux10.20

============== _double1 =============
*** ../../gawk-3.1.5h/test/double1.ok   Tue Feb 20 20:33:55 2007
--- _double1    Mon Oct  1 12:56:26 2007
***************
*** 1,2 ****
! 9223372036854775808
! 9223372036854775808
--- 1,2 ----
! 9223372036854775800
! 9223372036854775800
============== _double2 =============
*** ../../gawk-3.1.5h/test/double2.ok   Tue Apr 17 19:23:13 2007
--- _double2    Mon Oct  1 12:56:26 2007
***************
*** 1,4 ****
  2^60= 1152921504606846976 1152921504606846976 1.15292e+18 
100000000000000000000
  2^61= 2305843009213693952 2305843009213693952 2.30584e+18 
200000000000000000000
  2^62= 4611686018427387904 4611686018427387904 4.61169e+18 
400000000000000000000
! 2^63= 9223372036854775808 9223372036854775808 9.22337e+18 
1000000000000000000000
--- 1,4 ----
  2^60= 1152921504606846976 1152921504606846976 1.15292e+18 
100000000000000000000
  2^61= 2305843009213693952 2305843009213693952 2.30584e+18 
200000000000000000000
  2^62= 4611686018427387904 4611686018427387904 4.61169e+18 
400000000000000000000
! 2^63= 9223372036854775800 9223372036854775800 9.22337e+18 
1000000000000000000000
============== _fmtspcl =============
*** fmtspcl.ok  Mon Oct  1 12:48:20 2007
--- _fmtspcl    Mon Oct  1 12:56:10 2007
***************
*** 1,9 ****
  gawk: ../../gawk-3.1.5h/test/fmtspcl.awk:10: warning: sqrt: called with 
negative argument -1
! gawk: ../../gawk-3.1.5h/test/fmtspcl.awk:6: warning: [s]printf: value nan is 
out of range for `%x' format
! gawk: ../../gawk-3.1.5h/test/fmtspcl.awk:6: warning: [s]printf: value nan is 
out of range for `%d' format
! gawk: ../../gawk-3.1.5h/test/fmtspcl.awk:6: warning: [s]printf: value nan is 
out of range for `%x' format
! gawk: ../../gawk-3.1.5h/test/fmtspcl.awk:6: warning: [s]printf: value nan is 
out of range for `%d' format
! gawk: ../../gawk-3.1.5h/test/fmtspcl.awk:6: warning: [s]printf: value 
1.79769e+308 is out of range for `%x' format
! gawk: ../../gawk-3.1.5h/test/fmtspcl.awk:6: warning: [s]printf: value 
1.79769e+308 is out of range for `%d' format
! gawk: ../../gawk-3.1.5h/test/fmtspcl.awk:6: warning: [s]printf: value 
-1.79769e+308 is out of range for `%x' format
! gawk: ../../gawk-3.1.5h/test/fmtspcl.awk:6: warning: [s]printf: value 
-1.79769e+308 is out of range for `%d' format
--- 1,3 ----
  gawk: ../../gawk-3.1.5h/test/fmtspcl.awk:10: warning: sqrt: called with 
negative argument -1
! gawk: ../../gawk-3.1.5h/test/fmtspcl.awk:6: fatal: floating point exception
! EXIT CODE: 2
============== _intformat =============
*** ../../gawk-3.1.5h/test/intformat.ok Tue Jan 30 18:26:50 2007
--- _intformat  Mon Oct  1 12:56:13 2007
***************
*** 1,2 ****
! 3 -3 17
! 0000000000000000000000000000000000000000000000000000001
--- 1,2 ----
! gawk: intformat.awk:7: fatal: floating point exception
! EXIT CODE: 2
============== _ovrflow1 =============
*** ../../gawk-3.1.5h/test/ovrflow1.ok  Tue Feb 20 20:33:55 2007
--- _ovrflow1   Mon Oct  1 12:56:17 2007
***************
*** 1 ****
! 9223372036854775808
--- 1 ----
! 9223372036854775800



- sparc-sun-solaris2.6
============== _mtchi18n =============
*** ../../gawk-3.1.5h/test/mtchi18n.ok  Fri Jan 12 12:00:38 2007
--- _mtchi18n   Mon Oct  1 13:02:55 2007
***************
*** 1,2 ****
--- 1,3 ----
+ ksh[2]: ../gawk: couldn't set locale correctly
  1
  1






reply via email to

[Prev in Thread] Current Thread [Next in Thread]