Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 606252 - app-emulation/virtualbox-modules-5.1.14 needs a patch for kernel 4.10
Summary: app-emulation/virtualbox-modules-5.1.14 needs a patch for kernel 4.10
Status: RESOLVED DUPLICATE of bug 603762
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Lars Wendler (Polynomial-C) (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-18 11:45 UTC by Helmut Jarausch
Modified: 2017-03-13 12:50 UTC (History)
3 users (show)

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


Attachments
patch for kernel 4.10 (virtualbox-modules-5.1.14-kernel410.patch,1.76 KB, patch)
2017-01-18 11:45 UTC, Helmut Jarausch
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Helmut Jarausch 2017-01-18 11:45:36 UTC
Created attachment 460530 [details, diff]
patch for kernel 4.10

Kernel 4.10 has 
struct taint_flag {
	char true;	/* character printed when tainted */
	char false;	/* character printed when not tainted */
	bool module;	/* also show as a per-module taint flag */
};

which won't compile if any macro defining 'true' or 'false' is in effect.
Comment 1 jospezial 2017-01-18 20:39:39 UTC
Is it the right way to patch the .ORIG-files?

There was something in an older vbox bug I don't remember.
Comment 2 jospezial 2017-01-23 18:54:06 UTC
I don't know why but app-emulation/virtualbox-modules-5.1.14::gentoo built now for me without a special patch against kernel 4.10.0-rc5.
Comment 3 Lars Wendler (Polynomial-C) (RETIRED) gentoo-dev 2017-03-13 12:50:56 UTC

*** This bug has been marked as a duplicate of bug 603762 ***