[kea-dev] Build issues using master HEAD (cont' from: Server hangs at startup - issue with lock file)

Chaigneau, Nicolas nicolas.chaigneau at capgemini.com
Tue Dec 30 16:26:52 UTC 2014


Never mind.
The make issue was also linked to other files in dos format.


So, to be safe... ensure every text file is in unix format beforehand, for instance this does the trick:

	find . -not -type d -exec sh -c '[[ $(file $1) =~ CRLF|"text executable" ]] && dos2unix $1' _ {} \;

Then:

	autoreconf --install
	configure <options>
	make
	make install


... works fine.




Perhaps this might help other people stumbling into this :)


Regards,
Nicolas.


> The configure worked, but "make" does not. I get the following errors:
> 
> 
> 	Making all in tests
> 	make[5]: Entering directory `/usr/kea/src/lib/log/tests'
> 	  GEN      s-messages
> 	'@@_NAMESPACE_INVALID_ARG,  @@Missing placeholder %1 for '23'@@ @@Missing placeholder %2 for 'isc::log
> 	make[5]: *** [s-messages] Error 1
> 	make[5]: Leaving directory `/usr/kea/src/lib/log/tests'
> 	make[4]: *** [all-recursive] Error 1
> 	make[4]: Leaving directory `/usr/kea/src/lib/log'
> 	make[3]: *** [all-recursive] Error 1
> 	make[3]: Leaving directory `/usr/kea/src/lib'
> 	make[2]: *** [all-recursive] Error 1
> 	make[2]: Leaving directory `/usr/kea/src'
> 	make[1]: *** [all-recursive] Error 1
> 	make[1]: Leaving directory `/usr/kea'
> 	make: *** [all] Error 2
>

This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message in error, please notify the sender immediately and delete all copies of this message.



More information about the kea-dev mailing list