Closed afsheenb closed 5 years ago
I have some hunches. Can you DM me on freenode IRC username warren? You would need a nickserv registered account.
just need to run make
first no?
There are test failures and hangs with older Linux userspace. I'm filing a separate report with my findings.
See #202 and #203, there are multiple new issues since v0.9.7
on multiple archs if your userspace is a little older.
Besides the platform-specific problems we handle in #202 and #203, the primary reason for the errors above were that make test
was run before building the library with make
. 30ba0b852af5b4afde83f4106def5dc26d74d5ac fixes this by building the library also when make test
is run directly - sorry for the confusion.
I assume this is fixed by running "make" before "make test", which the new Makefile does not. Please re-open if the problem persists.
Freshly cloning commit 13748ddb22c6e20d6e43d3726e57fd64d082c5e2 and running
make test
returns an error for me, running Ubuntu 18.04 on a Rockchip RK3328 Quad-Core ARM Cortex A53 64-Bit box, 4GB RAM.