Your message dated Fri, 27 Jun 2014 15:54:38 +0000
with message-id <e1x0yu2-0003iq...@franck.debian.org>
and subject line Bug#746869: fixed in libapache2-mod-auth-openid 0.8-1
has caused the Debian Bug report #746869,
regarding libapache2-mod-auth-openid: ftbfs with GCC-4.9
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 ow...@bugs.debian.org
immediately.)


-- 
746869: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746869
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:libapache2-mod-auth-openid
Version: 0.7-1
Severity: important
Tags: sid jessie
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-4.9

The package fails to build in a test rebuild on at least amd64 with
gcc-4.9/g++-4.9, but succeeds to build with gcc-4.8/g++-4.8. The
severity of this report may be raised before the jessie release.

The full build log can be found at:
http://people.debian.org/~doko/logs/failed-gcc49/libapache2-mod-auth-openid_0.7-1_unstable_gcc49.log
The last lines of the build log are at the end of this report.

To build with GCC 4.9, either set CC=gcc-4.9 CXX=g++-4.9 explicitly,
or install the gcc, g++, gfortran, ... packages from experimental.

  apt-get -t experimental install g++ 

Common build failures are new warnings resulting in build failures
with -Werror turned on, or new/dropped symbols in Debian symbols
files.  For other C/C++ related build failures see the porting guide
at http://gcc.gnu.org/gcc-4.9/porting_to.html

[...]
configure: creating ./config.status
config.status: creating Makefile
config.status: creating src/Makefile
config.status: creating src/config.h
config.status: src/config.h is unchanged
config.status: executing depfiles commands
config.status: executing libtool commands
configure: WARNING: unrecognized options: --disable-maintainer-mode
 ***
 *** You are now ready to build mod_auth_openid:
 *** Enter the following commands:
 ***
 *** $> make
 *** $> su root
 *** $> make install
 ***
 *** Report bugs at http://github.com/bmuller/mod_auth_openid/issues
 *** Thanks for using free (as in speech and beer) software.
 ***

make[1]: Leaving directory `/«PKGBUILDDIR»'
   dh_auto_build -a
make[1]: Entering directory `/«PKGBUILDDIR»'
Making all in src
make[2]: Entering directory `/«PKGBUILDDIR»/src'
make  all-am
make[3]: Entering directory `/«PKGBUILDDIR»/src'
/bin/bash ../libtool --tag=CXX   --mode=compile g++ -DHAVE_CONFIG_H -I. 
-I/usr/include/apache2 -I/usr/include/apr-1.0 -I/usr/include/uuid   -L/usr/lib  
  -D_FORTIFY_SOURCE=2 -Wall   -g -O2 -fstack-protector 
--param=ssp-buffer-size=4 -Wformat -Werror=format-security -c -o 
mod_auth_openid.lo mod_auth_openid.cpp
libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I/usr/include/apache2 
-I/usr/include/apr-1.0 -I/usr/include/uuid -L/usr/lib -D_FORTIFY_SOURCE=2 -Wall 
-g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat 
-Werror=format-security -c mod_auth_openid.cpp  -fPIC -DPIC -o 
.libs/mod_auth_openid.o
In file included from /usr/include/opkele/types.h:16:0,
                 from mod_auth_openid.h:67,
                 from mod_auth_openid.cpp:28:
