[Qemu-devel] [Bug 1805913] Re: readdir() returns NULL (errno=EOVERFLOW) for 32-bit user-static qemu on 64-bit host

2019-03-19 Thread ShiftPlusOne
The bug also affects shared-mime-info. update-mime-database uses readdir and ends up generating an empty database without reporting any errors, causing pixbuf and anything else that relies on the mime database not to work properly. Same things happens with update-ca-certificates. It calls c_rehash

[Qemu-devel] [Bug 1813034] Re: create_elf_tables() doesn't set AT_PLATFORM for 32bit ARM platforms

2019-03-12 Thread ShiftPlusOne
I've tried the patch and it solves the problem for my use case. Tested with this build: https://launchpad.net/~schneiderit/+archive/ubuntu/rpi/+build/16488702 -- You received this bug notification because you are a member of qemu- devel-ml, which is subscribed to QEMU. https://bugs.launchpad.net

[Qemu-devel] [Bug 1813034] [NEW] create_elf_tables() doesn't set AT_PLATFORM for 32bit ARM platforms

2019-01-23 Thread ShiftPlusOne
Public bug reported: The dynamic linker uses AT_PLATFORM from getauxval to substitute $PLATFORM in certain places (man ld.so). It would be nice if it was set to 'v6l', 'v7l' and whatever other platforms there are according to the chosen CPU or via an environment variable. AT_PLATFORM is not guaran