Ticket #31184 (closed defect: invalid)
py26-zsi found in search but missing when I try to install it
| Reported by: | cnk@… | Owned by: | macports-tickets@… |
|---|---|---|---|
| Priority: | Normal | Milestone: | |
| Component: | ports | Version: | 2.0.1 |
| Keywords: | python26 py26 ZSI | Cc: | |
| Port: | py26-zsi |
Description (last modified by ryandesign@…) (diff)
port search finds the package I want and something answers when I try to install, otherwise I wouldn't get dependencies downloaded. But the install bails out saying it can't find a matching port for py26-zsi
[03:54 PM] (bold:~) $ sudo port search ZSI
py-zsi @2.0 (python, net)
Zolera SOAP Infrastructure is a Python implementation of SOAP
py25-zsi @2.0 (python, net)
Zolera SOAP Infrastructure is a Python implementation of SOAP
py26-zsi @2.0 (python, net)
Zolera SOAP Infrastructure is a Python implementation of SOAP
Found 3 ports.
[03:54 PM] (bold:~) $ sudo port install py26-zsi
---> Computing dependencies for py26-zsi
---> Dependencies to be installed: py26-xml
---> Fetching archive for py26-xml
---> Attempting to fetch py26-xml-0.8.4_0.darwin_9.i386.tgz from http://packages.macports.org/py26-xml
---> Fetching py26-xml
---> Verifying checksum(s) for py26-xml
---> Extracting py26-xml
---> Applying patches to py26-xml
---> Configuring py26-xml
---> Building py26-xml
---> Staging py26-xml into destroot
---> Installing py26-xml @0.8.4_0
---> Activating py26-xml @0.8.4_0
---> Cleaning py26-xml
Error: Unable to execute port: no matching port found for: name=py26-zsi, version=2.0, revision=0, variants=, epoch=0
Change History
comment:2 Changed 21 months ago by ryandesign@…
- Cc cnk@… removed
- Description modified (diff)
Please use WikiFormatting and preview before submitting. As reporter, you do not need to Cc yourself. Ensure your ports system is up to date: try running sudo port selfupdate again.
comment:3 Changed 21 months ago by cnk@…
Thanks for the info. Unfortunately updating my ports system did not change the core error:
[10:36 PM] (bold:~) $ sudo port selfupdate Password: ---> Updating the ports tree ---> Updating MacPorts base sources using rsync MacPorts base version 2.0.1 installed, MacPorts base version 2.0.3 downloaded. ---> MacPorts base is outdated, installing new version 2.0.3 Installing new MacPorts release in /opt/local as root:admin; permissions 0755; Tcl-Package in /Library/Tcl The ports tree has been updated. To upgrade your installed ports, you should run port upgrade outdated [10:38 PM] (bold:~) $ sudo port install py26-zsi ---> Computing dependencies for py26-zsi Error: Unable to execute port: no matching port found for: name=py26-zsi, version=2.0, revision=0, variants=, epoch=0
Note: See
TracTickets for help on using
tickets.


Cc Me!