Build:
- 0
2026-07-24 11:57.34: New job: build ffmpeg-avutil.1.1.11 (637fc56c6ce0)
2026-07-24 11:57.34: Waiting for resource in pool day11-builds
2026-07-24 13:01.34: Got resource from pool day11-builds
2026-07-24 13:01.34: [profile full] build ffmpeg-avutil.1.1.11
2026-07-24 13:01.34: build ffmpeg-avutil.1.1.11 (637fc56c6ce0)
=== DEPENDENCIES (11 transitive) ===
base-threads.base afe16a8e71c3
base-unix.base 73c0a5fdd34a
compiler-cloning.enabled 22a431860256
conf-ffmpeg.1 044f6d485ede
conf-pkg-config.5 2c611009363a
csexp.1.5.2 9b58e29a8bf1
dune.3.24.1 0d2a3ba8bfb9
dune-configurator.3.24.1 29a4528f5159
ocaml.5.5.0 af24caade1d3
ocaml-base-compiler.5.5.0 5f93989ce6d7
ocaml-compiler.5.5.0 15edcf5138e5
=== STDOUT ===
Processing: [default: loading data]
[ffmpeg-avutil.1.1.11: dl]
[ffmpeg-avutil.1.1.11: extract]
-> retrieved ffmpeg-avutil.1.1.11 (https://opam.ocaml.org/cache)
[ffmpeg-avutil: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "ffmpeg-avutil" "-j" "39" "@install" (CWD=/home/opam/.opam/default/.opam-switch/build/ffmpeg-avutil.1.1.11)
- File "avutil/dune", line 7, characters 9-21:
- 7 | (names avutil_stubs)
- ^^^^^^^^^^^^
- (cd _build/default/avutil && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -I/usr/include/x86_64-linux-gnu -g -I /home/opam/.opam/default/lib/ocaml -I /home/opam/.opam/default/lib/ocaml/threads -I /home/opam/.opam/default/lib/ocaml/unix -o avutil_stubs.o -c avutil_stubs.c)
- avutil_stubs.c: In function 'ocaml_avutil_get_channel_layout_description':
- avutil_stubs.c:335:3: error: implicit declaration of function 'av_get_channel_layout_string'; did you mean 'av_channel_layout_subset'? [-Wimplicit-function-declaration]
- 335 | av_get_channel_layout_string(buf, sizeof(buf), Int_val(channels),
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- | av_channel_layout_subset
- In file included from /home/opam/.opam/default/lib/ocaml/caml/callback.h:22,
- from avutil_stubs.c:9:
- avutil_stubs.c: In function 'ocaml_avutil_get_channel_layout_nb_channels':
- avutil_stubs.c:345:7: error: implicit declaration of function 'av_get_channel_layout_nb_channels'; did you mean 'ocaml_avutil_get_channel_layout_nb_channels'? [-Wimplicit-function-declaration]
- 345 | av_get_channel_layout_nb_channels(ChannelLayout_val(_channel_layout))));
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/memory.h:457:29: note: in definition of macro 'CAMLreturnT'
- 457 | type caml__temp_result = (result); \
- | ^~~~~~
- avutil_stubs.c:344:3: note: in expansion of macro 'CAMLreturn'
- 344 | CAMLreturn(Val_int(
- | ^~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:83:20: note: in expansion of macro 'Val_long'
- 83 | #define Val_int(x) Val_long(x)
- | ^~~~~~~~
- avutil_stubs.c:344:14: note: in expansion of macro 'Val_int'
- 344 | CAMLreturn(Val_int(
- | ^~~~~~~
- avutil_stubs.c: In function 'ocaml_avutil_get_default_channel_layout':
- avutil_stubs.c:351:17: error: implicit declaration of function 'av_get_default_channel_layout'; did you mean 'ocaml_avutil_get_default_channel_layout'? [-Wimplicit-function-declaration]
- 351 | int64_t ret = av_get_default_channel_layout(Int_val(_nb_channels));
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- | ocaml_avutil_get_default_channel_layout
- avutil_stubs.c: In function 'ocaml_avutil_get_channel_layout':
- avutil_stubs.c:366:17: error: implicit declaration of function 'av_get_channel_layout'; did you mean 'PVV_Channel_layout'? [-Wimplicit-function-declaration]
- 366 | int64_t ret = av_get_channel_layout(name);
- | ^~~~~~~~~~~~~~~~~~~~~
- | PVV_Channel_layout
- avutil_stubs.c: In function 'ocaml_avutil_frame_pkt_duration':
- avutil_stubs.c:614:14: error: 'AVFrame' has no member named 'pkt_duration'; did you mean 'duration'?
- 614 | if (frame->pkt_duration == 0)
- | ^~~~~~~~~~~~
- | duration
- avutil_stubs.c:618:46: error: 'AVFrame' has no member named 'pkt_duration'; did you mean 'duration'?
- 618 | Store_field(ret, 0, caml_copy_int64(frame->pkt_duration));
- | ^~~~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/memory.h:470:27: note: in definition of macro 'Store_field'
- 470 | value caml__temp_val = (val); \
- | ^~~
- avutil_stubs.c: In function 'ocaml_avutil_audio_create_frame':
- avutil_stubs.c:818:10: error: 'AVFrame' has no member named 'channel_layout'; did you mean 'ch_layout'?
- 818 | frame->channel_layout = channel_layout;
- | ^~~~~~~~~~~~~~
- | ch_layout
- avutil_stubs.c: In function 'ocaml_avutil_audio_frame_get_channels':
- avutil_stubs.c:851:27: error: 'AVFrame' has no member named 'channels'
- 851 | CAMLreturn(Val_int(frame->channels));
- | ^~
- /home/opam/.opam/default/lib/ocaml/caml/memory.h:457:29: note: in definition of macro 'CAMLreturnT'
- 457 | type caml__temp_result = (result); \
- | ^~~~~~
- avutil_stubs.c:851:3: note: in expansion of macro 'CAMLreturn'
- 851 | CAMLreturn(Val_int(frame->channels));
- | ^~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/mlvalues.h:83:20: note: in expansion of macro 'Val_long'
- 83 | #define Val_int(x) Val_long(x)
- | ^~~~~~~~
- avutil_stubs.c:851:14: note: in expansion of macro 'Val_int'
- 851 | CAMLreturn(Val_int(frame->channels));
- | ^~~~~~~
- avutil_stubs.c: In function 'ocaml_avutil_audio_frame_get_channel_layout':
- avutil_stubs.c:861:40: error: 'AVFrame' has no member named 'channel_layout'; did you mean 'ch_layout'?
- 861 | CAMLreturn(Val_ChannelLayout((frame->channel_layout)));
- | ^~~~~~~~~~~~~~
- /home/opam/.opam/default/lib/ocaml/caml/memory.h:457:29: note: in definition of macro 'CAMLreturnT'
- 457 | type caml__temp_result = (result); \
- | ^~~~~~
- avutil_stubs.c:861:3: note: in expansion of macro 'CAMLreturn'
- 861 | CAMLreturn(Val_ChannelLayout((frame->channel_layout)));
- | ^~~~~~~~~~
- avutil_stubs.c: In function 'ocaml_avutil_audio_frame_copy_samples':
- avutil_stubs.c:883:21: error: 'AVFrame' has no member named 'channels'
- 883 | int channels = dst->channels;
- | ^~
- avutil_stubs.c:888:10: error: 'AVFrame' has no member named 'channels'
- 888 | dst->channels != src->channels ||
- | ^~
- avutil_stubs.c:888:27: error: 'AVFrame' has no member named 'channels'
- 888 | dst->channels != src->channels ||
- | ^~
- avutil_stubs.c:889:12: error: 'AVFrame' has no member named 'channel_layout'; did you mean 'ch_layout'?
- 889 | dst->channel_layout != src->channel_layout)
- | ^~~~~~~~~~~~~~
- | ch_layout
- avutil_stubs.c:889:35: error: 'AVFrame' has no member named 'channel_layout'; did you mean 'ch_layout'?
- 889 | dst->channel_layout != src->channel_layout)
- | ^~~~~~~~~~~~~~
- | ch_layout
- avutil_stubs.c: In function 'ocaml_avutil_get_opt':
- avutil_stubs.c:1207:11: error: implicit declaration of function 'av_opt_get_channel_layout'; did you mean 'av_opt_get_chlayout'? [-Wimplicit-function-declaration]
- 1207 | err = av_opt_get_channel_layout((void *)obj, (const char *)String_val(name),
- | ^~~~~~~~~~~~~~~~~~~~~~~~~
- | av_opt_get_chlayout
- avutil_stubs.c: In function 'ocaml_avutil_av_opt_iter':
- avutil_stubs.c:1322:8: error: 'AV_OPT_TYPE_CHANNEL_LAYOUT' undeclared (first use in this function); did you mean 'AV_OPT_TYPE_CHLAYOUT'?
- 1322 | case AV_OPT_TYPE_CHANNEL_LAYOUT:
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~
- | AV_OPT_TYPE_CHLAYOUT
- avutil_stubs.c:1322:8: note: each undeclared identifier is reported only once for each function it appears in
- avutil_stubs.c:1324:9: error: implicit declaration of function 'av_get_channel_name'; did you mean 'av_channel_name'? [-Wimplicit-function-declaration]
- 1324 | if (av_get_channel_name(option->default_val.i64)) {
- | ^~~~~~~~~~~~~~~~~~~
- | av_channel_name
build failed...
[ERROR] The compilation of ffmpeg-avutil.1.1.11 failed at "dune build -p ffmpeg-avutil -j 39 @install".
=== STDERR ===
2026-07-24 13:02.50: FAILED: build ffmpeg-avutil.1.1.11
2026-07-24 13:02.50: Job failed: build failed: ffmpeg-avutil.1.1.11