BTW, trying the alternative method of installing from /usr/src/kqemu did
not work either. Make clean was necessary because choosing make again
didn't do anything (make:nothing to be done for 'all'.) See terminal
output below:

ja...@jason-laptop:/usr/src$ ls
kqemu-1.4.0~pre1                 linux-OLDVERSION.1247445960
linux-headers-2.6.28-11          linux-OLDVERSION.1247445973
linux-headers-2.6.28-11-generic  linux-OLDVERSION.1247446470
linux-headers-2.6.28-13          linux-OLDVERSION.1247447415
linux-headers-2.6.28-13-generic  linux-OLDVERSION.1247447431
linux-OLDVERSION.1247440843      linux-OLDVERSION.1247448443
linux-OLDVERSION.1247441546      linux-OLDVERSION.1247448459
linux-OLDVERSION.1247441573      linux-OLDVERSION.1247448636
linux-OLDVERSION.1247442304      linux-OLDVERSION.1247450572
linux-OLDVERSION.1247442327      linux-OLDVERSION.1247453417
linux-OLDVERSION.1247443244      linux-OLDVERSION.1247453428
linux-OLDVERSION.1247443275      modules
ja...@jason-laptop:/usr/src$ cd kqemu-1.4.0~pre1/
ja...@jason-laptop:/usr/src/kqemu-1.4.0~pre1$ sudo ./configure
Source path       /usr/src/kqemu-1.4.0~pre1
C compiler        gcc
Host C compiler   gcc
make              make
host CPU          i386

kernel sources    /lib/modules/2.6.28-13-generic/build
kbuild type       2.6
ja...@jason-laptop:/usr/src/kqemu-1.4.0~pre1$ sudo make
make: Nothing to be done for 'all'.
ja...@jason-laptop:/usr/src/kqemu-1.4.0~pre1$ sudo make clean
make -C common clean
make[1]: Entering directory `/usr/src/kqemu-1.4.0~pre1/common'
rm -f *.o *~ monitor-image.h genoffsets genmon monitor_def.h \
          monitor-image.bin monitor-image.out \
          i386/*.o x86_64/*.o
make[1]: Leaving directory `/usr/src/kqemu-1.4.0~pre1/common'
rm -f kqemu.ko *.o *~
ja...@jason-laptop:/usr/src/kqemu-1.4.0~pre1$ sudo make
make -C common all
make[1]: Entering directory `/usr/src/kqemu-1.4.0~pre1/common'
gcc -Wall -O2 -Werror -g -D__KERNEL__ -I.. -o genoffsets genoffsets.c
./genoffsets > monitor_def.h
gcc -D__KERNEL__ -nostdinc -iwithprefix include -I. -I..
-D__ASSEMBLY__ -c -o i386/nexus_asm.o i386/nexus_asm.S
gcc -D__KERNEL__ -nostdinc -iwithprefix include -I. -I..
-D__ASSEMBLY__ -c -o i386/monitor_asm.o i386/monitor_asm.S
gcc -Wall -O2 -fomit-frame-pointer -fno-strict-aliasing -Werror
-fno-stack-protector    -D__KERNEL__ -nostdinc -iwithprefix include
-I. -I.. -c -o monitor.o monitor.c
gcc -Wall -O2 -fomit-frame-pointer -fno-strict-aliasing -Werror
-fno-stack-protector    -D__KERNEL__ -nostdinc -iwithprefix include
-I. -I.. -c -o monitor-utils.o monitor-utils.c
gcc -Wall -O2 -fomit-frame-pointer -fno-strict-aliasing -Werror
-fno-stack-protector    -D__KERNEL__ -nostdinc -iwithprefix include
-I. -I.. -c -o interp.o interp.c
ld -T i386/monitor.ld -o monitor-image.out i386/nexus_asm.o
i386/monitor_asm.o monitor.o monitor-utils.o interp.o
objcopy -O binary monitor-image.out monitor-image.bin
gcc -Wall -O2 -Werror -g -o genmon genmon.c
./genmon < monitor-image.bin > monitor-image.h
gcc -Wall -O2 -fomit-frame-pointer -fno-strict-aliasing -Werror
-D__KERNEL__ -nostdinc -iwithprefix include -I. -I.. -c -o kernel.o
kernel.c
gcc -D__KERNEL__ -nostdinc -iwithprefix include -I. -I..
-D__ASSEMBLY__ -c -o i386/kernel_asm.o i386/kernel_asm.S
ld -r -o ../kqemu-mod.o kernel.o i386/kernel_asm.o
make[1]: Leaving directory `/usr/src/kqemu-1.4.0~pre1/common'
make -C /lib/modules/2.6.28-13-generic/build M=`pwd` modules
make[1]: Entering directory `/usr/src/linux-headers-2.6.28-13-generic'
 CC [M]  /usr/src/kqemu-1.4.0~pre1/kqemu-linux.o
 LD [M]  /usr/src/kqemu-1.4.0~pre1/kqemu.o
 Building modules, stage 2.
 MODPOST 1 modules
WARNING: could not find /usr/src/kqemu-1.4.0~pre1/.kqemu-mod.o.cmd for
/usr/src/kqemu-1.4.0~pre1/kqemu-mod.o
 CC      /usr/src/kqemu-1.4.0~pre1/kqemu.mod.o
 LD [M]  /usr/src/kqemu-1.4.0~pre1/kqemu.ko
make[1]: Leaving directory `/usr/src/linux-headers-2.6.28-13-generic'
ja...@jason-laptop:/usr/src/kqemu-1.4.0~pre1$ sudo ./install.sh
ja...@jason-laptop:/usr/src/kqemu-1.4.0~pre1$
ja...@jason-laptop:/usr/src/kqemu-1.4.0~pre1$ cd /home/jason
ja...@jason-laptop:~$ qemu -hda c.img -m 384 -localtime -soundhw sb16
-kernel-kqemu
Could not open '/dev/kqemu' - QEMU acceleration layer not activated:
Permission denied

-- 
failed build using module-assistant
https://bugs.launchpad.net/bugs/300917
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to