Your message dated Mon, 20 May 2013 21:04:06 +0000
with message-id <[email protected]>
and subject line Bug#707363: fixed in gnurobots 2:1.2.0-5
has caused the Debian Bug report #707363,
regarding gnurobots: FTBFS: main.c:87:2: error: 'g_type_init' is deprecated 
(declared at /usr/include/glib-2.0/gobject/gtype.h:669) 
[-Werror=deprecated-declarations]
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.)


-- 
707363: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=707363
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Source: gnurobots
Version: 2:1.2.0-4
Severity: serious
Tags: jessie sid
User: [email protected]
Usertags: qa-ftbfs-20130509 qa-ftbfs
Justification: FTBFS on amd64

Hi,

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

Relevant part:
> x86_64-linux-gnu-gcc -DHAVE_CONFIG_H -I. -I..  -I/usr/include/readline/ 
> -pthread -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/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/pixman-1 
> -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libdrm   
> -pthread -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
> -I/usr/include/pango-1.0 -I/usr/include/gtk-2.0 -I/usr/include/gio-unix-2.0/ 
> -I/usr/include/cairo -I/usr/lib/x86_64-linux-gnu/gtk-2.0/include 
> -I/usr/include/atk-1.0 -I/usr/include/gdk-pixbuf-2.0 -I/usr/include/pixman-1 
> -I/usr/include/freetype2 -I/usr/include/libpng12 -I/usr/include/libdrm 
> -I/usr/include/vte-0.0   -pthread -I/usr/include/glib-2.0 
> -I/usr/lib/x86_64-linux-gnu/glib-2.0/include   -I../include 
> -DPKGLIBDIR=\"/usr/lib/gnurobots\" -DABS_TOP_BUILDDIR=\"/«PKGBUILDDIR»\" 
> -DPKGDATADIR=\"/usr/share/games/gnurobots\" 
> -DMAPS_PATH=\"/usr/share/games/gnurobots/maps\" 
> -DSCRIPTS_PATH=\"/usr/share/games/gnurobots/scheme\"    -pedantic -Werror 
> -Wall -g -MT main.o -MD -MP -MF .deps/main.Tpo -c -o main.o main.c
> main.c: In function 'main':
> main.c:87:2: error: 'g_type_init' is deprecated (declared at 
> /usr/include/glib-2.0/gobject/gtype.h:669) [-Werror=deprecated-declarations]
> main.c: In function 'main_prog':
> main.c:298:2: error: 'g_thread_init' is deprecated (declared at 
> /usr/include/glib-2.0/glib/deprecated/gthread.h:260) 
> [-Werror=deprecated-declarations]
> main.c:300:2: error: 'g_thread_create' is deprecated (declared at 
> /usr/include/glib-2.0/glib/deprecated/gthread.h:100): Use 'g_thread_new' 
> instead [-Werror=deprecated-declarations]
> cc1: all warnings being treated as errors
> make[3]: *** [main.o] Error 1

The full build log is available from:
   
http://people.debian.org/~lucas/logs/2013/05/09/gnurobots_1.2.0-4_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: gnurobots
Source-Version: 2:1.2.0-5

We believe that the bug you reported is fixed in the latest version of
gnurobots, 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.
Frank Lichtenheld <[email protected]> (supplier of updated gnurobots 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: Mon, 20 May 2013 22:28:27 +0200
Source: gnurobots
Binary: gnurobots
Architecture: source amd64
Version: 2:1.2.0-5
Distribution: unstable
Urgency: low
Maintainer: Debian QA Group <[email protected]>
Changed-By: Frank Lichtenheld <[email protected]>
Description: 
 gnurobots  - Program a robot to explore a world
Closes: 641324 660414 707363
Changes: 
 gnurobots (2:1.2.0-5) unstable; urgency=low
 .
   * QA upload.
   * Change maintainer to Debian QA Group.
   * Import Ubuntu patches. (Closes: #707363, #641324, #660414)
     But then:
     + Drop 00_fix_mips_FTBFS.patch and 03_disable_werror.patch in
       favor of completely removing the CFLAGS setting in configure.
       This allows debhelper/dpkg-buildflags to set it from debian/rules
       (03_allow_to_set_cflags.patch).
       But enforce setting -O0, since otherwise the built program doesn't
       actually work (See #709102).
     + Drop 02_fix_deprecated_declarations.patch, it is not needed after 
dropping
       -Werror and it forces a needless dependency on a >wheezy glib.
   * debian/ cleanup:
     + bump debhelper compat to 9
     + use dh
     + use source format 3.0 (quilt)
     + remove obsolete VCS links
 .
 gnurobots (2:1.2.0-4ubuntu5) raring; urgency=low
 .
   * 02_fix_deprecated_declarations.patch: Drop obsolete g_type_init(), to fix
     FTBFS due to deprecated GLib symbols.
   * Add 03_disable_werror.patch to not build with -Werror; this fails with our
     current gcc.
 .
 gnurobots (2:1.2.0-4ubuntu4) precise; urgency=low
 .
   * Fix FTBFS: replacing g_thread_* deprecated functions.
     (LP: #935136).
 .
 gnurobots (2:1.2.0-4ubuntu3) oneiric; urgency=low
 .
   * Fix link order to list libraries after the objects that require them
     (LP: #770760).
 .
 gnurobots (2:1.2.0-4ubuntu2) maverick; urgency=low
 .
   * revert libreadline build-depend to libreadline-dev to fix ftbfs
     (LP: #623358) This can be synced next time hopefully. Thanks
     fabrice and stefano!
 .
 gnurobots (2:1.2.0-4ubuntu1) karmic; urgency=low
 .
   * debian/control: Replace b-p on libreadline-dev with libreadline5-dev
     to fix FTBFS.
Checksums-Sha1: 
 8cee47ff5a61ea98e53d62eae29ff02e3dba77aa 1162 gnurobots_1.2.0-5.dsc
 3b913fc71b796e1e671d180d89dc23333df31929 5754 gnurobots_1.2.0-5.debian.tar.gz
 f37e12c447452a9509f224c3deac3fd6e01a204a 45416 gnurobots_1.2.0-5_amd64.deb
Checksums-Sha256: 
 84c618b159803b6eb8b1bfc0133c50ec228424f95e32fcc56bd12c61a0bf78b5 1162 
gnurobots_1.2.0-5.dsc
 f64af1a45ce0e72f2539e99f2869de76d9e5d2bf9b97725fed511ebf32af06e7 5754 
gnurobots_1.2.0-5.debian.tar.gz
 f8fa50505767f7c39673233c6cd7258f12fa58050e36d15d527b4c0efef3f3fd 45416 
gnurobots_1.2.0-5_amd64.deb
Files: 
 cae43f8256f6684186a99b6253135e0f 1162 games optional gnurobots_1.2.0-5.dsc
 f90b44506f2b5f130a5593f4d205aaf7 5754 games optional 
gnurobots_1.2.0-5.debian.tar.gz
 fc9e20d4cc26eb2957d83da5cb0bc822 45416 games optional 
gnurobots_1.2.0-5_amd64.deb

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

iEYEARECAAYFAlGailMACgkQQbn06FtxPfBYBACfS1MNg8gIDULst2EsHHIgQw4z
dGQAnA0015C5HAxx7gRA8SdCSB6phTAA
=VSeK
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to