[Bug 233950] Re: No rule to make target 'asm-offsets.c' during make modules_prepare

2010-06-14 Thread Jeremy Foshee
This bug report was marked as Incomplete and has not had any updated comments for quite some time. As a result this bug is being closed. Please reopen if this is still an issue in the current Ubuntu release http://www.ubuntu.com/getubuntu/download . Also, please be sure to provide any requested in

[Bug 233950] Re: No rule to make target 'asm-offsets.c' during make modules_prepare

2009-12-10 Thread Akisan
Hi Did you get tarball like a linux-source-2.6.24.tar.bz2? Did you use linux-source-2.6.24 that is just only installed. Just only installed linux-source-2.6.24 doesn't have asm-offsets.c file. You have taball like a linux-source-2.6.24.tar.bz2. and Extract that file using tar. Maybe you use

[Bug 233950] Re: No rule to make target 'asm-offsets.c' during make modules_prepare

2009-11-12 Thread Marc_Richter
@PVi / comment #11: Tried make with -rd . Was way more verbose, but didn't give me a hint. I attached the output to this issue in the hope it tells anyone more than me. ** Attachment added: "Output from "make -rd" within /usr/src/linux" http://launchpadlibrarian.net/35572601/make_rd.txt -- N

[Bug 233950] Re: No rule to make target 'asm-offsets.c' during make modules_prepare

2009-11-12 Thread Marc_Richter
@Dyno / comment #13: r...@balthasar:/usr/src/linux# m-a prepare Getting source for kernel version: 2.6.24-25-server apt-get install linux-headers-2.6.24-25-server Reading package lists... Done Building dependency tree Reading state information... Done linux-headers-2.6.24-25-server is already the n

[Bug 233950] Re: No rule to make target 'asm-offsets.c' during make modules_prepare

2009-11-12 Thread Marc_Richter
Hi everyone, I have this issue, too! I'm using the Ubuntu 8.04 server LTS version. Steps to reproduce: 1) cd /usr/src/linux-headers-2.6.24-25-server 2) make clean ; make distclean ; make mrproper 3) cp /boot/config-2.6.24-25-server /usr/src/linux-headers-2.6.24-25-server/.config 4) make oldconfig

[Bug 233950] Re: No rule to make target 'asm-offsets.c' during make modules_prepare

2009-09-27 Thread vj sr
# uname -r 2.6.24-24-generic I am using "ubuntu 8.04, 64 bit", with all updates to current date. The problems I am facing are exactly the same. Solutions above #11, #12, #13 does not solve the problem for me. I have not tried solution #9. This is a live machine and I have to update the 3ware dri

[Bug 233950] Re: No rule to make target 'asm-offsets.c' during make modules_prepare

2009-07-14 Thread kernel-janitor
Hi wyldfury, This bug was reported a while ago and there hasn't been any activity in it recently. We were wondering if this is still an issue? Can you try with the latest development release of Ubuntu? ISO CD images are available from http://cdimage.ubuntu.com/releases/ . If it remains an issue,

[Bug 233950] Re: No rule to make target 'asm-offsets.c' during make modules_prepare

2008-11-05 Thread Dyno
$ sudo apt-get install module-assistant $ sudo m-a prepare solved my problem. -- No rule to make target 'asm-offsets.c' during make modules_prepare https://bugs.launchpad.net/bugs/233950 You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu.

[Bug 233950] Re: No rule to make target 'asm-offsets.c' during make modules_prepare

2008-09-27 Thread Floris
Good day everyone, I had the same problem as well. The solution for me was to aptitude install linux-source. This will copy ( in my case ) linux-source-2.6.24.tar.bz2 Extract that file using tar jxvf linux-source-2.6.24.tar.bz2 Just a formality, but then I make a symbolic link to that directory l

[Bug 233950] Re: No rule to make target 'asm-offsets.c' during make modules_prepare

2008-09-16 Thread PVi
Hello, if you get message No rules to make target try to run "make -rd". -r, --no-builtin-rules Eliminate use of the built-in implicit rules. Also clear out the default list of suffixes for suffix rules. -d Print debugging information in addition to normal process

