Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 10349 - Nvidia Kernel 1.0.3123-r1 build error
Summary: Nvidia Kernel 1.0.3123-r1 build error
Status: VERIFIED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: Normal normal (vote)
Assignee: Brandon Low (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-11-06 16:42 UTC by Kevin L. Ford
Modified: 2003-02-04 19:42 UTC (History)
2 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 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