Opened 19 years ago
Closed 19 years ago
#5559 closed defect (fixed)
BUG: subversion-perlbindings wants to install swig-1.3.25, which fails
Reported by: | vincent-opdarw@… | Owned by: | danielluke (Daniel J. Luke) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.0 |
Keywords: | Cc: | ||
Port: |
Description
I get the following error:
prunille:~> sudo port -v upgrade subversion-perlbindings ---> Installing swig-1.3.25 1.3.25_0+darwin_8 ---> Activating swig-1.3.25 1.3.25_0+darwin_8 Error: Target com.apple.activate returned: Image error: /opt/local/bin/swig is being used by the active swig port. Please deactivate this port first, or use the -f flag to force the activation. Warning: the following items did not execute (for swig-1.3.25): com.apple.activate
I have already swig 1.3.27_0+darwin_8 installed and active, hence the error.
What is subversion-perlbindings trying to do? Depends on swig at least 1.3.25 or depends on swig exactly 1.3.25 (hence the port name swig-1.3.25, but in this case, the binary should be called something like /opt/local/bin/swig-1.3.25).
Change History (2)
comment:1 Changed 19 years ago by mww@…
Owner: | changed from darwinports-bugs@… to dluke@… |
---|
comment:2 Changed 19 years ago by danielluke (Daniel J. Luke)
Resolution: | → fixed |
---|---|
Status: | new → closed |
This has been fixed. subversion's perl/python bindings don't work with apr 0.9.7 and swig 1.3.27.
I've moved where swig-1.3.25 is installed so it can co-exist with the swig port. I also changed the dep in the -bindings portfiles to be more clear (both depend directly on the swig-1.3.25 port as they should have).