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:10:50 +0200
User-agent: Mutt/1.5.13 (2006-08-11)

Hello Aharon,

* Aharon Robbins wrote on Sun, Sep 30, 2007 at 10:48:53PM CEST:
> It is available from:
[...]
>       http://www.skeeve.com/gawk-3.1.5h.tar.bz2

Please note that the above link did not work for me, but the other bz2
one did.

> So, why do a beta release? So that you, yes you, the end user, can see
> if anything I've done breaks gawk for you.  Then you can TELL ME ABOUT
> IT so that I can fix it for the final release.

I ran `configure -C && make all check' without problems on:
- i386-unknown-freebsd6.2
- powerpc-ibm-aix4.3.3.0
- ia64-hp-hpux11.23
- i386-unknown-linux-gnu

Issues I saw on other systems when building as above without further
flags, typically a native compiler:

- sparc-sun-solaris2.6
mtchi18n
../../gawk-3.1.5h/test/mtchi18n.ok _mtchi18n differ: char 1, line 1

- mips-sgi-irix6.5
I needed to use gmake instead of make for a VPATH build.
(This is probably an Automake issue; anyway native make's VPATH support
is unusable, so this is hardly surprising.)

- hppa2.0-hp-hpux10.20
fmtspcl
fmtspcl.ok _fmtspcl differ: char 138, line 2
*** Error exit code 1 (ignored)
intformat
../../gawk-3.1.5h/test/intformat.ok _intformat differ: char 1, line 1
*** Error exit code 1 (ignored)
ovrflow1
../../gawk-3.1.5h/test/ovrflow1.ok _ovrflow1 differ: char 19, line 1
*** Error exit code 1 (ignored)
double1
../../gawk-3.1.5h/test/double1.ok _double1 differ: char 19, line 1
*** Error exit code 1 (ignored)
double2
../../gawk-3.1.5h/test/double2.ok _double2 differ: char 265, line 4
*** Error exit code 1 (ignored)

- alphaev5-dec-osf4.0d
source='../gawk-3.1.5h/array.c' object='array.o' libtool=no \
DEPDIR=.deps depmode=tru64 /bin/ksh ../gawk-3.1.5h/depcomp \
cc -DDEFPATH="\".:/usr/local/share/awk\"" -DHAVE_CONFIG_H -DGAWK 
-DLOCALEDIR="\"/usr/local/share/locale\"" -I. -I../gawk-3.1.5h     -g -c 
../gawk-3.1.5h/array.c
cc: Severe: /usr/include.dtk/inttypes.h, line 319: Cannot find file 
<inttypes.h> specified in #include directive. (noinclfilef)
#include_next <inttypes.h>
-^
gmake[2]: *** [array.o] Error 1

This looks like a gnulib issue compiler flags I have missed out on?
Maybe it's fixed since in gnulib?


Sorry, I haven't been able to investigate any further yet.
Pointers appreciated as to what to look at.

Hope that helps.

Cheers,
Ralf




reply via email to

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