Your message dated Wed, 7 Sep 2011 21:59:25 +0300
with message-id <20110907185925.GA12997@r500-debian>
and subject line Re: Bug#640825: For the 'search' regular expression '+' is not 
valid
has caused the Debian Bug report #640825,
regarding For the 'search' regular expression '+' is not valid
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.)


-- 
640825: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=640825
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: cupt
Version:  2.2.0~rc1
Severity: minor


cupt> search libstdc++6
E: regular expression 'libstdc++6' is not valid
E: error performing command 'search'
cupt> search +
E: regular expression '+' is not valid
E: error performing command 'search'



--- End Message ---
--- Begin Message ---
Hi Karol,

On 2011-09-07 20:24, Karol Kozłowski wrote:
> cupt> search libstdc++6
> E: regular expression 'libstdc++6' is not valid
> E: error performing command 'search'

You want

$ cupt search 'libstdc\+\+6'


Because '+' is a quantifier and should be therefore escaped.

-- 
Eugene V. Lyubimkin aka JackYF, JID: jackyf.devel(maildog)gmail.com
C++/Perl developer, Debian Developer


--- End Message ---

Reply via email to