Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 951622 - media-video/gpac-2.4.0 fails to compile against media-video/ffmpeg-6.1.2
Summary: media-video/gpac-2.4.0 fails to compile against media-video/ffmpeg-6.1.2
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Gentoo Media-video project
URL: https://github.com/gpac/gpac/commit/8...
Whiteboard:
Keywords: PATCH
Depends on:
Blocks:
 
Reported: 2025-03-19 09:32 UTC by Attila Tóth
Modified: 2025-03-26 02:48 UTC (History)
2 users (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Attila Tóth 2025-03-19 09:32:00 UTC
x86_64-pc-linux-gnu-gcc -I"/var/tmp/portage/media-video/gpac-2.4.0/work/gpac-2.4.0/include"  -O2 -march=native -pipe  -Wall -fno-strict-aliasing -Wno-pointer-sign -fPIC -DPIC  -DNDEBUG -std=gnu99 -Wno-deprecated -Wno-deprecated-declarations -Wno-int-in-bool-context -DGPAC_HAVE_CONFIG_H -I"/var/tmp/portage/media-video/gpac-2.4.0/work/gpac-2.4.0" -fvisibility="hidden"     -c -o filters/ff_mx.o filters/ff_mx.c
filters/ff_mx.c: In function ‘ffmx_open_url’:
filters/ff_mx.c:298:89: error: passing argument 6 of ‘avio_alloc_context’ from incompatible pointer type [-Wincompatible-pointer-types]
  298 |                                                                           1, ctx, NULL, &ffavio_write_packet, &ffavio_seek);
      |                                                                                         ^~~~~~~~~~~~~~~~~~~~
      |                                                                                         |
      |                                                                                         int (*)(void *, const uint8_t *, int) {aka int (*)(void *, const unsigned char *, int)}
In file included from /usr/include/libavformat/avformat.h:319,
                 from filters/ff_common.h:30,
                 from filters/ff_mx.c:30:
/usr/include/libavformat/avio.h:420:25: note: expected ‘int (*)(void *, uint8_t *, int)’ {aka ‘int (*)(void *, unsigned char *, int)’} but argument is of type ‘int (*)(void *, const uint8_t *, int)’ {aka ‘int (*)(void *, const unsigned char *, int)’}
  420 |                   int (*write_packet)(void *opaque, uint8_t *buf, int buf_size),
      |                   ~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
make[1]: *** [../config.mak:183: filters/ff_mx.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: Leaving directory '/var/tmp/portage/media-video/gpac-2.4.0/work/gpac-2.4.0/src'
make: *** [Makefile:13: all] Error 2

Reproducible: Always
Comment 1 Attila Tóth 2025-03-19 09:33:59 UTC
gpac commit
https://github.com/gpac/gpac/commit/8d7cac0bf9f9775cae1d43de7138206758f28b0c
solves the issue for me.
Comment 2 Ionen Wolkens gentoo-dev 2025-03-26 02:39:33 UTC
Oh, hadn't seen this issue, I'll handle it.
Comment 3 Larry the Git Cow gentoo-dev 2025-03-26 02:48:53 UTC
The bug has been closed via the following commit(s):

https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d54c2c9a0cd9c531e9055a6812e59f2e4130e233

commit d54c2c9a0cd9c531e9055a6812e59f2e4130e233
Author:     Ionen Wolkens <ionen@gentoo.org>
AuthorDate: 2025-03-26 02:44:20 +0000
Commit:     Ionen Wolkens <ionen@gentoo.org>
CommitDate: 2025-03-26 02:46:16 +0000

    media-video/gpac: fix build with ffmpeg 6
    
    ffmpeg 7 is fine (w/ patch), but 2.4.0 included a 6 regression.
    
    Closes: https://bugs.gentoo.org/951622
    Signed-off-by: Ionen Wolkens <ionen@gentoo.org>

 media-video/gpac/files/gpac-2.4.0-ffmpeg6.patch | 11 +++++++++++
 media-video/gpac/gpac-2.4.0.ebuild              |  1 +
 2 files changed, 12 insertions(+)