Bug 65098 - Jamin will crash when used in conjunction with Jack 0.99
|
Bug#:
65098
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: eradicator@gentoo.org
|
Reported By: reuben.m@gmail.com
|
|
Component: Applications
|
|
|
URL:
|
|
Summary: Jamin will crash when used in conjunction with Jack 0.99
|
|
Keywords: Inclusion
|
|
Status Whiteboard:
|
|
Opened: 2004-09-23 08:01 0000
|
Jamin will fail to connect properly to JACK 0.99 and crash. It has to do with
problems relating to jack_create_thread
Reproducible: Always
Steps to Reproduce:
1. Start Jack
2. Try to start Jamin
3.
The fix for this is in the CVS for Jamin. In order for gentoo users to use
Jamin
with the new Jack 0.99 ebuild just released, Jamin will have to be built from
CVS commit >= 0.9.03
can youu please provide us with a patch to the jamin in portage to get this
working?
2 things...
1) is this patch backwards compatible with 0.98?
2) can you please make the patch cvs safe by removing the cvs hunks from it (the lines with $Id: ... $ in them)
Created an attachment (id=40747) [details]
cvs safe Jamin patch for Jack 0.99
1) Yes, this should be backward compatable. The new code in configure.in does a
check to see if JACK supports jack_create_thread or not. This is used in the
modified code with "#ifdef HAVE_JACK_CREATE_THREAD" checks to make sure the
proper connection is made with the JACK server depending upon what type of
connections it supports.
2) I have updated the patch to get rid of the $Id: ... $ junk and got rid of a
line that changes the date of a copyright.
fixed in portage. thanks.