Opened 9 years ago

Closed 9 years ago

#47834 closed defect (worksforme)

Unable to upgrade port: 1

Reported by: christoper.bourne@… Owned by: macports-tickets@…
Priority: Normal Milestone:
Component: ports Version: 2.3.3
Keywords: Cc:
Port:

Description

ran sudo upgrade outdated

Attachments (1)

Terminal Saved Output-25-5-2015.txt (8.6 KB) - added by christoper.bourne@… 9 years ago.
Terminal upgrade outdated

Download all attachments as: .zip

Change History (3)

Changed 9 years ago by christoper.bourne@…

Terminal upgrade outdated

comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Your output shows two different problem:

  1. openssl failed to fetch:
--->  Attempting to fetch openssl-1.0.2a.tar.gz from http://www.openssl.org/source/
--->  Attempting to fetch openssl-1.0.2a.tar.gz from http://svn.macports.org/repository/macports/distfiles/openssl
Error: org.macports.fetch for port openssl returned: fetch failed

This must be a problem with your network or your network configuration, because the file does exist on the openssl.org server. See also ProblemHotlist#fetch-failures.

  1. autoconf failed to extract because xz wasn't found:
--->  Extracting autoconf
Error: org.macports.extract for port autoconf returned: Failed to locate 'xz' in path: '/opt/local/bin:/opt/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin' or at its MacPorts configuration time location, did you move it?

autoconf does declare a dependency on the xz port, and the xz port is supposed to provide the x program, so this also sounds like a problem unique to your computer. Is the xz port installed? (what does port installed xz say?) Does the xz program exist in /opt/local? does it run? (what does /opt/local/bin/xz -V say?)

comment:2 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: worksforme
Status: newclosed
Note: See TracTickets for help on using tickets.