Your message dated Wed, 01 Dec 2021 16:04:47 +0000
with message-id <e1mss6b-0008d0...@fasolo.debian.org>
and subject line Bug#978893: fixed in ripperx 2.8.0-2.1
has caused the Debian Bug report #978893,
regarding ripperx: ftbfs with autoconf 2.70
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.)


-- 
978893: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=978893
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Package: src:ripperx
Version: 2.8.0-2
Severity: normal
Tags: sid bookworm
User: d...@debian.org
Usertags: ftbfs-ac270

[This bug report is not targeted to the upcoming bullseye release]

The package fails to build in a test rebuild on at least amd64 with
autoconf 2.70, but succeeds to build with autoconf 2.69. The
severity of this report will be raised before the bookworm release,
so nothing has to be done for the bullseye release.

The full build log can be found at:
http://qa-logs.debian.net/2020/09/26.ac270/ripperx_2.8.0-2_unstable_ac270.log
The last lines of the build log are at the end of this report.

To build with autoconf 2.70, please install the autoconf package from
experimental:  apt-get -t=experimental install autoconf 

[...]
                 from cddbp.c:25:
/usr/include/glib-2.0/glib/gtypes.h:545:26: note: declared here
  545 | typedef struct _GTimeVal GTimeVal 
GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                          ^~~~~~~~
make[3]: *** [Makefile:480: main_data.o] Error 1
make[3]: *** [Makefile:480: cddbp.o] Error 1
In file included from /usr/include/gtk-2.0/gtk/gtkobject.h:37,
                 from /usr/include/gtk-2.0/gtk/gtkwidget.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkcontainer.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkbin.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkwindow.h:36,
                 from /usr/include/gtk-2.0/gtk/gtkdialog.h:35,
                 from /usr/include/gtk-2.0/gtk/gtkaboutdialog.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:33,
                 from select_frame_handler.h:8,
                 from cddb.c:33:
/usr/include/gtk-2.0/gtk/gtktypeutils.h:236:64: warning: ‘GTypeDebugFlags’ is 
deprecated [-Wdeprecated-declarations]
  236 | void            gtk_type_init   (GTypeDebugFlags    debug_flags);
      |                                                                ^
In file included from /usr/include/glib-2.0/gobject/gobject.h:24,
                 from /usr/include/glib-2.0/gobject/gbinding.h:29,
                 from /usr/include/glib-2.0/glib-object.h:22,
                 from /usr/include/glib-2.0/gio/gioenums.h:28,
                 from /usr/include/glib-2.0/gio/giotypes.h:28,
                 from /usr/include/glib-2.0/gio/gio.h:26,
                 from /usr/include/gtk-2.0/gdk/gdkapplaunchcontext.h:30,
                 from /usr/include/gtk-2.0/gdk/gdk.h:32,
                 from /usr/include/gtk-2.0/gtk/gtk.h:32,
                 from select_frame_handler.h:8,
                 from cddb.c:33:
/usr/include/glib-2.0/gobject/gtype.h:685:3: note: declared here
  685 | } GTypeDebugFlags GLIB_DEPRECATED_TYPE_IN_2_36;
      |   ^~~~~~~~~~~~~~~
In file included from /usr/include/gtk-2.0/gtk/gtktoolitem.h:31,
                 from /usr/include/gtk-2.0/gtk/gtktoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtkmenutoolbutton.h:30,
                 from /usr/include/gtk-2.0/gtk/gtk.h:126,
                 from select_frame_handler.h:8,
                 from cddb.c:33:
/usr/include/gtk-2.0/gtk/gtktooltips.h:73:12: warning: ‘GTimeVal’ is 
deprecated: Use 'GDateTime' instead [-Wdeprecated-declarations]
   73 |   GTimeVal last_popdown;
      |            ^~~~~~~~~~~~
In file included from /usr/include/glib-2.0/glib/galloca.h:32,
                 from /usr/include/glib-2.0/glib.h:30,
                 from cddb.c:25:
/usr/include/glib-2.0/glib/gtypes.h:545:26: note: declared here
  545 | typedef struct _GTimeVal GTimeVal 
GLIB_DEPRECATED_TYPE_IN_2_62_FOR(GDateTime);
      |                          ^~~~~~~~
cddb.c: In function ‘int do_cddb(char**, char**, int, int, long int*, const 
char*, int, int)’:
cddb.c:239:10: warning: ‘template<class> class std::auto_ptr’ is deprecated 
[-Wdeprecated-declarations]
  239 |     std::auto_ptr <char> server_ptr (new char[strlen(server)+1]);
      |          ^~~~~~~~
In file included from /usr/include/c++/10/memory:83,
                 from cddb.c:37:
/usr/include/c++/10/bits/unique_ptr.h:57:28: note: declared here
   57 |   template<typename> class auto_ptr;
      |                            ^~~~~~~~
cddb.c: In function ‘int read_local_file(char*, int, int, long int*)’:
cddb.c:466:14: warning: ignoring return value of ‘size_t fread(void*, size_t, 
size_t, FILE*)’ declared with attribute ‘warn_unused_result’ [-Wunused-result]
  466 |         fread(result, 1, MAX_CDDB_FILE_SIZE, datafile);
      |         ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[3]: *** [Makefile:480: cddb.o] Error 1
