Your message dated Fri, 24 Aug 2007 21:02:08 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#439215: fixed in schroot 1.1.5-1.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: 1.1.5-1
Severity: serious
Tags: patch

Hi Roger,

schroot FTBFS[1] because of a boost change between single-threaded and
multi-threaded librairies[2].

The attached patch fixes configure.ac to look in the right lib.

[1] 
http://buildd.debian.org/fetch.cgi?pkg=schroot;ver=1.1.5-1%2Bb1;arch=i386;stamp=1187777834
[2] http://teams.debian.net/lurker/message/20070729.230138.170fc848.en.html
-- 
| Lucas Nussbaum
| [EMAIL PROTECTED]   http://www.lucas-nussbaum.net/ |
| jabber: [EMAIL PROTECTED]             GPG: 1024D/023B3F4F |
diff -Nru /tmp/Ko6S6GObsR/schroot-1.1.5/configure /tmp/1eAfeF5jfg/schroot-1.1.5/configure
--- /tmp/Ko6S6GObsR/schroot-1.1.5/configure	2007-07-08 22:03:07.000000000 +0200
+++ /tmp/1eAfeF5jfg/schroot-1.1.5/configure	2007-08-23 13:10:32.000000000 +0200
@@ -23199,10 +23199,10 @@
 
 
 
-{ echo "$as_me:$LINENO: checking for boost::program_options::variables_map in -lboost_program_options-st" >&5
-echo $ECHO_N "checking for boost::program_options::variables_map in -lboost_program_options-st... $ECHO_C" >&6; }
+{ echo "$as_me:$LINENO: checking for boost::program_options::variables_map in -lboost_program_options" >&5
+echo $ECHO_N "checking for boost::program_options::variables_map in -lboost_program_options... $ECHO_C" >&6; }
 saved_ldflags="${LDFLAGS}"
-LDFLAGS="${LDFLAGS} -lboost_program_options-st"
+LDFLAGS="${LDFLAGS} -lboost_program_options"
 cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
@@ -23238,7 +23238,7 @@
        $as_test_x conftest$ac_exeext; then
   { echo "$as_me:$LINENO: result: yes" >&5
 echo "${ECHO_T}yes" >&6; }
-	        BOOST_LIBS="${BOOST_LIBS} -lboost_program_options-st"
+	        BOOST_LIBS="${BOOST_LIBS} -lboost_program_options"
 else
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
@@ -23256,10 +23256,10 @@
       conftest$ac_exeext conftest.$ac_ext
 LDFLAGS="${saved_ldflags}"
 
-{ echo "$as_me:$LINENO: checking for boost::program_options::options_description::options() in -lboost_program_options-st" >&5
-echo $ECHO_N "checking for boost::program_options::options_description::options() in -lboost_program_options-st... $ECHO_C" >&6; }
+{ echo "$as_me:$LINENO: checking for boost::program_options::options_description::options() in -lboost_program_options" >&5
+echo $ECHO_N "checking for boost::program_options::options_description::options() in -lboost_program_options... $ECHO_C" >&6; }
 saved_ldflags="${LDFLAGS}"
-LDFLAGS="${LDFLAGS} -lboost_program_options-st"
+LDFLAGS="${LDFLAGS} -lboost_program_options"
 cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
@@ -23319,10 +23319,10 @@
 
 fi
 
-{ echo "$as_me:$LINENO: checking for boost::regex in -lboost_regex-st" >&5
-echo $ECHO_N "checking for boost::regex in -lboost_regex-st... $ECHO_C" >&6; }
+{ echo "$as_me:$LINENO: checking for boost::regex in -lboost_regex" >&5
+echo $ECHO_N "checking for boost::regex in -lboost_regex... $ECHO_C" >&6; }
 saved_ldflags="${LDFLAGS}"
-LDFLAGS="${LDFLAGS} -lboost_regex-st"
+LDFLAGS="${LDFLAGS} -lboost_regex"
 cat >conftest.$ac_ext <<_ACEOF
 /* confdefs.h.  */
 _ACEOF
@@ -23358,7 +23358,7 @@
        $as_test_x conftest$ac_exeext; then
   { echo "$as_me:$LINENO: result: yes" >&5
 echo "${ECHO_T}yes" >&6; }
-	        BOOST_LIBS="${BOOST_LIBS} -lboost_regex-st"
+	        BOOST_LIBS="${BOOST_LIBS} -lboost_regex"
 else
   echo "$as_me: failed program was:" >&5
 sed 's/^/| /' conftest.$ac_ext >&5
diff -Nru /tmp/Ko6S6GObsR/schroot-1.1.5/configure.ac /tmp/1eAfeF5jfg/schroot-1.1.5/configure.ac
--- /tmp/Ko6S6GObsR/schroot-1.1.5/configure.ac	2007-07-08 11:30:36.000000000 +0200
+++ /tmp/1eAfeF5jfg/schroot-1.1.5/configure.ac	2007-08-23 13:10:32.000000000 +0200
@@ -230,20 +230,20 @@
              [AC_MSG_FAILURE([liblockdev (lockdev) is not installed, but is required by schroot])])
 AC_SUBST([LOCKDEV_LIBS])
 
