Opened 12 years ago

Closed 12 years ago

#36378 closed defect (invalid)

PCRE 8.31 fails to build on OS X 10.8

Reported by: nizamov.alex@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.1.2
Keywords: Cc: ryandesign (Ryan Carsten Schmidt)
Port: pcre

Description

After upgrading OS X from 10.7 to 10.8 I run port upgrade outdated and it failed on upgrading pcre. Then I cleaned pcre and tried to reinstall it, but it fails all the same. Now I can't use its dependents (i.e. git).

Attachments (1)

main.log (36.5 KB) - added by nizamov.alex@… 12 years ago.

Download all attachments as: .zip

Change History (2)

Changed 12 years ago by nizamov.alex@…

Attachment: main.log added

comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)

Cc: ryandesign@… added
Resolution: invalid
Status: newclosed

The log says:

dyld: Library not loaded: /opt/local/lib/libpcre.1.dylib
  Referenced from: /opt/local/bin/grep
  Reason: image not found

So deactivate the grep port, then clean the pcre port and try again. You can reactivate the grep port later. For example:

sudo port -f deactivate grep
sudo port clean pcre
sudo port install pcre
sudo port activate grep
Note: See TracTickets for help on using tickets.