Your message dated Wed, 29 Nov 2023 18:47:19 +0000
with message-id <e1r8pah-0038mz...@fasolo.debian.org>
and subject line Bug#1055019: Removed package(s) from unstable
has caused the Debian Bug report #1013423,
regarding ffmpeg2theora FTBFS with ffmpeg 5.0.1
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.)
--
1013423: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1013423
Debian Bug Tracking System
Contact ow...@bugs.debian.org with problems
--- Begin Message ---
Source: ffmpeg2theora
Version: 0.30-2
Severity: serious
Tags: ftbfs
https://buildd.debian.org/status/logs.php?pkg=ffmpeg2theora&ver=0.30-2%2Bb1
...
src/subtitles.h:25:128: error: unknown type name 'AVSubtitleRect'
25 | extern int add_image_subtitle_for_stream(ff2theora_kate_stream
*streams, int nstreams, int idx, float t, float duration, const AVSubtitleRect
*sr, int org_width, int org_height, FILE *frontend);
|
^~~~~~~~~~~~~~
src/subtitles.c:571:121: error: unknown type name 'AVSubtitleRect'
571 | int add_image_subtitle_for_stream(ff2theora_kate_stream *streams, int
nstreams, int idx, float t, float duration, const AVSubtitleRect *sr, int
org_width, int org_height, FILE *frontend)
|
^~~~~~~~~~~~~~
src/subtitles.c: In function 'add_image_subtitle_for_stream':
src/subtitles.c:577:9: error: request for member 'nb_colors' in something not a
structure or union
577 | if (sr->nb_colors <= 0 || sr->nb_colors > 256) {
| ^~
src/subtitles.c:577:31: error: request for member 'nb_colors' in something not
a structure or union
577 | if (sr->nb_colors <= 0 || sr->nb_colors > 256) {
| ^~
src/subtitles.c:578:85: error: request for member 'nb_colors' in something not
a structure or union
578 | warn(frontend, NULL, 0, "Unsupported number of colors in image
subtitle: %d", sr->nb_colors);
|
^~
src/subtitles.c:594:36: error: request for member 'x' in something not a
structure or union
594 | subtitle->kr.x = 1000000 * sr->x / org_width;
| ^~
src/subtitles.c:595:36: error: request for member 'y' in something not a
structure or union
595 | subtitle->kr.y = 1000000 * sr->y / org_height;
| ^~
src/subtitles.c:596:36: error: request for member 'w' in something not a
structure or union
596 | subtitle->kr.w = 1000000 * sr->w / org_width;
| ^~
src/subtitles.c:597:36: error: request for member 'h' in something not a
structure or union
597 | subtitle->kr.h = 1000000 * sr->h / org_height;
| ^~
src/subtitles.c:600:32: error: request for member 'nb_colors' in something not
a structure or union
600 | subtitle->kp.ncolors = sr->nb_colors;
| ^~
src/subtitles.c:606:48: error: request for member 'pict' in something not a
structure or union
606 | const uint32_t *pal = (const uint32_t*)sr->pict.data[1];
| ^~
src/subtitles.c:616:30: error: request for member 'w' in something not a
structure or union
616 | subtitle->kb.width = sr->w;
| ^~
src/subtitles.c:617:31: error: request for member 'h' in something not a
structure or union
617 | subtitle->kb.height = sr->h;
| ^~
src/subtitles.c:619:40: error: request for member 'nb_colors' in something not
a structure or union
619 | while ((1<<subtitle->kb.bpp) < sr->nb_colors) ++subtitle->kb.bpp;
| ^~
src/subtitles.c:620:38: error: request for member 'w' in something not a
structure or union
620 | subtitle->kb.pixels = malloc(sr->w*sr->h);
| ^~
src/subtitles.c:620:44: error: request for member 'h' in something not a
structure or union
620 | subtitle->kb.pixels = malloc(sr->w*sr->h);
| ^~
src/subtitles.c:628:36: error: request for member 'pict' in something not a
structure or union
628 | memcpy(subtitle->kb.pixels,sr->pict.data[0],sr->w*sr->h);
| ^~
src/subtitles.c:628:53: error: request for member 'w' in something not a
structure or union
628 | memcpy(subtitle->kb.pixels,sr->pict.data[0],sr->w*sr->h);
| ^~
src/subtitles.c:628:59: error: request for member 'h' in something not a
structure or union
628 | memcpy(subtitle->kb.pixels,sr->pict.data[0],sr->w*sr->h);
| ^~
scons: *** [src/subtitles.o] Error 1
--- End Message ---
--- Begin Message ---
Version: 0.30-2+rm
Dear submitter,
as the package ffmpeg2theora has just been removed from the Debian archive
unstable we hereby close the associated bug reports. We are sorry
that we couldn't deal with your issue properly.
For details on the removal, please see https://bugs.debian.org/1055019
The version of this package that was in Debian prior to this removal
can still be found using https://snapshot.debian.org/.
Please note that the changes have been done on the master archive and
will not propagate to any mirrors until the next dinstall run at the
earliest.
This message was generated automatically; if you believe that there is
a problem with it please contact the archive administrators by mailing
ftpmas...@ftp-master.debian.org.
Debian distribution maintenance software
pp.
Thorsten Alteholz (the ftpmaster behind the curtain)
--- End Message ---