ceptr icon indicating copy to clipboard operation
ceptr copied to clipboard

Make errors on Arch

Open timotree3 opened this issue 8 years ago • 2 comments

OS: GNU/Linux Distro: Arch Linux Kernel: 4.8.13-1-ARCH make output make test output

timotree3 avatar Dec 26 '16 22:12 timotree3

it looks to me like a lot of these errors are socket related (other than the 3 I'm getting on newer kernel). Maybe Arch is using a different socket library or tcp stack?

Also interesting he only shows 1048 tests, and I show 1058.

artbrock avatar Dec 26 '16 22:12 artbrock

Part of the issue seems to be that Arch doesn't install Netcat by default. After installing Netcat make test just hangs after:

./ceptr_specs
Running all tests...

timotree3 avatar Dec 26 '16 22:12 timotree3