Opened 14 years ago

Closed 14 years ago

#24409 closed defect (invalid)

dyld: Library not loaded: /opt/local/lib/libintl.8.dylib

Reported by: jeremy@… Owned by: danielluke (Daniel J. Luke)
Priority: Normal Milestone:
Component: ports Version: 1.8.2
Keywords: Cc:
Port: subversion

Description

Hello, when trying to use svn i get the following error:

Jeremys-iMac:~ Jeremy$ svn
dyld: Library not loaded: /opt/local/lib/libintl.8.dylib
  Referenced from: /opt/local/bin/svn
  Reason: image not found
Trace/BPT trap

I'm running Snow Leopard with x64 architecture.

Change History (3)

comment:1 Changed 14 years ago by mf2k (Frank Schima)

Keywords: dyld svn libintl removed
Port: subversion added

Try rebuilding subversion:

sudo port uninstall subversion
sudo port install subversion

comment:2 Changed 14 years ago by jmroot (Joshua Root)

Owner: changed from macports-tickets@… to dluke@…

Subversion is fine. Activate gettext.

comment:3 Changed 14 years ago by danielluke (Daniel J. Luke)

Resolution: invalid
Status: newclosed

Either you uninstalled gettext (which subversion depends on) or you've installed a newer version and subversion needs to be rebuilt.

If it's the second reason, you may have other ports that depend on gettext that are no longer working. If you don't want to track them all down yourself and rebuild them, you could do port -R upgrade gettext

Note: See TracTickets for help on using tickets.