Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 321343 - media-sound/jack-audio-connection-kit compile fails with "‘x’ undeclared"
Summary: media-sound/jack-audio-connection-kit compile fails with "‘x’ undeclared"
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Professional Audio Applications Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-05-24 19:03 UTC by Paul Campbell
Modified: 2010-06-12 17:15 UTC (History)
1 user (show)

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


Attachments
removes the extra 'x' which causes USE="debug" to fail (jack-audio-connection-kit-0.118.0-debug.patch,569 bytes, patch)
2010-05-27 14:12 UTC, Arttu Valo
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Paul Campbell 2010-05-24 19:03:12 UTC
this is a bug in a debug statement for the original code it's in client.c line 1472

it only happens with USE="debug" - I suggest we override 'debug' in the ebuild

Reproducible: Always

Steps to Reproduce:
1.
2.
3.
Comment 1 Samuli Suominen (RETIRED) gentoo-dev 2010-05-26 07:35:40 UTC
You need to attach full build.log and emerge --info.
Comment 2 Arttu Valo 2010-05-27 14:12:56 UTC
Created attachment 233137 [details, diff]
removes the extra 'x' which causes USE="debug" to fail

There is an 'x' at the end of the line (in the middle of the DEBUG macro use) that makes no sense to me (and this time the compiler agrees, yay!). Patch removes it.

Patch made jack 0.118.0 compile just fine on amd64 with debug enabled. Also, upstream's current svn seems to have this useless 'x' removed.
Comment 3 Michael Weber (RETIRED) gentoo-dev 2010-06-08 13:23:18 UTC
Hello Paul,

(In reply to comment #1)
> You need to attach full build.log and emerge --info.

Pleas provide these information to give the maintainer a chance to reproduce this error (version information, C compiler, ...). Thanks for the patch.

Michael

Comment 4 Alexis Ballier gentoo-dev 2010-06-12 17:15:21 UTC
patch applied, thanks