Summary: | app-emulation/virtualbox-modules: need check CONFIG_HZ=value | ||
---|---|---|---|
Product: | Gentoo Linux | Reporter: | megabaks <megagreener> |
Component: | New packages | Assignee: | Lars Wendler (Polynomial-C) (RETIRED) <polynomial-c> |
Status: | RESOLVED OBSOLETE | ||
Severity: | normal | CC: | bkohler, kripton, patrick, proxy-maint, swapon |
Priority: | Normal | ||
Version: | unspecified | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Package list: | Runtime testing required: | --- | |
Attachments: | example fix |
Created attachment 296503 [details, diff]
example fix
or dirty hack ))) : .... inherit eutils linux-mod linux-info ... src_prepare() { .... sed -e "s|1000|$(linux_chkconfig_string HZ)|" -i \ vboxdrv/r0drv/linux/the-linux-kernel.h \ vboxnetadp/r0drv/linux/the-linux-kernel.h \ vboxpci/r0drv/linux/the-linux-kernel.h \ vboxnetflt/r0drv/linux/the-linux-kernel.h .... Please reopen if this is still an issue |
if CONFIG_HZ > 1000 then >>>>#error "HZ is not a multiple of 1000, the GIP stuff won't work right!" in ========= vboxdrv/r0drv/linux/the-linux-kernel.h vboxnetadp/r0drv/linux/the-linux-kernel.h vboxpci/r0drv/linux/the-linux-kernel.h vboxnetflt/r0drv/linux/the-linux-kernel.h ========= CONFIG_HZ > 1000 actuality for zen/pf-sources from the main gentoo's tree Reproducible: Always