coova / coova-chilli

CoovaChilli is an open-source software access controller for captive portal hotspots.
Other
516 stars 258 forks source link

Parallel make build failure? #463

Open daniel-santos opened 5 years ago

daniel-santos commented 5 years ago

It appears that there is a dependency error in the makefile as I got this error when building with make -h16:

cp cmdline.c cmdline.c.orig
patch -p0 < cmdline.patch
cp cmdline.c cmdline.c.orig
patching file cmdline.c
Hunk #1 succeeded at 2310 (offset 408 lines).
cp: cannot stat 'cmdline.c': No such file or directory

I haven't examined it yet myself and I don't get it every time I build with -j16.

coova-chilli-parallel-build-fail.txt