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

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

Re: Beta release of gawk 3.1.6 now available


From: Andreas Schwab
Subject: Re: Beta release of gawk 3.1.6 now available
Date: Fri, 25 May 2007 15:23:54 +0200
User-agent: Gnus/5.110006 (No Gnus v0.6) Emacs/22.0.97 (gnu/linux)

address@hidden (Aharon Robbins) writes:

> 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.

Building still fails in awklib:

Making all in awklib
make[2]: Entering directory `/usr/src/packages/BUILD/gawk-3.1.5g/awklib'
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I..   -O2 -fmessage-length=0 -Wall 
-D_FORTIFY_SOURCE=2 -fstack-protector -g -fprofile-generate ./eg/lib/pwcat.c 
-export-dynamic -o pwcat
gcc -DHAVE_CONFIG_H -I. -I..  -I.. -I..   -O2 -fmessage-length=0 -Wall 
-D_FORTIFY_SOURCE=2 -fstack-protector -g -fprofile-generate ./eg/lib/grcat.c 
-export-dynamic -o grcat
cp ./eg/prog/igawk.sh igawk ; chmod 755 igawk
cd . && \
        mv eg eg.old && \
        rm -fr  stamp-eg && \
        LC_ALL=C LANG=C ../gawk -f extract.awk ../doc/gawk.texi 
../doc/gawkinet.texi
sed 's;/usr/local/libexec/awk;/usr/lib/awk;' < ./eg/lib/passwdawk.in > 
passwd.awk
sed 's;/usr/local/libexec/awk;/usr/lib/awk;' < ./eg/lib/groupawk.in > group.awk
/bin/sh: ./eg/lib/groupawk.in: No such file or directory
make[2]: *** [group.awk] Error 1
make[2]: *** Waiting for unfinished jobs....
gcc: ./eg/lib/grcat.c: No such file or directory
gcc: no input files
make[2]: *** [grcat] Error 1
gcc: ./eg/lib/pwcat.c: No such file or directory
gcc: no input files
make[2]: *** [pwcat] Error 1
cd . && \
        if [ -d eg.old ] && [ -d eg.old/CVS ] ; then \
        mv eg.old/CVS eg ; \
        mv eg.old/data/CVS eg/data ; \
        mv eg.old/lib/CVS eg/lib ; \
        mv eg.old/misc/CVS eg/misc ; \
        mv eg.old/network/CVS eg/network ; \
        mv eg.old/prog/CVS eg/prog ; \
        rm -fr eg.old ; fi
make[2]: Leaving directory `/usr/src/packages/BUILD/gawk-3.1.5g/awklib'

Andreas.

2007-05-25  Andreas Schwab  <address@hidden>

        * Makefile.am: Add missing dependencies on stamp-eg.

--- awklib/Makefile.am.~1.4.~   2007-04-06 22:59:41.000000000 +0200
+++ awklib/Makefile.am  2007-05-25 15:20:16.000000000 +0200
@@ -75,6 +75,9 @@ $(srcdir)/stamp-eg: $(srcdir)/../doc/gaw
        mv eg.old/prog/CVS eg/prog ; \
        rm -fr eg.old ; fi
 
+$(srcdir)/eg/lib/pwcat.c $(srcdir)/eg/lib/grcat.c $(srcdir)/eg/prog/igawk.sh \
+$(srcdir)/eg/lib/passwdawk.in $(srcdir)/eg/lib/groupawk.in: stamp-eg; @:
+
 pwcat$(EXEEXT): $(srcdir)/eg/lib/pwcat.c
        $(COMPILE) $(srcdir)/eg/lib/pwcat.c $(LDFLAGS) -o $@
 

-- 
Andreas Schwab, SuSE Labs, address@hidden
SuSE Linux Products GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
PGP key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."




reply via email to

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