FS#25637 - core/pcre 8.13 - POSIX collating elements are not supported
Attached to Project:
Arch Linux
Opened by Rafal Michalski (PLum) - Thursday, 18 August 2011, 10:19 GMT
Last edited by Allan McRae (Allan) - Monday, 22 August 2011, 11:33 GMT
Opened by Rafal Michalski (PLum) - Thursday, 18 August 2011, 10:19 GMT
Last edited by Allan McRae (Allan) - Monday, 22 August 2011, 11:33 GMT
|
Details
Description:
after upgrade to 8.13 You cant use nmap with option -A Steps to reproduce: sudo nmap -sS -A -vv localhost Starting Nmap 5.51 ( http://nmap.org ) at 2011-08-18 12:19 CEST NSE: Loaded 57 scripts for scanning. NSE: Starting runlevel 1 (of 2) scan. ... ... Completed SYN Stealth Scan at 12:19, 0.03s elapsed (1000 total ports) InitMatch: illegal regexp on line 118 of nmap-service-probes (at regexp offset 25): POSIX collating elements are not supported QUITTING! after downgrade to 8.12 - nmap is working fine (didnt find any other package with that problem for now). |
This task depends upon
Closed by Allan McRae (Allan)
Monday, 22 August 2011, 11:33 GMT
Reason for closing: Fixed
Additional comments about closing: pcre-8.13-2 in [testing]
Monday, 22 August 2011, 11:33 GMT
Reason for closing: Fixed
Additional comments about closing: pcre-8.13-2 in [testing]
"nmap -sC -O --traceroute localhost" works fine, but "nmap -sV localhost" returns the same error.
const RE_STRING = '\'(?:\\\\.|[^\'\\\\])*\'|"(?:\\\\.|[^"\\\\])*"'
'~^
(
(?P<name>\?|/?[a-z]\w*+(?:[.:]\w+)*+(?!::|\())| ## ?, name, /name, but not function( or class::
(?P<noescape>!?)(?P<shortname>/?[=\~#%^&_]?) ## [!] [=] expression to print
)(?P<args>.*?)
(?P<modifiers>\|[a-z](?:'.Parser::RE_STRING.'|[^\'"]+)*)?
()$~isx'