Arch Linux

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#564 - List of files neede to compile third party kernel modules with 2.6

Attached to Project: Arch Linux
Opened by Jason Chu (jason) - Wednesday, 17 March 2004, 17:23 GMT
Last edited by Judd Vinet (judd) - Wednesday, 17 March 2004, 18:04 GMT
Task Type Bug Report
Category System
Status Closed
Assigned To Judd Vinet (judd)
Architecture not specified
Severity Medium
Priority Normal
Reported Version 0.7 Wombat
Due in Version Undecided
Due Date Undecided
Percent Complete 0%
Votes 0
Private No

Details

I have done the necessary research to figure out which files are needed to compile things like nvidia and vmware.

arch/i386/Makefile
scripts/gcc-version.sh
scripts/Makefile.build
scripts/Makefile
scripts/Makefile.lib
scripts/fixdep.c
scripts/split-include.c
scripts/conmakehash.c
scripts/docproc.c
scripts/kallsyms.c
scripts/file2alias.c
scripts/mk_elfconfig.c
scripts/empty.o
scripts/modpost.h
scripts/modpost.c
scripts/sumversion.c
scripts/pnmtologo.c
scripts/bin2c.c
scripts/kconfig/Makefile
scripts/kconfig/conf.c
scripts/kconfig/zconf.tab.h_shipped
scripts/kconfig/lkc.h
scripts/kconfig/lkc_proto.h
scripts/kconfig/expr.h
scripts/kconfig/mconf.c
scripts/kconfig/zconf.tab.c_shipped
scripts/kconfig/lex.zconf.c_shipped
scripts/kconfig/confdata.c
scripts/kconfig/expr.c
scripts/kconfig/symbol.c
scripts/kconfig/menu.c
arch/i386/kernel/asm-offsets.s
scripts/Makefile.modpost

and all Kconfig* files. I used these scripts to get them:

for i in `find . -name Kconfig* | sed 's#/Kconfig.*##'`; do mkdir -p /usr/src/linux-2.6.4/$i; done
for i in `find . -name Kconfig*`; do cp $i /usr/src/linux-2.6.4/$i; done
This task depends upon

Closed by  Judd Vinet (judd)
Monday, 05 April 2004, 07:42 GMT
Reason for closing:  Fixed

Loading...