Your message dated Tue, 04 Feb 2025 03:51:39 +0000
with message-id <[email protected]>
and subject line Bug#1094807: Removed package(s) from unstable
has caused the Debian Bug report #550185,
regarding pcregrep: linefeed matching with '-M': '2\n3' works, '(*CR)2.3' kinda 
works, '(*ANY)2.3' doesn't
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
550185: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=550185
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: pcregrep
Version: 7.8-3
Severity: normal


I'm a Perl grep novice.  This might be a program bug, a manual bug,
or merely user confusion:

    # as hoped for
    seq 10 | pcregrep -M '2\n3'
    2
    3

    # why does '1' match?
    seq 10 | pcregrep -M '(*CR)2.3'
    1
    2
    3

    # why don't these match anything?
    seq 10 | pcregrep -M '(*ANY)2.3' ; echo  error=$?
    error=1
    seq 10 | pcregrep -M '(*ANYCRLF)2.3' ; echo  error=$?
    error=1

The patterns '(*CR)2.3', '(*ANY)2.3' and '(*ANYCRLF)2.3' were inspired by:

    man pcrepattern | grep -n -A 8 'a newline convention'
    43:       It is also possible to specify a newline convention by starting a 
pattern string with one of
    44-       the following five sequences:
    45-
    46-         (*CR)        carriage return
    47-         (*LF)        linefeed
    48-         (*CRLF)      carriage return, followed by linefeed
    49-         (*ANYCRLF)   any of the three above
    50-         (*ANY)       all Unicode newline sequences
    51-

If both the quoted outputs and 'man pcrepattern' are correct, perhaps
the 'pcregrep' man page should include some good examples showing how
patterns with newlines behave.

Hope this helps...



-- System Information:
Debian Release: squeeze/sid
  APT prefers unstable
  APT policy: (500, 'unstable')
Architecture: i386 (i686)

Kernel: Linux 2.6.30-1-686 (SMP w/1 CPU core)
Locale: LANG=C, LC_CTYPE=C (charmap=ANSI_X3.4-1968) (ignored: LC_ALL set to C)
Shell: /bin/sh linked to /bin/dash

Versions of packages pcregrep depends on:
ii  libc6                         2.9-27     GNU C Library: Shared libraries
ii  libpcre3                      7.8-3      Perl 5 Compatible Regular Expressi

pcregrep recommends no packages.

pcregrep suggests no packages.

-- no debconf information



--- End Message ---
--- Begin Message ---
Version: 2:8.39-15.1+rm

Dear submitter,

as the package pcre3 has just been removed from the Debian archive
unstable we hereby close the associated bug reports.  We are sorry
that we couldn't deal with your issue properly.

For details on the removal, please see https://bugs.debian.org/1094807

The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.

Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.

This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
[email protected].

Debian distribution maintenance software
pp.
Paul Tagliamonte (the ftpmaster behind the curtain)

--- End Message ---

Reply via email to