<div dir="ltr">I was running from the pre-built SDK.  When I try to build from source, I get the following error from the bootstrap step:<div><br></div><div><div>Some packages could not be installed. This may mean that you have</div>
<div>requested an impossible situation or if you are using the unstable</div><div>distribution that some required packages have not yet been created</div><div>or been moved out of Incoming.</div><div>The following information may help to resolve the situation:</div>
<div><br></div><div>The following packages have unmet dependencies:</div><div> ia32-libs : Depends: ia32-libs-multiarch but it is not installable</div><div>E: Unable to correct problems, you have held broken packages.</div>
<div>Traceback (most recent call last):</div><div>  File "./cerbero/main.py", line 103, in run_command</div><div>    res = commands.run(command, self.config, self.args)</div><div>  File "./cerbero/commands/__init__.py", line 78, in run</div>
<div>    return _commands[command].run(config, args)</div><div>  File "./cerbero/commands/bootstrap.py", line 35, in run</div><div>    bootstraper.start()</div><div>  File "./cerbero/bootstrap/linux.py", line 35, in start</div>
<div>    shell.call(self.tool % ' '.join(self.packages))</div><div>  File "./cerbero/utils/shell.py", line 98, in call</div><div>    raise FatalError(_("Error running command: %s") % cmd)</div>
<div>FatalError: Fatal Error: Error running command: sudo apt-get install autotools-dev automake autoconf libtool g++ autopoint make cmake bison flex yasm pkg-config gtk-doc-tools libxv-dev libx11-dev libpulse-dev python-dev texinfo gettext build-essential pkg-config doxygen curl libxext-dev libxi-dev x11proto-record-dev libxrender-dev libgl1-mesa-dev libxfixes-dev libxdamage-dev libxcomposite-dev libasound2-dev libxml-simple-perl dpkg-dev debhelper build-essential devscripts fakeroot transfig gperf libdbus-glib-1-dev wget glib-networking ia32-libs</div>
<div>***** Error running 'bootstrap' command:</div><div>Fatal Error: Error running command: sudo apt-get install autotools-dev automake autoconf libtool g++ autopoint make cmake bison flex yasm pkg-config gtk-doc-tools libxv-dev libx11-dev libpulse-dev python-dev texinfo gettext build-essential pkg-config doxygen curl libxext-dev libxi-dev x11proto-record-dev libxrender-dev libgl1-mesa-dev libxfixes-dev libxdamage-dev libxcomposite-dev libasound2-dev libxml-simple-perl dpkg-dev debhelper build-essential devscripts fakeroot transfig gperf libdbus-glib-1-dev wget glib-networking ia32-libs</div>
</div><div><br></div><div style>Bruce</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Apr 15, 2013 at 2:27 AM, Sebastian Dröge <span dir="ltr"><<a href="mailto:sebastian.droege@collabora.co.uk" target="_blank">sebastian.droege@collabora.co.uk</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On So, 2013-04-14 at 13:33 -0700, Bruce Sharpe wrote:<br>
> Hi,<br>
><br>
> I am working through the GStreamer tutorials for the SDK and am having<br>
> a problem with Basic tutorial 5:<br>
><br>
> <a href="http://docs.gstreamer.com/display/GstSDK/Basic+tutorial+5%3A+GUI" target="_blank">http://docs.gstreamer.com/display/GstSDK/Basic+tutorial+5%3A+GUI</a><br>
> +toolkit+integration<br>
><br>
> I compile with this command line:<br>
><br>
> gcc basic-tutorial-5.c -o basic-tutorial-5 `pkg-config --cflags --libs<br>
> gstreamer-interfaces-0.10 gtk+-2.0 gstreamer-0.10`<br>
><br>
> At runtime, I get this error:<br>
><br>
> ./basic-tutorial-5: symbol lookup<br>
> error: /usr/lib/x86_64-linux-gnu/gtk-2.0/modules/liboverlay-scrollbar.so: undefined symbol: ubuntu_gtk_set_use_overlay_scrollbar<br>
<br>
</div>Please try again after rebuilding the gtk+ recipe. I've added a change<br>
that makes it skip this GTK module.<br>
<br>
Problem here is that Ubuntu thinks it's a clever idea to add API to GTK<br>
and use that in modules, instead of just having their API additions in a<br>
separate, Ubuntu-specific library.<br>
<br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br></div>