Build:
- 0
2026-07-24 13:29.40: New job: build mpg123.0.1 (afa8f0007fa2)
2026-07-24 13:29.40: Waiting for resource in pool day11-builds
2026-07-24 13:58.49: Got resource from pool day11-builds
2026-07-24 13:58.49: [profile full] build mpg123.0.1
2026-07-24 13:58.49: build mpg123.0.1 (afa8f0007fa2)
=== DEPENDENCIES (16 transitive) ===
base-threads.base afe16a8e71c3
base-unix.base 73c0a5fdd34a
compiler-cloning.enabled 22a431860256
conf-libffi.2.0.0 59537f7edda9
conf-libmpg123.1 3be10d3bc7cb
conf-pkg-config.5 2c611009363a
csexp.1.5.2 9b58e29a8bf1
ctypes.0.24.0 7b5a58116582
ctypes-foreign.0.24.0 541325820c80
dune.3.24.1 0d2a3ba8bfb9
dune-configurator.3.24.1 29a4528f5159
integers.0.8.0 62aece7f10dd
ocaml.5.5.0 af24caade1d3
ocaml-base-compiler.5.5.0 5f93989ce6d7
ocaml-compiler.5.5.0 15edcf5138e5
stdlib-shims.0.3.0 4bbd4a6c7a07
=== STDOUT ===
Processing: [default: loading data]
[mpg123.0.1: dl]
[mpg123.0.1: extract]
-> retrieved mpg123.0.1 (https://opam.ocaml.org/cache)
[mpg123: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "mpg123" "-j" "39" "@install" (CWD=/home/opam/.opam/default/.opam-switch/build/mpg123.0.1)
[ERROR] The compilation of mpg123.0.1 failed at "dune build -p mpg123 -j 39 @install".
- File "c/dune", line 66, characters 11-32:
- 66 | (names c_generated_functions)
- ^^^^^^^^^^^^^^^^^^^^^
- (cd _build/default/c && /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/ctypes -I /home/opam/.opam/default/lib/integers -I /home/opam/.opam/default/lib/stdlib-shims -I . -o c_generated_functions.o -c c_generated_functions.c)
- c_generated_functions.c: In function 'mpg123_stub_8_mpg123_decoders':
- c_generated_functions.c:77:17: error: initialization of 'char **' from incompatible pointer type 'const char **' [-Wincompatible-pointer-types]
- 77 | char** x46 = mpg123_decoders();
- | ^~~~~~~~~~~~~~~
- c_generated_functions.c: In function 'mpg123_stub_9_mpg123_supported_decoders':
- c_generated_functions.c:86:17: error: initialization of 'char **' from incompatible pointer type 'const char **' [-Wincompatible-pointer-types]
- 86 | char** x51 = mpg123_supported_decoders();
- | ^~~~~~~~~~~~~~~~~~~~~~~~~
- c_generated_functions.c: In function 'mpg123_stub_14_mpg123_read':
- c_generated_functions.c:141:41: error: passing argument 4 of 'mpg123_read' from incompatible pointer type [-Wincompatible-pointer-types]
- 141 | int x93 = mpg123_read(x87, x88, x89, x92);
- | ^~~
- | |
- | int *
- In file included from c_generated_functions.c:1:
- /usr/include/x86_64-linux-gnu/mpg123.h:828:53: note: expected 'size_t *' {aka 'long unsigned int *'} but argument is of type 'int *'
- 828 | , void *outmemory, size_t outmemsize, size_t *done );
- | ~~~~~~~~^~~~
- c_generated_functions.c: In function 'mpg123_stub_20_mpg123_getformat':
- c_generated_functions.c:207:38: error: passing argument 2 of 'mpg123_getformat' from incompatible pointer type [-Wincompatible-pointer-types]
- 207 | int x139 = mpg123_getformat(x135, x136, x137, x138);
- | ^~~~
- | |
- | int *
- /usr/include/x86_64-linux-gnu/mpg123.h:692:15: note: expected 'long int *' but argument is of type 'int *'
- 692 | , long *rate, int *channels, int *encoding );
- | ~~~~~~^~~~
build failed...
=== STDERR ===
2026-07-24 13:59.04: FAILED: build mpg123.0.1
2026-07-24 13:59.04: Job failed: build failed: mpg123.0.1