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: David Niklas
Subject: Re: [bug-gawk] make install fails on master
Date: Thu, 27 Oct 2016 18:41:11 -0400

On Sun, 16 Oct 2016 18:56:23 jungle Boogie wrote:
> Hi All,
> 
> 
> Very recently I cloned the git repo for gawk and was able to build it
> from source using:
> ./configure
> make
> make install
> 
> Today after doing a git pull, make install is failing.
> 
> % sudo make install
> Password:
> 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
> 
> 
> Any clues why make install would fail suddenly?
First see if any other program can write to the destination.
Assuming no then I've got three ideas.
1. ls each dir going down the chain.
2. Check your quota.
3. Try turning off selinux (it's an old suggestion, I know).
4. If you are using a RAID array I found a bug in the kernel
that I've not yet gotten to report. It has to do with
DEFAULT_SECURITY_SMACK being set.
RUN MOUNT
5. Is the dir mounted with -o ro (--ro)?
6. is it -o bind mounted?

Sincerely,
David



reply via email to

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