make[3]: Leaving directory '/<<PKGBUILDDIR>>/src'
make[2]: *** [Makefile:520: all-recursive] Error 1
make[2]: Leaving directory '/<<PKGBUILDDIR>>'
make[1]: *** [Makefile:395: all] Error 2
make[1]: Leaving directory '/<<PKGBUILDDIR>>'
dh_auto_build: error: make -j4 returned exit code 2
make: *** [debian/rules:9: build] Error 25
dpkg-buildpackage: error: debian/rules build subprocess returned exit status 2

--- End Message ---
--- Begin Message ---
Source: ripperx
Source-Version: 2.8.0-2.1
Done: Boyuan Yang <by...@debian.org>

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

Debian distribution maintenance software
pp.
Boyuan Yang <by...@debian.org> (supplier of updated ripperx 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: SHA512

Format: 1.8
Date: Wed, 17 Nov 2021 09:51:45 -0500
Source: ripperx
Architecture: source
Version: 2.8.0-2.1
Distribution: unstable
Urgency: high
Maintainer: tony mancill <tmanc...@debian.org>
Changed-By: Boyuan Yang <by...@debian.org>
Closes: 978893
Changes:
 ripperx (2.8.0-2.1) unstable; urgency=high
 .
   * Non-maintainer upload.
   * debian/control: Fix lintian error:
     missing-build-dependency-for-dh-addon.
   * debian/patches/0005: Convert all source code to use .cc as
     suffix to fix compatibility with autoconf 2.71.
     (Closes: #978893)
Checksums-Sha1:
 159abb402d638fb7fcdbb43bdfc33deb3df4b01d 1946 ripperx_2.8.0-2.1.dsc
 cad5e626f2a17e3d40f07aaf22d740b46bdd6967 340924 ripperx_2.8.0.orig.tar.gz
 057ac8787dfd87d873c8becd880a40dcee8385ae 72964 ripperx_2.8.0-2.1.debian.tar.xz
 9636ab463c2115a75f1fd0ab03941937431e1f6a 11204 
ripperx_2.8.0-2.1_amd64.buildinfo
Checksums-Sha256:
 7795afdfbfabc8961d0a59d8bbea23cbff9219913c611aba827edc84519eb289 1946 
ripperx_2.8.0-2.1.dsc
 9250c496ec509aa412f1ad306b815cbe4c9cb02d047c8461fc31815d516c76fc 340924 
ripperx_2.8.0.orig.tar.gz
 413b7473d0fab09bd1a0530c48f2ab784d345d9f2c0c2dbae05cd33ab12be8a8 72964 
ripperx_2.8.0-2.1.debian.tar.xz
 6a987ecb01e1bdfec7e4bb7e9c5b539d2a7915af07d8984324aebf7696b8f78b 11204 
ripperx_2.8.0-2.1_amd64.buildinfo
Files:
 a88526c68f89910e07275834845432f5 1946 sound optional ripperx_2.8.0-2.1.dsc
 99ee20280e285dcb98531a6697cfdcd6 340924 sound optional 
ripperx_2.8.0.orig.tar.gz
 d7d12002089b1ea2bcc47bddcd47e27c 72964 sound optional 
ripperx_2.8.0-2.1.debian.tar.xz
 de718b4f9523907b4403044a1c21d06d 11204 sound optional 
ripperx_2.8.0-2.1_amd64.buildinfo

-----BEGIN PGP SIGNATURE-----

iQIzBAEBCgAdFiEEfncpR22H1vEdkazLwpPntGGCWs4FAmGVGKwACgkQwpPntGGC
Ws4/7A//UdTmQZwLPvN1hFINPF65fFLc5rKTmzqU0O0/6qEufxJE8X3f2l96lYVS
XapwPe+bmhKo47Iy4czMbqvfrJuTimUlteYfwWTgolZhhKqeav1RzEZVQWLxIvcy
2711P28/mWjJSlkssJyCz3XuU8CnAKxjwHEhPZQMAewC6DL82qFN66a7lWDJCoiR
qgal5FRT6JO7R3Iybmz65uQ866SaR4LaCbcrtH3chCR6k7+9R7j8oghAJQOO56rP
lwjvfgATVVnljQ6IMZ5cMZAgIO+gL14FaCj+5w7kwWjonh+vqA49Fmh21e0hqclm
HIzvNr7/rqnGLSw3C9lKxAzDJMeWhlTACFhMjKIY92BtEYz582YF2xlDcCDRwPBs
sdx8xngBjxSVFoLzNJxKgnHd4rKLq5IYek1Q/asodMv4QfueZxn358ZZc4LfSi2X
B3GLw/P1V46pevBFyvmLjwnL3VolNd2IwStV0KD6AckqAa9YhtBeabtxIN5p0Ovg
LavPJdD2T05UYg9kHcs5gsEW1vTRVxhiTwUH3tBc1lCD+4SfYLNviYlMOKLzuDeK
a93QAcbf+bxmpauxfS45m1WIm1bS/iFx+fij7AScM8POxUhAKUbVQbLb3W0sxr4z
aNfHwkymvAhn/05jE7XY7AM3dWc0y8M3WtCtHkXWl9G4SKeI6S8=
=HGY1
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to