Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 402077 - sys-kernel/openvz-sources-2.6.32.44.11 build failed
Summary: sys-kernel/openvz-sources-2.6.32.44.11 build failed
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Peter Volkov (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-02-03 16:28 UTC by Andreis Vinogradovs ( slepnoga )
Modified: 2012-02-24 18:20 UTC (History)
0 users

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreis Vinogradovs ( slepnoga ) 2012-02-03 16:28:18 UTC
sys-kernel/openvz-sources-2.6.32.44.11 build failed with error:
HOSTCC  Documentation/video4linux/v4lgrab
  HOSTCC  Documentation/vm/slabinfo
Documentation/video4linux/v4lgrab.c:34:28: fatal error: linux/videodev.h: No such file or directory
compilation terminated.
make[2]: *** [Documentation/video4linux/v4lgrab] Error 1
make[1]: *** [Documentation/video4linux] Error 2
make[1]: *** Waiting for unfinished jobs....
  HOSTCC  Documentation/vm/page-types
Documentation/vm/slabinfo.c: In function ‘show_tracking’:
Comment 1 Andreis Vinogradovs ( slepnoga ) 2012-02-03 16:30:00 UTC
pva, I'm used recommended config from openvz wiki
Comment 2 Peter Volkov (RETIRED) gentoo-dev 2012-02-21 14:05:16 UTC
Yup, known issue. Simple workaround: just edit Makefile in video4linux directory and disable v4lgrab build:
-hostprogs-y := v4lgrab
+hostprogs-y :=

Will be fixed with next bump.
Comment 3 Peter Volkov (RETIRED) gentoo-dev 2012-02-24 18:20:16 UTC
Please, try 2.6.32.49.6. I think this bug should be fixed there.