Opened 15 years ago
Closed 15 years ago
#21658 closed defect (fixed)
gst-python fetch failed
Reported by: | senz@… | Owned by: | rmsfisher@… |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | 1.8.0 |
Keywords: | gst-python fetch failed | Cc: | |
Port: | gst-python |
Description
---> Fetching gst-python ---> Attempting to fetch gst-python-0.10.16.tar.gz from http://arn.se.distfiles.macports.org/gst-python ---> Attempting to fetch gst-python-0.10.16.tar.gz from http://distfiles.macports.org/gst-python ---> Attempting to fetch gst-python-0.10.16.tar.gz from http://aarnet.au.distfiles.macports.org/pub/macports/mpdistfiles/gst-python ---> Attempting to fetch gst-python-0.10.16.tar.gz from http://svn.macports.org/repository/macports/distfiles/gst-python ---> Attempting to fetch gst-python-0.10.16.tar.gz from http://svn.macports.org/repository/macports/distfiles/general/ ---> Attempting to fetch gst-python-0.10.16.tar.gz from http://svn.macports.org/repository/macports/downloads/gst-python Error: Target org.macports.fetch returned: fetch failed Error: The following dependencies failed to build: telepathy-farsight gst-python telepathy-haze pidgin Error: Status 1 encountered during processing.
Then I tried py25-gst-python and same result:
---> Fetching py25-gst-python ---> Attempting to fetch py25-gst-python-0.10.16.tar.bz2 from http://arn.se.distfiles.macports.org/python ---> Attempting to fetch py25-gst-python-0.10.16.tar.bz2 from http://distfiles.macports.org/python ---> Attempting to fetch py25-gst-python-0.10.16.tar.bz2 from http://gstreamer.freedesktop.org/src/py25-gst-python/ ---> Attempting to fetch py25-gst-python-0.10.16.tar.bz2 from http://aarnet.au.distfiles.macports.org/pub/macports/mpdistfiles/python ---> Attempting to fetch py25-gst-python-0.10.16.tar.bz2 from http://svn.macports.org/repository/macports/distfiles/py25-gst-python ---> Attempting to fetch py25-gst-python-0.10.16.tar.bz2 from http://svn.macports.org/repository/macports/distfiles/general/ ---> Attempting to fetch py25-gst-python-0.10.16.tar.bz2 from http://svn.macports.org/repository/macports/downloads/py25-gst-python Error: Target org.macports.fetch returned: fetch failed Error: Status 1 encountered during processing.
PS: I have one question. If one port "replaced-by" another, is it ok for dependencies if I build the new one (the one for replacement), will it fail?
Change History (2)
comment:1 Changed 15 years ago by jmroot (Joshua Root)
Owner: | changed from macports-tickets@… to rmsfisher@… |
---|
comment:2 Changed 15 years ago by rmsfisher@…
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
When a port depends on gst-python, the MacPorts base will tell it that it actually depends on py25-gst-python. Fetch and checksum called directly on a replaced port will, however, barf. Fixed in r58348, r58350, r58351, r58374, r58375, and r58382.