Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 135539 - ivtv-0.6.2 ebuild does not correctly recognize kernel version
Summary: ivtv-0.6.2 ebuild does not correctly recognize kernel version
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Eclasses (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo Kernel Bug Wranglers and Kernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-04 10:21 UTC by Justus Ranvier
Modified: 2006-06-04 16:13 UTC (History)
4 users (show)

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 Justus Ranvier 2006-06-04 10:21:22 UTC
The ebuild for ivtv-0.6.2 does not recognize kernel 2.6.16.19 as being a "2.6.16" kernel.

 * Determining the location of the kernel source code
 * Found kernel source directory:
 *     /usr/src/linux
 * Found kernel object directory:
 *     /var/tmp/kernel-output/2.6.16.19
 * Found sources for kernel version:
 *     2.6.16.19
 * Checking for suitable kernel configuration options...                                                                                                                                                                 [ ok ]

!!! ERROR: media-tv/ivtv-0.6.2 failed.
Call stack:
  ebuild.sh, line 1555:   Called dyn_setup
  ebuild.sh, line 668:   Called pkg_setup
  ivtv-0.6.2.ebuild, line 39:   Called die

!!! This only works on 2.6.16 kernels
!!! If you need support, post the topmost build error, and the call stack if relevant.
Comment 1 Jakub Moc (RETIRED) gentoo-dev 2006-06-04 10:26:28 UTC
Looks pretty much like linux-mod eclass issue to me...
Comment 2 Harald van Dijk (RETIRED) gentoo-dev 2006-06-04 10:34:16 UTC
From the ivtv ebuild:

    if [ ${KV_PATCH} -eq 14 ]; then
        CONFIG_CHECK="${CONFIG_CHECK} VIDEO_DECODER VIDEO_AUDIO_DECODER VIDEO_BT848"
    else
        die "This only works on 2.6.16 kernels"
    fi

I don't think this is an eclass issue. :)
Comment 3 Doug Goldstein (RETIRED) gentoo-dev 2006-06-04 16:13:01 UTC
Fixed kernel version.