Your message dated Thu, 17 Nov 2011 21:07:51 +0000
with message-id <[email protected]>
and subject line Bug#646297: fixed in spread 3.17.4-3
has caused the Debian Bug report #646297,
regarding spread: FTBFS: Spread.xs:463:4: error: format not a string literal
and no format arguments [-Werror=format-security]
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.)
--
646297: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=646297
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: spread
Version: 3.17.4-2.1
Severity: serious
Justification: FTBFS
This package FTBFS for me on a clean sid i386 chroot:
cc -c -I ../.. -I ../spread-src-3.17.0/ -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fn
o-strict-aliasing -pipe -fstack-protector -I/usr/local/include -D_LARGEFILE_SOUR
CE -D_FILE_OFFSET_BITS=64 -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wf
ormat -Wformat-security -Werror=format-security -Wall -fstack-protector -fPIC
-DVERSION=\"3.17.0-1.04\" -DXS_VERSION=\"3.17.0-1.04\" -fPIC "-I/usr/lib/perl/5.
12/CORE" Spread.c
Spread.c: In function 'XS_Spread_connect_i':
Spread.c:612:7: warning: unused variable 'RETVAL' [-Wunused-variable]
Spread.xs: In function 'XS_Spread_multicast':
Spread.xs:612:3: warning: pointer targets in passing argument 3 of
'Perl_sv_2pv_flags' differ in signedness [-Wpointer-sign]
/usr/lib/perl/5.12/CORE/proto.h:3167:21: note: expected 'STRLEN * const' but
argument is of type 'int *'
Spread.xs:622:4: warning: suggest parentheses around assignment used as truth
value [-Wparentheses]
Spread.xs:629:4: warning: pointer targets in passing argument 3 of
'Perl_sv_2pv_flags' differ in signedness [-Wpointer-sign]
/usr/lib/perl/5.12/CORE/proto.h:3167:21: note: expected 'STRLEN * const' but
argument is of type 'int *'
Spread.xs:640:5: warning: passing argument 4 of 'SP_multigroup_multicast' from
incompatible pointer type [enabled by default]
../../sp_func.h:68:5: note: expected 'const char (*)[32]' but argument is of
type 'char *'
Spread.xs: In function 'XS_Spread_receive':
Spread.xs:711:3: warning: passing argument 6 of 'SP_receive' from incompatible
pointer type [enabled by default]
../../sp_func.h:80:5: note: expected 'char (*)[32]' but argument is of type
'char *'
Spread.c:838:7: warning: unused variable 'RETVAL' [-Wunused-variable]
Spread.xs:668:52: warning: variable 'ERROR' set but not used
[-Wunused-but-set-variable]
Spread.xs:731:2: warning: label 'still_okay' defined but not used
[-Wunused-label]
Spread.xs: In function 'boot_Spread':
Spread.xs:463:4: error: format not a string literal and no format arguments
[-Werror=format-security]
Spread.c: At top level:
Spread.xs:82:1: warning: 'not_here' defined but not used [-Wunused-function]
cc1: some warnings being treated as errors
make[1]: *** [Spread.o] Error 1
make[1]: Leaving directory
`/build/dom-spread_3.17.4-2.1-i386-lDQvsk/spread-3.17.4/perl/Spread'
make: *** [build/libspread-perl] Error 2
dpkg-buildpackage: error: debian/rules build gave error exit status 2
--
Dominic Hargreaves | http://www.larted.org.uk/~dom/
PGP key 5178E2A5 from the.earth.li (keyserver,web,email)
--- End Message ---
--- Begin Message ---
Source: spread
Source-Version: 3.17.4-3
We believe that the bug you reported is fixed in the latest version of
spread, which is due to be installed in the Debian FTP archive:
libspread-perl_3.17.4-3_i386.deb
to main/s/spread/libspread-perl_3.17.4-3_i386.deb
libspread1-dev_3.17.4-3_i386.deb
to main/s/spread/libspread1-dev_3.17.4-3_i386.deb
libspread1_3.17.4-3_i386.deb
to main/s/spread/libspread1_3.17.4-3_i386.deb
spread_3.17.4-3.diff.gz
to main/s/spread/spread_3.17.4-3.diff.gz
spread_3.17.4-3.dsc
to main/s/spread/spread_3.17.4-3.dsc
spread_3.17.4-3_i386.deb
to main/s/spread/spread_3.17.4-3_i386.deb
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 spread 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: SHA256
Format: 1.8
Date: Thu, 17 Nov 2011 17:49:22 +0100
Source: spread
Binary: libspread1-dev libspread1 libspread-perl spread
Architecture: source i386
Version: 3.17.4-3
Distribution: unstable
Urgency: medium
Maintainer: Debian QA Group <[email protected]>
Changed-By: gregor herrmann <[email protected]>
Description:
libspread-perl - Perl bindings for the Spread messaging service
libspread1 - C library for the Spread messaging service
libspread1-dev - Development files for libspread
spread - The Spread messaging daemon
Closes: 646297
Changes:
spread (3.17.4-3) unstable; urgency=medium
.
* QA upload.
* Set maintainer to Debian QA Group <[email protected]>; cf. #489314.
* Fix "FTBFS: Spread.xs:463:4: error: format not a string literal and no
format arguments [-Werror=format-security]":
add patch 03_Werror_format-security.dpatch that adds a format argument.
(Closes: #646297)
* Don't ship /var/run/spread but create it in the init script (lintian
error).
* Set urgency to medium (RC bug fix, perl 5.14 transition).
Checksums-Sha1:
bc9f04dc5e0146959bb059bf67b1c0512aac2d3c 1865 spread_3.17.4-3.dsc
2a519b155f411a1ae489ad609821b1fd12f9988b 11747 spread_3.17.4-3.diff.gz
f9383af7a888379bf3bf4cb829360904047c68ba 87544 libspread1-dev_3.17.4-3_i386.deb
8cf952b2f2fa1a51fa1f145f12efad086c1c6736 61918 libspread1_3.17.4-3_i386.deb
4a3fe3555b2984e7f5990ca01f15c64b5b4a154e 33976 libspread-perl_3.17.4-3_i386.deb
c9344d71fd80d3000b1f6ebd7ed52478af6ebce7 216330 spread_3.17.4-3_i386.deb
Checksums-Sha256:
426af33dab2d6062754a184d8d1a76b5daf6d4fe260c2270b6acddf81edfded0 1865
spread_3.17.4-3.dsc
e7689ccab866c5ec51426baaeb63bb2a7cce9d1960af9d338a4cca4365f81ae7 11747
spread_3.17.4-3.diff.gz
8d3f278e0472f30401e4e1bd4368ca39bd7d0a99fdf1719b7dd0f9ff74d516e4 87544
libspread1-dev_3.17.4-3_i386.deb
83cb69ecbe9035c0bcb461ee6e0141d32992d64e90be0db0f0d43260efeec47c 61918
libspread1_3.17.4-3_i386.deb
a9ac6aa04381ddc2348026c5c95107e5a203d9a8788882666071c7d5a0bb5fc2 33976
libspread-perl_3.17.4-3_i386.deb
2ca279f1b5b3fca2d0e1eb88454006652676e8f23faa63ca3735083d9d9f0b3c 216330
spread_3.17.4-3_i386.deb
Files:
1d10d9e1b5f0923ebd326e0f05e814d3 1865 net optional spread_3.17.4-3.dsc
f7e2a55939f9d20940f5b76391ab6a33 11747 net optional spread_3.17.4-3.diff.gz
ed0df7130c70919128bd132c7a11806a 87544 libdevel optional
libspread1-dev_3.17.4-3_i386.deb
0342a4ff5504af958db4e5fb2326b33d 61918 libs optional
libspread1_3.17.4-3_i386.deb
597993e08323a0fc009be26d303d08a7 33976 perl optional
libspread-perl_3.17.4-3_i386.deb
e996f133bd3ad035cbe6698562027031 216330 net optional spread_3.17.4-3_i386.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (GNU/Linux)
iQIcBAEBCAAGBQJOxXEVAAoJELs6aAGGSaoGj08P/0Yf1JQVk3x7orOn17wbJTIn
8WCuMbWuJwTWIRQ/sS1OgoklhZU1WYswDErdjxYnIf4NCQjgM3PsIaGr+JUNA8bR
k6rJANBxXTypbnyaJ0N/ZHariJCS0kXWyqZDvp7SsJO9fRGxxV1UmeBVa1TVPgcO
rntFmyobqsAYRN+ORg0Si/fee6RKZu/Ci/kyjAhlhRt6yHj6OagnZlz0FfL8Dtkh
zN6GCIP9sOJlmy7g4aoJBKX91Gb1Olw6rP4vDHXU7uP2yqtczOZaTEs8+LguyohJ
IAuFJqNCnfJMkvhcxsPOXTI4pZAtmFHPmC1HnAMtm0uQMwTq2BZYG6XIBDqmvYzI
fEjVKYTLZfa4j/iAQw+cGyZ1agWM5DY816neFdZ2/DIf0T4qRFvf1KjuMj6QfjA3
3ue9bKyKdI/am5SKACzbScpavcP4xuIKg4EL27XVAy6DaDk66uL6hjK+P0Td0BAM
XEJHw61vdbHiXb4+U1yn+Hz9EknA9rGNpYjeckdhbHIfPlQ/rLB5GFTFdnNOWHoX
wzIuc3N3k++fwD8/3wM8sFlnj8DYL34+Bgxq9DBttVmxJTH7gyTRIh8ctEDwpc1h
ALEtsofRdD7hlzjZoUenkjnBfguERrHpyIhV6zU51na12ZnKnnF9Q4QFAR5SqSSb
HBXdRJds6ehtWnM/JY3z
=70oq
-----END PGP SIGNATURE-----
--- End Message ---