Michael Stapelberg’s Debian Blog

RC bugs (2013-02-06)

I recently worked on the following RC bugs:

By the way, in case anyone needs to reproduce an armhf bug and wants to do so in a chroot with qemu, here are the steps I used:

sudo qemu-debootstrap --arch=armhf --foreign wheezy armhf http://ftp.de.debian.org/debian
sudo LC_ALL=C chroot armhf /bin/bash
echo 'deb http://ftp.de.debian.org/debian wheezy main' > /etc/apt/sources.list
echo 'nameserver 8.8.8.8' > /etc/resolv.conf
apt-get update
apt-get install clang

Also, here are UDD queries which I prefer to those posted by RichiH. Note that they don’t display all bugs, but ignore those which were created in the last 7 days.