fluid-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [fluid-dev] Apt package dependencies -- WAS Re: Proposal: FluidSynth


From: David Henningsson
Subject: Re: [fluid-dev] Apt package dependencies -- WAS Re: Proposal: FluidSynth tester program
Date: Mon, 06 Aug 2012 09:16:04 +0200
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:14.0) Gecko/20120714 Thunderbird/14.0

On 08/06/2012 12:45 AM, jimmy wrote:
Again, the real problem was depencies around a package that was alread 
installed on your system:

    libjack-dev

which requires

    libjack0

which is jack 1.x.

After looking a bit I found that there is actually a workaround for this: libjack-jackd2-dev provides libjack-dev, so if you do

sudo apt-get install libjack-jackd2-dev

you can then do

sudo apt-get build-dep fluidsynth

...without having it switching from jack2 to jack1.

Unfortunately the packaging system doesn't understand that it could install "libjack-jackd2-dev" to resolve the build dependency, so it has to be installed separately first.

// David




reply via email to

[Prev in Thread] Current Thread [Next in Thread]