Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 10349

Summary: Nvidia Kernel 1.0.3123-r1 build error
Product: Gentoo Linux Reporter: Kevin L. Ford <klford>
Component: [OLD] Core systemAssignee: Brandon Low (RETIRED) <lostlogic>
Status: VERIFIED INVALID    
Severity: normal CC: azarah, mholzer
Priority: Normal    
Version: 1.2   
Hardware: x86   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Kevin L. Ford 2002-11-06 16:42:54 UTC
The Nvidia build is looking for modversions.h - No such critter

modversions.h is a RedHat (Only, I do believe) header file.

<SNIP>

In file included from nv.c:14:
nv-linux.h:24: linux/modversions.h: No such file or directory
In file included from /usr/src/linux/include/linux/module.h:11,
                 from nv-linux.h:28,
                 from nv.c:14:

<SNIP>

If you need any more info... let me know.
Comment 1 Martin Holzer (RETIRED) gentoo-dev 2002-11-06 17:02:15 UTC
this modules requires, that you built your own kernel.
Comment 2 SpanKY gentoo-dev 2002-11-07 01:19:10 UTC

*** This bug has been marked as a duplicate of 8695 ***
Comment 3 Kevin L. Ford 2002-11-07 14:47:43 UTC
This is not the same as Bug # 8695.

This is not resolved as of a rsync of last night 11/06/2002 11:34p EST.

The build still looks for modversions.h which is not located on either a 1.2 or
1.4 Gentoo System.

I can trick the build into working by symlink'ing the modsetver.h with
modversions.h, but this is not the solution. I can send you a copy of the
modversions.h file from a RedHat system if you wish to look at what this
actually contains. The better solution would be to undeclare modversions. 
Comment 4 Brandon Low (RETIRED) gentoo-dev 2002-11-07 15:31:31 UTC
there is some kind of silliness going on here, have you installed and compiled a kernel on this system yet?  modversions.h is a file generated by compiling a linux kernel, NOT a file that should be installed by any gentoo package.
Comment 5 Kevin L. Ford 2002-11-08 13:36:42 UTC
OK.. Rebuilt a kernel with Kernel Modules enabled. The kernels that I have been
using are monolithic. Seems if, when the kernel is built without modules and
module loading modversions.h is not generated.

So, that did resolve the problem.

Thanks for everyone's help

Sincerely;

Kevin Ford