-AC_MSG_CHECKING([for boost::program_options::variables_map in -lboost_program_options-st])
+AC_MSG_CHECKING([for boost::program_options::variables_map in -lboost_program_options])
 saved_ldflags="${LDFLAGS}"
-LDFLAGS="${LDFLAGS} -lboost_program_options-st"
+LDFLAGS="${LDFLAGS} -lboost_program_options"
 AC_LINK_IFELSE([AC_LANG_PROGRAM([#include <boost/program_options.hpp>],
                                [boost::program_options::variables_map::variables_map dummy()])],
                [AC_MSG_RESULT([yes])
-	        BOOST_LIBS="${BOOST_LIBS} -lboost_program_options-st"],
+	        BOOST_LIBS="${BOOST_LIBS} -lboost_program_options"],
                [AC_MSG_RESULT([no])
 	        AC_MSG_FAILURE([libboost_program_options (Boost C++ Libraries) is not installed, but is required by schroot])])
 LDFLAGS="${saved_ldflags}"
 
-AC_MSG_CHECKING([for boost::program_options::options_description::options() in -lboost_program_options-st])
+AC_MSG_CHECKING([for boost::program_options::options_description::options() in -lboost_program_options])
 saved_ldflags="${LDFLAGS}"
-LDFLAGS="${LDFLAGS} -lboost_program_options-st"
+LDFLAGS="${LDFLAGS} -lboost_program_options"
 AC_LINK_IFELSE([AC_LANG_PROGRAM([#include <boost/program_options.hpp>],
                                [boost::program_options::options_description testgrp("test group");
                                 bool notused = testgrp.options().empty();
@@ -258,13 +258,13 @@
   AC_DEFINE(BOOST_PROGRAM_OPTIONS_DESCRIPTION_OLD, 1)
 fi
 
-AC_MSG_CHECKING([for boost::regex in -lboost_regex-st])
+AC_MSG_CHECKING([for boost::regex in -lboost_regex])
 saved_ldflags="${LDFLAGS}"
-LDFLAGS="${LDFLAGS} -lboost_regex-st"
+LDFLAGS="${LDFLAGS} -lboost_regex"
 AC_LINK_IFELSE([AC_LANG_PROGRAM([#include <boost/regex.hpp>],
                                [boost::regex("^foo[bar]$")])],
                [AC_MSG_RESULT([yes])
-	        BOOST_LIBS="${BOOST_LIBS} -lboost_regex-st"],
+	        BOOST_LIBS="${BOOST_LIBS} -lboost_regex"],
                [AC_MSG_RESULT([no])
 	        AC_MSG_FAILURE([libboost_regex (Boost C++ Libraries) is not installed, but is required by schroot])])
 LDFLAGS="${saved_ldflags}"
diff -Nru /tmp/Ko6S6GObsR/schroot-1.1.5/debian/changelog /tmp/1eAfeF5jfg/schroot-1.1.5/debian/changelog
--- /tmp/Ko6S6GObsR/schroot-1.1.5/debian/changelog	2007-07-08 21:51:25.000000000 +0200
+++ /tmp/1eAfeF5jfg/schroot-1.1.5/debian/changelog	2007-08-23 13:10:32.000000000 +0200
@@ -1,3 +1,10 @@
+schroot (1.1.5-1.1) unstable; urgency=low
+
+  * Non-maintainer upload.
+  * Ajusted configure.ac to deal with the boost multi/singlethread switch.
+
+ -- Lucas Nussbaum <[EMAIL PROTECTED]>  Thu, 23 Aug 2007 12:46:22 +0200
+
 schroot (1.1.5-1) unstable; urgency=low
 
   * New upstream development release.
diff -Nru /tmp/Ko6S6GObsR/schroot-1.1.5/scripts/config.guess /tmp/1eAfeF5jfg/schroot-1.1.5/scripts/config.guess
--- /tmp/Ko6S6GObsR/schroot-1.1.5/scripts/config.guess	2007-07-08 22:03:05.000000000 +0200
+++ /tmp/1eAfeF5jfg/schroot-1.1.5/scripts/config.guess	2007-08-23 13:10:32.000000000 +0200
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
 #   Inc.
 
-timestamp='2007-03-06'
+timestamp='2007-07-22'
 
 # This file is free software; you can redistribute it and/or modify it
 # under the terms of the GNU General Public License as published by
@@ -330,7 +330,7 @@
     sun4*:SunOS:5.*:* | tadpole*:SunOS:5.*:*)
 	echo sparc-sun-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
 	exit ;;
-    i86pc:SunOS:5.*:*)
+    i86pc:SunOS:5.*:* | i86xen:SunOS:5.*:*)
 	echo i386-pc-solaris2`echo ${UNAME_RELEASE}|sed -e 's/[^.]*//'`
 	exit ;;
     sun4*:SunOS:6*:*)
@@ -793,7 +793,7 @@
 	exit ;;
     *:Interix*:[3456]*)
     	case ${UNAME_MACHINE} in
-	    x86) 
+	    x86)
 		echo i586-pc-interix${UNAME_RELEASE}
 		exit ;;
 	    EM64T | authenticamd)
