Bug 179732 - jack-audio-connection-kit uses deprecated check-kernel eclass
|
Bug#:
179732
|
Product: Gentoo Linux
|
Version: unspecified
|
Platform: All
|
|
OS/Version: Linux
|
Status: RESOLVED
|
Severity: normal
|
Priority: P2
|
|
Resolution: FIXED
|
Assigned To: genone@gentoo.org
|
Reported By: vaeth@mathematik.uni-wuerzburg.de
|
|
Component: Ebuilds
|
|
|
URL:
|
|
Summary: jack-audio-connection-kit uses deprecated check-kernel eclass
|
|
Keywords:
|
|
Status Whiteboard:
|
|
Opened: 2007-05-25 10:30 0000
|
jack-audio-connection-kit seems to be the only package in the tree whose most
current ebuild still uses the deprecated check-kernel eclass.
In particular, this means that the package won't compile for people using the
kbuild output feature of the kernel, see e.g. bug 51903.
This can be fixed by using the kmod eclass instead of the check-kernel eclass.
I attach a patch for 0.102.20 which works for me.
(From update of attachment 120261 [details])
kmod.eclass
<snip>
# !!!!!!!!!!
#
# BEWARE: DO NOT USE. THIS ECLASS IS DEPRECATED AND BROKEN. DO NOT USE.
</snip>
Thanks for the two corrections. Also the new (corrected) patch compiled fine
here on x86 and on amd64 (both with 2.6 kernels and using KERNEL_DIR and
KBUILD_OUTPUT environments).
OT: Maybe it would be a good idea to include a warning as in comment #2 also in
check-kernel.eclass
No clue why this was assigned to me ...
I've committed the patch now, so let's consider this closed.