Your message dated Wed, 27 Nov 2013 23:55:40 +0400
with message-id <[email protected]>
and subject line Re: Bug#585681: qemu-user: mmap: Operation not permitted
has caused the Debian Bug report #585681,
regarding qemu-user: mmap: Operation not permitted
to be marked as done.
This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.
(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)
--
585681: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=585681
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: qemu-user
Version: 0.12.4+dfsg-2
Severity: important
QEMU user mode emulation binaries (specifically qemu-arm) fail with
mmap: Operation not permitted when run as a user. When run as a root
there is no problem.
With CodeSourcery G++ Lite installed at $HOME:
http://www.codesourcery.com/sgpp/lite/arm/portal/release1293
tinuviel@debian:~$ cat hello.c
#include <stdio.h>
int main() {
printf("Hello, world!\n");
return 0;
}
tinuviel@debian:~$ /home/tinuviel/arm-2010q1/bin/arm-none-linux-gnueabi-gcc
hello.c -o hello
tinuviel@debian:~$ qemu-arm -L
/home/tinuviel/arm-2010q1/arm-none-linux-gnueabi/libc hello
mmap: Operation not permitted
tinuviel@debian:~$ sudo qemu-arm -L
/home/tinuviel/arm-2010q1/arm-none-linux-gnueabi/libc hello
Hello, world!
Seo Sanghyeon
--- End Message ---
--- Begin Message ---
Version: 1.1.2+dfsg-1
Since the original problem does not exist in wheezy version, and for a year
there was no update to the bug despite my request to provide additional
information, I don't see a reason to keep this bugreport open.
Thanks,
/mjt
--- End Message ---