Your message dated Sun, 28 Jun 2015 09:51:19 +0000
with message-id <e1z99f9-0007pz...@franck.debian.org>
and subject line Bug#778149: fixed in trousers 0.3.13-4
has caused the Debian Bug report #778149,
regarding trousers: ftbfs with GCC-5
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.)


-- 
778149: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778149
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:trousers
Version: 0.3.13-3
Severity: normal
Tags: sid stretch
User: debian-...@lists.debian.org
Usertags: ftbfs-gcc-5

Please keep this issue open in the bug tracker for the package it
was filed for.  If a fix in another package is required, please
file a bug for the other package (or clone), and add a block in this
package. Please keep the issue open until the package can be built in
a follow-up test rebuild.

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

The full build log can be found at:
http://people.debian.org/~doko/logs/gcc5-20150205/trousers_0.3.13-3_unstable_gcc5.log
The last lines of the build log are at the end of this report.

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

  apt-get -t experimental install g++ 

Common build failures are C11 as the default C mode, 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-5/porting_to.html

[...]
In file included from tcsd_conf.c:32:0:
../../src/include/tcsps.h:31:20: warning: inline function 'write_data' declared 
but never defined
 inline TSS_RESULT  write_data(int, void *, UINT32);
                    ^
../../src/include/tcsps.h:30:20: warning: inline function 'read_data' declared 
but never defined
 inline TSS_RESULT  read_data(int, void *, UINT32);
                    ^
gcc -DPACKAGE_NAME=\"trousers\" -DPACKAGE_TARNAME=\"trousers\" 
-DPACKAGE_VERSION=\"0.3.13\" -DPACKAGE_STRING=\"trousers\ 0.3.13\" 
-DPACKAGE_BUGREPORT=\"trousers-t...@lists.sf.net\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"trousers\" -DVERSION=\"0.3.13\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_OPENSSL_BN_H=1 -DHAVE_OPENSSL_ENGINE_H=1 
-DHAVE_PTHREAD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHTOLE_DEFINED=1 
-DHAVE_DAEMON=1 -I.   -D_FORTIFY_SOURCE=2 -DAPPID=\"TCSD\" 
-DVAR_PREFIX=\"/var\" -DETC_PREFIX=\"/etc\" -I../../src/include -fPIE -DPIE 
-DTSS_BUILD_PS -DTSS_BUILD_PCR_EVENTS -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -DBI_OPENSSL -DTSS_NO_GUI -W -Wall 
-Wno-unused-parameter -Wsign-compare -I../include  -DTCSD_DEFAULT_PORT=30003 
-DTSS_VER_MAJOR=0     -DTSS_VER_MINOR=3 -DTSS_SPEC_MAJOR=1    
-DTSS_SPEC_MINOR=2 -c -o tcsd-tcsd_
 threads.o `test -f 'tcsd_threads.c' || echo './'`tcsd_threads.c
gcc -DPACKAGE_NAME=\"trousers\" -DPACKAGE_TARNAME=\"trousers\" 
-DPACKAGE_VERSION=\"0.3.13\" -DPACKAGE_STRING=\"trousers\ 0.3.13\" 
-DPACKAGE_BUGREPORT=\"trousers-t...@lists.sf.net\" -DPACKAGE_URL=\"\" 
-DPACKAGE=\"trousers\" -DVERSION=\"0.3.13\" -DSTDC_HEADERS=1 
-DHAVE_SYS_TYPES_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 
-DHAVE_MEMORY_H=1 -DHAVE_STRINGS_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 
-DHAVE_UNISTD_H=1 -DHAVE_OPENSSL_BN_H=1 -DHAVE_OPENSSL_ENGINE_H=1 
-DHAVE_PTHREAD_H=1 -DHAVE_DLFCN_H=1 -DLT_OBJDIR=\".libs/\" -DHTOLE_DEFINED=1 
-DHAVE_DAEMON=1 -I.   -D_FORTIFY_SOURCE=2 -DAPPID=\"TCSD\" 
-DVAR_PREFIX=\"/var\" -DETC_PREFIX=\"/etc\" -I../../src/include -fPIE -DPIE 
-DTSS_BUILD_PS -DTSS_BUILD_PCR_EVENTS -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -DBI_OPENSSL -DTSS_NO_GUI -W -Wall 
-Wno-unused-parameter -Wsign-compare -I../include  -DTCSD_DEFAULT_PORT=30003 
-DTSS_VER_MAJOR=0     -DTSS_VER_MINOR=3 -DTSS_SPEC_MAJOR=1    
-DTSS_SPEC_MINOR=2 -c -o tcsd-platf
 orm.o `test -f 'platform.c' || echo './'`platform.c
In file included from platform.c:32:0:
../../src/include/tcsps.h:31:20: warning: inline function 'write_data' declared 
but never defined
 inline TSS_RESULT  write_data(int, void *, UINT32);
                    ^
