#17358 closed defect (invalid)
Upgrading subversion fails to stage
Reported by: | patrick@… | Owned by: | macports-tickets@… |
---|---|---|---|
Priority: | High | Milestone: | |
Component: | ports | Version: | 1.6.0 |
Keywords: | Cc: | ||
Port: | subversion |
Description
Attempting to upgrade subversion:
sudo port upgrade subversion ---> Staging readline into destroot Error: Target org.macports.destroot returned: no such file or directory Error: Unable to upgrade port: 1 ---> Configuring subversion ---> Building subversion with target all ---> Staging subversion into destroot ---> Deactivating subversion 1.4.6_0 ---> Installing subversion 1.5.4_0 ---> Activating subversion 1.5.4_0 Error: Target org.macports.activate returned: Image error: /opt/local/include/subversion-1/mod_authz_svn.h already exists and does not belong to a registered port. Unable to activate port subversion.
I haven't been able to resolve the readline problem, although I have seen other tickets related to this problem. I am now unable to work on any of my software because of this problem. When I try to use the svn installed in /usr/local/bin (not from mac ports) I get the following problem:
svn update dyld: Library not loaded: /opt/local/lib/libintl.3.dylib
Referenced from: /usr/local/bin/svn Reason: image not found
Trace/BPT trap
But I don't see any packages that are related to libintl except some python version.
I've done a selfupdate and a sync, and lots of problems have begun to crop up.
Change History (3)
comment:1 Changed 16 years ago by patrick@…
comment:2 Changed 16 years ago by jmroot (Joshua Root)
Port: | subversion added |
---|---|
Resolution: | → invalid |
Status: | new → closed |
Ugh ... apparently there was a subversion installation in /opt/local. After removing all of the installed files I was able to do the upgrade to 1.5.4 and everything works.
I do still get the readline error:
---> Staging readline into destroot Error: Target org.macports.destroot returned: no such file or directory Error: Unable to upgrade port: 1
Again ... that readline problem is a duplicate ticket that hasn't been active in 5 months. Any updates on that ticket would be greatly appreciated.
I believe this one can be close then.