bug-gawk
[Top][All Lists]
Advanced

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

Re: [bug-gawk] make install fails on master


From: jungle Boogie
Subject: Re: [bug-gawk] make install fails on master
Date: Mon, 17 Oct 2016 08:48:12 -0700

Hi Andy,
On 17 October 2016 at 05:46, Andrew J. Schorr
<address@hidden> wrote:
> On Sun, Oct 16, 2016 at 06:56:23PM -0700, jungle Boogie wrote:
>> Very recently I cloned the git repo for gawk and was able to build it
>> from source using:
>> ./configure
>> make
>> make install
>
> In general, if grabbing sources from git, you should run ./bootstrap.sh
> before running ./configure. Please refer to the docs here:
>
> https://www.gnu.org/software/gawk/manual/html_node/Derived-Files.html
>

Thanks! I had forgotten to ./bootstrap, especially after I make
distclean a few times.

So the results are that I'm able to make install on one machine but
another still fails on another two:

# make install
Making install in .
 ./install-sh -c -d '/usr/local/bin'
  ./install-sh -c gawk '/usr/local/bin'
make 'CFLAGS=-g -O2 -DNDEBUG' 'LDFLAGS=-Wl,-export-dynamic' install-exec-hook
(cd /usr/local/bin;  name=`echo gawk | sed 's,x,x,'` ;  ln ${name}
gawk-4.1.60 2>/dev/null ;  if [ ! -f awk ];  then    ln -s ${name}
awk;  fi; exit 0)
*** Error code 1

Stop.
make[3]: stopped in /usr/home/sean/bin/gawk
*** Error code 1

Stop.
make[2]: stopped in /usr/home/sean/bin/gawk
*** Error code 1

Stop.
make[1]: stopped in /usr/home/sean/bin/gawk
*** Error code 1

Stop.
make: stopped in /usr/home/sean/bin/gawk



Seems like it maybe a local issue, but I have no idea what or why.



>> Any clues why make install would fail suddenly?
>
> That's my only clue. Please give it a try and report back if it still
> doesn't work.

I do see a few warnings while building, likely unrelated to my problem:
http://kopy.io/KHQQg

>
> Regards,
> Andy



reply via email to

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