Your message dated Sun, 26 Jul 2015 17:21:43 +0000
with message-id <[email protected]>
and subject line Bug#778120: fixed in sipsak 0.9.6-2.3
has caused the Debian Bug report #778120,
regarding sipsak: 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 [email protected]
immediately.)


-- 
778120: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=778120
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: src:sipsak
Version: 0.9.6-2.2
Severity: normal
Tags: sid stretch
User: [email protected]
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/sipsak_0.9.6-2.2_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

[...]
make[1]: Entering directory '/«PKGBUILDDIR»'
/usr/bin/make  all-am
make[2]: Entering directory '/«PKGBUILDDIR»'
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.     -Wall -g -O2 -Wall 
-fstack-protector -I/usr/include/p11-kit-1  -I/usr/include -MT auth.o -MD -MP 
-MF .deps/auth.Tpo -c -o auth.o auth.c
mv -f .deps/auth.Tpo .deps/auth.Po
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.     -Wall -g -O2 -Wall 
-fstack-protector -I/usr/include/p11-kit-1  -I/usr/include -MT header_f.o -MD 
-MP -MF .deps/header_f.Tpo -c -o header_f.o header_f.c
mv -f .deps/header_f.Tpo .deps/header_f.Po
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.     -Wall -g -O2 -Wall 
-fstack-protector -I/usr/include/p11-kit-1  -I/usr/include -MT helper.o -MD -MP 
-MF .deps/helper.Tpo -c -o helper.o helper.c
mv -f .deps/helper.Tpo .deps/helper.Po
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.     -Wall -g -O2 -Wall 
-fstack-protector -I/usr/include/p11-kit-1  -I/usr/include -MT md5.o -MD -MP 
-MF .deps/md5.Tpo -c -o md5.o md5.c
mv -f .deps/md5.Tpo .deps/md5.Po
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.     -Wall -g -O2 -Wall 
-fstack-protector -I/usr/include/p11-kit-1  -I/usr/include -MT request.o -MD 
-MP -MF .deps/request.Tpo -c -o request.o request.c
In file included from request.c:29:0:
header_f.h:64:14: warning: inline function 'get_body' declared but never defined
 inline char* get_body(char *mes);
              ^
mv -f .deps/request.Tpo .deps/request.Po
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.     -Wall -g -O2 -Wall 
-fstack-protector -I/usr/include/p11-kit-1  -I/usr/include -MT shoot.o -MD -MP 
-MF .deps/shoot.Tpo -c -o shoot.o shoot.c
In file included from shoot.c:46:0:
header_f.h:64:14: warning: inline function 'get_body' declared but never defined
 inline char* get_body(char *mes);
              ^
mv -f .deps/shoot.Tpo .deps/shoot.Po
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.     -Wall -g -O2 -Wall 
-fstack-protector -I/usr/include/p11-kit-1  -I/usr/include -MT sipsak.o -MD -MP 
-MF .deps/sipsak.Tpo -c -o sipsak.o sipsak.c
In file included from sipsak.c:59:0:
header_f.h:64:14: warning: inline function 'get_body' declared but never defined
 inline char* get_body(char *mes);
              ^
mv -f .deps/sipsak.Tpo .deps/sipsak.Po
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.     -Wall -g -O2 -Wall 
-fstack-protector -I/usr/include/p11-kit-1  -I/usr/include -MT exit_code.o -MD 
-MP -MF .deps/exit_code.Tpo -c -o exit_code.o exit_code.c
mv -f .deps/exit_code.Tpo .deps/exit_code.Po
x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I.     -Wall -g -O2 -Wall 
-fstack-protector -I/usr/include/p11-kit-1  -I/usr/include -MT transport.o -MD 
-MP -MF .deps/transport.Tpo -c -o transport.o transport.c
In file included from transport.c:67:0:
header_f.h:64:14: warning: inline function 'get_body' declared but never defined
 inline char* get_body(char *mes);
              ^
