Opened 12 years ago
Closed 12 years ago
#35152 closed defect (invalid)
Pallet: Subversion check out failed
Reported by: | dalibor.nedic@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.1.1 |
Keywords: | Cc: | ryandesign (Ryan Carsten Schmidt) | |
Port: | Pallet |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
Hello Guys, when i try installing Pallet i get:
sudo port install Pallet ---> Computing dependencies for Pallet ---> Fetching distfiles for Pallet Error: org.macports.fetch for port Pallet returned: Subversion check out failed Please see the log file for port Pallet for details: /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_sysutils_Pallet/Pallet/main.log To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port Pallet failed
I got Mac OS 10.6.8 Snow Leopard and Macports 2.1.1 How to fix that?
Attachments (1)
Change History (3)
comment:1 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Description: | modified (diff) |
---|---|
Port: | Pallet added |
Summary: | Cant install Pallet → Pallet: Subversion check out failed |
Changed 12 years ago by dalibor.nedic@…
comment:2 Changed 12 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|---|
Resolution: | → invalid |
Status: | new → closed |
The log says:
:info:fetch dyld: Library not loaded: /usr/lib/libpq.5.dylib :info:fetch Referenced from: /usr/bin/svn :info:fetch Reason: image not found
So there is something wrong with your system's svn
command: it is trying to use libpq.5.dylib, but according to the error message that library does not exist. My /usr/bin/svn on Snow Leopard does not link with any libpq.dylib. libpq.dylib is part of PostgreSQL, and I didn't think Snow Leopard even shipped with PostgreSQL. This suggests you have replaced Apple's /usr/bin/svn with someone else's. Please restore Apple's /usr/bin/svn from your backups or by reinstalling the OS X 10.6.8 Combo Update and all subsequent security updates and other Apple updates.
Alternately, you may be able to bypass the broken system copy of Subversion by installing the subversion port ("sudo port install subversion
").
Please attach the main.log file mentioned in the error message.