[Ardour-Users] Export hangs after script executing

Ralf Mardorf ralf.mardorf at alice-dsl.net
Wed Feb 24 01:18:58 PST 2016


On Wed, 24 Feb 2016 09:04:45 +0100, JoergSorge wrote:
>can you lead me to the right place?
>
>On github, I don't actually find your suggested release. The latest
>that I can find is:
>https://github.com/jackaudio/jack2/releases/tag/v1.9.10

That's the official release from upstream.

>Or did you mean the latest master?

Yes, you need to build jack2 that is still under development, from git:

  $ git clone https://github.com/jackaudio/jack2

Once you cloned the git, you can update by running

  $ cd jack2/
  $ git pull --all

to get the latest commit, then build it and install it or build a
package and install the package.

Some distros provide to build packages from git, e.g. Arch Linux,

  https://aur.archlinux.org/packages/jack2-git/
  https://aur.archlinux.org/packages/jack2-dbus-git/
  https://aur.archlinux.org/packages/jack2-no-dbus-git/

while even this rolling release, for good reasons provide the official
release from upstream by the official repositories,

  https://www.archlinux.org/packages/community/i686/jack2/
  https://www.archlinux.org/packages/community/x86_64/jack2/

  https://www.archlinux.org/packages/multilib/x86_64/lib32-jack2/

even the testing repositories provide this release:

  https://www.archlinux.org/packages/community-testing/i686/jack2/
  https://www.archlinux.org/packages/community-testing/x86_64/jack2/

Neither jack2 version counting is odd, nor the packages provided by
Arch Linux are between 1.9.9 and 1.9.10. They are the official release
from upstream 1.9.10 and not some dirty version from git.

If you're using a release model distro, the release of JACK2 could be
older, but than again, those releases have good reasons to do it that
way. Maintainers do their best to provide a stable release that works
with all apps, they can not focus on just a single app.

If you use JACK2 from git, you can't expect support by your
distro/distro's community anymore.

Regards,
Ralf


More information about the Ardour-Users mailing list