> As a workaround, try sequential build ("make" instead of "make -j...")
I removed -j, but I'm still getting a similar error:
cp ../../src/tests/stub_fd.cc tests/stub_fd.cc
cp: cannot create regular file 'tests/stub_fd.cc': No such file or directory
make[3]: *** [Makefile:1402: tests/stub_fd.cc]
On 9/10/20 11:56 am, Vieri wrote:
>> As a workaround, try sequential build ("make" instead of "make -j...")
>
> I removed -j, but I'm still getting a similar error:
>
Not just similar. The same one.
FYI, some make do parallel by default. I advise explicitly using -j1 for
the workaround build. T
On 10/8/20 5:11 AM, Vieri wrote:
> OK, so I'm now trying to compile Squid 5 instead of backporting to V 4, but
> I'm getting this silly error:
> cp ../../src/tests/stub_fd.cc tests/stub_fd.cc
> cp: cannot create regular file 'tests/stub_fd.cc': No such file or directory
> make[3]: *** [Makefile:1
OK, so I'm now trying to compile Squid 5 instead of backporting to V 4, but I'm
getting this silly error:
cp ../../src/tests/stub_fd.cc tests/stub_fd.cc
cp: cannot create regular file 'tests/stub_fd.cc': No such file or directory
make[3]: *** [Makefile:1452: tests/stub_fd.cc] Error 1
I guess it