Opened 16 years ago

Closed 16 years ago

Last modified 15 years ago

#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)

matplotlib-13084.diff (1.8 KB) - added by skymoo (Adam Mercer) 16 years ago.
potential fix

Download all attachments as: .zip

Change History (5)

comment:1 Changed 16 years ago by skymoo (Adam Mercer)

Cc: jochen@… added

Changed 16 years ago by skymoo (Adam Mercer)

Attachment: matplotlib-13084.diff added

potential fix

comment:2 Changed 16 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 16 years ago by jochen@…

Resolution: fixed
Status: newclosed

Patch applied in r31210

comment:4 Changed 15 years ago by (none)

Milestone: Port Bugs

Milestone Port Bugs deleted

Note: See TracTickets for help on using tickets.