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)
Change History (3)
Changed 9 years ago by christoper.bourne@…
Attachment: | Terminal Saved Output-25-5-2015.txt added |
---|
comment:1 Changed 9 years ago by ryandesign (Ryan Carsten Schmidt)
Your output shows two different problem:
- 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.
- 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 doesport installed xz
say?) Does thexz
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: | new → closed |
Note: See
TracTickets for help on using
tickets.
Terminal upgrade outdated