[Pkg-javascript-devel] Bug#900237: libuv1: FTBFS on hppa: not ok 46 - fs_copyfile
Dominique Dumont
dod at debian.org
Sat Jun 2 09:35:42 BST 2018
On Sun, 27 May 2018 17:35:40 -0400 John David Anglin <dave.anglin at bell.net>
wrote:
> The value of r in the failing assertion is -233. If the value is a standard
> errno, it is ENOBUFS.
Gnu error codes [1] mention:
Macro: int ENOBUFS
“No buffer space available.” The kernel’s buffers for I/O operations are
all in use. In GNU, this error is always synonymous with ENOMEM; you may get
one or the other from network operations.
Macro: int ENOMEM
“Cannot allocate memory.” The system cannot allocate more virtual memory
because its capacity is full.
I gues that the hppa machine are too old to test libuv1.
I don't see any choice but to remove hppa from the list of supported arches.
What do you think ?
All the best
[1] https://www.gnu.org/software/libc/manual/html_node/Error-Codes.html
More information about the Pkg-javascript-devel
mailing list