Your message dated Thu, 23 Jun 2022 05:50:02 +0000
with message-id <e1o4fj8-0008yc...@fasolo.debian.org>
and subject line Bug#1004625: fixed in libextractor 1:1.11-6
has caused the Debian Bug report #1004625,
regarding libextractor: FTBFS with ffmpeg 5.0
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.)


-- 
1004625: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1004625
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: libextractor
Version: 1:1.11-5
Severity: important
X-Debbugs-Cc: sramac...@debian.org
Tags: sid bookworm ftbfs
Usertags: ffmpeg5.0

libextractor FTBFS with ffmpeg 5.0 (available in experimental)
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include 
-I../../src/common -Wdate-time -D_FORTIFY_SOURCE=2 -pthread 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 
-I/usr/include/x86_64-linux-gnu -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c thumbnailgtk_extractor.c  -fPIC -DPIC -o 
.libs/libextractor_thumbnailgtk_la-thumbnailgtk_extractor.o
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include 
-I../../src/common -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c gif_extractor.c -o gif_extractor.o >/dev/null 2>&1
| thumbnailffmpeg_extractor.c: In function ‘create_thumbnail’:
| thumbnailffmpeg_extractor.c:193:3: warning: ‘av_init_packet’ is deprecated 
[-Wdeprecated-declarations]
|   193 |   av_init_packet (&pkt);
|       |   ^~~~~~~~~~~~~~
| In file included from 
/usr/include/x86_64-linux-gnu/libavformat/avformat.h:316,
|                  from thumbnailffmpeg_extractor.c:43:
| /usr/include/x86_64-linux-gnu/libavcodec/packet.h:506:6: note: declared here
|   506 | void av_init_packet(AVPacket *pkt);
|       |      ^~~~~~~~~~~~~~
| thumbnailffmpeg_extractor.c:198:30: warning: assignment discards ‘const’ 
qualifier from pointer target type [-Wdiscarded-qualifiers]
|   198 |   if (NULL == (encoder_codec = avcodec_find_encoder 
(AV_CODEC_ID_MJPEG)))
|       |                              ^
| thumbnailffmpeg_extractor.c:335:9: warning: implicit declaration of function 
‘avcodec_encode_video2’; did you mean ‘avcodec_encode_subtitle’? 
[-Wimplicit-function-declaration]
|   335 |   err = avcodec_encode_video2 (encoder_codec_ctx,
|       |         ^~~~~~~~~~~~~~~~~~~~~
|       |         avcodec_encode_subtitle
| thumbnailffmpeg_extractor.c: In function ‘extract_image’:
| thumbnailffmpeg_extractor.c:432:22: warning: assignment discards ‘const’ 
qualifier from pointer target type [-Wdiscarded-qualifiers]
|   432 |   if (NULL == (codec = avcodec_find_decoder (image_codec_id)))
|       |                      ^
| thumbnailffmpeg_extractor.c:480:5: warning: ‘av_init_packet’ is deprecated 
[-Wdeprecated-declarations]
|   480 |     av_init_packet (&avpkt);
|       |     ^~~~~~~~~~~~~~
| In file included from 
/usr/include/x86_64-linux-gnu/libavformat/avformat.h:316,
|                  from thumbnailffmpeg_extractor.c:43:
| /usr/include/x86_64-linux-gnu/libavcodec/packet.h:506:6: note: declared here
|   506 | void av_init_packet(AVPacket *pkt);
|       |      ^~~~~~~~~~~~~~
| thumbnailffmpeg_extractor.c:483:5: warning: implicit declaration of function 
‘avcodec_decode_video2’; did you mean ‘avcodec_decode_subtitle2’? 
[-Wimplicit-function-declaration]
|   483 |     avcodec_decode_video2 (codec_ctx, frame, &frame_finished, &avpkt);
|       |     ^~~~~~~~~~~~~~~~~~~~~
|       |     avcodec_decode_subtitle2
| thumbnailffmpeg_extractor.c: In function ‘extract_video’:
| thumbnailffmpeg_extractor.c:610:39: error: ‘AVStream’ has no member named 
‘codec’
|   610 |     codec_ctx = format_ctx->streams[i]->codec;
|       |                                       ^~
| thumbnailffmpeg_extractor.c:613:24: warning: assignment discards ‘const’ 
qualifier from pointer target type [-Wdiscarded-qualifiers]
|   613 |     if (NULL == (codec = avcodec_find_decoder (codecpar->codec_id)))
|       |                        ^
| make[5]: *** [Makefile:2273: thumbnailffmpeg_extractor.lo] Error 1
| make[5]: *** Waiting for unfinished jobs....
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include 
-I../../src/common -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c flac_extractor.c -o flac_extractor.o >/dev/null 2>&1
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include 
-I../../src/common -Wdate-time -D_FORTIFY_SOURCE=2 -pthread 
-I/usr/include/gdk-pixbuf-2.0 -I/usr/include/libpng16 
-I/usr/include/x86_64-linux-gnu -I/usr/include/libmount -I/usr/include/blkid 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c thumbnailgtk_extractor.c -o 
libextractor_thumbnailgtk_la-thumbnailgtk_extractor.o >/dev/null 2>&1
| ole2_extractor.c: In function ‘le_input_class_init’:
| ole2_extractor.c:856:3: warning: ‘g_type_class_add_private’ is deprecated 
[-Wdeprecated-declarations]
|   856 |   g_type_class_add_private (class, sizeof (LeInputPrivate));
|       |   ^~~~~~~~~~~~~~~~~~~~~~~~
| 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 ole2_extractor.c:34:
| /usr/include/glib-2.0/gobject/gtype.h:1346:10: note: declared here
|  1346 | void     g_type_class_add_private       (gpointer                    
g_class,
|       |          ^~~~~~~~~~~~~~~~~~~~~~~~
| ole2_extractor.c: In function ‘le_input_init’:
| ole2_extractor.c:872:13: warning: Deprecated pre-processor symbol: replace 
with "G_ADD_PRIVATE"
|   872 |                                  LeInputPrivate);
|       |             ^                    ~~~~~~~~~~~~~~~~                     
       
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I/usr/include/libgsf-1 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include 
-I/usr/include/libxml2 -DHAVE_GSF -I../../src/include -I../../src/common 
-Wdate-time -D_FORTIFY_SOURCE=2 -I/usr/include/libgsf-1 -I/usr/include/glib-2.0 
-I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/libxml2 -DHAVE_GSF 
-g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c ole2_extractor.c -o 
libextractor_ole2_la-ole2_extractor.o >/dev/null 2>&1
| libtool: compile:  gcc -DHAVE_CONFIG_H -I. -I../.. -I../../src/include 
-I../../src/common -Wdate-time -D_FORTIFY_SOURCE=2 -pthread 
-I/usr/include/gstreamer-1.0 -I/usr/include/x86_64-linux-gnu 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread 
-I/usr/include/gstreamer-1.0 -I/usr/include/orc-0.4 
-I/usr/include/gstreamer-1.0 -I/usr/include/x86_64-linux-gnu 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -pthread 
-I/usr/include/gstreamer-1.0 -I/usr/include/x86_64-linux-gnu 
-I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c gstreamer_extractor.c -o 
libextractor_gstreamer_la-gstreamer_extractor.o >/dev/null 2>&1
| exiv2_extractor.cc: In function ‘void 
EXTRACTOR_exiv2_extract_method(EXTRACTOR_ExtractContext*)’:
| exiv2_extractor.cc:740:10: warning: ‘template<class> class std::auto_ptr’ is 
deprecated: use 'std::unique_ptr' instead [-Wdeprecated-declarations]
|   740 |     std::auto_ptr<Exiv2::BasicIo> eio (new ExtractorIO (ec));
|       |          ^~~~~~~~
| In file included from /usr/include/c++/11/bits/locale_conv.h:41,
|                  from /usr/include/c++/11/locale:43,
|                  from /usr/include/c++/11/iomanip:43,
|                  from exiv2_extractor.cc:26:
| /usr/include/c++/11/bits/unique_ptr.h:57:28: note: declared here
|    57 |   template<typename> class auto_ptr;
|       |                            ^~~~~~~~
| libtool: compile:  g++ -DHAVE_CONFIG_H -I. -I../.. -I../../src/include 
-I../../src/common -Wdate-time -D_FORTIFY_SOURCE=2 -g -O2 
-ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat 
-Werror=format-security -c exiv2_extractor.cc -o exiv2_extractor.o >/dev/null 
2>&1
| make[5]: Leaving directory '/<<PKGBUILDDIR>>/src/plugins'

Cheers
-- 
Sebastian Ramacher

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message ---
Source: libextractor
Source-Version: 1:1.11-6
Done: Daniel Baumann <daniel.baum...@progress-linux.org>

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

Debian distribution maintenance software
pp.
Daniel Baumann <daniel.baum...@progress-linux.org> (supplier of updated 
libextractor 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: Thu, 23 Jun 2022 07:22:04 +0200
Source: libextractor
Architecture: source
Version: 1:1.11-6
Distribution: sid
Urgency: medium
Maintainer: Daniel Baumann <daniel.baum...@progress-linux.org>
Changed-By: Daniel Baumann <daniel.baum...@progress-linux.org>
Closes: 1004625
Changes:
 libextractor (1:1.11-6) sid; urgency=medium
 .
   * Uploading to sid.
   * Updating packaging copyright for 2022.
   * Updating to standards version 4.6.1.
   * Building without ffmpeg as recommended by upstream until it has been
     updated to ffmpeg 5 (Closes: #1004625).
Checksums-Sha1:
 aa30d9af25c24ba6294831dcc5c173fe275a5ece 3906 libextractor_1.11-6.dsc
 9f9bb93f58e80501dcfc61c1409a9ae679f2c816 18176 
libextractor_1.11-6.debian.tar.xz
 b610b903c02ff357be2aee25301dc64a31be5ac5 25513 
libextractor_1.11-6_amd64.buildinfo
Checksums-Sha256:
 60572f5de90332791958b5f6f5eb808788b43d0f0914c347270fd06b1dc9cde7 3906 
libextractor_1.11-6.dsc
 b80647c0aff87c36b620647b53f4e2eb2597129c4c1937f397b8554b8f0625e7 18176 
libextractor_1.11-6.debian.tar.xz
 d3e69bef1677b99f5a3a1bd1229a4ca9518f46fe0d804a4471c17f06bb30a928 25513 
libextractor_1.11-6_amd64.buildinfo
Files:
 70376862ad3316d61c0646e0b7a443e8 3906 libs optional libextractor_1.11-6.dsc
 e9d5c7b78f04706590a48e4dbe535b0d 18176 libs optional 
libextractor_1.11-6.debian.tar.xz
 49df31227561e05cf1383856f21530ba 25513 libs optional 
libextractor_1.11-6_amd64.buildinfo

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

iQIzBAEBCgAdFiEEgTbtJcfWfpLHSkKSVc8b+YaruccFAmKz+bsACgkQVc8b+Yar
uccqyg/7BiheaCH7tBtVY3JD9yG/d1Uv3z/t2OhbEYwLqOi1Ke7ZxquU3UnnBaVD
2iYKyf+MvDIwRpX30OSUuv6SUClGQ9/gt3VBIVbHngGkhwHWoKiF5RgHd0kDqTjJ
sPesk9vaevk13CUIhyiuJ81jFHjHDcWjGrTboSYWEIneMChWV9y0FkLkkX+utn55
6uIrQdAALMhAT95de1Je4Vul/mUN3KOthfQbjHS8K2fa+UdigVOlnHd0PfcysOni
laGjAdSKJPjxb2YXxbG+Fv2pB8xyloO71uQ+Pq/wsUiURrqY5AtGo86d5AGeCv/d
745dnDR481IxHVm3qqO3yA5FaqUkw2eOMmb8cFBGDKPbFlSzDVi1Q8wN2qfum5Rg
xUCfssWMhCdwwOBHr12q/MHAT2cRTCkHaDVGYkgoyfCXfzR1cPvo+A4DXH3RjLjk
qpXrnUk/fYbHvIiqF83XAzT5KpaBC+wK33gRY1tr0WOxqWIgmuTNm0B039HCiN0Q
1eExyNaV59vSDZSKf5fUhEfDGu3Bzk7Qcr1ghH0PX0dDpbfFIff7L7b5iJZYsT+7
+KEbx1jm9WGN2T4oa+z/wbr+1IU543rCAKAmxU8Lw/lEIfuT7mTdh2IpOkkqvV4+
Rq8Yx5RMEaB7JSnpwBlZU//lit1tJFSexVcTTI8KH81KAE+pWEc=
=kYbp
-----END PGP SIGNATURE-----

--- End Message ---

Reply via email to