Bug 214437 - Bad: Kernel Soruce 2.6.18-1.2798
Summary: Bad: Kernel Soruce 2.6.18-1.2798
Keywords:
Status: CLOSED NOTABUG
Alias: None
Product: Fedora
Classification: Fedora
Component: kernel
Version: 6
Hardware: i386
OS: Linux
medium
medium
Target Milestone: ---
Assignee: Dave Jones
QA Contact: Brian Brock
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2006-11-07 17:28 UTC by Need Real Name
Modified: 2015-01-04 22:29 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2006-11-08 02:53:32 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
NVIDIA Installer Logfile (2.29 KB, application/octet-stream)
2006-11-08 09:23 UTC, Need Real Name
no flags Details

Description Need Real Name 2006-11-07 17:28:44 UTC
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; de; rv:1.8.1) Gecko/20061010 Firefox/2.0

Description of problem:

Compile Kernel Source do not work.

Version-Release number of selected component (if applicable):
kernel-devel-2.6.18-1.2798.fc5

How reproducible:
Always


Steps to Reproduce:
1.install kernel 2.6.18-1.2798
2.cd /usr/src/kernels/2.6.18-1.2798.fc6-i686
3.make or make clean or make mrproper

Actual Results:

[root@localhost 2.6.18-1.2798.fc6-i686]# make
  CHK     include/linux/version.h
  CHK     include/linux/utsrelease.h
make[1]: *** No rule to make target `init/main.o', needed by `init/built-in.o'.  Stop.
make: *** [init] Error 2


[root@localhost 2.6.18-1.2798.fc6-i686]# make clean
scripts/Makefile.clean:17: /usr/src/kernels/2.6.18-1.2798.fc6-i686/drivers/infiniband/ulp/srp/Makefile: No such file or directory
make[3]: *** No rule to make target `/usr/src/kernels/2.6.18-1.2798.fc6-i686/drivers/infiniband/ulp/srp/Makefile'.  Stop.
make[2]: *** [drivers/infiniband/ulp/srp] Error 2
make[1]: *** [drivers/infiniband] Error 2
make: *** [_clean_drivers] Error 2


[root@localhost 2.6.18-1.2798.fc6-i686]# make mrproper
scripts/Makefile.clean:17: /usr/src/kernels/2.6.18-1.2798.fc6-i686/drivers/infiniband/ulp/srp/Makefile: No such file or directory
make[3]: *** No rule to make target `/usr/src/kernels/2.6.18-1.2798.fc6-i686/drivers/infiniband/ulp/srp/Makefile'.  Stop.
make[2]: *** [drivers/infiniband/ulp/srp] Error 2
make[1]: *** [drivers/infiniband] Error 2
make: *** [_clean_drivers] Error 2



Expected Results:


Additional info:

Comment 1 Dave Jones 2006-11-08 02:53:32 UTC
you're trying to compile kernel-devel, not the .srpm


Comment 2 Need Real Name 2006-11-08 09:23:19 UTC
Created attachment 140640 [details]
NVIDIA Installer Logfile

Comment 3 Need Real Name 2006-11-08 09:24:55 UTC
Yes i try it with kernel-devel not with SRPM

and then i found the problem in the kernel source


Note You need to log in before you can comment on or make changes to this bug.