GNU bug report logs -
#32409
make check fails with glibc-2.28
Previous Next
To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 32409 in the body.
You can then email your comments to 32409 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-grep <at> gnu.org
:
bug#32409
; Package
grep
.
(Thu, 09 Aug 2018 13:46:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Jaroslav Skarvada <jskarvad <at> redhat.com>
:
New bug report received and forwarded. Copy sent to
bug-grep <at> gnu.org
.
(Thu, 09 Aug 2018 13:46:02 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hi,
just running 'make check' with glibc-2.28 on grep git master results in:
...
XPASS: backref-alt
...
+ grep -E 'b|(.)b|\1|b' in
grep: Invalid back reference
+ status=2
+ test 2 -eq 2
+ grep -E '0|()0|\1|0' in
grep: Invalid back reference
+ status=2
+ test 2 -eq 2
+ Exit 0
...
Testsuite summary for GNU grep 3.1
============================================================================
# TOTAL: 109
# PASS: 101
# SKIP: 6
# XFAIL: 1
# FAIL: 0
# XPASS: 1
# ERROR: 0
============================================================================
See tests/test-suite.log
Please report to bug-grep <at> gnu.org
============================================================================
make[3]: Leaving directory '/builddir/build/BUILD/grep-3.1/tests'
make[2]: Leaving directory '/builddir/build/BUILD/grep-3.1/tests'
make[1]: Leaving directory '/builddir/build/BUILD/grep-3.1/tests'
make[3]: *** [Makefile:1743: test-suite.log] Error 1
make[2]: *** [Makefile:1851: check-TESTS] Error 2
make[1]: *** [Makefile:2685: check-am] Error 2
make: *** [Makefile:1301: check-recursive] Error 1
From the inline comment:
# The backslash-alt test fails for glibc, which needs to be fixed.
# FIXME-2015: Remove this once the glibc bug is fixed.
XFAIL_TESTS += backref-alt
so it has been probably fixed in glibc and the test should be
removed
thanks & regards
Jaroslav
Reply sent
to
Paul Eggert <eggert <at> cs.ucla.edu>
:
You have taken responsibility.
(Thu, 09 Aug 2018 17:56:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Jaroslav Skarvada <jskarvad <at> redhat.com>
:
bug acknowledged by developer.
(Thu, 09 Aug 2018 17:56:01 GMT)
Full text and
rfc822 format available.
Message #10 received at 32409-done <at> debbugs.gnu.org (full text, mbox):
[Message part 1 (text/plain, inline)]
Thanks for reporting the problem. I installed the attached patch.
[0001-tests-backref-alt-works-with-glibc-2.28.txt (text/plain, attachment)]
Information forwarded
to
bug-grep <at> gnu.org
:
bug#32409
; Package
grep
.
(Thu, 09 Aug 2018 18:34:01 GMT)
Full text and
rfc822 format available.
Message #13 received at 32409 <at> debbugs.gnu.org (full text, mbox):
On 08/09/2018 12:55 PM, Paul Eggert wrote:
> Thanks for reporting the problem. I installed the attached patch.
>
> 0001-tests-backref-alt-works-with-glibc-2.28.txt
>
> -# The backslash-alt test fails for glibc, which needs to be fixed.
> -# FIXME-2015: Remove this once the glibc bug is fixed.
> -XFAIL_TESTS += backref-alt
> +# The backslash-alt test fails for glibc 2.27 and earlier.
s/backslash/backref/
> +# If you're using older glibc you can upgrade to glibc 2.28 or later,
> +# configure --with-included-regex, or ignore the test failure.
> endif
--
Eric Blake, Principal Software Engineer
Red Hat, Inc. +1-919-301-3266
Virtualization: qemu.org | libvirt.org
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Fri, 07 Sep 2018 11:24:04 GMT)
Full text and
rfc822 format available.
This bug report was last modified 6 years and 284 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.