Opened 11 years ago
Closed 11 years ago
#41409 closed defect (fixed)
xgsch2pcb: Dependency 'py25-numpy' not found.
Reported by: | jerrill@… | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.2.1 |
Keywords: | Cc: | seanfarley (Sean Farley), cooljeanius (Eric Gallager) | |
Port: | xgsch2pcb |
Description (last modified by ryandesign (Ryan Carsten Schmidt))
Trying to install xgsch2pcb I get the subject error. It looks like the offending package is Python 2.5 gtk.
sudo port install py25-pygtk ---> Computing dependencies for py25-pygtk Error: Dependency 'py25-numpy' not found. To report a bug, follow the instructions in the guide: http://guide.macports.org/#project.tickets Error: Processing of port py25-pygtk failed
Jerrill
Change History (7)
comment:1 Changed 11 years ago by seanfarley (Sean Farley)
comment:2 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | sean@… added |
---|---|
Description: | modified (diff) |
py25-numpy was removed in r113431, which broke a lot of ports.
comment:4 follow-up: 5 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… added |
---|
This issue was "fixed" by removing xgsch2pcb in r113859. But you were trying to install it. Is this port still needed? If so, maybe we can find a way to resurrect it.
comment:5 Changed 11 years ago by jerrill@…
Replying to ryandesign@…:
This issue was "fixed" by removing xgsch2pcb in r113859. But you were trying to install it. Is this port still needed? If so, maybe we can find a way to resurrect it.
It's the GUI interface to the CLI gsch2pcb. Is just removing it really a fix? It seems like a step backwards.
comment:6 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Cc: | ryandesign@… removed |
---|---|
Owner: | changed from macports-tickets@… to ryandesign@… |
Port: | xgsch2pcb added |
Status: | new → assigned |
Summary: | Dependency 'py25-numpy' not found. → xgsch2pcb: Dependency 'py25-numpy' not found. |
comment:7 Changed 11 years ago by ryandesign (Ryan Carsten Schmidt)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Resurrected and updated to use python 2.7 in r114293.
I'm looking into this and should push the fixes tomorrow if everything tests out well enough.