[ILUG] apt-get: 'Build-dependencies for foo could not be
satisfied'
Justin Mason
jm at jmason.org
Thu Aug 3 13:33:59 IST 2006
Stephen Shirley writes:
> On 03/08/06, Justin Mason <jm at jmason.org> wrote:
> > Hi apt wizards --
> >
> > Does anyone know how to go about debugging this error? e.g.:
> >
> > : jm 46...; sudo apt-get build-dep ffmpeg
> > Reading package lists... Done
> > Building dependency tree... Done
> > E: Build-dependencies for ffmpeg could not be satisfied.
>
>
> apt-cache showsrc ffmpeg | grep '^Build-Depends'
> should help. If you manually try to install all the packages listed,
> you'll find the ones causing issues. I'm sure there's a more efficient
> way, but it should at least work.
Thanks -- kludgy, but it works. Here's the culprit:
sudo apt-get install libdc1394-13-dev libgsm1-dev libtheora-dev
205446 files and directories currently installed.)
Unpacking libungif4-dev (from .../libungif4-dev_4.1.4-1_i386.deb) ...
Selecting previously deselected package libltdl3-dev.
Unpacking libltdl3-dev (from .../libltdl3-dev_1.5.22-2_i386.deb) ...
Selecting previously deselected package libimlib2-dev.
Unpacking libimlib2-dev (from .../libimlib2-dev_1.2.1-2_i386.deb) ...
Setting up libungif4-dev (4.1.4-1) ...
Setting up libltdl3-dev (1.5.22-2) ...
Setting up libimlib2-dev (1.2.1-2) ...
Reading package lists... Done
Building dependency tree... Done
libdc1394-13-dev is already the newest version.
libgsm1-dev is already the newest version.
Some packages could not be installed. This may mean that you have
requested an impossible situation or if you are using the unstable
distribution that some required packages have not yet been created
or been moved out of Incoming.
The following information may help to resolve the situation:
The following packages have unmet dependencies:
libtheora-dev: Depends: libtheora0 (= 0.0.0.alpha5-0ubuntu2) but 1.0alpha3-0.0 is to be installed
E: Broken packages
OK, so given that, it appears there's an inconsistency in the
Ubuntu Dapper repos, since I can't remove libtheora0 -- it's
required by everything, including deps of 'ubuntu-desktop':
: jm 37...; sudo apt-get remove libtheora0
Reading package lists... Done
Building dependency tree... Done
The following packages will be REMOVED:
amarok amarok-xine deskbar-applet dvdrip ffmpeg gnome-media
gstreamer0.10-plugins-base gstreamer0.10-plugins-good gstreamer0.8-faad
gstreamer0.8-misc gstreamer0.8-theora gstreamer0.8-vorbis kaffeine kaffeine-xine
kdemultimedia-kfile-plugins kmplayer-base kmplayer-konq-plugins kubuntu-desktop
libarts1-xine libshout3 libtheora0 libxine-extracodecs libxine-main1 libxine1c2
mencoder mozilla-mplayer mplayer mplayer-fonts python-gnome2-desktop
python2.4-gnome2-desktop rhythmbox serpentine sound-juicer totem totem-gstreamer
transcode ubuntu-desktop vlc vlc-plugin-alsa wxvlc xine-ui
0 upgraded, 0 newly installed, 41 to remove and 17 not upgraded.
Need to get 0B of archives.
After unpacking 177MB disk space will be freed.
Do you want to continue [Y/n]? n
Abort.
Anyone got any tips at this stage? How can I install the ffmpeg
build-deps?
--j.
More information about the ILUG
mailing list