Your message dated Thu, 12 Apr 2007 05:17:03 +0000
with message-id <[EMAIL PROTECTED]>
and subject line Bug#417464: fixed in shibboleth-sp 1.3f.dfsg1-3
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.1a-2
Usertags: ftbfs-gcc-4.3
Tags: patch

Your package fails to build with GCC 4.3.  Version 4.3 has not been
released yet but I'm building with a snapshot in order to find errors
and give people an advance warning.  In GCC 4.3, the C++ header
dependencies have been cleaned up.  The advantage of this is that
programs will compile faster.  The downside is that you actually
need to directly #include everything you use (but you really should
do this anyway, otherwise your program won't work with any compiler
other than GCC).  Some background of this can be found at
http://gcc.gnu.org/PR28080

You can reproduce this problem with gcc-snapshot (20070326-1 or higher)
from unstable.

> Automatic build of opensaml_1.1a-2 on coconut0 by sbuild/ia64 0.49
...
>  g++ -DHAVE_CONFIG_H -I. -I. -I.. -I. -pthread -O2 -DNDEBUG -MT 
> SAMLArtifact.lo -MD -MP -MF .deps/SAMLArtifact.Tpo -c SAMLArtifact.cpp  -fPIC 
> -DPIC -o .libs/SAMLArtifact.o
> SAMLArtifact.cpp: In static member function 'static std::string 
> saml::SAMLArtifactType0001::generateSourceId(const char*)':
> SAMLArtifact.cpp:115: error: 'auto_ptr' was not declared in this scope
> SAMLArtifact.cpp:115: error: expected primary-expression before '>' token
> SAMLArtifact.cpp:115: error: 'hasher' was not declared in this scope
> SAMLArtifact.cpp:117: error: expected primary-expression before 'char'
> SAMLArtifact.cpp:117: error: expected `;' before 'char'
> SAMLArtifact.cpp:119: error: request for member 'get' in 'dup', which is of 
> non-class type 'int ()(int)throw ()'
> SAMLArtifact.cpp:119: error: request for member 'get' in 'dup', which is of 
> non-class type 'int ()(int)throw ()'
> make[4]: *** [SAMLArtifact.lo] Error 1

(Note to upstream: I put the #include in the header file rather than
in individual .cpp files because many files make use of auto_ptr)

--- saml/saml.h~        2007-04-02 20:06:39.000000000 +0000
+++ saml/saml.h 2007-04-02 20:06:57.000000000 +0000
@@ -58,6 +58,7 @@
 
 // STL headers
 #include <map>
+#include <memory>
 #include <set>
 #include <stack>
 #include <string>
--- saml/SAMLAudienceRestrictionCondition.cpp~  2007-04-02 20:09:15.000000000 
+0000
+++ saml/SAMLAudienceRestrictionCondition.cpp   2007-04-02 20:09:17.000000000 
+0000
@@ -200,4 +200,4 @@
     }
     return false;
 }
-#endif
\ No newline at end of file
+#endif

-- 
Martin Michlmayr
http://www.cyrius.com/


--- End Message ---
--- Begin Message ---
Source: shibboleth-sp
Source-Version: 1.3f.dfsg1-3

We believe that the bug you reported is fixed in the latest version of
shibboleth-sp, which is due to be installed in the Debian FTP archive:

libapache2-mod-shib_1.3f.dfsg1-3_i386.deb
  to pool/main/s/shibboleth-sp/libapache2-mod-shib_1.3f.dfsg1-3_i386.deb
libshib-dev_1.3f.dfsg1-3_i386.deb
  to pool/main/s/shibboleth-sp/libshib-dev_1.3f.dfsg1-3_i386.deb
libshib-target5_1.3f.dfsg1-3_i386.deb
  to pool/main/s/shibboleth-sp/libshib-target5_1.3f.dfsg1-3_i386.deb
libshib6_1.3f.dfsg1-3_i386.deb
  to pool/main/s/shibboleth-sp/libshib6_1.3f.dfsg1-3_i386.deb
shibboleth-sp_1.3f.dfsg1-3.diff.gz
  to pool/main/s/shibboleth-sp/shibboleth-sp_1.3f.dfsg1-3.diff.gz
shibboleth-sp_1.3f.dfsg1-3.dsc
  to pool/main/s/shibboleth-sp/shibboleth-sp_1.3f.dfsg1-3.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 shibboleth-sp 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: Wed, 11 Apr 2007 20:58:54 -0700
Source: shibboleth-sp
Binary: libapache2-mod-shib libshib6 libshib-dev libshib-target5
Architecture: source i386
Version: 1.3f.dfsg1-3
Distribution: unstable
Urgency: low
Maintainer: Quanah Gibson-Mount <[EMAIL PROTECTED]>
Changed-By: Russ Allbery <[EMAIL PROTECTED]>
Description: 
 libapache2-mod-shib - Shibboleth implements the OASIS SAML v1.1 specification,
 libshib-dev - Shibboleth federated authorization system (development)
 libshib-target5 - Shibboleth implements the OASIS SAML v1.1 specification,
 libshib6   - Shibboleth federated authorization system (development)
Closes: 417464
Changes: 
 shibboleth-sp (1.3f.dfsg1-3) unstable; urgency=low
 .
   * Fix C++ sloppiness that fails to compile with gcc 4.3.  Thanks, Martin
     Michlmayr.  (Closes: #417464)
   * libtool apparently no longer installs the *.la files.
   * Use autoreconf instead of calling the individual programs.
   * Update debhelper compatibility level to V5.
Files: 
 99fa043b2cfc6a044f26c3dbf9a835c4 932 web optional 
shibboleth-sp_1.3f.dfsg1-3.dsc
 f7582da8a1d80a0c4eb20dea5b70ac95 31442 web optional 
shibboleth-sp_1.3f.dfsg1-3.diff.gz
 e2a11b029e0e27ceeb8b2ed08df00d1a 432558 libdevel extra 
libshib-dev_1.3f.dfsg1-3_i386.deb
 00cf59581cf7f21b8e6ef20891004285 76430 libs optional 
libshib6_1.3f.dfsg1-3_i386.deb
 8a072cfa3b2121463695798666087abf 200226 libs optional 
libshib-target5_1.3f.dfsg1-3_i386.deb
 2d778dbb9d6290239f7a8ed4a4907439 3708898 web optional 
libapache2-mod-shib_1.3f.dfsg1-3_i386.deb

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

iD8DBQFGHb1t+YXjQAr8dHYRAjIGAKCakihIFVAye7cg9g4NSGiD2BLcdgCgnFvn
5jPV2mkm74s93WJzUnHKNoc=
=sqye
-----END PGP SIGNATURE-----


--- End Message ---

Reply via email to