Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 114031 - media-sound/jamin to fails to compile due to the OSC support
Summary: media-sound/jamin to fails to compile due to the OSC support
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Sound Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-11-30 07:36 UTC by Mike Stute
Modified: 2006-01-14 03:53 UTC (History)
0 users

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


Attachments
Corrected ebuild for 0.95.0-r1 (jamin-0.95.0-r1.ebuild,968 bytes, text/plain)
2005-11-30 08:06 UTC, Mike Stute
Details
Fixed ebuild for 0.9.0-r1 (jamin-0.9.0-r1.ebuild,1.03 KB, text/plain)
2005-11-30 08:14 UTC, Mike Stute
Details
Final ebuild for jamin-0.95.0-r1 (jamin-0.95.0-r1.ebuild,970 bytes, text/plain)
2005-12-01 08:05 UTC, Mike Stute
Details
Diff for ebuild (ud,412 bytes, patch)
2005-12-18 23:52 UTC, Mike Stute
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mike Stute 2005-11-30 07:36:40 UTC
When compiling version 0.9.0-r1 or above (which inlcudes support for the Open
Sound Control using liblo).

I believe the bug is acutally in the jamin-0.9+ distribution, but I haven't had
time to fully investigate that. In tracking it down I did find the ebuild was
wrong regarding the OSC USE flag.

OSC is the USE flag for Open Sound Control. 

The jamin ebuild lists this flag in the IUSE but doesn't apply it to the
configure (--disable-osc)
Comment 1 Mike Stute 2005-11-30 08:06:25 UTC
Created attachment 73843 [details]
Corrected ebuild for 0.95.0-r1

This ebuild honors the OSC flag - sorry if this is not the best way to submit
this. I'm sure someone will flame me the proper method.
Comment 2 Mike Stute 2005-11-30 08:14:44 UTC
Created attachment 73844 [details]
Fixed ebuild for 0.9.0-r1

Fixed ebuild for version 0.9.0-r1 (this is stable version for amd64).
Comment 3 Mike Stute 2005-11-30 08:55:02 UTC
Comment on attachment 73844 [details]
Fixed ebuild for 0.9.0-r1

The ebuild for 0.95.0-r1 works fine in 0.9.0-r1. 

This isn't needed and doesn't handle DEPENDS properly
Comment 4 Mike Stute 2005-12-01 08:05:21 UTC
Created attachment 73890 [details]
Final ebuild for jamin-0.95.0-r1

Third time's a charm. This is the correct ebuild. Back ticks were missing in
the last one.
Comment 5 Diego Elio Pettenò (RETIRED) gentoo-dev 2005-12-18 13:51:07 UTC
Can you submit an unified diff (diff -u) of the old and new ebuild? Thanks.
Comment 6 Mike Stute 2005-12-18 23:52:09 UTC
Created attachment 75059 [details, diff]
Diff for ebuild

This will allow the ebuild to use the osc USE flag (mainly so it can be disabled).
Comment 7 Frank van de Pol (RETIRED) gentoo-dev 2006-01-14 03:53:40 UTC
looks good! your patch has been committed to the portage tree (jamin-0.95.0-r2)