Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 58363 - gentoo-sources-2.4.26-r6: where is modversions.h?
Summary: gentoo-sources-2.4.26-r6: where is modversions.h?
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Core system (show other bugs)
Hardware: x86 Linux
: High major (vote)
Assignee: Gentoo Genkernel Maintainers
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-07-26 02:01 UTC by Selecter
Modified: 2004-08-26 08:19 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 Selecter 2004-07-26 02:01:24 UTC
alsa-driver needs it

gcc -D__KERNEL__ -DMODULE=1 -I/var/tmp/portage/alsa-driver-1.0.3/work/alsa-driver-1.0.3/include  -I/usr/src/linux/include -O2  -DLINUX -Wall -Wstrict-prototypes -fomit-frame-pointer -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -pipe -DALSA_BUILD -nostdinc -iwithprefix include  -DKBUILD_BASENAME=pcm_native   -c -o pcm_native.o pcm_native.c
In file included from /var/tmp/portage/alsa-driver-1.0.3/work/alsa-driver-1.0.3/include/adriver.h:51,
                 from /var/tmp/portage/alsa-driver-1.0.3/work/alsa-driver-1.0.3/include/sound/driver.h:42,
                 from ../alsa-kernel/core/pcm.c:22,
                 from pcm.c:1:
/usr/src/linux/include/linux/module.h:21:34: linux/modversions.h: No such file or directory
make[1]: *** [pcm.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory `/var/tmp/portage/alsa-driver-1.0.3/work/alsa-driver-1.0.3/acore'
make: *** [compile] Error 1

Reproducible: Always
Steps to Reproduce:




gentoo-sources-2.4.26-r6
linux-headers-2.4.21-r1
Comment 1 Selecter 2004-07-26 02:17:31 UTC
Kernel is build with genkernel-3.0.2c
Comment 2 Selecter 2004-07-26 23:13:39 UTC
I fixed.

What I did:

1. emerge linux-headers gentoo-sources
2. Did't use genkernel-3.0.2c this time to build kernel, so I compiled it manually: make dep && make bzImage && make modules modules_install
Comment 3 Daniel Drake (RETIRED) gentoo-dev 2004-08-26 08:14:52 UTC
In that case it looks like a genkernel issue. However please bounce this bug back if its not, I haven't investigated it myself.
Comment 4 Selecter 2004-08-26 08:19:12 UTC
Time showed that it is not genkernel bug. I think that modversions.h was moved by fsck to lost+found.