Delivery Status Notification (Failure)
Ryan Schmidt
ryandesign at macports.org
Tue Apr 27 01:59:59 PDT 2010
On Apr 27, 2010, at 03:48, Steve Morris wrote:
> I have been google searching for my problem and ffmpeg, kdenlive and
> macports and obviously found something old that I followed up in
> error. Google obviously gives me a myriad of hits and it is sometimes
> not clear which are valid. Is there a top master page for macports
> with forum instructions that I should be following? I haven't found
> one yet.
You can go to http://www.macports.org/ and click on "mailing lists" which will take you to http://www.macports.org/contact.php#Lists
> Trying to follow your instructions I just did did "sudo port
> selfupdate" followed by "sudo port outdated"
Note that "port outdated" only shows you the list of ports that are outdated; if you actually want to upgrade those ports, you would use "sudo port upgrade outdated".
> and finally "sudo port
> install kdenlive" which gives the following error which I believe is
> identical to the original error. Should I reopen this ticket?
>
> Password:
> ---> Computing dependencies for kdenlive
> ---> Building ffmpeg-devel
The fact that it went from "Computing dependencies" straight to "Building" (skipping "Fetching", "Checksumming", "Extracting", "Patching" and "Configuring") tells us there was a previous build attempt. If that previous attempt was for the previous version of ffmpeg-devel, MacPorts should have noticed that and cleaned it out. But let's make sure. Try cleaning ffmpeg-devel and then installing it again.
sudo port clean ffmpeg-devel
sudo port install ffmpeg-devel
More information about the macports-users
mailing list