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
Description:   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

------- Comment #1 From Jeremy Huddleston (RETIRED) 2004-09-23 23:26:26 0000 -------
can youu please provide us with a patch to the jamin in portage to get this
working?

------- Comment #2 From Reuben Martin 2004-09-24 13:10:19 0000 -------
Created an attachment (id=40319) [details]
Jamin patch for Jack 0.99

I don't make patches very often so you may want to double check it. I applied
it and it built/ran without any troubles.

------- Comment #3 From Jeremy Huddleston (RETIRED) 2004-09-29 18:49:57 0000 -------
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)


------- Comment #4 From Reuben Martin 2004-09-29 20:16:11 0000 -------
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.

------- Comment #5 From Jeremy Huddleston (RETIRED) 2004-09-30 00:02:53 0000 -------
fixed in portage.  thanks.