Opened 15 years ago
Closed 15 years ago
#21321 closed defect (fixed)
ffmpeg fails to fetch patch-configure.diff (Error: Target org.macports.fetch returned: fetch failed)
Reported by: | hydrocell@… | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | ffmpeg |
Description (last modified by tobypeterson)
10.4.11 + xcode 2.5
when trying to upgrade ffmpeg to latest version I get this:
$ sudo port upgrade ffmpeg ---> Computing dependencies for ffmpeg ---> Fetching ffmpeg ---> Attempting to fetch patch-configure.diff from http://aarnet.au.distfiles.macports.org/pub/macports/mpdistfiles/ffmpeg ---> Attempting to fetch patch-configure.diff from http://distfiles.macports.org/ffmpeg ---> Attempting to fetch patch-configure.diff from http://arn.se.distfiles.macports.org/ffmpeg ---> Attempting to fetch patch-configure.diff from http://svn.macports.org/repository/macports/distfiles/ffmpeg ---> Attempting to fetch patch-configure.diff from http://svn.macports.org/repository/macports/distfiles/general/ ---> Attempting to fetch patch-configure.diff from http://svn.macports.org/repository/macports/downloads/ffmpeg Error: Target org.macports.fetch returned: fetch failed Error: Unable to upgrade port: 1
seems like there is no such file available, so why is it asking for it?
have tried uninstalling, cleaning and removing all dependents on ffmpeg and re-installing, same message comes up...? any ideas..
also have checked internet connection, and manually visited those sites in a browser, they are fine, but that file is non-existant.
Change History (4)
comment:1 Changed 15 years ago by hydrocell@…
comment:2 Changed 15 years ago by tobypeterson
Description: | modified (diff) |
---|---|
Keywords: | ffmpeg patch-configure.diff removed |
Version: | 1.8.0 |
comment:3 Changed 15 years ago by tobypeterson
Owner: | changed from macports-tickets@… to devans@… |
---|
looks like devans forgot a svn add in r57508
comment:4 Changed 15 years ago by dbevans (David B. Evans)
Resolution: | → fixed |
---|---|
Status: | new → closed |
Missing patch file committed in r57518. Sorry.
Note: See
TracTickets for help on using
tickets.
okay... fixed it by doing the following:
$ cd $(port dir ffmpeg) $ sudo cp ~/Desktop/patch-configure.diff files/
closed?