Your message dated Tue, 20 Jun 2023 22:05:56 +0000 with message-id <e1qbju4-006thn...@fasolo.debian.org> and subject line Bug#1004581: fixed in ccextractor 0.94+ds1-2 has caused the Debian Bug report #1004581, regarding ccextractor: 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.) -- 1004581: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1004581 Debian Bug Tracking System Contact ow...@bugs.debian.org with problems
--- Begin Message ---Source: ccextractor Version: 0.93+ds2-1 Severity: important X-Debbugs-Cc: sramac...@debian.org Tags: sid bookworm ftbfs Usertags: ffmpeg5.0 ccextractor FTBFS with ffmpeg 5.0: | gcc-10 -DPACKAGE_NAME=\"CCExtractor\" -DPACKAGE_TARNAME=\"ccextractor\" -DPACKAGE_VERSION=\"0.93\" -DPACKAGE_STRING=\"CCExtractor\ 0.93\" -DPACKAGE_BUGREPORT=\"car...@ccextractor.org\" -DPACKAGE_URL=\"\" -DPACKAGE=\"ccextractor\" -DVERSION=\"0.93\" -DHAVE_LIBM=1 -DHAVE_STDIO_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_STDINT_H=1 -DHAVE_STRINGS_H=1 -DHAVE_SYS_STAT_H=1 -DHAVE_SYS_TYPES_H=1 -DHAVE_UNISTD_H=1 -DHAVE_SYS_TIME_H=1 -DSTDC_HEADERS=1 -DHAVE_ARPA_INET_H=1 -DHAVE_FCNTL_H=1 -DHAVE_FLOAT_H=1 -DHAVE_INTTYPES_H=1 -DHAVE_LIMITS_H=1 -DHAVE_LOCALE_H=1 -DHAVE_MALLOC_H=1 -DHAVE_NETDB_H=1 -DHAVE_NETINET_IN_H=1 -DHAVE_STDDEF_H=1 -DHAVE_STDINT_H=1 -DHAVE_STDLIB_H=1 -DHAVE_STRING_H=1 -DHAVE_SYS_SOCKET_H=1 -DHAVE_SYS_TIME_H=1 -DHAVE_SYS_TIMEB_H=1 -DHAVE_TERMIOS_H=1 -DHAVE_UNISTD_H=1 -DHAVE_WCHAR_H=1 -DHAVE__BOOL=1 -DHAVE_PTRDIFF_T=1 -DHAVE_FSEEKO=1 -DHAVE_MALLOC=1 -DHAVE_ALARM=1 -DHAVE_REALLOC=1 -DHAVE_DECL_STRERROR_R=1 -DHAVE_STRERROR_R=1 -DHAVE_FLOOR=1 -DHAVE_FTRUNCATE=1 -DHAVE_GETHOSTBYNAME=1 -DHAVE_GETTIMEOFDAY=1 -DHAVE_INET_NTOA=1 -DHAVE_MBLEN=1 -DHAVE_MEMCHR=1 -DHAVE_MEMMOVE=1 -DHAVE_MEMSET=1 -DHAVE_MKDIR=1 -DHAVE_MODF=1 -DHAVE_POW=1 -DHAVE_REALPATH=1 -DHAVE_RMDIR=1 -DHAVE_SELECT=1 -DHAVE_SETLOCALE=1 -DHAVE_SOCKET=1 -DHAVE_SQRT=1 -DHAVE_STRCASECMP=1 -DHAVE_STRCHR=1 -DHAVE_STRDUP=1 -DHAVE_STRERROR=1 -DHAVE_STRNDUP=1 -DHAVE_STRRCHR=1 -DHAVE_STRSTR=1 -DHAVE_STRTOL=1 -I. -I../src/lib_ccx/ -I../src/thirdparty/zvbi/ -I../src/thirdparty/lib_hash/ -I../src/thirdparty/protobuf-c/ -I../src/thirdparty -I../src/ -I/usr/include/freetype2 -I/usr/include/gpac -I/usr/include/x86_64-linux-gnu -I/usr/include/x86_64-linux-gnu -I/usr/include/x86_64-linux-gnu -I/usr/include/tesseract -I/usr/include/leptonica -Wdate-time -D_FORTIFY_SOURCE=2 -std=gnu99 -Wno-write-strings -Wno-pointer-sign -D_FILE_OFFSET_BITS=64 -DVERSION_FILE_PRESENT -DGPAC_DISABLE_VTT -DGPAC_DISABLE_OD_DUMP -DGPAC_DISABLE_REMOTERY -DNO_GZIP -O3 -DGPAC_CONFIG_LINUX -DGPAC_64_BITS -DENABLE_HARDSUBX -DENABLE_OCR -DPN3G_NO_CONFIG_H -g -O2 -ffile-prefix-map=/<<PKGBUILDDIR>>=. -fstack-protector-strong -Wformat -Werror=format-security -c -o ../src/lib_ccx/ccextractor-hardsubx_imgops.o `test -f '../src/lib_ccx/hardsubx_imgops.c' || echo './'`../src/lib_ccx/hardsubx_imgops.c | ../src/lib_ccx/hardsubx.c: In function ‘hardsubx_process_data’: | ../src/lib_ccx/hardsubx.c:16:2: warning: implicit declaration of function ‘av_register_all’ [-Wimplicit-function-declaration] | 16 | av_register_all(); | | ^~~~~~~~~~~~~~~ | ../src/lib_ccx/hardsubx.c:35:34: error: ‘AVStream’ has no member named ‘codec’ | 35 | if (ctx->format_ctx->streams[i]->codec->codec_type == AVMEDIA_TYPE_VIDEO) | | ^~ | ../src/lib_ccx/hardsubx.c:46:65: error: ‘AVStream’ has no member named ‘codec’ | 46 | ctx->codec_ctx = ctx->format_ctx->streams[ctx->video_stream_id]->codec; | | ^~ | ../src/lib_ccx/hardsubx.c:47:13: warning: assignment discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] | 47 | ctx->codec = avcodec_find_decoder(ctx->codec_ctx->codec_id); | | ^ | ../src/lib_ccx/hardsubx.c: In function ‘_init_hardsubx’: | ../src/lib_ccx/hardsubx.c:224:15: warning: initialization discards ‘const’ qualifier from pointer target type [-Wdiscarded-qualifiers] | 224 | char *lang = options->ocrlang; | | ^~~~~~~ | make[1]: *** [Makefile:1927: ../src/lib_ccx/ccextractor-hardsubx.o] Error 1 | make[1]: *** Waiting for unfinished jobs.... | ../src/lib_ccx/hardsubx_decoder.c: In function ‘hardsubx_process_frames_tickertext’: | ../src/lib_ccx/hardsubx_decoder.c:385:4: warning: implicit declaration of function ‘avcodec_decode_video2’; did you mean ‘avcodec_decode_subtitle2’? [-Wimplicit-function-declaration] | 385 | avcodec_decode_video2(ctx->codec_ctx, ctx->frame, &got_frame, &ctx->packet); | | ^~~~~~~~~~~~~~~~~~~~~ | | avcodec_decode_subtitle2 | make[1]: Leaving directory '/<<PKGBUILDDIR>>/linux' Cheers -- Sebastian Ramacher
signature.asc
Description: PGP signature
--- End Message ---
--- Begin Message ---Source: ccextractor Source-Version: 0.94+ds1-2 Done: Utkarsh Gupta <utka...@debian.org> We believe that the bug you reported is fixed in the latest version of ccextractor, 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. Utkarsh Gupta <utka...@debian.org> (supplier of updated ccextractor 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: Wed, 21 Jun 2023 02:56:12 +0530 Source: ccextractor Architecture: source Version: 0.94+ds1-2 Distribution: unstable Urgency: medium Maintainer: Freexian Packaging Team <team+freex...@tracker.debian.org> Changed-By: Utkarsh Gupta <utka...@debian.org> Closes: 1004581 Changes: ccextractor (0.94+ds1-2) unstable; urgency=medium . * Team upload. * Add patch fix FTBFS with ffmpeg 5.0 5 and tesseract 5.0 compatibility. (Closes: #1004581) Checksums-Sha1: a6b431912fdc360d405df4c6f445211e62f56222 2257 ccextractor_0.94+ds1-2.dsc 1f691b76b06f0e08afc5add8c34e0021b9772fa0 2339020 ccextractor_0.94+ds1.orig.tar.xz ff02fa472e1fdc33d307a0fdd09931355f311557 20216 ccextractor_0.94+ds1-2.debian.tar.xz 175d38f951343023cdbb4beb71f63622f751665c 6161 ccextractor_0.94+ds1-2_source.buildinfo Checksums-Sha256: 661fe2e14a0e12d7219bc3d2b0b07de5fc42516de520fd3d7f790e3b88d44f13 2257 ccextractor_0.94+ds1-2.dsc e74ad999d2ecee5724d4cdb79dd4b438b8eb1b20d9373dd355baeb2b9ec3785e 2339020 ccextractor_0.94+ds1.orig.tar.xz 8b654dd38e0ed2be511bf02b22f826e05bca04e325b3f4a78956f8b19b851f68 20216 ccextractor_0.94+ds1-2.debian.tar.xz 773f31ff21ae3a1159df41c09dccffa4b72636864fefe7c3b04f12177caccd6a 6161 ccextractor_0.94+ds1-2_source.buildinfo Files: f9e24648bbf40609ddfd0cce6f7261e2 2257 utils optional ccextractor_0.94+ds1-2.dsc aa2d13be773239a60c52dca041f81b1f 2339020 utils optional ccextractor_0.94+ds1.orig.tar.xz df4011bd8edf9579a70f9511c1c433d9 20216 utils optional ccextractor_0.94+ds1-2.debian.tar.xz 609c06082e98f31392f32de44d019c01 6161 utils optional ccextractor_0.94+ds1-2_source.buildinfo -----BEGIN PGP SIGNATURE----- iQJHBAEBCAAxFiEEbJ0QSEqa5Mw4X3xxgj6WdgbDS5YFAmSSG5gTHHV0a2Fyc2hA ZGViaWFuLm9yZwAKCRCCPpZ2BsNLlq9HEACuOvEqjoC/zJcuhq3utd6QAtWReQDs w6INfa8TyrJrwTqnbqiChxwd6blc3o7rLoN4OAjLtb65067ZUW6J8v0NePnk6ThO 9P/1Zh/16JQvv0mJ7BRYX+qBEaFvLCXOfhZQ5UwvooqErcEDTnBtY84vJ/p8CVPb xM3cZiBFucaHpTm3ZhaRjpmrHUauHRLbO6jMXhyB5AC0HZJhYBGcNBu8FbuNyCj4 4JXZIEW11cBGwKcRaTYbr5fjbXTby/DIhEUQHGVebPZXFQqeKRO+rCdGq8vsMZiC 5eh4EQJ7zPbg/+hOb5h0PHfSBLwOA3yMCyf2SZOXpsuv5LzGFJJBcvVSGJN35Cic Ms1yQpSE2K8sAfdiIRJg9CLz2zLTwx7f17xwhruSWkuH0MTvanOp3n1jBZWPpRn6 0i1F6OPrscVTwAIwO7s91Gkr4SjvCN7U5Ul8aAnG9qhXXga1sKW6IiBUVXeShtYU 5m+TV7iceBL/TxeyUoe0G4BtLqqezNfrlSP2t9h8gJL1J3g2pwKP87x66Z4JOSSo icFmsxrCzMVcX1HnXxUkkV3JzbBcqSj8cRyib9NtHJbtdrs8RPRAnYYkoGSntotE UqZgvW53AdQBH70h0Nwby0Yt0fnkxb9wCcK2wLBjJYj3vJPtJc6+aNPtvjV+quy2 QOT0YZ4vLBbrXg== =yVEd -----END PGP SIGNATURE-----
--- End Message ---