Your message dated Tue, 09 Oct 2007 09:02:05 +0000 with message-id <[EMAIL PROTECTED]> and subject line Bug#445757: fixed in opensaml 1.1b-2 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: opensaml version: 1.1b-1 Severity: serious User: [EMAIL PROTECTED] Usertags: qa-ftbfs-20071007 qa-ftbfs Justification: FTBFS on i386 Hi, During a rebuild of all packages in sid, your package failed to build on i386. Relevant part: if /bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I. -g -Wall -O2 -O2 -DNDEBUG -pthread -Wall -O2 -DNDEBUG -MT SAMLResponse.lo -MD -MP -MF ".deps/SAMLResponse.Tpo" -c -o SAMLResponse.lo SAMLResponse.cpp; \ then mv -f ".deps/SAMLResponse.Tpo" ".deps/SAMLResponse.Plo"; else rm -f ".deps/SAMLResponse.Tpo"; exit 1; fi if /bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I. -g -Wall -O2 -O2 -DNDEBUG -pthread -Wall -O2 -DNDEBUG -MT SAMLSignedObject.lo -MD -MP -MF ".deps/SAMLSignedObject.Tpo" -c -o SAMLSignedObject.lo SAMLSignedObject.cpp; \ then mv -f ".deps/SAMLSignedObject.Tpo" ".deps/SAMLSignedObject.Plo"; else rm -f ".deps/SAMLSignedObject.Tpo"; exit 1; fi SAMLSignedObject.cpp: In member function 'virtual const XMLCh* saml::SAMLSignedObject::getX509Certificate(unsigned int) const': SAMLSignedObject.cpp:343: warning: comparison between signed and unsigned integer expressions if /bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I. -g -Wall -O2 -O2 -DNDEBUG -pthread -Wall -O2 -DNDEBUG -MT SAMLSOAPBinding.lo -MD -MP -MF ".deps/SAMLSOAPBinding.Tpo" -c -o SAMLSOAPBinding.lo SAMLSOAPBinding.cpp; \ then mv -f ".deps/SAMLSOAPBinding.Tpo" ".deps/SAMLSOAPBinding.Plo"; else rm -f ".deps/SAMLSOAPBinding.Tpo"; exit 1; fi if /bin/sh ../libtool --silent --mode=compile --tag=CXX g++ -DHAVE_CONFIG_H -I. -I. -I.. -I. -g -Wall -O2 -O2 -DNDEBUG -pthread -Wall -O2 -DNDEBUG -MT SAMLSOAPHTTPBinding.lo -MD -MP -MF ".deps/SAMLSOAPHTTPBinding.Tpo" -c -o SAMLSOAPHTTPBinding.lo SAMLSOAPHTTPBinding.cpp; \ then mv -f ".deps/SAMLSOAPHTTPBinding.Tpo" ".deps/SAMLSOAPHTTPBinding.Plo"; else rm -f ".deps/SAMLSOAPHTTPBinding.Tpo"; exit 1; fi SAMLSOAPHTTPBinding.cpp: In function 'int curl_debug_hook(CURL*, curl_infotype, char*, size_t, void*)': SAMLSOAPHTTPBinding.cpp:134: error: 'ENDLINE' is not a member of 'log4cpp::CategoryStream' make[4]: *** [SAMLSOAPHTTPBinding.lo] Error 1 make[4]: Leaving directory `/build/user/opensaml-1.1b/saml' make[3]: *** [all] Error 2 make[3]: Leaving directory `/build/user/opensaml-1.1b/saml' make[2]: *** [all-recursive] Error 1 make[2]: Leaving directory `/build/user/opensaml-1.1b' make[1]: *** [all] Error 2 make[1]: Leaving directory `/build/user/opensaml-1.1b' make: *** [build-stamp] Error 2 The full build log is available from http://people.debian.org/~lucas/logs/2007/10/07 A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! About the archive rebuild: The rebuild was done on about 50 AMD64 nodes of the Grid'5000 platform, using a clean chroot containing a sid i386 environment. Internet was not accessible from the build systems. -- | Lucas Nussbaum | [EMAIL PROTECTED] http://www.lucas-nussbaum.net/ | | jabber: [EMAIL PROTECTED] GPG: 1024D/023B3F4F |
--- End Message ---
--- Begin Message ---Source: opensaml Source-Version: 1.1b-2 We believe that the bug you reported is fixed in the latest version of opensaml, which is due to be installed in the Debian FTP archive: libsaml-dev_1.1b-2_i386.deb to pool/main/o/opensaml/libsaml-dev_1.1b-2_i386.deb libsaml5_1.1b-2_i386.deb to pool/main/o/opensaml/libsaml5_1.1b-2_i386.deb opensaml-schemas_1.1b-2_all.deb to pool/main/o/opensaml/opensaml-schemas_1.1b-2_all.deb opensaml_1.1b-2.diff.gz to pool/main/o/opensaml/opensaml_1.1b-2.diff.gz opensaml_1.1b-2.dsc to pool/main/o/opensaml/opensaml_1.1b-2.dsc 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. Russ Allbery <[EMAIL PROTECTED]> (supplier of updated opensaml 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: Mon, 08 Oct 2007 21:25:37 -0700 Source: opensaml Binary: libsaml5 libsaml-dev opensaml-schemas Architecture: source i386 all Version: 1.1b-2 Distribution: unstable Urgency: low Maintainer: Russ Allbery <[EMAIL PROTECTED]> Changed-By: Russ Allbery <[EMAIL PROTECTED]> Description: libsaml-dev - C++ library for Security Assertion Markup Language (development) libsaml5 - C++ library for Security Assertion Markup Language (runtime) opensaml-schemas - XML schemas for OpenSAML Closes: 445757 Changes: opensaml (1.1b-2) unstable; urgency=low . * log4cpp 1.0 dropped the ENDLINE enum from CategoryStream. Patch the OpenSAML source with the same change as the log4cpp test cases, which will hopefully work. (Closes: #445757) Files: 91e4677e03015990cdd5d0e61d24c85b 696 libs optional opensaml_1.1b-2.dsc 3ac9908fb103df8ad1b3abbf13c9bd2d 9755 libs optional opensaml_1.1b-2.diff.gz a31cdd9fb9810a2653247eddb100d45e 246998 libs optional libsaml5_1.1b-2_i386.deb 6f79a496ebc0d3f6ea842194a44e462f 441928 libdevel extra libsaml-dev_1.1b-2_i386.deb 43a929d5562fb8c24cb17e82961da17e 18732 text optional opensaml-schemas_1.1b-2_all.deb -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.6 (GNU/Linux) iD8DBQFHCzGM+YXjQAr8dHYRAmlKAKCavsVJqv8hTdanEJWTJg9wY8sxIACdE7Su 4xqiNmKNc1cjcJWDDO/4hCg= =Lbsx -----END PGP SIGNATURE-----
--- End Message ---

