Your message dated Sun, 26 Feb 2006 14:47:22 -0800 with message-id <[EMAIL PROTECTED]> and subject line Bug#354462: fixed in schroot 0.2.5-1 has caused the attached Bug report 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 I am talking about this indicates a serious mail system misconfiguration somewhere. Please contact me immediately.) Debian bug tracking system administrator (administrator, Debian Bugs database)
--- Begin Message ---Package: schroot Version: 0.2.4-1 Severity: normal Tags: patch Hi, sbuild-setup(7) hints in step "7. sbuild setup" that schroot is capable of creating the mentioned directories at the start of each build. However, /etc/schroot/run.d/50sbuild only creates /build/sbuild, and not /var/lib/sbuild/srcdep-lock with the proper permissions, causing sbuild to fail. As it seems, the attached patch fixes the issue. Thanks, -- Adeodato Simó dato at net.com.org.es Debian Developer adeodato at debian.org We learned that the Linux load average rolls over at 1024. And we actually found this out empirically. -- H. Peter Anvin from kernel.org--- /etc/schroot/run.d/50sbuild +++ /etc/schroot/run.d/50sbuild @@ -27,6 +27,24 @@ fi chmod 770 "${CHROOT_PATH}/build/${AUTH_USER}" + + if [ ! -d "${CHROOT_PATH}/var/lib/sbuild/srcdep-lock" ]; then + if [ "$AUTH_VERBOSITY" = "verbose" ]; then + echo "Creating srcdep-lock directory: ${CHROOT_PATH}/var/lib/sbuild/srcdep-lock" + fi + mkdir -p "${CHROOT_PATH}/var/lib/sbuild/srcdep-lock" + fi + + if [ "$AUTH_VERBOSITY" = "verbose" ]; then + echo "Setting ownership of ${CHROOT_PATH}/var/lib/sbuild to root:sbuild" + fi + chown -R root:sbuild "${CHROOT_PATH}/var/lib/sbuild" + + if [ "$AUTH_VERBOSITY" = "verbose" ]; then + echo "Setting permissions of ${CHROOT_PATH}/var/lib/sbuild to 02775" + fi + chmod -R 02775 "${CHROOT_PATH}/var/lib/sbuild" + else if [ "$AUTH_VERBOSITY" = "verbose" ]; then
--- End Message ---
--- Begin Message ---Source: schroot Source-Version: 0.2.5-1 We believe that the bug you reported is fixed in the latest version of schroot, which is due to be installed in the Debian FTP archive: schroot_0.2.5-1.diff.gz to pool/main/s/schroot/schroot_0.2.5-1.diff.gz schroot_0.2.5-1.dsc to pool/main/s/schroot/schroot_0.2.5-1.dsc schroot_0.2.5-1_powerpc.deb to pool/main/s/schroot/schroot_0.2.5-1_powerpc.deb schroot_0.2.5.orig.tar.gz to pool/main/s/schroot/schroot_0.2.5.orig.tar.gz A summary of the changes between this version and the previous one is attached. Thank you for reporting the bug, which will now be closed. If you have further comments please address them to [EMAIL PROTECTED], and the maintainer will reopen the bug report if appropriate. Debian distribution maintenance software pp. Roger Leigh <[EMAIL PROTECTED]> (supplier of updated schroot package) (This message was generated automatically at their request; if you believe that there is a problem with it please contact the archive administrators by mailing [EMAIL PROTECTED]) -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Format: 1.7 Date: Sun, 26 Feb 2006 21:44:23 +0000 Source: schroot Binary: schroot Architecture: source powerpc Version: 0.2.5-1 Distribution: unstable Urgency: low Maintainer: Debian buildd-tools Developers <[EMAIL PROTECTED]> Changed-By: Roger Leigh <[EMAIL PROTECTED]> Description: schroot - Execute commands in a chroot environment Closes: 354462 354477 Changes: schroot (0.2.5-1) unstable; urgency=low . * schroot/run/50sbuild: Create ${CHROOT_PATH}/var/lib/sbuild/srcdep-lock and set ownership and permissions of all files under ${CHROOT_PATH}/var/lib/sbuild to root:sbuild and 02775, respectively. Thanks to Adeodato Simó for this patch (Closes: #354462). * schroot/schroot.1.in: Correct mistakes in --help options. Thanks to Clint Adams for this patch (Closes: #354477). Files: 48750939606a4ec6dca9927edcae844e 904 admin optional schroot_0.2.5-1.dsc 7fd57b577ef2339e18a2847d1afbf061 1883828 admin optional schroot_0.2.5.orig.tar.gz b40554b485b228e72cbd972deb406c85 3119 admin optional schroot_0.2.5-1.diff.gz 83a795187bed6b6e67c278d64a73277e 936118 admin optional schroot_0.2.5-1_powerpc.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.2 (GNU/Linux) iD8DBQFEAix+VcFcaSW/uEgRAl9dAKClD9c3Ih7NvrX52xDR3cOByoyZTgCgk56o 6tmGsMW6BdrRNiQY0UVZa8s= =UyJc -----END PGP SIGNATURE-----
--- End Message ---