../../src/include/tcsps.h:30:20: warning: inline function 'read_data' declared 
but never defined
 inline TSS_RESULT  read_data(int, void *, UINT32);
                    ^
/bin/bash ../../libtool  --tag=CC   --mode=link gcc -DAPPID=\"TCSD\" 
-DVAR_PREFIX=\"/var\" -DETC_PREFIX=\"/etc\" -I../../src/include -fPIE -DPIE 
-DTSS_BUILD_PS -DTSS_BUILD_PCR_EVENTS -g -O2 -fstack-protector-strong -Wformat 
-Werror=format-security -DBI_OPENSSL -DTSS_NO_GUI -W -Wall 
-Wno-unused-parameter -Wsign-compare -I../include    -DTCSD_DEFAULT_PORT=30003 
-DTSS_VER_MAJOR=0     -DTSS_VER_MINOR=3 -DTSS_SPEC_MAJOR=1    
-DTSS_SPEC_MINOR=2 -pie -Wl,-z,relro -Wl,-z,now -Wl,-z,relro -o tcsd 
tcsd-svrside.o tcsd-tcsd_conf.o tcsd-tcsd_threads.o tcsd-platform.o 
../../src/tcs/libtcs.a ../../src/tddl/libtddl.a -lpthread -lcrypto 
libtool: link: gcc -DAPPID=\"TCSD\" -DVAR_PREFIX=\"/var\" -DETC_PREFIX=\"/etc\" 
-I../../src/include -fPIE -DPIE -DTSS_BUILD_PS -DTSS_BUILD_PCR_EVENTS -g -O2 
-fstack-protector-strong -Wformat -Werror=format-security -DBI_OPENSSL 
-DTSS_NO_GUI -W -Wall -Wno-unused-parameter -Wsign-compare -I../include 
-DTCSD_DEFAULT_PORT=30003 -DTSS_VER_MAJOR=0 -DTSS_VER_MINOR=3 
-DTSS_SPEC_MAJOR=1 -DTSS_SPEC_MINOR=2 -pie -Wl,-z -Wl,relro -Wl,-z -Wl,now 
-Wl,-z -Wl,relro -o tcsd tcsd-svrside.o tcsd-tcsd_conf.o tcsd-tcsd_threads.o 
tcsd-platform.o  ../../src/tcs/libtcs.a ../../src/tddl/libtddl.a -lpthread 
-lcrypto
../../src/tcs/libtcs.a(libtcs_a-tcsps.o): In function 
`psfile_get_parent_uuid_by_uuid':
/«PKGBUILDDIR»/src/tcs/ps/tcsps.c:135: undefined reference to `read_data'
../../src/tcs/libtcs.a(libtcs_a-tcsps.o): In function `psfile_get_key_by_uuid':
/«PKGBUILDDIR»/src/tcs/ps/tcsps.c:185: undefined reference to `read_data'
../../src/tcs/libtcs.a(libtcs_a-tcsps.o): In function 
`psfile_get_key_by_cache_entry':
/«PKGBUILDDIR»/src/tcs/ps/tcsps.c:228: undefined reference to `read_data'
../../src/tcs/libtcs.a(libtcs_a-tcsps.o): In function `psfile_get_vendor_data':
/«PKGBUILDDIR»/src/tcs/ps/tcsps.c:261: undefined reference to `read_data'
../../src/tcs/libtcs.a(libtcs_a-tcsps.o): In function 
`psfile_is_pub_registered':
/«PKGBUILDDIR»/src/tcs/ps/tcsps.c:334: undefined reference to `read_data'
../../src/tcs/libtcs.a(libtcs_a-tcsps.o):/«PKGBUILDDIR»/src/tcs/ps/tcsps.c:399:
 more undefined references to `read_data' follow
../../src/tcs/libtcs.a(libtcs_a-tcsps.o): In function `psfile_write_key':
/«PKGBUILDDIR»/src/tcs/ps/tcsps.c:595: undefined reference to `write_data'
/«PKGBUILDDIR»/src/tcs/ps/tcsps.c:601: undefined reference to `write_data'
/«PKGBUILDDIR»/src/tcs/ps/tcsps.c:608: undefined reference to `write_data'
/«PKGBUILDDIR»/src/tcs/ps/tcsps.c:617: undefined reference to `write_data'
/«PKGBUILDDIR»/src/tcs/ps/tcsps.c:626: undefined reference to `write_data'
../../src/tcs/libtcs.a(libtcs_a-tcsps.o):/«PKGBUILDDIR»/src/tcs/ps/tcsps.c:635:
 more undefined references to `write_data' follow
collect2: error: ld returned 1 exit status
make[3]: *** [tcsd] Error 1
Makefile:389: recipe for target 'tcsd' failed
make[3]: Leaving directory '/«PKGBUILDDIR»/src/tcsd'
make[2]: *** [all-recursive] Error 1
Makefile:347: recipe for target 'all-recursive' failed
make[2]: Leaving directory '/«PKGBUILDDIR»/src'
make[1]: *** [all-recursive] Error 1
Makefile:385: recipe for target 'all-recursive' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
dh_auto_build: make -j1 returned exit code 2
make: *** [build-arch] Error 2
debian/rules:6: recipe for target 'build-arch' failed
dpkg-buildpackage: error: debian/rules build-arch gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: trousers
Source-Version: 0.3.13-4

