John Paul Adrian Glaubitz
John Paul Adrian Glaubitz
I am currently trying to bisect https://github.com/rust-lang/rust/issues/50960 but that fails with the following error message about an unexpected authorship: ``` buildd@kapitsa:/srv/tmp/rust$ bisect --end 84203cac67e65ca8640b8392348411098c856985 --start d3ae9a9e08edf12de0ed82af57ba2a56c26496ea --test /srv/tmp/test.sh Error: Expected...
I recently started playing around with the unofficial sparc64 of golang again (from https://github.com/4ad/go) and tried building it using ```gccgo-8``` on Debian unstable on sparc64. While running ```gccgo```, I ran...
Several packages in Debian like imagemagick or gettext utilize OpenMP to parallize execution and improve performance. While OpenMP generally works on qemu-m68k (tested with some examples from [1]), qemu-m68k can...
When trying to install inkscape, we're running into an issue which seems FPU-related: ```bash (sid-m68k-sbuild)root@jessie64:/# apt install inkscape Reading package lists... Done Building dependency tree Reading state information... Done (...)...
Trying to build piglit fails with: ``` cd "//obj-m68k-linux-gnu/target_api/no_api/tests" && /usr/bin/cmake -E env "PIGLIT_BUILD_TREE=//obj-m68k-linux-gnu" /usr/bin/python3.6 "//tests/serializer.py" sanity "//tests/sanity.py" "//obj-m68k-linux-gnu/tests/sanity.xml.gz" [ 0%] Generating builtin_cl_math_tests.list cd "//obj-m68k-linux-gnu/generated_tests" && /usr/bin/python3.6 "//generated_tests/gen_cl_math_builtins.py" > builtin_cl_math_tests.list...
One of the very few packages that still cause issues on qemu-m68k-user (qemu-m68k-system works fine) is the Firebird database. It already fails when trying to install the package in a...
Trying to build an R package on Debian when using ```qemu``` from git upstream fails with: ``` mkdir -p //debian/r-bioc-biocparallel/usr/lib/R/site-library xvfb-run --auto-servernum --server-num=20 -s "-screen 0 1024x768x24 -ac +extension GLX...
On i386, qemu-m68k segfaults when trying to enter the chroot: ```bash root@jessie32:/srv/sid-m68k-sbuild> uname -a Linux jessie32 4.8.0-0.bpo.2-686-pae #1 SMP Debian 4.8.11-1~bpo8+1 (2016-12-14) i686 GNU/Linux root@jessie32:/srv/sid-m68k-sbuild> chroot . qemu-m68k-static: /local_scratch/glaubitz/qemu-m68k/translate-all.c:179: tb_lock:...
Hi! I was recently testing qemu-m68k on a sparc64 machine in the hope to work-around the futex issues we have when running on little-endian hosts (because m68k is big-endian, the...
According to the file `aboutdialog.py` (https://github.com/FrodeSolheim/fs-uae-launcher/blob/1e03a57369041f8667c205c51460b0a5086be7f4/launcher/ui/aboutdialog.py), `fs-uae-launcher` contains icon files from the `oxygen-icon-theme`: ``` FS-UAE includes icons from oxygen-icon-theme, licensed under the terms of the GNU Lesser General Public License...