#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 21 years ago by decibel (Jim Nasby)
blocked: | → 1178 |
---|
comment:2 Changed 21 years ago by landonf@…
Status: | new → assigned |
---|
comment:3 Changed 21 years ago by landonf@…
Owner: | changed from darwinports-bugs@… to landonf@… |
---|---|
Status: | assigned → new |
comment:4 Changed 21 years ago by landonf@…
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
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:
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)