reassign 648784 piuparts 0.41 tag 648784 patch thanks On Tuesday, 15. November 2011 03:43:09 Dave Steele wrote: > 1m9.9s ERROR: WARN: Broken symlinks: > /etc/motd -> /var/run/motd
That's an error in piuparts which does not properly resolve the nested symlink /var/run -> /run and instead tries to access a file outside the chroot on the host. This fails when testing sid, but the host is running squeeze, so /run is not available. The broken symlink is actually $CHROOT/var/run/motd -> /run/motd (via $CHROOT/var/run -> /run) but the correct path to check would be $CHROOT/var/run/motd -> $CHROOT/run/motd which does exist. A patch is available in git://github.com/anbe42/piuparts.git fix/canonicalize Andreas -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org