[Swan-dev] error "make check UPDATE=1"

2015-07-22 Thread Antony Antony
I am running into an error while compiling on the vm, make check UPDATE=1 It appears to be caused by permission error, after 44e03f97f200ab8f33f3599a0b1d0d06450795da introduced a check. + tail -20 compile-log.txt * ) echo "# $f ignored by Makefile.dep" ;; \ esac ; \ done >

Re: [Swan-dev] error "make check UPDATE=1"

2015-07-22 Thread D. Hugh Redelmeier
| From: Antony Antony | It appears to be caused by permission error, after 44e03f97f200ab8f33f3599a0b1d0d06450795da introduced a check. It didn't actually introduce a check, it introduced a fudge to recast a C-preprocessor conditional (generated by an old version Bison) into one that doesn't

Re: [Swan-dev] error "make check UPDATE=1"

2015-07-23 Thread Paul Wouters
On Thu, 23 Jul 2015, D. Hugh Redelmeier wrote: | cd . && bison -g --verbose -v -d ../../../lib/libipsecconf/$(basename ../../../lib/libipsecconf/parser.y) | cd . && sed -i 's/if YYENABLE_NLS/if defined YYENABLE_NLS \&\& YYENABLE_NLS/g' parser.tab.c | sed: couldn't open temporary file ./sedQsry

Re: [Swan-dev] error "make check UPDATE=1"

2015-07-27 Thread Antony Antony
On Thu, Jul 23, 2015 at 03:17:36AM -0400, Paul Wouters wrote: > On Thu, 23 Jul 2015, D. Hugh Redelmeier wrote: > > >| cd . && bison -g --verbose -v -d ../../../lib/libipsecconf/$(basename > >../../../lib/libipsecconf/parser.y) > >| cd . && sed -i 's/if YYENABLE_NLS/if defined YYENABLE_NLS \&\& >

Re: [Swan-dev] error "make check UPDATE=1"

2015-07-27 Thread Paul Wouters
On Mon, 27 Jul 2015, Antony Antony wrote: build@blueswan:~/libreswan (master *)$ umask -S u=rwx,g=rwx,o=rx build@blueswan:~/libreswan (master *)$ umask 0002 build@blueswan:~/libreswan (master *)$ and when inside the vm [root@east source]# umask -S u=rwx,g=rx,o=rx [root@east source]# umask 0022