other: 0.110 semantic: 0.107 permissions: 0.094 device: 0.085 PID: 0.083 performance: 0.069 vnc: 0.063 KVM: 0.061 files: 0.060 boot: 0.056 network: 0.054 socket: 0.053 debug: 0.052 graphic: 0.052 debug: 0.391 network: 0.087 PID: 0.083 files: 0.078 other: 0.066 performance: 0.058 device: 0.052 boot: 0.044 vnc: 0.038 semantic: 0.033 socket: 0.023 KVM: 0.018 permissions: 0.016 graphic: 0.012 qemu: Unsupported syscall: 257 (timer_create) Running qemu-arm-static for git HEAD. When I try to install ghc from debian into my arm chroot I get: Setting up ghc (7.4.1-4) ... qemu: Unsupported syscall: 257 ghc: timer_create: Function not implemented qemu: Unsupported syscall: 257 ghc-pkg: timer_create: Function not implemented dpkg: error processing ghc (--configure): subprocess installed post-installation script returned error exit status 1 Errors were encountered while processing: ghc E: Sub-process /usr/bin/dpkg returned an error code (1) Yes, qemu's linux-user emulation layer doesn't currently support any of the posix timer syscalls. Peter Maydell wrote: > Yes, qemu's linux-user emulation layer doesn't currently support any of > the posix timer syscalls. Any idea how much work is involved to implement this? On 27 August 2012 22:33, Erik de Castro Lopo