Your message dated Thu, 05 Jun 2014 15:57:53 +0000
with message-id <e1wsa37-0002ra...@franck.debian.org>
and subject line Bug#746919: fixed in tripwire 2.4.2.2-4
has caused the Debian Bug report #746919,
regarding tripwire: 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.)


-- 
746919: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=746919
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:tripwire
Version: 2.4.2.2-3
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/tripwire_2.4.2.2-3_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

[...]
  ( e += rotl(a,5U) + f(b,c,d) + k + data, b = rotl(b,30U))
                                     ^
sha.cpp:208:35: note: in expansion of macro 'expand'
  subRound( B, C, D, E, A, f4, K4, expand( eData, 79 ) );
                                   ^
g++ -DHAVE_CONFIG_H               -I.. -I../..    -O -pipe -Wall 
-Wno-non-virtual-dtor -c -o zbits.o zbits.cpp
g++ -DHAVE_CONFIG_H               -I.. -I../..    -O -pipe -Wall 
-Wno-non-virtual-dtor -c -o zdeflate.o zdeflate.cpp
g++ -DHAVE_CONFIG_H               -I.. -I../..    -O -pipe -Wall 
-Wno-non-virtual-dtor -c -o zinflate.o zinflate.cpp
g++ -DHAVE_CONFIG_H               -I.. -I../..    -O -pipe -Wall 
-Wno-non-virtual-dtor -c -o ztrees.o ztrees.cpp
rm -f libcryptlib.a
ar cru libcryptlib.a algebra.o asn.o cryptlib.o des.o dessp.o elgamal.o 
eprecomp.o filters.o forkjoin.o integer.o iterhash.o misc.o nbtheory.o pch.o 
queue.o rng.o sha.o zbits.o zdeflate.o zinflate.o ztrees.o 
ranlib libcryptlib.a
ln -f libcryptlib.a ../../lib/libcryptlib.a
make[4]: Leaving directory `/«PKGBUILDDIR»/src/cryptlib'
Making all in core
make[4]: Entering directory `/«PKGBUILDDIR»/src/core'
g++ -DHAVE_CONFIG_H              -I. -I. -I../.. -I..    -O -pipe -Wall 
-Wno-non-virtual-dtor -c -o file_unix.o file_unix.cpp
file_unix.cpp:57:16: warning: 'TSTRING util_GetErrnoString()' defined but not 
used [-Wunused-function]
 static TSTRING util_GetErrnoString()
                ^
g++ -DHAVE_CONFIG_H              -I. -I. -I../.. -I..    -O -pipe -Wall 
-Wno-non-virtual-dtor -c -o unixfsservices.o unixfsservices.cpp
In file included from ../core/stdcore.h:120:0,
                 from unixfsservices.cpp:38:
unixfsservices.cpp: In member function 'virtual char* 
cUnixFSServices::GetStandardBackupExtension() const':
unixfsservices.cpp:797:15: warning: deprecated conversion from string constant 
to 'char*' [-Wwrite-strings]
     return _T(".bak");
               ^
../core/./tchar.h:125:15: note: in definition of macro '_T'
 #define _T(x) x
               ^
g++ -DHAVE_CONFIG_H              -I. -I. -I../.. -I..    -O -pipe -Wall 
-Wno-non-virtual-dtor -c -o charutil_t.o charutil_t.cpp
g++ -DHAVE_CONFIG_H              -I. -I. -I../.. -I..    -O -pipe -Wall 
-Wno-non-virtual-dtor -c -o displayencoder_t.o displayencoder_t.cpp
g++ -DHAVE_CONFIG_H              -I. -I. -I../.. -I..    -O -pipe -Wall 
-Wno-non-virtual-dtor -c -o archive.o archive.cpp
archive.cpp: In member function 'virtual void 
cLockedTemporaryFileArchive::OpenReadWrite(const char*, uint32)':
archive.cpp:889:28: error: redeclaration of 'eArchiveOpen e' [-fpermissive]
             eArchiveOpen e(strTempFile, errStr);
                            ^
archive.cpp:886:29: note: 'eFSServices& e' previously declared here
         catch( eFSServices& e)
                             ^
