Comment 2 for bug 1880602

Revision history for this message
Paulo Sérgio Pinheiro (pinus-sc) wrote :

I tried to compile the Ubuntu package (invada-studio-plugins-lv2_1.2.0+repack0) from source I get the error:

"dpkg-checkbuilddeps: erro: Unmet build dependencies: debhelper (>= 11) libgtk2.0-dev lv2-dev"

In my system I have:
debhelper: 12.10ubuntu1
libgtk2.0-dev: 2.24.32-4ubuntu4
lv2-dev: 1.16.0-1

I'm a long time Ubuntu user, but always used apt to install packages. Very newbie in compiling from source.
Here's what I did:
. Downloaded source files from Ubuntu pacakages site
. run <code>dpkg-source -x invada-studio-plugins-lv2_1.2.0+repack0-8.dsc</code>
. run <code>dpkg-buildpackage -rfakeroot -b</code>