nitingupta910 / compcache

Automatically exported from code.google.com/p/compcache
1 stars 1 forks source link

Cannot make on kernel 2.6.27 #17

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Download latest compcache (0.4)
2. Unpack
3. make

Running make returns a message saying "No rule to process target 
`kernel/bounds.c', needed by `kernel/bounds.s'. Stop." Full error output
(messages in portuguese) below:

diego@coldwire:/usr/src/compcache-0.4$ sudo make
make -C /lib/modules/2.6.27-7-generic/build M= modules
make[1]: Entrando no diretório `/usr/src/linux-headers-2.6.27-7-generic'
  CHK     include/linux/version.h
  CHK     include/linux/utsrelease.h
make[2]: *** Sem regra para processar o alvo `kernel/bounds.c', necessário
por `kernel/bounds.s'.  Pare.
make[1]: ** [prepare0] Erro 2
make[1]: Saindo do diretório `/usr/src/linux-headers-2.6.27-7-generic'
make: ** [all] Erro 2

Original issue reported on code.google.com by diegolim...@gmail.com on 28 Nov 2008 at 6:52

GoogleCodeExporter commented 8 years ago
Hi 

The same with me, in ubuntu 8.10. I don't know what to do.

N.

Original comment by nikarg...@gmail.com on 6 Dec 2008 at 12:04

GoogleCodeExporter commented 8 years ago
This doesn't look like problem with compcache code. Which distro are you using? 
Maybe
some kernel devel packages are missing (kernel-devel, kernel-headers)?

Original comment by nitingupta910@gmail.com on 6 Dec 2008 at 8:41

GoogleCodeExporter commented 8 years ago
I don't think that it is a problem with compcache also. I use ubuntu 8.10 with
linux-source installed. 

Original comment by nikarg...@gmail.com on 7 Dec 2008 at 8:44

GoogleCodeExporter commented 8 years ago
I'm on ubuntu 8.10, with linux-headers installed. I used to be able to build on 
this
very system before dist-upgrading it to 8.10 (on 8.04 it worked with 
linux-headers
just the same). The kernel was upgraded along with the distro upgrade.

Original comment by diegolim...@gmail.com on 7 Dec 2008 at 1:45

GoogleCodeExporter commented 8 years ago
I am using Ubuntu 8.10 with kernel 2.6.27-10 and I compiled without problems.

Original comment by vipsei...@gmail.com on 8 Dec 2008 at 8:17

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
Finally I found the problem. In Ubuntu file bounds.h disappears sometimes from 
the
kernel header folder. I am not sure when it happens. But If you have a copy of 
it and
you put it inside, the problem is solved.

Original comment by nikarg...@gmail.com on 9 Dec 2008 at 6:27

GoogleCodeExporter commented 8 years ago
Everyone seems to be happy now. Thanks nikargaik for help.

Original comment by nitingupta910@gmail.com on 28 Dec 2008 at 7:03