[Swan-dev] algparse makefile build fail

Ilan Tayari ilant at mellanox.com
Tue Jul 4 10:50:38 UTC 2017


> -----Original Message-----
> From: Paul Wouters [mailto:paul at nohats.ca]
> Subject: Re: [Swan-dev] algparse makefile build fail
> 
> On Tue, 4 Jul 2017, Ilan Tayari wrote:
> 
> > I am trying to build libreswan master on a CentOS 7.1 system.
> >
> > I have the following in Makefile.inc.local:
> > USE_DNSSEC=false
> > USE_SYSTEMD_WATCHDOG=false
> >
> > I do 'make all', it builds pluto and others, and then I get this error:
> >
> > make[2]: Leaving directory `/net/gen-l-vrt-
> 103/images/ipsec/libreswan/programs/_import_crl'
> > make[2]: Entering directory `/net/gen-l-vrt-
> 103/images/ipsec/libreswan/programs/algparse'
> > make[2]: *** No rule to make target
> `../../OBJ.linux.x86_64/programs/algparse/Makefile', needed by `local-
> all'.  Stop.
> > make[2]: Leaving directory `/net/gen-l-vrt-
> 103/images/ipsec/libreswan/programs/algparse'
> > make[1]: *** [recursive-all] Error 2
> > make[1]: Leaving directory `/net/gen-l-vrt-
> 103/images/ipsec/libreswan/programs'
> > make: *** [recursive-all] Error 2
> 
> I cannot reproduce this. can you run make clean or rm -rf OBJ*

'make clean' didn't fix it.
But 'rm -rf OBJ*' did.

So it's a clean-related issue?
I see it generates the OBJ/Makefiles as the first few steps.

Thanks, Paul!

> 
> Paul


More information about the Swan-dev mailing list