Your message dated Sun, 02 Feb 2014 11:03:45 +0000
with message-id <e1w9uq1-0002m3...@franck.debian.org>
and subject line Bug#733391: fixed in abiword 3.0.0-3
has caused the Debian Bug report #733391,
regarding abiword: FTBFS: itex2MML.y:298:25: error: 'ret_str' undeclared (first 
use in this function)
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.)


-- 
733391: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=733391
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: abiword
Version: 2.9.2+svn20120603-8
Severity: serious
Tags: jessie sid
User: debian...@lists.debian.org
Usertags: qa-ftbfs-20131226 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part (hopefully):
> /bin/bash ../../../libtool  --tag=CC   --mode=compile gcc -DHAVE_CONFIG_H -I. 
> -I../../..   -D_FORTIFY_SOURCE=2 -Wall -Wextra -Wsign-compare -Wpointer-arith 
> -Wchar-subscripts -Wwrite-strings -Wmissing-noreturn -Wunused -Wpointer-arith 
> -Wshadow -Wno-overloaded-virtual  -g -O2 -fstack-protector 
> --param=ssp-buffer-size=4 -Wformat -Werror=format-security -MT y.tab.lo -MD 
> -MP -MF .deps/y.tab.Tpo -c -o y.tab.lo y.tab.c
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -D_FORTIFY_SOURCE=2 
> -Wall -Wextra -Wsign-compare -Wpointer-arith -Wchar-subscripts 
> -Wwrite-strings -Wmissing-noreturn -Wunused -Wpointer-arith -Wshadow 
> -Wno-overloaded-virtual -g -O2 -fstack-protector --param=ssp-buffer-size=4 
> -Wformat -Werror=format-security -MT lex.yy.lo -MD -MP -MF .deps/lex.yy.Tpo 
> -c lex.yy.c  -fPIC -DPIC -o .libs/lex.yy.o
> libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../../.. -D_FORTIFY_SOURCE=2 
> -Wall -Wextra -Wsign-compare -Wpointer-arith -Wchar-subscripts 
> -Wwrite-strings -Wmissing-noreturn -Wunused -Wpointer-arith -Wshadow 
> -Wno-overloaded-virtual -g -O2 -fstack-protector --param=ssp-buffer-size=4 
> -Wformat -Werror=format-security -MT y.tab.lo -MD -MP -MF .deps/y.tab.Tpo -c 
> y.tab.c  -fPIC -DPIC -o .libs/y.tab.o
> cc1: warning: command line option '-Wno-overloaded-virtual' is valid for 
> C++/ObjC++ but not for C [enabled by default]
> cc1: warning: command line option '-Wno-overloaded-virtual' is valid for 
> C++/ObjC++ but not for C [enabled by default]
> itex2MML.y:124:33: warning: initialization discards 'const' qualifier from 
> pointer target type [enabled by default]
>   char * itex2MML_empty_string = "";
>                                  ^
> itex2MML.y: In function 'itex2MML_yyparse':
> itex2MML.y:298:25: error: 'ret_str' undeclared (first use in this function)
>    char ** r = (char **) ret_str;
>                          ^
> itex2MML.y:298:25: note: each undeclared identifier is reported only once for 
> each function it appears in
> y.tab.c:5626:7: warning: passing argument 1 of 'itex2MML_yyerror' discards 
> 'const' qualifier from pointer target type [enabled by default]
>        yyerror (YY_("syntax error"));
>        ^
> y.tab.c:65:25: note: expected 'char *' but argument is of type 'const char *'
>  #define yyerror         itex2MML_yyerror
>                          ^
> itex2MML.y:30:14: note: in expansion of macro 'yyerror'
>   static void yyerror (char * s)
>               ^
> y.tab.c:5770:3: warning: passing argument 1 of 'itex2MML_yyerror' discards 
> 'const' qualifier from pointer target type [enabled by default]
>    yyerror (YY_("memory exhausted"));
>    ^
> y.tab.c:65:25: note: expected 'char *' but argument is of type 'const char *'
>  #define yyerror         itex2MML_yyerror
>                          ^
> itex2MML.y:30:14: note: in expansion of macro 'yyerror'
>   static void yyerror (char * s)
>               ^
> itex2MML.y: In function 'itex2MML_parse':
> itex2MML.y:1771:3: error: too many arguments to function 'itex2MML_yyparse'
>    result = itex2MML_yyparse (&mathml);
>    ^
> y.tab.c:63:25: note: declared here
>  #define yyparse         itex2MML_yyparse
>                          ^
> y.tab.c:2839:1: note: in expansion of macro 'yyparse'
>  yyparse (void)
>  ^
> itex2MML.y: In function 'itex2MML_filter':
> itex2MML.y:1786:3: error: too many arguments to function 'itex2MML_yyparse'
>    return itex2MML_yyparse (0);
>    ^
> y.tab.c:63:25: note: declared here
>  #define yyparse         itex2MML_yyparse
>                          ^
> y.tab.c:2839:1: note: in expansion of macro 'yyparse'
>  yyparse (void)
>  ^
> itex2MML.y: In function 'itex2MML_html_filter':
> itex2MML.y:1807:3: warning: implicit declaration of function 
> 'itex2MML_do_html_filter' [-Wimplicit-function-declaration]
>    return itex2MML_do_html_filter (buffer, length, 0);
>    ^
> itex2MML.y: In function 'itex2MML_do_html_filter':
> itex2MML.y:1851:2: warning: label '_until_html' defined but not used 
> [-Wunused-label]
>   _until_html:
>   ^
> itex2MML.l: In function 's_itex2MML_read':
> itex2MML.l:1090:15: warning: comparison between signed and unsigned integer 
> expressions [-Wsign-compare]
>   {
>                ^
> itex2MML.l: At top level:
> lex.yy.c:5740:16: warning: 'input' defined but not used [-Wunused-function]
>      static int input  (void)
>                 ^
> make[6]: *** [y.tab.lo] Error 1

The full build log is available from:
   
http://aws-logs.debian.net/ftbfs-logs/2013/12/26/abiword_2.9.2+svn20120603-8_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: abiword
Source-Version: 3.0.0-3

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

Debian distribution maintenance software
pp.
Dmitry Smirnov <only...@debian.org> (supplier of updated abiword 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: Sun, 02 Feb 2014 20:49:49 +1100
Source: abiword
Binary: abiword-common abiword abiword-plugin-grammar abiword-plugin-mathview 
libabiword-3.0 libabiword-3.0-dev abiword-dbg
Architecture: source all amd64
Version: 3.0.0-3
Distribution: unstable
Urgency: medium
Maintainer: Dmitry Smirnov <only...@debian.org>
Changed-By: Dmitry Smirnov <only...@debian.org>
Description: 
 abiword    - efficient, featureful word processor with collaboration
 abiword-common - efficient, featureful word processor with collaboration -- 
common
 abiword-dbg - debugging symbols for abiword word processor
 abiword-plugin-grammar - grammar checking plugin for AbiWord
 abiword-plugin-mathview - equation editor plugin for AbiWord
 libabiword-3.0 - efficient, featureful word processor with collaboration -- 
shared
 libabiword-3.0-dev - efficient, featureful word processor with collaboration 
-- develo
Closes: 677402 705145 733391
Changes: 
 abiword (3.0.0-3) unstable; urgency=medium
 .
   * Upload to unstable (Closes: #677402, #705145).
   * New patch to fix FTBFS with bison v3 (Closes: #733391).
Checksums-Sha1: 
 ea43f8301f4a63faf5079f7f192b6dee2a63c300 2812 abiword_3.0.0-3.dsc
 c5772f8961198c3965592fd18a5997694e59c0fa 44124 abiword_3.0.0-3.debian.tar.xz
 6534bbe864b279c133fbe272d32d959bc92e09a3 1656798 abiword-common_3.0.0-3_all.deb
 1de95cd265aa1a9d2230b50fe94b5c1c09976b97 1165808 abiword_3.0.0-3_amd64.deb
 2989ae1e64a09afedb70e4c1ba89aa9faa6cba6a 46458 
abiword-plugin-grammar_3.0.0-3_amd64.deb
 ae573bf788a5cb53eef40b19966f743ad2aa96dd 122900 
abiword-plugin-mathview_3.0.0-3_amd64.deb
 2fb7ab3e83bcbc0e8c0b1b2f500210a63f0fa18c 2010032 
libabiword-3.0_3.0.0-3_amd64.deb
 e3fbea89599c14536318160e808f8f071193ccb2 42682 
libabiword-3.0-dev_3.0.0-3_amd64.deb
 22783cf724a856a5a096b4b46bc40a0772ab537b 30312764 abiword-dbg_3.0.0-3_amd64.deb
Checksums-Sha256: 
 381159a1febfa1eaf50c19e500c909e495e85aef555a889c93b6e225052d47c3 2812 
abiword_3.0.0-3.dsc
 271e2bde2c1a2253526fe626aed80024cef44e70e8419895c8285508a9e57a53 44124 
abiword_3.0.0-3.debian.tar.xz
 89b785f6827f9889632653764be4baefae12afee717345a7d2804cd311b4561a 1656798 
abiword-common_3.0.0-3_all.deb
 c20a738a00d088c8b975ca4c9549f1f9f9ca187599bbb2207fc9357502b13fc5 1165808 
abiword_3.0.0-3_amd64.deb
 ca0570ed1c578da96bc1cbc009058c3ac4c3c29cd6aeaaffe4b3b6d322afad71 46458 
abiword-plugin-grammar_3.0.0-3_amd64.deb
 04c8652a51572d47d4e88fcdb2eee4f307a4d8bc63f5c294d1a56a2c7cec7b97 122900 
abiword-plugin-mathview_3.0.0-3_amd64.deb
 ef8a2fe82458e357eb9aa261975dc299b89b6fbaf108ada0edbef4e76068bcca 2010032 
libabiword-3.0_3.0.0-3_amd64.deb
 2a9b6acb4592050a0f308f2491877e9cd3be93b7068cbf75615c89123a40d6cc 42682 
libabiword-3.0-dev_3.0.0-3_amd64.deb
 83c847cc05fa3f52e2209008b5e7bf3d6b9c254ccfb67f75f38a3773f5fe8bf1 30312764 
abiword-dbg_3.0.0-3_amd64.deb
Files: 
 70e0643ede268158581f970d2e42f627 2812 gnome optional abiword_3.0.0-3.dsc
 87de9a6dd61a9a3383f7bf2674ab813c 44124 gnome optional 
abiword_3.0.0-3.debian.tar.xz
 f74075e898e43b28db798d50ed5ebf50 1656798 editors optional 
abiword-common_3.0.0-3_all.deb
 2fd27b08c646180289aedc324e682366 1165808 editors optional 
abiword_3.0.0-3_amd64.deb
 e26f5da58c955e3fbdca43fbcb35521f 46458 editors optional 
abiword-plugin-grammar_3.0.0-3_amd64.deb
 78be804c3b8c6e098912c363eb2a6497 122900 editors optional 
abiword-plugin-mathview_3.0.0-3_amd64.deb
 9ffdd41e0da490a436c8a66fe560e6a8 2010032 libs optional 
libabiword-3.0_3.0.0-3_amd64.deb
 3e017869f4f3dd0a4d69943b6cf79dcc 42682 libdevel optional 
libabiword-3.0-dev_3.0.0-3_amd64.deb
 1abaadfc2d4211fe1145f402d663a665 30312764 debug extra 
abiword-dbg_3.0.0-3_amd64.deb

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

iQIcBAEBCAAGBQJS7h1dAAoJEFK2u9lTlo0bhQwQALM2dfNdbdvUjGlkdmRheofV
sxH+OyOFxPVpkRLLCDWtZUeB7j2kgS4iuHjlHDF6CJqNT6GRFjdfvqwvWw8HYlKV
Fe8CDSjtzf5sW2FZqz56FsY3iaCWGAXLXr8YOgHlsbkSyOomQ3z6C7OGdJ3G5KGe
MkyDjDvatfEVVSRNSqeIWfJ3wb9m3iMY25p4jvmaKf08oVR1QG0iRNlMoZGcz2Hh
7uqr2jjLXTaMLoaFVuyLtQ8TFCGQeXPDNbmpsNxunGSdVmNF2Rtp416bEjsLf1Dy
q31Q3YsAN8FJ5RYsajXCx+j9Q49v3qXXgHL8+EmlVhd9laxBYD9M9K49IAtxD94y
831x1D/fftoCLQ+N9USRtzr1VFKDI04AiBaB7Znm/4BARzeCYi0CQwFpGYdSfRAU
hc6c5+NhgBhD9v45hmkM//C9UQOT5FhUol18Zmvx+sv6+z3e6yEv3AfARYFxvPba
0Une96dy1FMwytsuWY8cdK88aGJaLrL7rOde2e8Iax628cB96pO2R44QVNzCiPHL
KwPEo/3g+hU1J9/6szN7Rv0o/e4Tb7LHYmko8oAUVSM7y9aGLYhr9HeodzBbQjKJ
9u6yoMfKeBbBeHY/Ze4iiZ4dqmkhX2enDpC3uuD18WTXORCvmKbdlNT4/8jh8Dy+
RRgZ2SKdFMo8KLYD1AJh
=Ogtv
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to