GNU bug report logs - #24243
fix for pcre-jitstack failure on Mac OS X

Previous Next

Package: grep;

Reported by: Jack Howarth <howarth.mailing.lists <at> gmail.com>

Date: Tue, 16 Aug 2016 15:15:02 UTC

Severity: normal

Tags: patch

Done: Paul Eggert <eggert <at> cs.ucla.edu>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Jack Howarth <howarth.mailing.lists <at> gmail.com>
Subject: bug#24243: closed (Re: bug#24243: fix for pcre-jitstack failure
 on Mac OS X)
Date: Wed, 17 Aug 2016 20:55:01 +0000
[Message part 1 (text/plain, inline)]
Your bug report

#24243: fix for pcre-jitstack failure on Mac OS X

which was filed against the grep package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 24243 <at> debbugs.gnu.org.

-- 
24243: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=24243
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Paul Eggert <eggert <at> cs.ucla.edu>
To: Jim Meyering <jim <at> meyering.net>,
 Jack Howarth <howarth.mailing.lists <at> gmail.com>
Cc: 24243-done <at> debbugs.gnu.org
Subject: Re: bug#24243: fix for pcre-jitstack failure on Mac OS X
Date: Wed, 17 Aug 2016 13:54:37 -0700
Thanks for doing all that, Jim. I'm closing the bug report.

[Message part 3 (message/rfc822, inline)]
From: Jack Howarth <howarth.mailing.lists <at> gmail.com>
To: bug-grep <at> gnu.org
Subject: fix for pcre-jitstack failure on Mac OS X
Date: Tue, 16 Aug 2016 11:14:48 -0400
The pcre-jitstack test case fails on Mac OS X due to the system base64
expecting either '-D or --decode' rather than '-d or --decode'. The
trivial fix is to use the common '--decode' option rather than '-d'...

diff -uNr grep-2.25/tests/pcre-jitstack grep-2.25-patched/tests/pcre-jitstack
--- grep-2.25/tests/pcre-jitstack       2016-01-01 17:45:41.000000000 -0500
+++ grep-2.25-patched/tests/pcre-jitstack       2016-08-16
10:53:58.000000000 -0400
@@ -17,7 +17,7 @@

 fail=0

-base64 -d >pcrejit.txt.gz <<'EOF'
+base64 --decode >pcrejit.txt.gz <<'EOF'
 H4sIAAAAAAACA+2bUU4DMQxE/7mMz5T7XwKE+IBKVLue58yk0B9EtX6xJxN7t4VaH69a6+tHrW+/
 r4e3n75KARWShSOFTtiumE3FPVyo79ATIJ0Ry0No/yXe99UIUqTGKKUzYHFJHJoaCONQDCnDSCDS
 IPAvGCVeXNsZ7lpbWFfdaZtgPos5LeK2C1TBKzD09V3HFlCOsbFT/hNbz4HzJaRjnjdam9FXw/o6



This bug report was last modified 8 years and 283 days ago.

Previous Next


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