Your message dated Thu, 15 Aug 2013 21:09:54 +0000
with message-id <[email protected]>
and subject line Bug#713734: fixed in xchat-gnome
1:0.30.0~git20110821.e2a400-0.3
has caused the Debian Bug report #713734,
regarding xchat-gnome: FTBFS: perl.c:1343:1: error: no previous prototype for
'xchat_plugin_get_info' [-Werror=missing-prototypes]
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.)
--
713734: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=713734
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: xchat-gnome
Version: 1:0.30.0~git20110821.e2a400-0.2
Severity: serious
Tags: jessie sid
User: [email protected]
Usertags: qa-ftbfs-20130620 qa-ftbfs
Justification: FTBFS on amd64
Hi,
During a rebuild of all packages in sid, your package failed to build on
amd64.
Relevant part:
> /bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99
> -DHAVE_CONFIG_H -I. -I../.. -I./.. -D_FORTIFY_SOURCE=2 -D_REENTRANT
> -D_GNU_SOURCE -DDEBIAN -fstack-protector -fno-strict-aliasing -pipe
> -I/usr/local/include -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64
> -I/usr/lib/perl/5.14/CORE -pthread -I/usr/include/glib-2.0
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/gtk-2.0
> -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include -I/usr/include/atk-1.0
> -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pango-1.0
> -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1 -I/usr/include/freetype2
> -I/usr/include/libpng12 -I/usr/include/libdrm -I/usr/include/harfbuzz
> -I/usr/include/gconf/2 -I/usr/include/dbus-1.0
> -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/lib/glib-2.0/include
> -I/usr/lib/gtk-2.0/include -I/usr/include/libxml2 -Wall -Wstrict-prototypes
> -Wnested-externs -Werror=missing-prototypes
> -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self
> -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs
> -fgnu89-inline -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat
> -Werror=format-security -Wall -c -o perl_la-perl.lo `test -f 'perl.c' || echo
> './'`perl.c
> libtool: compile: gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I./..
> -D_FORTIFY_SOURCE=2 -D_REENTRANT -D_GNU_SOURCE -DDEBIAN -fstack-protector
> -fno-strict-aliasing -pipe -I/usr/local/include -D_LARGEFILE_SOURCE
> -D_FILE_OFFSET_BITS=64 -I/usr/lib/perl/5.14/CORE -pthread
> -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
> -I/usr/include/gtk-2.0 -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include
> -I/usr/include/atk-1.0 -I/usr/include/cairo -I/usr/include/gdk-pixbuf-2.0
> -I/usr/include/pango-1.0 -I/usr/include/gio-unix-2.0/ -I/usr/include/pixman-1
> -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libdrm
> -I/usr/include/harfbuzz -I/usr/include/gconf/2 -I/usr/include/dbus-1.0
> -I/usr/lib/x86_64-linux-gnu/dbus-1.0/include -I/usr/lib/glib-2.0/include
> -I/usr/lib/gtk-2.0/include -I/usr/include/libxml2 -Wall -Wstrict-prototypes
> -Wnested-externs -Werror=missing-prototypes
> -Werror=implicit-function-declaration -Werror=pointer-arith -Werror=init-self
> -Werror=format-security -Werror=format=2 -Werror=missing-include-dirs
> -fgnu89-inline -g -O2 -fstack-protector --param=ssp-buffer-size=4 -Wformat
> -Werror=format-security -Wall -c perl.c -fPIC -DPIC -o .libs/perl_la-perl.o
> cc1: warning: /usr/lib/glib-2.0/include: No such file or directory [enabled
> by default]
> cc1: warning: /usr/lib/gtk-2.0/include: No such file or directory [enabled by
> default]
> In file included from perl.c:34:0:
> ../../config.h:157:0: warning: "_GNU_SOURCE" redefined [enabled by default]
> #define _GNU_SOURCE /**/
> ^
> <command-line>:0:0: note: this is the location of the previous definition
> In file included from /usr/lib/perl/5.14/CORE/perl.h:5018:0,
> from perl.c:107:
> perl.c: In function 'execute_perl':
> /usr/lib/perl/5.14/CORE/pp.h:125:16: warning: value computed is not used
> [-Wunused-value]
> #define POPs (*sp--)
> ^
> perl.c:145:3: note: in expansion of macro 'POPs'
> POPs; /* remove undef from the top of the stack */
> ^
> perl.c: In function 'fd_cb':
> /usr/lib/perl/5.14/CORE/pp.h:125:16: warning: value computed is not used
> [-Wunused-value]
> #define POPs (*sp--)
> ^
> perl.c:227:3: note: in expansion of macro 'POPs'
> POPs; /* remove undef from the top of the stack */
> ^
> perl.c: In function 'timer_cb':
> /usr/lib/perl/5.14/CORE/pp.h:125:16: warning: value computed is not used
> [-Wunused-value]
> #define POPs (*sp--)
> ^
> perl.c:257:3: note: in expansion of macro 'POPs'
> POPs; /* remove undef from the top of the stack */
> ^
> perl.c: In function 'server_cb':
> /usr/lib/perl/5.14/CORE/pp.h:125:16: warning: value computed is not used
> [-Wunused-value]
> #define POPs (*sp--)
> ^
> perl.c:320:3: note: in expansion of macro 'POPs'
> POPs; /* remove undef from the top of the stack */
> ^
> perl.c: In function 'command_cb':
> /usr/lib/perl/5.14/CORE/pp.h:125:16: warning: value computed is not used
> [-Wunused-value]
> #define POPs (*sp--)
> ^
> perl.c:367:3: note: in expansion of macro 'POPs'
> POPs; /* remove undef from the top of the stack */
> ^
> perl.c: In function 'print_cb':
> /usr/lib/perl/5.14/CORE/pp.h:125:16: warning: value computed is not used
> [-Wunused-value]
> #define POPs (*sp--)
> ^
> perl.c:441:3: note: in expansion of macro 'POPs'
> POPs; /* remove undef from the top of the stack */
> ^
> In file included from perl.c:108:0:
> perl.c: In function 'XS_Xchat_context_info':
> /usr/lib/perl/5.14/CORE/XSUB.h:137:20: warning: unused variable 'items'
> [-Wunused-variable]
> #define dITEMS I32 items = (I32)(SP - MARK)
> ^
> /usr/lib/perl/5.14/CORE/XSUB.h:145:16: note: in expansion of macro 'dITEMS'
> dSP; dAXMARK; dITEMS
> ^
> perl.c:603:2: note: in expansion of macro 'dXSARGS'
> dXSARGS;
> ^
> perl.c: At top level:
> perl.c:1343:1: error: no previous prototype for 'xchat_plugin_get_info'
> [-Werror=missing-prototypes]
> xchat_plugin_get_info (char **name, char **desc, char **version,
> ^
> perl.c:1360:1: error: no previous prototype for 'xchat_plugin_init'
> [-Werror=missing-prototypes]
> xchat_plugin_init (xchat_plugin * plugin_handle, char **plugin_name,
> ^
> perl.c:1395:1: error: no previous prototype for 'xchat_plugin_deinit'
> [-Werror=missing-prototypes]
> xchat_plugin_deinit (xchat_plugin * plugin_handle)
> ^
> cc1: some warnings being treated as errors
> make[5]: *** [perl_la-perl.lo] Error 1
The full build log is available from:
http://aws-logs.debian.net/ftbfs-logs/2013/06/20/xchat-gnome_0.30.0~git20110821.e2a400-0.2_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: xchat-gnome
Source-Version: 1:0.30.0~git20110821.e2a400-0.3
We believe that the bug you reported is fixed in the latest version of
xchat-gnome, 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.
Dominic Hargreaves <[email protected]> (supplier of updated xchat-gnome 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: SHA1
Format: 1.8
Date: Thu, 15 Aug 2013 22:12:00 +0200
Source: xchat-gnome
Binary: xchat-gnome xchat-gnome-common
Architecture: source all amd64
Version: 1:0.30.0~git20110821.e2a400-0.3
Distribution: unstable
Urgency: medium
Maintainer: Debian GNOME Maintainers
<[email protected]>
Changed-By: Dominic Hargreaves <[email protected]>
Description:
xchat-gnome - simple and featureful IRC client for GNOME
xchat-gnome-common - data files for XChat-GNOME
Closes: 713734
Changes:
xchat-gnome (1:0.30.0~git20110821.e2a400-0.3) unstable; urgency=medium
.
* Non-maintainer upload.
* Apply patches 120-fix-clipboard-segfault.patch and
define_functions_fix_build.patch from Ubuntu fixing FTBFS
(Closes: 713734)
Checksums-Sha1:
a34a27dd5fbbb76aa4f048f8d2898cc868423073 1819
xchat-gnome_0.30.0~git20110821.e2a400-0.3.dsc
c3431ef5107934bdb37a9d466f24e0d19351b55a 10253
xchat-gnome_0.30.0~git20110821.e2a400-0.3.debian.tar.gz
fb5fb2019e2d125d44b8683c7ce31d39498a6ff5 1549332
xchat-gnome-common_0.30.0~git20110821.e2a400-0.3_all.deb
1673ab71ea8d10d912860d3d7851428e1422828c 534874
xchat-gnome_0.30.0~git20110821.e2a400-0.3_amd64.deb
Checksums-Sha256:
42c34f2ef7cd8febf2d30a4bb7a7065f2ab6d7e74ddc70e00d756f272ad33b82 1819
xchat-gnome_0.30.0~git20110821.e2a400-0.3.dsc
83af243229e45c800c6059dabbff2c6c429d1de33a365605f13bebb4a3a58ec9 10253
xchat-gnome_0.30.0~git20110821.e2a400-0.3.debian.tar.gz
310072392a33417a8db4b87055df742a105a6466d6c5c579681a48ccfde6feeb 1549332
xchat-gnome-common_0.30.0~git20110821.e2a400-0.3_all.deb
1c993b95fd66fa41fead181ca26c6066356b18ea83440c6492c4fa075e5a014d 534874
xchat-gnome_0.30.0~git20110821.e2a400-0.3_amd64.deb
Files:
759e7077ae1687d9e12d228bba6c59fb 1819 gnome optional
xchat-gnome_0.30.0~git20110821.e2a400-0.3.dsc
62f413b9b456078c75f38f527e2a1340 10253 gnome optional
xchat-gnome_0.30.0~git20110821.e2a400-0.3.debian.tar.gz
2fd55c2407c2e9a4f802e6df53945808 1549332 gnome optional
xchat-gnome-common_0.30.0~git20110821.e2a400-0.3_all.deb
e6ccc3c61bcc4748ec98619633c332b3 534874 gnome optional
xchat-gnome_0.30.0~git20110821.e2a400-0.3_amd64.deb
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.14 (GNU/Linux)
iEYEARECAAYFAlINOY0ACgkQYzuFKFF44qVrWACcCtYW4Nq2fxtMZKkQbPdaCh9q
UloAnjxr5C0YPgCnLKqP2LPpVLkTuwSu
=Q9/k
-----END PGP SIGNATURE-----
--- End Message ---