mv -f .deps/transport.Tpo .deps/transport.Po
x86_64-linux-gnu-gcc  -Wall -g -O2 -Wall -fstack-protector 
-I/usr/include/p11-kit-1  -I/usr/include   -o sipsak auth.o header_f.o helper.o 
md5.o request.o shoot.o sipsak.o exit_code.o transport.o  -lgnutls  
-lgnutls-openssl -L/usr/lib -lruli
transport.o: In function `complete_mes':
/«PKGBUILDDIR»/transport.c:367: undefined reference to `get_body'
collect2: error: ld returned 1 exit status
make[2]: *** [sipsak] Error 1
Makefile:305: recipe for target 'sipsak' failed
make[2]: Leaving directory '/«PKGBUILDDIR»'
make[1]: *** [all] Error 2
Makefile:212: recipe for target 'all' failed
make[1]: Leaving directory '/«PKGBUILDDIR»'
make: *** [build-stamp] Error 2
debian/rules:38: recipe for target 'build-stamp' failed
dpkg-buildpackage: error: debian/rules build gave error exit status 2

--- End Message ---
--- Begin Message ---
Source: sipsak
Source-Version: 0.9.6-2.3

We believe that the bug you reported is fixed in the latest version of
sipsak, 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 [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
gregor herrmann <[email protected]> (supplier of updated sipsak 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: SHA512

Format: 1.8
Date: Tue, 21 Jul 2015 18:38:24 +0200
Source: sipsak
Binary: sipsak
Architecture: source
Version: 0.9.6-2.3
Distribution: unstable
Urgency: medium
Maintainer: Debian VoIP Team <[email protected]>
Changed-By: gregor herrmann <[email protected]>
Description:
 sipsak     - SIP Swiss army knife
Closes: 778120
Changes:
 sipsak (0.9.6-2.3) unstable; urgency=medium
 .
   * Non-maintainer upload.
   * Fix "ftbfs with GCC-5": apply patch from Brett Johnson:
     debian/rules: build with "-std=gnu89".
     (Closes: #778120)
Checksums-Sha1:
 c737da053e9587808c23135cc992c0b17de1476b 1879 sipsak_0.9.6-2.3.dsc
 94c5b4ce295279e6b6c0e2df05007df62d1f4e13 111745 sipsak_0.9.6-2.3.diff.gz
Checksums-Sha256:
 7df36528c11d0f928eaaa01abcb443d87b13975516d763fee5b60c333382e19a 1879 
sipsak_0.9.6-2.3.dsc
 7487058b4adbd53d8bd030e3e72a15ec54321391ebe7adfa5eec52646e6ba49f 111745 
sipsak_0.9.6-2.3.diff.gz
Files:
 5cd68669783edfba704c804e8bc6abf4 1879 net optional sipsak_0.9.6-2.3.dsc
 e192839b7ebb6fac431d239c7599385f 111745 net optional sipsak_0.9.6-2.3.diff.gz

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

iQJ8BAEBCgBmBQJVrnWpXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXREMUUxMzE2RTkzQTc2MEE4MTA0RDg1RkFC
QjNBNjgwMTg2NDlBQTA2AAoJELs6aAGGSaoG2F8P/13gFbOSc3QWBjq6LTcp/xpG
rCSqKyauLcPdbOMH6U0iiACGBPvdVgr5J2PO1YHfbPgn7ydbpjCALy0osiA7gFHS
ii3zJbFkbZxtQj1eRvZby/UAJc2pDXem9S0rc7wSXrhJPJJMqBCRMwMLXLAtTwKz
oRloEskMQv1cKbbAuQEaizRy0yVVlNf9B1m7tL14T+fYiXnPufpBhzCC5sCAJanW
ppB1Scb61sQZXEFsawYW0esrSSqqg71UjjEJh6my2UkCVrxjDcll7b1+LETsNo9o
EWZqGkkM1zVjo09C6bEfqpk373WX+alSud0PKzW6IO0SW3ipTPsWww/JgV7D1Ifi
01PsHjyiAU4mNEz5NGyskTnanyuS3X4E09/kWt/9vtfkQ09OnQ90Q0tPA61v80hT
ckpT2CuUPPVZRDubHpWKVJOgspyPRZNQhVGpbDeox8s7TSGr0bjKfhwrX4TceP+V
1or8ks9JQECTpLQFpaxH3jbfsE2LR0TNt/QQPeYxrTKixP9lD1VtrSJNWim1Hi27
BN3sUmgZvO/nVxcqkT+wI2fHU4uQFXxmPCM4rnHvBmq5ESM0mORUxm7ObBtOUOtY
uTudaIjwYh15zk9FSnJLRQIcV/rOS/tEKPPRaQJHGEd5jMfDcr9cGavHLlak/jen
XwtFKBXKuTgJg0Xj/J/X
=oUX7
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to