#13084 closed defect (fixed)
BUG: py-matplotlib and py25-matplotlib try to install file in same location
Reported by: | skymoo (Adam Mercer) | Owned by: | jochen@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.5.0 |
Keywords: | Cc: | skymoo (Adam Mercer), jochen@… | |
Port: |
Description
The py-matplotlib and py25-matplotlib ports cannot be installed together at the same time, they both try to install the file /opt/local/share/matplotlib/examples/__init__.py
---> Activating py-matplotlib 0.90.1_0+numpy+tkinter Error: Target org.macports.activate returned: Image error: /opt/local/share/matplotlib/examples/__init__.py is being used by the active py25-matplotlib port. Please deactivate this port first, or use the -f flag to force the activation. Warning: the following items did not execute (for py-matplotlib): org.macports.activate
Attachments (1)
Change History (5)
comment:1 Changed 17 years ago by skymoo (Adam Mercer)
Cc: | jochen@… added |
---|
Changed 17 years ago by skymoo (Adam Mercer)
Attachment: | matplotlib-13084.diff added |
---|
comment:2 Changed 17 years ago by skymoo (Adam Mercer)
I've attached a patch to both the py-matplotlib and py25-matplotlib ports that fixes this by installing the examples to ${destroot}/${prefix}/share/${name
} instead of ${destroot}/${prefix}/share/matplotlib
comment:3 Changed 17 years ago by jochen@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Patch applied in r31210
Note: See
TracTickets for help on using
tickets.
potential fix