Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 86015 - ivtv installation fix
Summary: ivtv installation fix
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Television related Applications in Gentoo's Portage
URL:
Whiteboard:
Keywords: Bug, Inclusion
Depends on:
Blocks:
 
Reported: 2005-03-20 08:10 UTC by Max Kalika (RETIRED)
Modified: 2005-04-26 16:34 UTC (History)
0 users

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


Attachments
ivtv ebuild makefile fixing patch (ivtv.ebuild.patch,469 bytes, patch)
2005-03-20 08:12 UTC, Max Kalika (RETIRED)
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Max Kalika (RETIRED) gentoo-dev 2005-03-20 08:10:48 UTC
Even though ivtv installs in the currently linked kernel's module path, it still uses the running kernel for symbol information so that depmod fails since some modules may (and most likely do) have different loading locations.  I.e.:

 * Updating module dependencies for 2.4.29-custom...
depmod: *** Unresolved symbols in //lib/modules/2.4.29-custom/extra/ivtv.o
depmod:         video_usercopy_Rc20f989d
depmod:         video_unregister_device_R1704bafc
depmod:         video_register_device_Rbbee5423                           [ ok ]

The locations are from 2.4.28-custom.

The attached patch fixes the makefiles to use proper locations.
Comment 1 Max Kalika (RETIRED) gentoo-dev 2005-03-20 08:12:38 UTC
Created attachment 53941 [details, diff]
ivtv ebuild makefile fixing patch
Comment 2 Brian Jackson (RETIRED) gentoo-dev 2005-04-26 16:34:16 UTC
fixed in cvs