Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 237251 - [STABLE] Please stabilize net-misc/ksb26-0.0.4
Summary: [STABLE] Please stabilize net-misc/ksb26-0.0.4
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Michele Noberasco (RETIRED)
URL:
Whiteboard:
Keywords: Inclusion
Depends on:
Blocks:
 
Reported: 2008-09-10 02:36 UTC by DrChandra the Gentoo Person
Modified: 2008-10-02 16:59 UTC (History)
0 users

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


Attachments
Fix unregister_chrdev call (ksb26-0.0.4_unreg_chrdev.patch,495 bytes, patch)
2008-09-10 02:38 UTC, DrChandra the Gentoo Person
Details | Diff
Revised ebuild to apply the patch. (ksb26-0.0.4.ebuild,1.55 KB, text/plain)
2008-09-10 02:39 UTC, DrChandra the Gentoo Person
Details

Note You need to log in before you can comment on or make changes to this bug.
Description DrChandra the Gentoo Person 2008-09-10 02:36:50 UTC
Fails to compile:

/var/tmp/portage/net-misc/ksb26-0.0.4/work/ksb26/kernel/ksb26.c: In function 'modcleanup':
/var/tmp/portage/net-misc/ksb26-0.0.4/work/ksb26/kernel/ksb26.c:124: error: void value not ignored as it ought to be
make[2]: *** [/var/tmp/portage/net-misc/ksb26-0.0.4/work/ksb26/kernel/ksb26.o] Error 1
make[1]: *** [_module_/var/tmp/portage/net-misc/ksb26-0.0.4/work/ksb26/kernel] Error 2
Comment 1 DrChandra the Gentoo Person 2008-09-10 02:38:21 UTC
Created attachment 165067 [details, diff]
Fix unregister_chrdev call

unregister _chrdev has become a void function int he kernel, so testing the return value is an error.
Comment 2 DrChandra the Gentoo Person 2008-09-10 02:39:29 UTC
Created attachment 165068 [details]
Revised ebuild to apply the patch.

Apply the attached patch.
Comment 3 DrChandra the Gentoo Person 2008-09-10 02:40:49 UTC
unregister_chrdev has become a void function in the kernel source, so the ksb26 code which test the return value is an error. The attached patch and ebuild fixes the problem.
Comment 4 Michele Noberasco (RETIRED) gentoo-dev 2008-09-15 07:33:09 UTC
Added patch to Portage.

Arches, please test and mark stable, since currently stable version cannot be compiled with latest kernels...
Comment 5 Raúl Porcel (RETIRED) gentoo-dev 2008-09-18 20:34:29 UTC
x86 stable
Comment 6 Brent Baude (RETIRED) gentoo-dev 2008-10-02 16:59:12 UTC
ppc stable, closing