Your message dated Thu, 30 Aug 2012 19:04:50 +0200 with message-id <[email protected]> and subject line Re: Bug#678509: mbd-update-bld needs adaption to use schroot namespaces has caused the Debian Bug report #678509, regarding mbd-update-bld needs adaption to use schroot namespaces to be marked as done.
This means that you claim that the problem has been dealt with. If this is not the case it is now your responsibility to reopen the Bug report if necessary, and/or fix the problem forthwith. (NB: If you are a system administrator and have no idea what this message is talking about, this may indicate a serious mail system misconfiguration somewhere. Please contact [email protected] immediately.) -- 678509: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=678509 Debian Bug Tracking System Contact [email protected] with problems
--- Begin Message ---Package: mini-buildd Version: 0.9.6 Severity: important Tags: upstream patch Hi, mbd-update-bld tries to start foo-source, which is not working with current schroot. A one-line change in mbd-update-bld is needed. --- /usr/share/mini-buildd/mbd-update-bld~ 2011-07-19 17:05:45.000000000 +0200 +++ /usr/share/mini-buildd/mbd-update-bld 2012-06-22 12:24:12.120099232 +0200 @@ -87,7 +87,7 @@ mbdAptEnv for hook in $(find ${MBD_LIB}/chroots-update.d/ -name "*.hook" | sort) $(find ${MBD_HOME}/.mini-buildd/chroots-update.d/ -name "*.hook" | sort); do echo "I: ${MBD_TMP_CHROOT}: Running chroot update hook \"${hook}\"..." - if ( echo "set -e" && cat "${hook}" ) | schroot -c "${MBD_TMP_CHROOT}-source" -u root; then + if ( echo "set -e" && cat "${hook}" ) | schroot -c "source:${MBD_TMP_CHROOT}" -u root; then echo "I: ${MBD_TMP_CHROOT}: Chroot update hook \"${hook}\" succeeded." else echo "E: ${MBD_TMP_CHROOT}: Chroot update hook \"${hook}\" FAILED." -- System Information: Debian Release: wheezy/sid APT prefers unstable APT policy: (500, 'unstable') Architecture: amd64 (x86_64) Kernel: Linux 3.4.2-zgsrv20080 (SMP w/6 CPU cores; PREEMPT) Locale: LANG=en_US.UTF-8, LC_CTYPE=en_US.UTF-8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash
--- End Message ---
--- Begin Message ---Hi, On Fri, 2012-06-22 at 12:26 +0200, Marc Haber wrote: > Package: mini-buildd > Version: 0.9.6 > Severity: important > Tags: upstream patch thx, I have added this patch to the 0.8.x branch in VC. People that might need this for 0.8 can build custom packages from there (no 0.8.x upload to Debian will take place any more). The bug is not relevant for the 1.0.0~ versions (script does not exist any more). MfG, Stephan
--- End Message ---

