bug-gawk
[Top][All Lists]
Advanced

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

Re: [bug-gawk] gawk: fatal: can't open source file `extract.awk' for rea


From: Hermann Peifer
Subject: Re: [bug-gawk] gawk: fatal: can't open source file `extract.awk' for reading (No such file or directory)
Date: Wed, 15 Oct 2014 20:58:47 +0200
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.9; rv:24.0) Gecko/20100101 Thunderbird/24.6.0


Wait. I see that building works fine when doing this before running make:

$ unset AWKPATH AWKLIBPATH # both defined in my .bash_profile

So the issue might be a feature rather than a bug.

Hermann


On 2014-10-15 20:49, Hermann Peifer wrote:
Hi,

Building gawk on my MacBook fails since today. Below some more details
about the above error message. My wild guess is that awklib/extract.awk
is not found, due to the changes in commit "Sanitize handling of AWKPATH
/ AWKLIBPATH".

Hermann

$ git clone git://git.savannah.gnu.org/gawk.git gawk2
...
$ cd gawk2
$ ./bootstrap.sh
ยง ./configure --prefix=/Users/peifer/local/ --with-mpfr=/opt/local
...
$ make
...
Making all in awklib
make[2]: Entering directory '/Users/peifer/local/src/gawk2/awklib'
cd . && \
rm -fr eg && \
rm -fr stamp-eg && \
LC_ALL=C LANG=C /Users/peifer/local/src/gawk2/gawk -f extract.awk
../doc/gawk.texi ../doc/gawkinet.texi
gawk: fatal: can't open source file `extract.awk' for reading (No such
file or directory)
Makefile:653: recipe for target 'stamp-eg' failed
make[2]: *** [stamp-eg] Error 2
make[2]: Leaving directory '/Users/peifer/local/src/gawk2/awklib'
Makefile:732: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/Users/peifer/local/src/gawk2'
Makefile:551: recipe for target 'all' failed
make: *** [all] Error 2




reply via email to

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