Opened 20 years ago

Closed 20 years ago

Last modified 19 years ago

#1180 closed defect (worksforme)

Port name can't contain '++'

Reported by: decibel (Jim Nasby) Owned by: landonf (Landon Fuller)
Priority: Normal Milestone:
Component: base Version: 1.0
Keywords: Cc:
Port:

Description

Error: Internal error: port search failed: couldn't compile regular expression pattern: quantifier operand invalid

Blocks bug 1178

Change History (4)

comment:1 Changed 20 years ago by decibel (Jim Nasby)

blocked: 1178

comment:2 Changed 20 years ago by landonf@…

Status: newassigned

comment:3 Changed 20 years ago by landonf@…

Owner: changed from darwinports-bugs@… to landonf@…
Status: assignednew

comment:4 Changed 20 years ago by landonf@…

Resolution: worksforme
Status: newclosed

This seems to work fine for me. The one problem you may be running into is that 'port search' takes a regex; If you want to search for libc++ from the command line, try something like this:

port search "libc\+\+"

The backslashes need to be escaped for the shell (hence the quotes), and the + needs to be escaped for the regex search (hence the backslashes)

Note: See TracTickets for help on using tickets.