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
gpac commit https://github.com/gpac/gpac/commit/8d7cac0bf9f9775cae1d43de7138206758f28b0c solves the issue for me.
Oh, hadn't seen this issue, I'll handle it.
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(+)