Bug#646016: perl: undefined behaviour in ext/POSIX/t/sysconf.t wrt FIFOs

2011-11-01 Thread Dominic Hargreaves
On Thu, Oct 20, 2011 at 05:38:51PM +0200, Pino Toscano wrote: while compiling perl 5.14.2 on GNU/Hurd, I ran into what it seems a undefined POSIX behaviour in ext/POSIX/t/sysconf.t. my $fd = POSIX::open($fifo, O_RDWR) or skip(could not open $fifo ($!), 3 * @path_consts_fifo);

Bug#646016: perl: undefined behaviour in ext/POSIX/t/sysconf.t wrt FIFOs

2011-10-20 Thread Pino Toscano
Package: perl Version: 5.14.2-1 Severity: normal Tags: patch Hi, while compiling perl 5.14.2 on GNU/Hurd, I ran into what it seems a undefined POSIX behaviour in ext/POSIX/t/sysconf.t. my $fd = POSIX::open($fifo, O_RDWR) or skip(could not open $fifo ($!), 3 * @path_consts_fifo);