/usr/include/opkele/iterator.h:162:7: error: invalid abstract return type 
'opkele::util::basic_filterator<IT>'
       basic_filterator<IT> operator++(int) {
       ^
/usr/include/opkele/iterator.h:126:12: note:   because the following virtual 
functions are pure within 'opkele::util::basic_filterator<IT>':
      class basic_filterator : public iterator<
            ^
/usr/include/opkele/iterator.h:173:20: note:    virtual bool 
opkele::util::basic_filterator<IT>::is_interesting() const
       virtual bool is_interesting() const = 0;
                    ^
make[3]: *** [mod_auth_openid.lo] Error 1
make[2]: *** [all] Error 2
make[3]: Leaving directory `/«PKGBUILDDIR»/src'
make[2]: Leaving directory `/«PKGBUILDDIR»/src'
make[1]: *** [all-recursive] Error 1
dh_auto_build: make -j1 returned exit code 2
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [build-arch] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: libapache2-mod-auth-openid
Source-Version: 0.8-1

We believe that the bug you reported is fixed in the latest version of
libapache2-mod-auth-openid, which is due to be installed in the Debian FTP 
archive.

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 746...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
NIIBE Yutaka <gni...@fsij.org> (supplier of updated libapache2-mod-auth-openid 
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 ftpmas...@ftp-master.debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Fri, 27 Jun 2014 13:50:08 +0000
Source: libapache2-mod-auth-openid
Binary: libapache2-mod-auth-openid
Architecture: source armhf
Version: 0.8-1
Distribution: unstable
Urgency: low
Maintainer: NIIBE Yutaka <gni...@fsij.org>
Changed-By: NIIBE Yutaka <gni...@fsij.org>
Description:
 libapache2-mod-auth-openid - OpenID authentication module for Apache2
Closes: 746869
Changes:
 libapache2-mod-auth-openid (0.8-1) unstable; urgency=low
 .
   * Fix FTBFS with GCC-4.9.  Thanks to Matthias Klose (Closes: #746869).
   * New upstream release.
   * debian/control (Standards-Version): Confirms to 3.9.5.
   * debian/patches/series: Only use 01-destdir-0.5.diff.
   * debian/watch: Updated.
Checksums-Sha1:
 587967787ba803a96dbae5429a4bd3fac7ed3bfd 1615 
libapache2-mod-auth-openid_0.8-1.dsc
 35251bfaf50eeb18a15c9712ebc0de7d8120aac6 355531 
libapache2-mod-auth-openid_0.8.orig.tar.gz
 60009c06898693602c58a145c1c3e4331b484f58 8104 
libapache2-mod-auth-openid_0.8-1.debian.tar.xz
 1b2feec14a520684f0cdcff411508021fee38a57 53622 
libapache2-mod-auth-openid_0.8-1_armhf.deb
Checksums-Sha256:
 ae14126b752a18909d137373a5206de58084a741567a0b666a911238955ec60f 1615 
libapache2-mod-auth-openid_0.8-1.dsc
 86812c9659e2b36b3d2cac98cdcb97d743d08ca76120159f20cc77800947445a 355531 
libapache2-mod-auth-openid_0.8.orig.tar.gz
 d785f27a929272d7cb30f7f74322adbf2bcb4f514e36c5e0803790c179d4dafc 8104 
libapache2-mod-auth-openid_0.8-1.debian.tar.xz
 0a958ced58d5e99367783e3a5a9bbe0ba7fec9ae35285106df4b15e459d35ed6 53622 
libapache2-mod-auth-openid_0.8-1_armhf.deb
Files:
 61308f93e083e83b20ee8b6d17b75d07 53622 httpd extra 
libapache2-mod-auth-openid_0.8-1_armhf.deb
 531cc9049db474afbb0bcac250564ac1 1615 httpd extra 
libapache2-mod-auth-openid_0.8-1.dsc
 e9bb3130768257e986d5f4a2cd6b8364 355531 httpd extra 
libapache2-mod-auth-openid_0.8.orig.tar.gz
 626e9c882efe77fe0fe7a1c8a2e116db 8104 httpd extra 
libapache2-mod-auth-openid_0.8-1.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQEcBAEBCAAGBQJTrX3kAAoJEAC0Xr1Mp7q+UdkH/1DX5Be+BkxEVR/HQ532ikI4
U3ivy6q9OCSf3rq10lyN64yHcm6WJlgBZFzrXd9eLmctbvatl4w6svTxYt1OMAT0
gFG3q+kEzQlPdDohr8vvrV3hJ17pXiqp07BPPXoiMwi2EGZSSM3W/B1ccTAeT4qh
NJBwtCMtTcOdWrsYFYIKzQ5kC/+oQ5IiEV1370QvusCDeCmMYlvjMmCthjZ1K6sE
LPKey1aZLrkE8s/YhcW9JFBrM8kqCon3w3F1GxUvAowF3/NnZ/VzhWkC+kr5nO/t
CEeDN3EZQYEryWTQ7Y1hVnYRL1yR2cpFVHBFmpMSCjvc2AfuEfzEHfD9v34gW1A=
=wboA
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to