GNU bug report logs - #37312
test failure in sed-4.7

Previous Next

Package: sed;

Reported by: "Oppe, Thomas C ERDC-RDE-ITL-MS Contractor" <Thomas.C.Oppe <at> erdc.dren.mil>

Date: Thu, 5 Sep 2019 14:40:03 UTC

Severity: normal

Done: Assaf Gordon <assafgordon <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #25 received at 37312 <at> debbugs.gnu.org (full text, mbox):

From: "Oppe, Thomas C ERDC-RDE-ITL-MS Contractor" <Thomas.C.Oppe <at> erdc.dren.mil>
To: 'Bruno Haible' <bruno <at> clisp.org>, "bug-gnulib <at> gnu.org" <bug-gnulib <at> gnu.org>
Cc: "37312 <at> debbugs.gnu.org" <37312 <at> debbugs.gnu.org>,
 Assaf Gordon <assafgordon <at> gmail.com>
Subject: RE: test-symlink fails on "lustre" file system
Date: Fri, 6 Sep 2019 19:03:54 +0000
[Message part 1 (text/plain, inline)]
Bruno,

The contents of the file

gettext-0.20.1/gettext-tools/gnulib-tests/test-symlink.log

are

INSERTED errno=2
test-symlink.h:71: assertion 'errno == EEXIST || errno == EINVAL' failed
FAIL test-symlink (exit status: 134)

Tom Oppe


-----Original Message-----
From: Bruno Haible [mailto:bruno <at> clisp.org] 
Sent: Friday, September 6, 2019 5:43 AM
To: bug-gnulib <at> gnu.org
Cc: Assaf Gordon <assafgordon <at> gmail.com>; 37312 <at> debbugs.gnu.org; Oppe,
Thomas C ERDC-RDE-ITL-MS Contractor <Thomas.C.Oppe <at> erdc.dren.mil>
Subject: Re: test-symlink fails on "lustre" file system

Assaf Gordon wrote:
> based on the code in test-symlink.h, perhaps lustre returns an 
> unexpected errno ?
> 
> line 69: ASSERT (func ("nowhere", BASE "dir/") == -1);
> 
> line 70: ASSERT (errno == EEXIST || errno == EINVAL);

Yes, this is most likely the cause. Can you please insert this line between
line 69 and line 70

    fprintf(stderr,"INSERTED errno=%d\n",errno); fflush(stderr);

then do
   make clean
   make
   make check

and report the output and contents of test-symlink.log ?

Lustre contains a number of kernel patches [1]; this can surely modify the
behaviour of system calls.

Bruno

[1] Blockedhttp://lustre.org/download/Blocked


[smime.p7s (application/pkcs7-signature, attachment)]

This bug report was last modified 5 years and 309 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.