I'm using qemu-arm in user mode to chroot an armv6j image (Raspberry Pi).
When emerging (instal phase), I got the following messages :
Code: Select all
qemu: Unsupported syscall: 383
scanelf: seccomp_load failed: Bad addressCode: Select all
qemu: Unsupported syscall: 391Code: Select all
# locale-gen
* Generating 8 locales (this might take a while) with 4 jobs
* (1/8) Generating en_US.ISO-8859-1 ...
localedef: ../sysdeps/unix/sysv/linux/spawni.c:366: __spawnix: Assertion `ec >= 0' failed.
qemu: uncaught target signal 6 (Aborted) - core dumped [ !! ]
Is there a configuration problem on the host?
Can I fix something to not have those errors?



