Opened 8 years ago
Closed 8 years ago
#51697 closed defect (invalid)
expat upgrade failure
Reported by: | schnide (Joe Schnide) | Owned by: | ryandesign (Ryan Carsten Schmidt) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 2.3.99 |
Keywords: | Cc: | ||
Port: | expat |
Description (last modified by mf2k (Frank Schima))
# port -u upgrade outdated ---> Fetching archive for expat <snip> Error: Failed to archivefetch expat: version @2.2.0_0: The requested URL returned error: 403 OK
log:
version:1 :debug:main expat has no conflicts :debug:main Executing org.macports.main (expat) :debug:main changing euid/egid - current euid: 0 - current egid: 0 :debug:main egid changed to: 506 :debug:main euid changed to: 1152318161 :debug:archivefetch archivefetch phase started at Thu Jun 23 06:15:10 CDT 2016 :msg:archivefetch ---> Fetching archive for expat :debug:archivefetch Executing org.macports.archivefetch (expat) :debug:archivefetch euid/egid changed to: 0/0 :debug:archivefetch chowned /opt/local/var/macports/incoming to macports :debug:archivefetch euid/egid changed to: 1152318161/506 :info:archivefetch ---> expat-2.2.0_0.darwin_15.x86_64.tbz2 doesn't seem to exist in /opt/local/var/macports/incoming/verified :msg:archivefetch ---> Attempting to fetch expat-2.2.0_0.darwin_15.x86_64.tbz2 from https://packages.macports.org/expat :debug:archivefetch Fetching archive failed: Server aborted the SSL handshake :msg:archivefetch ---> Attempting to fetch expat-2.2.0_0.darwin_15.x86_64.tbz2 from http://sea.us.packages.macports.org/macports/packages/expat :debug:archivefetch Fetching archive failed: The requested URL returned error: 403 OK :msg:archivefetch ---> Attempting to fetch expat-2.2.0_0.darwin_15.x86_64.tbz2 from http://lil.fr.packages.macports.org/expat :debug:archivefetch Fetching archive failed: The requested URL returned error: 403 OK :msg:archivefetch ---> Attempting to fetch expat-2.2.0_0.darwin_15.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/expat :debug:archivefetch Fetching archive failed: The requested URL returned error: 403 OK :msg:archivefetch ---> Attempting to fetch expat-2.2.0_0.darwin_15.x86_64.tbz2 from http://nue.de.packages.macports.org/expat :debug:archivefetch Fetching archive failed: The requested URL returned error: 403 OK :msg:archivefetch ---> Attempting to fetch expat-2.2.0_0.darwin_15.x86_64.tbz2 from http://osl.no.packages.macports.org/expat :debug:archivefetch Fetching archive failed: The requested URL returned error: 403 OK :msg:archivefetch ---> Attempting to fetch expat-2.2.0_0.darwin_15.x86_64.tbz2 from http://fco.it.packages.macports.org/mirrors/macports-packages/expat/expat :debug:archivefetch Fetching archive failed: The requested URL returned error: 403 OK :msg:archivefetch ---> Attempting to fetch expat-2.2.0_0.darwin_15.x86_64.tbz2 from http://jog.id.packages.macports.org/macports/packages/expat :debug:archivefetch Fetching archive failed: The requested URL returned error: 403 OK :msg:archivefetch ---> Attempting to fetch expat-2.2.0_0.darwin_15.x86_64.tbz2 from http://nou.nc.packages.macports.org/pub/macports/packages.macports.org/expat :debug:archivefetch Fetching archive failed: The requested URL returned error: 403 OK :msg:archivefetch ---> Attempting to fetch expat-2.2.0_0.darwin_15.x86_64.tbz2 from http://jnb.za.packages.macports.org/packages/expat :debug:archivefetch Fetching archive failed: The requested URL returned error: 403 OK :msg:archivefetch ---> Attempting to fetch expat-2.2.0_0.darwin_15.x86_64.tbz2 from http://her.gr.packages.macports.org/expat :debug:archivefetch Fetching archive failed: The requested URL returned error: 403 OK :error:archivefetch Failed to archivefetch expat: version @2.2.0_0: The requested URL returned error: 403 OK :debug:archivefetch Error code: NONE :debug:archivefetch Backtrace: version @2.2.0_0: The requested URL returned error: 403 OK :debug:archivefetch while executing :debug:archivefetch "error [msgcat::mc "version @[option version]_[option revision][option portvariants]: %s" $lastError]" :debug:archivefetch (procedure "portarchivefetch::fetchfiles" line 142) :debug:archivefetch invoked from within :debug:archivefetch "portarchivefetch::fetchfiles" :debug:archivefetch (procedure "portarchivefetch::archivefetch_main" line 5) :debug:archivefetch invoked from within :debug:archivefetch "$procedure $targetname" :error:archivefetch See /opt/local/var/macports/logs/_opt_local_var_macports_sources_rsync.macports.org_release_tarballs_ports_textproc_expat/expat/main.log for details.
Change History (11)
comment:1 Changed 8 years ago by schnide (Joe Schnide)
comment:2 Changed 8 years ago by mf2k (Frank Schima)
Owner: | changed from macports-tickets@… to ryandesign@… |
---|
In the future, please Cc the port maintainers (port info --maintainers expat
), if any.
comment:3 Changed 8 years ago by mf2k (Frank Schima)
Description: | modified (diff) |
---|
comment:4 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)
Why are all these URLs returning "403 OK"? That response is not coming from those servers; it must be coming from your local network, maybe a proxy server you've configured.
comment:5 Changed 8 years ago by schnide (Joe Schnide)
Do not use a proxy, attempted at 3 different network locations. Same results.
comment:6 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)
Then it must be a misconfiguration of your computer. Check System Preferences > Network > Proxies. Also check whether the ALL_PROXY
, FTP_PROXY
, http_proxy
or HTTPS_PROXY
environment variables are set, and whether any of the settings starting with proxy
in /opt/local/etc/macports/macports.conf are configured.
comment:7 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)
Also check what happens if you try to access the file with curl on the command line, e.g.:
/usr/bin/curl -IL https://packages.macports.org/expat/expat-2.2.0_0.darwin_15.x86_64.tbz2
comment:8 Changed 8 years ago by schnide (Joe Schnide)
checked network prefs already. All are off and not configured.
grep proxy /opt/local/etc/macports/macports.conf # - ALL_PROXY, FTP_PROXY, http_proxy, HTTPS_PROXY, NO_PROXY, RSYNC_PROXY # Override proxy-related environment variables. By default, MacPorts # takes proxy settings from the environment, from the proxy_* options # "yes", MacPorts uses proxy_*, then Network Preferences, then the #proxy_override_env no # variables are "http_proxy", "HTTPS_PROXY", "FTP_PROXY", and #proxy_http proxy1:12345 #proxy_https proxy2:67890 #proxy_ftp proxy3:02139 #proxy_rsync proxy4:11377 #proxy_skip host1, host2, host3
/usr/bin/curl -IL https://packages.macports.org/expat/expat-2.2.0_0.darwin_15.x86_64.tbz2 HTTP/1.1 200 OK Date: Fri, 24 Jun 2016 11:00:57 GMT Content-Type: application/x-bzip2 Content-Length: 141002 Connection: keep-alive Last-Modified: Thu, 23 Jun 2016 01:48:08 GMT ETag: "8c7a2a-226ca-535e83ef9dc5f" Server: NetDNA-cache/2.2 X-Cache: HIT Accept-Ranges: bytes
and thanks.
comment:9 Changed 8 years ago by ryandesign (Ryan Carsten Schmidt)
Do you have any kind of antivirus software installed, or other software designed to interfere with your network, like Little Snitch or Peer Guardian? If so, try disabling it.
comment:10 Changed 8 years ago by schnide (Joe Schnide)
None of those, an Intego update recently came to mind with your questions. OK to close. Thanks.
comment:11 Changed 8 years ago by kurthindenburg (Kurt Hindenburg)
Resolution: | → invalid |
---|---|
Status: | new → closed |
opps bad formatting: