Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 560380 - app-emulation/virtualbox-modules-5.0.4 with kernel 4.3.0-rc1 vboxdrv/linux/SUPDrv-linux.c:488:8: error: void value not ignored as it ought to be rc = misc_deregister(&gMiscDeviceUsr)
Summary: app-emulation/virtualbox-modules-5.0.4 with kernel 4.3.0-rc1 vboxdrv/linux/SU...
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL: https://lkml.org/lkml/2015/7/30/815
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2015-09-13 21:29 UTC by jospezial
Modified: 2015-11-04 12:33 UTC (History)
1 user (show)

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


Attachments
build.log (build.log,3.95 KB, text/plain)
2015-09-13 21:29 UTC, jospezial
Details
linux-4.3.patch for virtualbox-modules-5.0.4 (linux-4.3.patch,1.15 KB, patch)
2015-09-21 09:48 UTC, jospezial
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jospezial 2015-09-13 21:29:42 UTC
Created attachment 411844 [details]
build.log

/var/tmp/portage/app-emulation/virtualbox-modules-5.0.4/work/vboxdrv/linux/SUPDrv-linux.c:488:8: error: void value not ignored as it ought to be
     rc = misc_deregister(&gMiscDeviceUsr);
        ^
/var/tmp/portage/app-emulation/virtualbox-modules-5.0.4/work/vboxdrv/linux/SUPDrv-linux.c:493:8: error: void value not ignored as it ought to be
     rc = misc_deregister(&gMiscDeviceSys);
        ^
scripts/Makefile.build:258: recipe for target '/var/tmp/portage/app-emulation/virtualbox-modules-5.0.4/work/vboxdrv/linux/SUPDrv-linux.o' failed
Comment 1 jospezial 2015-09-21 09:48:31 UTC
Created attachment 412410 [details, diff]
linux-4.3.patch for virtualbox-modules-5.0.4

Patch to compile virtualbox-modules-5.0.4 with linux-4.3

tested with kernel 4.3.0-rc2

It is from https://www.virtualbox.org/pipermail/vbox-dev/2015-September/013469.html
I only changed the path.
Comment 2 jospezial 2015-09-21 09:54:24 UTC
note: virtualbox-modules-5.0.4.ebuild has no "epatch_user". Please add.
Comment 3 jospezial 2015-10-03 14:22:14 UTC
bug is fixed in virtualbox-modules-5.0.6.