PBuilder and Ardour

Hi Guys,

I am setting up a PPA onto Launchpad to get the up to date versions of few music software into Ubuntu.

I already succeeded to get a few of them, including Hydrogen, but I am now having few issues with Ardour.

I don’t know if I have incompatibility issues between the debian/rules and SConstruct, but the error I get is as follow:

scons DESTDIR=/tmp/buildd/ardour-2.8.11/debian/tmp install scons: Reading SConscript files ... SCons.Script:18: DeprecationWarning: the sets module is deprecated scons: *** Path for option DESTDIR does not exist: /tmp/buildd/ardour-2.8.11/debian/tmp File "/tmp/buildd/ardour-2.8.11/SConstruct", line 75, in __init__ make: *** [install] Error 2 dpkg-buildpackage: error: fakeroot debian/rules binary gave error exit status 2

Would have any ideas on how to fix that?

Thanks in advance,
Aurélien

Yes, make the directory before giving it as a DESTDIR is my thought.

 Seablade

Thanks seablade,

Once I saw the solution, I just felt…well…stupid :slight_smile:

Aurélien

We all have those moments;)

Seablade