Bug#900237: libuv1: FTBFS on hppa: not ok 46 - fs_copyfile

2018-06-03 Thread John David Anglin
On 2018-06-03 10:09 AM, Helge Deller wrote: On 02.06.2018 17:01, John David Anglin wrote: On 2018-06-02 4:35 AM, Dominique Dumont wrote: On Sun, 27 May 2018 17:35:40 -0400 John David Anglin  wrote: The value of r in the failing assertion is -233.  If the value is a standard errno, it is

Bug#900237: libuv1: FTBFS on hppa: not ok 46 - fs_copyfile

2018-06-03 Thread Dominique Dumont
On Saturday, 2 June 2018 17:01:42 CEST you wrote: > I tend to think there's an issue with the error codes either in the > kernel or libuv1. I doubt we are > actually running out of memory. ok. I've forwarded the bug upstream [1]. Please follow-up there. All the best [1]

Bug#900237: libuv1: FTBFS on hppa: not ok 46 - fs_copyfile

2018-06-03 Thread Helge Deller
On 02.06.2018 17:01, John David Anglin wrote: > On 2018-06-02 4:35 AM, Dominique Dumont wrote: >> On Sun, 27 May 2018 17:35:40 -0400 John David Anglin  >> wrote: >>> The value of r in the failing assertion is -233.  If the value is a standard >>> errno, it is ENOBUFS. No. The value of r in the

Bug#900237: libuv1: FTBFS on hppa: not ok 46 - fs_copyfile

2018-06-02 Thread John David Anglin
On 2018-06-02 4:35 AM, Dominique Dumont wrote: On Sun, 27 May 2018 17:35:40 -0400 John David Anglin 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

Bug#900237: libuv1: FTBFS on hppa: not ok 46 - fs_copyfile

2018-06-02 Thread Dominique Dumont
On Sun, 27 May 2018 17:35:40 -0400 John David Anglin 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

Bug#900237: libuv1: FTBFS on hppa: not ok 46 - fs_copyfile

2018-05-27 Thread John David Anglin
Source: libuv1 Version: 1.20.3-1 Severity: normal Dear Maintainer, Test 46 fails on hppa: not ok 46 - fs_copyfile # exit code 6 # Output from process `fs_copyfile`: # Assertion failed in test/test-fs-copyfile.c on line 182: r == 0 || r == UV_ENOSYS || r == UV_ENOTSUP || r == UV_ENOTTY The