Opened 9 years ago
Closed 9 years ago
#50307 closed defect (worksforme)
404 Not Found when installing py27-astropy
Reported by: | stringph@… | Owned by: | robitaille@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | mojca (Mojca Miklavec) | |
Port: | py-astropy |
Description
(User's first ticket.)
When trying to install py27-astropy I get
---> Fetching archive for py27-astropy ---> Attempting to fetch py27-astropy-1.1.1_1.darwin_14.x86_64.tbz2 from http://nue.de.packages.macports.org/macports/packages/py27-astropy ---> Attempting to fetch py27-astropy-1.1.1_1.darwin_14.x86_64.tbz2 from http://lil.fr.packages.macports.org/py27-astropy ---> Attempting to fetch py27-astropy-1.1.1_1.darwin_14.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/py27-astropy ---> Attempting to fetch py27-astropy-1.1.1_1.darwin_14.x86_64.tbz2 from http://packages.macports.org/py27-astropy ---> Attempting to fetch py27-astropy-1.1.1_1.darwin_14.x86_64.tbz2 from http://jog.id.packages.macports.org/macports/packages/py27-astropy Error: org.macports.archivefetch for port py27-astropy returned: archivefetch failed for py27-astropy @1.1.1_1
The log file shows
:msg:archivefetch ---> Attempting to fetch py27-astropy-1.1.1_1.darwin_14.x86_64.tbz2 from http://nue.de.packages.macports.org/macports/packages/py27-astropy :debug:archivefetch Fetching archive failed:: The requested URL returned error: 404 Not Found :msg:archivefetch ---> Attempting to fetch py27-astropy-1.1.1_1.darwin_14.x86_64.tbz2 from http://lil.fr.packages.macports.org/py27-astropy :debug:archivefetch Fetching archive failed:: The requested URL returned error: 404 Not Found :msg:archivefetch ---> Attempting to fetch py27-astropy-1.1.1_1.darwin_14.x86_64.tbz2 from http://mse.uk.packages.macports.org/sites/packages.macports.org/py27-astropy :debug:archivefetch Fetching archive failed:: The requested URL returned error: 500 Internal Server Error :msg:archivefetch ---> Attempting to fetch py27-astropy-1.1.1_1.darwin_14.x86_64.tbz2 from http://packages.macports.org/py27-astropy :debug:archivefetch Fetching archive failed:: The requested URL returned error: 500 Internal Server Error :msg:archivefetch ---> Attempting to fetch py27-astropy-1.1.1_1.darwin_14.x86_64.tbz2 from http://jog.id.packages.macports.org/macports/packages/py27-astropy :debug:archivefetch Fetching archive failed:: The requested URL returned error: 404 Not Found :error:archivefetch org.macports.archivefetch for port py27-astropy returned: archivefetch failed for py27-astropy @1.1.1_1
i.e. it just isn't there .. ?
Change History (4)
comment:1 Changed 9 years ago by mf2k (Frank Schima)
Owner: | changed from macports-tickets@… to robitaille@… |
---|---|
Port: | py-astropy added; py27-astropy removed |
comment:2 Changed 9 years ago by mojca (Mojca Miklavec)
Cc: | mojca@… added |
---|---|
Version: | 2.3.4 |
Can you please try again? If it still fails, please do the following:
sudo port clean py27-astropy sudo port install py27-astropy
and then attach main.log
. This is only failing to fetch the binary package. I would assume that building from source should normally continue in that case. It also depends when you tried that. Maybe the binary archive wasn't available yet on http://packages.macports.org/py27-astropy/ when you tried to upgrade.
comment:3 Changed 9 years ago by stringph@…
I have just tried again and the build has succeeded:
---> Fetching distfiles for py27-astropy ---> Attempting to fetch astropy-1.1.1.tar.gz from http://nue.de.distfiles.macports.org/macports/distfiles/py-astropy/1.1.1 ---> Attempting to fetch astropy-1.1.1.tar.gz from http://pypi.python.org/packages/source/a/astropy/ ---> Verifying checksums for py27-astropy ---> Extracting py27-astropy ---> Configuring py27-astropy ---> Building py27-astropy ---> Staging py27-astropy into destroot ---> Installing py27-astropy @1.1.1_1 ---> Activating py27-astropy @1.1.1_1 ---> Cleaning py27-astropy ---> Updating database of binaries ---> Scanning binaries for linking errors ---> No broken files found.
So, I don't know what changed since 2 days ago, but I can now move beyond the first cell of an ipynb I've been trying to work on.
comment:4 Changed 9 years ago by mojca (Mojca Miklavec)
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
In the future, please Cc the port maintainers (
port info --maintainers py27-astropy
), if any.