make[4]: *** [archive.o] Error 1
make[4]: Leaving directory `/«PKGBUILDDIR»/src/core'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/«PKGBUILDDIR»/src'
make[2]: *** [all-recursive] Error 1
make[1]: *** [all] Error 2
make[2]: Leaving directory `/«PKGBUILDDIR»'
make[1]: Leaving directory `/«PKGBUILDDIR»'
make: *** [build-stamp] Error 2
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: tripwire
Source-Version: 2.4.2.2-4

We believe that the bug you reported is fixed in the latest version of
tripwire, 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.
Alberto Gonzalez Iniesta <a...@inittab.org> (supplier of updated tripwire 
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: Thu, 05 Jun 2014 14:12:24 +0200
Source: tripwire
Binary: tripwire
Architecture: source amd64
Version: 2.4.2.2-4
Distribution: unstable
Urgency: medium
Maintainer: Alberto Gonzalez Iniesta <a...@inittab.org>
Changed-By: Alberto Gonzalez Iniesta <a...@inittab.org>
Description: 
 tripwire   - file and directory integrity checker
Closes: 746919
Changes: 
 tripwire (2.4.2.2-4) unstable; urgency=medium
 .
   * Patch src/core/archive.cpp to fix FTBFS with GCC-4.9.
     Thanks dato for the patch! (Closes: #746919)
   * Bumped Standards-Version to 3.9.2
Checksums-Sha1: 
 d0883ae6fb93b57b60595e59ea6e33cd51a34da7 1745 tripwire_2.4.2.2-4.dsc
 9a0d51e31ae908d0616aa2fb3664e580c31691b9 97148 tripwire_2.4.2.2-4.debian.tar.xz
 e0dbd54544f7260dca148bef3164dbe163835460 1384906 tripwire_2.4.2.2-4_amd64.deb
Checksums-Sha256: 
 a557eff4d27f43f78b40155ce868c30f648e7b7728c0e1f05618d9d727909c36 1745 
tripwire_2.4.2.2-4.dsc
 886466df106938dac94e27b9fb3782fe3e1db59c15e3e19faf281cc10e761b09 97148 
tripwire_2.4.2.2-4.debian.tar.xz
 19fe367549ee9c890b9f6444f14019c406361039079504c53ca097dc6ba9d66b 1384906 
tripwire_2.4.2.2-4_amd64.deb
Files: 
 93a43bfed61e51f3cd06d237cb51fb4f 1384906 utils optional 
tripwire_2.4.2.2-4_amd64.deb
 8207511d125cef37007b82b454ad6c9a 1745 utils optional tripwire_2.4.2.2-4.dsc
 02675686608061b5a04327c15f3d32e7 97148 utils optional 
tripwire_2.4.2.2-4.debian.tar.xz

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

iQIcBAEBCAAGBQJTkIXMAAoJEACbM3VrmqpV+kcQALcrOqBWNEI4S45VEJRRHyq2
ySyxgqX/lSthDntYBirUqqL0jFBB0G49QufyuFyRKcs2Dsmp8LZYh+P/U2wreb5Z
c/Nfgme7N/TNUKiGgAE+nFoez3G8zkISSsxJPszchemabcPrJnL7+Hgs7DUoCNM7
JMFZP96nrpi6dlQGsG5Yy2LEGJXAd3D6NF8YqDwBUck7wGNnoVVG8Kiq5/9CeX4R
fbcGFHBVJsBZ7IkoKnU42oracI32kCCFgxM1vXnIolVTelgdRXr++AaZHtSkm8Hp
sRqyXuWMEn5uCRe6j+nCIYJkXlWGw4CiAMHyXLY4SEwIht8Y7VlNsf2XFC/Eynl4
Zc1fMQbeXNwRSLe47VI2WmJQ+fvEAUJRaAnfCrhxXldrhWCRlrpVGXySwAT1Wn7k
j/2sjZzb178f7voVZaNexZBkUzu7h+5v1PCqLZ74OzP2tfz6La9GjJ3bpXxSHIe3
Kb59Dl7s1/HnXlV7mTtiBOUnMaqqhy9HHEHeEDpmVxKAIXU9tSZhP4YHVjJFA+ri
eAw6CTO2CPYOImn0QxUTjJXDVhcRrh2g0eR4+ubE0lZjqcnf+VuZmAh9uxF3E285
hXR8wtxHKflupzqqCGrk6S3jsKKgYB1RCwSfLP/qoBF94aIgJp88ol7cW1nKQpOg
KkB9JTOGe/1epDdfU23z
=YSHT
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to