We believe that the bug you reported is fixed in the latest version of
trousers, 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 778...@bugs.debian.org,
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Pierre Chifflier <pol...@debian.org> (supplier of updated trousers 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: SHA1

Format: 1.8
Date: Sun, 28 Jun 2015 11:37:08 +0200
Source: trousers
Binary: trousers trousers-dbg libtspi1 libtspi-dev
Architecture: source amd64
Version: 0.3.13-4
Distribution: unstable
Urgency: medium
Maintainer: Pierre Chifflier <pol...@debian.org>
Changed-By: Pierre Chifflier <pol...@debian.org>
Description:
 libtspi-dev - open-source TCG Software Stack (development)
 libtspi1   - open-source TCG Software Stack (library)
 trousers   - open-source TCG Software Stack (daemon)
 trousers-dbg - open-source TCG Software Stack (debug)
Closes: 778149
Changes:
 trousers (0.3.13-4) unstable; urgency=medium
 .
   * Add patch 07 to fix FTBFS with gcc 5 (Closes: #778149)
   * Bump Standards Version to 3.9.6
Checksums-Sha1:
 dd5bce4b8128618a790a8f3c1ca807edd53574a3 1595 trousers_0.3.13-4.dsc
 ea9b33e0eb0f37eb39ce15f53d7755342185eb60 16288 trousers_0.3.13-4.debian.tar.xz
 7013f8bf019b01d988328fee493e31a8bc3a288a 634700 libtspi-dev_0.3.13-4_amd64.deb
 f3333b3c3126939754ee10047b63710a5f32e740 165900 libtspi1_0.3.13-4_amd64.deb
 4490fb47caf906be9d940715cfaedad5f60f73bc 909380 trousers-dbg_0.3.13-4_amd64.deb
 a13666b8a669cf9f4208b4e4c8450f76b9e9dde0 138494 trousers_0.3.13-4_amd64.deb
Checksums-Sha256:
 b7a85fcd4e98f6aad65144c02d055b11a62724b9ef7cfe17a9d0ca511c621f44 1595 
trousers_0.3.13-4.dsc
 ba4621d5c5dacac9c8e648d692d15774502aed3d3a48a6f33fc66d729b3501bb 16288 
trousers_0.3.13-4.debian.tar.xz
 0964ef2f0d9687e0afafe7d0be545502186594c2328bdda28b6ef705fb3953c5 634700 
libtspi-dev_0.3.13-4_amd64.deb
 31e06f959816cd04b1214531bf63451e14827ca3bba7b8c0f1af9101e36dcb50 165900 
libtspi1_0.3.13-4_amd64.deb
 9f7b8900a84cad6cf3070181e8c2a135bad960406a488158a795e9da68e2b1f7 909380 
trousers-dbg_0.3.13-4_amd64.deb
 7e753b9aa917459e641d39e2f44b095019e332bac8648859bdd08346e43e3521 138494 
trousers_0.3.13-4_amd64.deb
Files:
 522a335a386c43cdf3ae89b89366d14e 1595 admin optional trousers_0.3.13-4.dsc
 eacfa7c5e9baf2216d0d2a809669986e 16288 admin optional 
trousers_0.3.13-4.debian.tar.xz
 23efaacd7ca5d8e68c1063833c15af9a 634700 libdevel optional 
libtspi-dev_0.3.13-4_amd64.deb
 da059386f282eabc2788bc2b59d538bd 165900 libs optional 
libtspi1_0.3.13-4_amd64.deb
 a91fe311666cc91efc11112d76d34a98 909380 debug extra 
trousers-dbg_0.3.13-4_amd64.deb
 b710b9508fa984923c1384e175557b83 138494 admin optional 
trousers_0.3.13-4_amd64.deb

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

iQEcBAEBAgAGBQJVj8FTAAoJEFqCeQfe0MQYq+0H/32S9sohYP4HYdtjm+/KIygx
wrvLunJL9Dzay+NDEsCqP9n7yv4kPsZ+XkbL444QVagwBJjEKDsV0RV6uCNj7VqE
2BO7qSB9npH/I+uwEZWXMr/SWJYM4hElLubLvYZhSDxeydytDwVmPYGimlj0I3ly
H9/QHOECB9nnjWisyV7s34l9KG+T1QUBDTc3ylDDTuj1btBpWRPlnu1AY2N6blPy
hKxzBDSklow55vnGlSsmnDLAIjkiqiOup3bXYeNnKxugFFMG9hMlcSuvWMP39AAH
7MM+hEXIUP5ay+jPLJpVn+FFpxN0MFfqJPBVh94WAvpbQx5gOPdoNeF6H4cadJI=
=ksI9
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to