> > try the kernel from http://people.debian.org/~aurel32/qemu/armel/
>
> Tanks, this is exactly what I was looking for.
> Fetching both kernel and initrd from there works.

Still fighting with it...

Wrote some story at 
http://yoush.homelinux.org:8079/tech/setting-up-armel-qemubuilder

Current problem is:

sudo qemubuilder --build 
eina_0.0.1~svn20081120-1~fr.1.dsc --config /home/nikita/openmoko/builder/rc  
--debbuildopts -sa

hangs after installing build-depends:

..
Setting up doxygen (1.5.6-2) ...
Setting up pkg-config (0.22-1) ...
Setting up pbuilder-satisfydepends-dummy (0.invalid.0) ...

And nothing more. Qemu process keeps running and using 100% CPU.
Tried to wait several hours - nothing changes.

Tried to install later version of qemu from eperimental.
That fails strangely, last messages are

Formatting '/home/nikita/openmoko/builder/build/qemu.11953.cowdev', fmt=qcow, 
backing_file=/home/nikita/openmoko/builder/base.qemu, size=3146752 kB
qemu: could not open disk image 
/home/nikita/openmoko/builder/build/qemu.11953.cowdev

Tried to strace qemu-system-arm process, and got this:

stat64("/home/nikita/openmoko/builder/build/qemu.11953.cowdev", 
{st_mode=S_IFREG|0644, st_size=12384, ...}) = 0
rt_sigaction(SIGUSR2, {0x805f4e0, ~[RTMIN RT_1], 0}, NULL, 8) = 0
pipe([5, 6])                            = 0
fcntl64(5, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
fcntl64(6, F_SETFL, O_RDONLY|O_NONBLOCK) = 0
open("/home/nikita/openmoko/builder/build/qemu.11953.cowdev", 
O_RDONLY|O_SYNC|O_LARGEFILE) = 7
_llseek(7, 0, [12384], SEEK_END)        = 0
_llseek(7, 0, [0], SEEK_SET)            = 0
read(7, 
"QFI\373\0\0\0\1\0\0\0\0\0\0\0000\0\0\0'\0\0\0\0\0\0\0\0\300\20\0\0\t"..., 
2048) = 2048
close(7)                                = 0
open("/home/nikita/openmoko/builder/build/qemu.11953.cowdev", 
O_RDWR|O_SYNC|O_LARGEFILE) = 7
_llseek(7, 0, [12384], SEEK_END)        = 0
_llseek(7, 0, [0], SEEK_SET)            = 0
read(7, 
"QFI\373\0\0\0\1\0\0\0\0\0\0\0000\0\0\0'\0\0\0\0\0\0\0\0\300\20\0\0\t"..., 48) 
= 48
close(7)                                = 0
open("/home/nikita/openmoko/builder/build/qemu.11953.cowdev", 
O_RDONLY|O_SYNC|O_LARGEFILE) = 7
_llseek(7, 0, [12384], SEEK_END)        = 0
_llseek(7, 0, [0], SEEK_SET)            = 0
read(7, 
"QFI\373\0\0\0\1\0\0\0\0\0\0\0000\0\0\0'\0\0\0\0\0\0\0\0\300\20\0\0\t"..., 48) 
= 48
close(7)                                = 0
write(2, "qemu: could not open disk image /"..., 86qemu: could not open disk 
image /home/nikita/openmoko/builder/build/qemu.11953.cowdev
) = 86
exit_group(1)                           = ?

Any futher hints ?

_______________________________________________
Smartphones-userland mailing list
Smartphones-userland@linuxtogo.org
http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/smartphones-userland

Reply via email to