diff -Nru /tmp/Ko6S6GObsR/schroot-1.1.5/scripts/config.sub /tmp/1eAfeF5jfg/schroot-1.1.5/scripts/config.sub
--- /tmp/Ko6S6GObsR/schroot-1.1.5/scripts/config.sub	2007-07-08 22:03:05.000000000 +0200
+++ /tmp/1eAfeF5jfg/schroot-1.1.5/scripts/config.sub	2007-08-23 13:10:32.000000000 +0200
@@ -4,7 +4,7 @@
 #   2000, 2001, 2002, 2003, 2004, 2005, 2006 Free Software Foundation,
 #   Inc.
 
-timestamp='2007-01-18'
+timestamp='2007-06-28'
 
 # This file is (in principle) common to ALL GNU software.
 # The presence of a machine in this file suggests that SOME GNU software
@@ -475,8 +475,8 @@
 		basic_machine=craynv-cray
 		os=-unicosmp
 		;;
-	cr16c)
-		basic_machine=cr16c-unknown
+	cr16)
+		basic_machine=cr16-unknown
 		os=-elf
 		;;
 	crds | unos)
@@ -683,6 +683,10 @@
 		basic_machine=i386-pc
 		os=-mingw32
 		;;
+	mingw32ce)
+		basic_machine=arm-unknown
+		os=-mingw32ce
+		;;
 	miniframe)
 		basic_machine=m68000-convergent
 		;;

--- End Message ---
--- Begin Message ---
Source: schroot
Source-Version: 1.1.5-1.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:

dchroot-dsa_1.1.5-1.1_i386.deb
  to pool/main/s/schroot/dchroot-dsa_1.1.5-1.1_i386.deb
dchroot_1.1.5-1.1_i386.deb
  to pool/main/s/schroot/dchroot_1.1.5-1.1_i386.deb
libsbuild-dev_1.1.5-1.1_i386.deb
  to pool/main/s/schroot/libsbuild-dev_1.1.5-1.1_i386.deb
libsbuild-doc_1.1.5-1.1_all.deb
  to pool/main/s/schroot/libsbuild-doc_1.1.5-1.1_all.deb
schroot-common_1.1.5-1.1_all.deb
  to pool/main/s/schroot/schroot-common_1.1.5-1.1_all.deb
schroot_1.1.5-1.1.diff.gz
  to pool/main/s/schroot/schroot_1.1.5-1.1.diff.gz
schroot_1.1.5-1.1.dsc
  to pool/main/s/schroot/schroot_1.1.5-1.1.dsc
schroot_1.1.5-1.1_i386.deb
  to pool/main/s/schroot/schroot_1.1.5-1.1_i386.deb



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.
Lucas Nussbaum <[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: Fri, 24 Aug 2007 22:23:16 +0200
Source: schroot
Binary: schroot-common libsbuild-dev dchroot-dsa dchroot libsbuild-doc schroot
Architecture: source i386 all
Version: 1.1.5-1.1
Distribution: unstable
Urgency: low
Maintainer: Debian buildd-tools Developers <[EMAIL PROTECTED]>
Changed-By: Lucas Nussbaum <[EMAIL PROTECTED]>
Description: 
 dchroot    - Execute commands in a chroot environment
 dchroot-dsa - Execute commands in a chroot environment
 libsbuild-dev - development files for the Debian source builder
 libsbuild-doc - development documentation for the Debian source builder
 schroot    - Execute commands in a chroot environment
 schroot-common - common files for schroot
Closes: 439215
Changes: 
 schroot (1.1.5-1.1) unstable; urgency=low
 .
   * Non-maintainer upload.
   * Ajusted configure.ac to deal with the boost multi/singlethread switch.
     Closes: #439215.
Files: 
 45f3d1ace70d1e45b1167761169074cf 1066 admin optional schroot_1.1.5-1.1.dsc
 50b012d466b9103659bd9a5327118b9e 1813 admin optional schroot_1.1.5-1.1.diff.gz
 e43bc4b9fb0c560e86c725414782d6ac 89612 admin optional 
schroot-common_1.1.5-1.1_all.deb
 571e3dda79bf98b67b9756e4fea7bac3 3256628 doc optional 
libsbuild-doc_1.1.5-1.1_all.deb
 260222233126c4f6579ad870006ab11c 1010148 devel optional 
libsbuild-dev_1.1.5-1.1_i386.deb
 4b26907eac702fe71b7a01d0b3f848b2 529124 admin optional 
schroot_1.1.5-1.1_i386.deb
 e797cb2995fe82cafc4ea0331caa91a9 292380 admin optional 
dchroot_1.1.5-1.1_i386.deb
 1434937287e4c7d435167de1e6c8ba01 290256 admin optional 
dchroot-dsa_1.1.5-1.1_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.6 (GNU/Linux)

iD8DBQFGz0Rd2hliNwI7P08RAsqvAKCbm8dYL4RO0ezDOTiwgX7F36iUwACgzeS1
+NGh7ufJqGNGUFyvsVzRY6k=
=Oytt
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to