Your message dated Sun, 17 Jun 2012 23:38:36 +0000
with message-id <e1sgp3e-0003wu...@franck.debian.org>
and subject line Bug#676077: fixed in raspell 1.2-2
has caused the Debian Bug report #676077,
regarding raspell: FTBFS: ext/raspell.c:76:9: 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 ow...@bugs.debian.org
immediately.)


-- 
676077: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=676077
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: raspell
Version: 1.2-1
Severity: serious
Tags: wheezy sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20120604 qa-ftbfs
User: debian-r...@lists.debian.org
Usertags: default19
Justification: FTBFS on amd64

Hi,

During a rebuild of all packages in sid, your package failed to build on
amd64.

Relevant part:
> make[1]: Entering directory `/«PKGBUILDDIR»'
> compiling ext/raspell.c
> ext/raspell.c: In function 'check_for_error':
> ext/raspell.c:76:9: error: format not a string literal and no format 
> arguments [-Werror=format-security]
> ext/raspell.c: In function 'set_option':
> ext/raspell.c:90:9: error: format not a string literal and no format 
> arguments [-Werror=format-security]
> ext/raspell.c:94:9: error: format not a string literal and no format 
> arguments [-Werror=format-security]
> ext/raspell.c: In function 'set_options':
> ext/raspell.c:109:9: warning: implicit declaration of function 'STR2CSTR' 
> [-Wimplicit-function-declaration]
> ext/raspell.c:109:9: warning: passing argument 2 of 'set_option' makes 
> pointer from integer without a cast [enabled by default]
> ext/raspell.c:87:13: note: expected 'char *' but argument is of type 'int'
> ext/raspell.c:109:9: warning: passing argument 3 of 'set_option' makes 
> pointer from integer without a cast [enabled by default]
> ext/raspell.c:87:13: note: expected 'char *' but argument is of type 'int'
> ext/raspell.c: In function 'get_checker':
> ext/raspell.c:135:9: error: format not a string literal and no format 
> arguments [-Werror=format-security]
> ext/raspell.c: In function 'get_wordregexp':
> ext/raspell.c:164:19: warning: initialization makes pointer from integer 
> without a cast [enabled by default]
> ext/raspell.c: In function 'aspell_s_new':
> ext/raspell.c:203:5: warning: passing argument 3 of 'set_option' makes 
> pointer from integer without a cast [enabled by default]
> ext/raspell.c:87:13: note: expected 'char *' but argument is of type 'int'
> ext/raspell.c:205:5: warning: passing argument 3 of 'set_option' makes 
> pointer from integer without a cast [enabled by default]
> ext/raspell.c:87:13: note: expected 'char *' but argument is of type 'int'
> ext/raspell.c:207:5: warning: passing argument 3 of 'set_option' makes 
> pointer from integer without a cast [enabled by default]
> ext/raspell.c:87:13: note: expected 'char *' but argument is of type 'int'
> ext/raspell.c:209:5: warning: passing argument 3 of 'set_option' makes 
> pointer from integer without a cast [enabled by default]
> ext/raspell.c:87:13: note: expected 'char *' but argument is of type 'int'
> ext/raspell.c:217:9: error: format not a string literal and no format 
> arguments [-Werror=format-security]
> ext/raspell.c: In function 'aspell_s_new1':
> ext/raspell.c:256:9: error: format not a string literal and no format 
> arguments [-Werror=format-security]
> ext/raspell.c: In function 'aspell_set_option':
> ext/raspell.c:296:5: warning: passing argument 2 of 'set_option' makes 
> pointer from integer without a cast [enabled by default]
> ext/raspell.c:87:13: note: expected 'char *' but argument is of type 'int'
> ext/raspell.c:296:5: warning: passing argument 3 of 'set_option' makes 
> pointer from integer without a cast [enabled by default]
> ext/raspell.c:87:13: note: expected 'char *' but argument is of type 'int'
> ext/raspell.c: In function 'aspell_remove_option':
> ext/raspell.c:307:5: warning: passing argument 2 of 'aspell_config_remove' 
> makes pointer from integer without a cast [enabled by default]
> In file included from ext/raspell.h:6:0,
>                  from ext/raspell.c:2:
> /usr/include/aspell.h:166:5: note: expected 'const char *' but argument is of 
> type 'int'
> ext/raspell.c: In function 'aspell_set_suggestion_mode':
> ext/raspell.c:317:5: warning: passing argument 3 of 'set_option' makes 
> pointer from integer without a cast [enabled by default]
> ext/raspell.c:87:13: note: expected 'char *' but argument is of type 'int'
> ext/raspell.c: In function 'aspell_suggest':
> ext/raspell.c:375:5: warning: passing argument 2 of 'aspell_speller_suggest' 
> makes pointer from integer without a cast [enabled by default]
> In file included from ext/raspell.h:6:0,
>                  from ext/raspell.c:2:
> /usr/include/aspell.h:386:31: note: expected 'const char *' but argument is 
> of type 'int'
> ext/raspell.c: In function 'aspell_add_to_personal':
> ext/raspell.c:385:5: warning: passing argument 2 of 
> 'aspell_speller_add_to_personal' makes pointer from integer without a cast 
> [enabled by default]
> In file included from ext/raspell.h:6:0,
>                  from ext/raspell.c:2:
> /usr/include/aspell.h:359:5: note: expected 'const char *' but argument is of 
> type 'int'
> ext/raspell.c: In function 'aspell_add_to_session':
> ext/raspell.c:396:5: warning: passing argument 2 of 
> 'aspell_speller_add_to_session' makes pointer from integer without a cast 
> [enabled by default]
> In file included from ext/raspell.h:6:0,
>                  from ext/raspell.c:2:
> /usr/include/aspell.h:362:5: note: expected 'const char *' but argument is of 
> type 'int'
> ext/raspell.c: In function 'aspell_conf_retrieve':
> ext/raspell.c:410:5: warning: passing argument 2 of 'aspell_config_retrieve' 
> makes pointer from integer without a cast [enabled by default]
> In file included from ext/raspell.h:6:0,
>                  from ext/raspell.c:2:
> /usr/include/aspell.h:171:14: note: expected 'const char *' but argument is 
> of type 'int'
> ext/raspell.c:410:5: warning: passing argument 2 of 'aspell_config_retrieve' 
> makes pointer from integer without a cast [enabled by default]
> In file included from ext/raspell.h:6:0,
>                  from ext/raspell.c:2:
> /usr/include/aspell.h:171:14: note: expected 'const char *' but argument is 
> of type 'int'
> ext/raspell.c:410:5: warning: passing argument 2 of 'aspell_config_retrieve' 
> makes pointer from integer without a cast [enabled by default]
> In file included from ext/raspell.h:6:0,
>                  from ext/raspell.c:2:
> /usr/include/aspell.h:171:14: note: expected 'const char *' but argument is 
> of type 'int'
> ext/raspell.c:410:5: warning: passing argument 2 of 'aspell_config_retrieve' 
> makes pointer from integer without a cast [enabled by default]
> In file included from ext/raspell.h:6:0,
>                  from ext/raspell.c:2:
> /usr/include/aspell.h:171:14: note: expected 'const char *' but argument is 
> of type 'int'
> ext/raspell.c:412:9: error: format not a string literal and no format 
> arguments [-Werror=format-security]
> ext/raspell.c: In function 'aspell_conf_retrieve_list':
> ext/raspell.c:431:5: warning: passing argument 2 of 
> 'aspell_config_retrieve_list' makes pointer from integer without a cast 
> [enabled by default]
> In file included from ext/raspell.h:6:0,
>                  from ext/raspell.c:2:
> /usr/include/aspell.h:173:5: note: expected 'const char *' but argument is of 
> type 'int'
> ext/raspell.c:436:9: error: format not a string literal and no format 
> arguments [-Werror=format-security]
> ext/raspell.c: In function 'aspell_check':
> ext/raspell.c:477:5: warning: passing argument 2 of 'aspell_speller_check' 
> makes pointer from integer without a cast [enabled by default]
> In file included from ext/raspell.h:6:0,
>                  from ext/raspell.c:2:
> /usr/include/aspell.h:356:5: note: expected 'const char *' but argument is of 
> type 'int'
> ext/raspell.c:483:9: error: format not a string literal and no format 
> arguments [-Werror=format-security]
> ext/raspell.c: In function 'aspell_correct_lines':
> ext/raspell.c:527:18: warning: assignment makes pointer from integer without 
> a cast [enabled by default]
> ext/raspell.c:543:17: warning: passing argument 1 of 'strlen' makes pointer 
> from integer without a cast [enabled by default]
> In file included from /usr/include/ruby-1.9.1/ruby/ruby.h:48:0,
>                  from /usr/include/ruby-1.9.1/ruby.h:32,
>                  from ext/raspell.h:5,
>                  from ext/raspell.c:2:
> /usr/include/string.h:399:15: note: expected 'const char *' but argument is 
> of type 'int'
> ext/raspell.c:545:17: warning: passing argument 2 of 
> 'aspell_speller_store_replacement' makes pointer from integer without a cast 
> [enabled by default]
> In file included from ext/raspell.h:6:0,
>                  from ext/raspell.c:2:
> /usr/include/aspell.h:388:5: note: expected 'const char *' but argument is of 
> type 'int'
> ext/raspell.c:545:17: warning: passing argument 4 of 
> 'aspell_speller_store_replacement' makes pointer from integer without a cast 
> [enabled by default]
> In file included from ext/raspell.h:6:0,
>                  from ext/raspell.c:2:
> /usr/include/aspell.h:388:5: note: expected 'const char *' but argument is of 
> type 'int'
> ext/raspell.c:549:17: warning: passing argument 1 of 'strlen' makes pointer 
> from integer without a cast [enabled by default]
> In file included from /usr/include/ruby-1.9.1/ruby/ruby.h:48:0,
>                  from /usr/include/ruby-1.9.1/ruby.h:32,
>                  from ext/raspell.h:5,
>                  from ext/raspell.c:2:
> /usr/include/string.h:399:15: note: expected 'const char *' but argument is 
> of type 'int'
> ext/raspell.c:549:17: warning: passing argument 1 of 'strlen' makes pointer 
> from integer without a cast [enabled by default]
> In file included from /usr/include/ruby-1.9.1/ruby/ruby.h:48:0,
>                  from /usr/include/ruby-1.9.1/ruby.h:32,
>                  from ext/raspell.h:5,
>                  from ext/raspell.c:2:
> /usr/include/string.h:399:15: note: expected 'const char *' but argument is 
> of type 'int'
> ext/raspell.c: In function 'aspell_store_replacement':
> ext/raspell.c:573:5: warning: passing argument 2 of 
> 'aspell_speller_store_replacement' makes pointer from integer without a cast 
> [enabled by default]
> In file included from ext/raspell.h:6:0,
>                  from ext/raspell.c:2:
> /usr/include/aspell.h:388:5: note: expected 'const char *' but argument is of 
> type 'int'
> ext/raspell.c:573:5: warning: passing argument 4 of 
> 'aspell_speller_store_replacement' makes pointer from integer without a cast 
> [enabled by default]
> In file included from ext/raspell.h:6:0,
>                  from ext/raspell.c:2:
> /usr/include/aspell.h:388:5: note: expected 'const char *' but argument is of 
> type 'int'
> ext/raspell.c: In function 'aspell_correct_file':
> ext/raspell.c:588:9: warning: passing argument 1 of 'rb_file_open' makes 
> pointer from integer without a cast [enabled by default]
> In file included from /usr/include/ruby-1.9.1/ruby/ruby.h:1382:0,
>                  from /usr/include/ruby-1.9.1/ruby.h:32,
>                  from ext/raspell.h:5,
>                  from ext/raspell.c:2:
> /usr/include/ruby-1.9.1/ruby/intern.h:480:7: note: expected 'const char *' 
> but argument is of type 'int'
> ext/raspell.c: In function 'aspell_list_misspelled':
> ext/raspell.c:616:9: warning: passing argument 2 of 
> 'aspell_document_checker_process' makes pointer from integer without a cast 
> [enabled by default]
> In file included from ext/raspell.h:6:0,
>                  from ext/raspell.c:2:
> /usr/include/aspell.h:462:6: note: expected 'const char *' but argument is of 
> type 'int'
> ext/raspell.c: At top level:
> ext/raspell.c:163:14: warning: 'get_wordregexp' defined but not used 
> [-Wunused-function]
> ext/raspell.c:343:14: warning: 'aspell_main_wordlist' defined but not used 
> [-Wunused-function]
> ext/raspell.c:394:14: warning: 'aspell_add_to_session' defined but not used 
> [-Wunused-function]
> cc1: some warnings being treated as errors
> make[1]: *** [raspell.o] Error 1

The full build log is available from:
   http://people.debian.org/~lucas/logs/2012/06/04/raspell_1.2-1_unstable.log

A list of current common problems and possible solutions is available at 
http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute!

About the archive rebuild: The rebuild was done on EC2 VM instances from
Amazon Web Services, using a clean, minimal and up-to-date chroot. Every
failed build was retried once to eliminate random failures.



--- End Message ---
--- Begin Message ---
Source: raspell
Source-Version: 1.2-2

We believe that the bug you reported is fixed in the latest version of
raspell, which is due to be installed in the Debian FTP archive:

libraspell-ruby1.8_1.2-2_i386.deb
  to main/r/raspell/libraspell-ruby1.8_1.2-2_i386.deb
libraspell-ruby1.9.1_1.2-2_i386.deb
  to main/r/raspell/libraspell-ruby1.9.1_1.2-2_i386.deb
libraspell-ruby_1.2-2_all.deb
  to main/r/raspell/libraspell-ruby_1.2-2_all.deb
raspell_1.2-2.debian.tar.gz
  to main/r/raspell/raspell_1.2-2.debian.tar.gz
raspell_1.2-2.dsc
  to main/r/raspell/raspell_1.2-2.dsc



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

Debian distribution maintenance software
pp.
Alex Pennace <a...@pennace.org> (supplier of updated raspell 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...@debian.org)


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Format: 1.8
Date: Sun, 17 Jun 2012 19:04:38 -0400
Source: raspell
Binary: libraspell-ruby libraspell-ruby1.8 libraspell-ruby1.9.1
Architecture: source all i386
Version: 1.2-2
Distribution: unstable
Urgency: low
Maintainer: Alex Pennace <a...@pennace.org>
Changed-By: Alex Pennace <a...@pennace.org>
Description: 
 libraspell-ruby - An interface binding for the Aspell spelling checker.
 libraspell-ruby1.8 - An interface binding for the Aspell spelling checker.
 libraspell-ruby1.9.1 - An interface binding for the Aspell spelling checker.
Closes: 676077
Changes: 
 raspell (1.2-2) unstable; urgency=low
 .
   * Fix "FTBFS: ext/raspell.c:76:9: error: format not a string literal
     and no format arguments [-Werror=format-security]." Thanks to Lucas
     Nussbaum and Andreas Stuhrk. (Closes: #676077)
Checksums-Sha1: 
 66425a8b20c362f8b36718e4ed7c716beda6adba 1133 raspell_1.2-2.dsc
 b9cedd38cba9f9035329530f1a27b03c5227f699 3007 raspell_1.2-2.debian.tar.gz
 3cdf97c26ab92b8ca818d268498e2fab23c2987e 3344 libraspell-ruby_1.2-2_all.deb
 b59e252d16214eae5654132108d98a461e43ead4 10904 
libraspell-ruby1.8_1.2-2_i386.deb
 8bc034ab87254f0d52968da6d4d868078b8eb50c 11442 
libraspell-ruby1.9.1_1.2-2_i386.deb
Checksums-Sha256: 
 6e642fc8b372af00af326fcdc88afcde22b6eca5cbf03e74d83505cfff657d7c 1133 
raspell_1.2-2.dsc
 715a3a174132a2866ee5523ba097b9ff8a6d85e0415d70d8d6ab7fb3f601bfed 3007 
raspell_1.2-2.debian.tar.gz
 87f423dcf5c3847cdbdd0d0590e72a58a6b7e61635a89296f637d3854f49af6b 3344 
libraspell-ruby_1.2-2_all.deb
 76ed3d4d6daac656ac5acc93f56302f74a3cf52dec51f249d6a60204d5d6e336 10904 
libraspell-ruby1.8_1.2-2_i386.deb
 e2c56b936e96549b2f65809aab45c372af37505c49e425bafb44d5f5ff2bf4da 11442 
libraspell-ruby1.9.1_1.2-2_i386.deb
Files: 
 61fdd79cfb83aa25de49a8034d701856 1133 ruby extra raspell_1.2-2.dsc
 f541d748d1ec126bac5d73e5998940fc 3007 ruby extra raspell_1.2-2.debian.tar.gz
 573a26ab3053dc66854653cd140a96fa 3344 ruby extra libraspell-ruby_1.2-2_all.deb
 b4fcb9afe4b9f27c1996bc48a53d5e33 10904 ruby extra 
libraspell-ruby1.8_1.2-2_i386.deb
 8fec7d267a47bf82db3096df426125bf 11442 ruby extra 
libraspell-ruby1.9.1_1.2-2_i386.deb

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.10 (GNU/Linux)

iEYEARECAAYFAk/eZK8ACgkQ+coB1eJqbyh7rQCfSKcfAVJbMRJpD8s8b0Ecd54f
wi4AnRAEBxiWnosi5ZxIRqrcLd1wFSUI
=Ixi5
-----END PGP SIGNATURE-----



--- End Message ---

Reply via email to