Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 65098 - Jamin will crash when used in conjunction with Jack 0.99
Summary: Jamin will crash when used in conjunction with Jack 0.99
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Jeremy Huddleston (RETIRED)
URL:
Whiteboard:
Keywords: Inclusion
Depends on:
Blocks:
 
Reported: 2004-09-23 08:01 UTC by Reuben Martin
Modified: 2004-09-30 00:02 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
Jamin patch for Jack 0.99 (jamin_jack_0.99.patch,9.56 KB, patch)
2004-09-24 13:10 UTC, Reuben Martin
Details | Diff
cvs safe Jamin patch for Jack 0.99 (jamin_jack_0.99-r1.patch,8.69 KB, patch)
2004-09-29 20:16 UTC, Reuben Martin
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Reuben Martin 2004-09-23 08:01:21 UTC
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 Jeremy Huddleston (RETIRED) gentoo-dev 2004-09-23 23:26:26 UTC
can youu please provide us with a patch to the jamin in portage to get this working?
Comment 2 Reuben Martin 2004-09-24 13:10:19 UTC
Created attachment 40319 [details, diff]
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 Jeremy Huddleston (RETIRED) gentoo-dev 2004-09-29 18:49:57 UTC
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 Reuben Martin 2004-09-29 20:16:11 UTC
Created attachment 40747 [details, diff]
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 Jeremy Huddleston (RETIRED) gentoo-dev 2004-09-30 00:02:53 UTC
fixed in portage.  thanks.