[Bug 233950] Re: No rule to make target 'asm-offsets.c' during make modules_prepare

2008-08-28 Thread Leann Ogasawara
The Ubuntu Kernel Team is planning to move to the 2.6.27 kernel for the upcoming Intrepid Ibex 8.10 release. As a result, the kernel team would appreciate it if you could please test this newer 2.6.27 Ubuntu kernel. There are one of two ways you should be able to test: 1) If you are comfortable

[Bug 233950] Re: No rule to make target 'asm-offsets.c' during make modules_prepare

2008-07-08 Thread Kirk Sayre
I was getting the same '*** No rule to make target `arch/x86/kernel/asm- offsets.c', needed by `arch/x86/kernel/asm-offsets.s'.' error reported here. After digging into the problem a bit I think I found the problem and how to fix it. In the file /usr/src/linux-headers-x.x.x/Kbuild there are referen

[Bug 233950] Re: No rule to make target 'asm-offsets.c' during make modules_prepare

2008-06-30 Thread Spock
I'm trying to build 3w-9xxx module from 3ware (driver shipped with Ubuntu kernel is ld and there is no support for my HW RAID): --- [EMAIL PROTECTED]:~/driver# make make V=1 -I/lib/modules/2.6.24-19-xen/build/drivers/scsi -C /lib/modules/2.6.24-19-xen/build SUBDIRS=/home/spock/driver modules

[Bug 233950] Re: No rule to make target 'asm-offsets.c' during make modules_prepare

2008-06-16 Thread nekomimi
Same here and non of your fixes helps me... im trying to make a custom kernel from the guide http://ubuntuforums.org/showthread.php?t=56835http://ubuntuforums.org/showthread.php?t=56835 -- No rule to make target 'asm-offsets.c' during make modules_prepare https://bugs.launchpad.net/bugs/233950 Yo

[Bug 233950] Re: No rule to make target 'asm-offsets.c' during make modules_prepare

2008-06-12 Thread jknight
Hack to fix VPNC "breaking" on upgrades: If you're having the problem that auto-updates, every time they update your linux version, "break" VPNC, try this: find your "last known good" /lib/modules directory, i.e. /lib/modules/2.6.24-17-generic, and either copy or symbolically link /lib/modules/

[Bug 233950] Re: No rule to make target 'asm-offsets.c' during make modules_prepare

2008-06-12 Thread Vander Darkness
I solved my problem... it was a simple permission problem. All you need to do is to chmod +x the entire folder... (chmod -R +x FolderName). Dont know if this is the answer for all problems, but for mine it solved. Cya -- No rule to make target 'asm-offsets.c' during make modules_prepare https:/

[Bug 233950] Re: No rule to make target 'asm-offsets.c' during make modules_prepare

2008-06-12 Thread Mike Rutter
I get the same error when trying to build the Cisco VPN Client. This is blocking me being able to work from outside the office. -- No rule to make target 'asm-offsets.c' during make modules_prepare https://bugs.launchpad.net/bugs/233950 You received this bug notification because you are a member

[Bug 233950] Re: No rule to make target 'asm-offsets.c' during make modules_prepare

2008-06-04 Thread Vander Darkness
I got almost the same error when I was making the Lucent/Agere modem driver (winmodem): [EMAIL PROTECTED]:~/Linux/agrsmUb$ sudo make module make -C /lib/modules/2.6.24-16-generic/build SUBDIRS= modules make[1]: Entering directory `/usr/src/linux-headers-2.6.24-16-generic' CHK include/linux/v

[Bug 233950] Re: No rule to make target 'asm-offsets.c' during make modules_prepare

2008-06-02 Thread jknight
I get the same thing when making the headers. As a workaround, try installing linux source (i.e. aptitude install linux-source-2.6.24) and: $ sudo make oldconfig $ sudo make prepare (or mrproper) This does not give the same error. -- No rule to make target 'asm-offsets.c' during make modules_pre