Build:
  1. 0
2026-06-24 13:56.54: New job: build raylib.1.6.0 (fc24dbd7f513)
2026-06-24 13:56.54: Waiting for resource in pool day11-builds
2026-06-24 16:09.22: Got resource from pool day11-builds
2026-06-24 16:09.22: [profile full] build raylib.1.6.0
2026-06-24 16:09.22: build raylib.1.6.0 (fc24dbd7f513)
=== DEPENDENCIES (19 transitive) ===
  base-threads.base                                  c9e7bdbf5823
  base-unix.base                                     7d1428be9ddb
  compiler-cloning.enabled                           439a1fc77aa6
  conf-libxcursor.1                                  82786a181ebf
  conf-libxi.1                                       9422a5f42a17
  conf-libxinerama.1                                 dfef7bd7a72c
  conf-libxrandr.1                                   153233dfb232
  conf-mesa.1                                        6755b5b66c40
  conf-pkg-config.5                                  d5de2c6a88f9
  csexp.1.5.2                                        977b865a51b4
  ctypes.0.24.0                                      66877315b5f5
  dune.3.23.1                                        a59dd9b14fe3
  dune-configurator.3.23.1                           8cec6bb1116c
  integers.0.8.0                                     ee53929eae89
  ocaml.5.5.0                                        383268832c4b
  ocaml-base-compiler.5.5.0                          522c248944c8
  ocaml-compiler.5.5.0                               eb1a8babf54c
  patch.3.1.1                                        7a47accf1d0f
  stdlib-shims.0.3.0                                 e7f8a4f187fa
=== STDOUT ===
Processing: [default: loading data]
[raylib.1.6.0: dl]
[raylib.1.6.0: extract]
-> retrieved raylib.1.6.0  (https://opam.ocaml.org/cache)
[raylib: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "raylib" "-j" "39" "@install" (CWD=/home/opam/.opam/default/.opam-switch/build/raylib.1.6.0)
- (cd _build/default/src/c && ./apply_patch.exe enable_formats.patch)
- vendor/raylib/src/config.h
- patching vendor/raylib/src/config.h
- File "src/c/dune", lines 20-42, characters 0-663:
- 20 | (rule
- 21 |  (alias build-raylib)
- 22 |  (targets libraylib.a dllraylib.so)
- ....
- 40 |     (run make -C vendor/raylib/src clean)
- 41 |     (run make -C vendor/raylib/src RAYLIB_LIBTYPE=SHARED -j 8)
- 42 |     (copy vendor/raylib/src/libraylib.so.5.5.0 dllraylib.so)))))
- (cd _build/default/src/c && /usr/bin/make -C vendor/raylib/src RAYLIB_LIBTYPE=STATIC -j 8)
- make: Entering directory '/home/opam/.opam/default/.opam-switch/build/raylib.1.6.0/_build/default/src/c/vendor/raylib/src'
- gcc -c rcore.c -Wall -D_GNU_SOURCE -DPLATFORM_DESKTOP_GLFW -DGRAPHICS_API_OPENGL_33 -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -fPIC -O1 -Werror=implicit-function-declaration -D_GLFW_X11  -I.  -Iexternal/glfw/include
- gcc -c rshapes.c -Wall -D_GNU_SOURCE -DPLATFORM_DESKTOP_GLFW -DGRAPHICS_API_OPENGL_33 -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -fPIC -O1 -Werror=implicit-function-declaration -D_GLFW_X11  -I.  -Iexternal/glfw/include
- gcc -c rtextures.c -Wall -D_GNU_SOURCE -DPLATFORM_DESKTOP_GLFW -DGRAPHICS_API_OPENGL_33 -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -fPIC -O1 -Werror=implicit-function-declaration -D_GLFW_X11  -I.  -Iexternal/glfw/include
- gcc -c rtext.c -Wall -D_GNU_SOURCE -DPLATFORM_DESKTOP_GLFW -DGRAPHICS_API_OPENGL_33 -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -fPIC -O1 -Werror=implicit-function-declaration -D_GLFW_X11  -I.  -Iexternal/glfw/include
- gcc -c utils.c -Wall -D_GNU_SOURCE -DPLATFORM_DESKTOP_GLFW -DGRAPHICS_API_OPENGL_33 -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -fPIC -O1 -Werror=implicit-function-declaration -D_GLFW_X11  -I.  -Iexternal/glfw/include
- gcc  -c rglfw.c -Wall -D_GNU_SOURCE -DPLATFORM_DESKTOP_GLFW -DGRAPHICS_API_OPENGL_33 -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -fPIC -O1 -Werror=implicit-function-declaration -D_GLFW_X11  -I.  -Iexternal/glfw/include
- gcc -c rmodels.c -Wall -D_GNU_SOURCE -DPLATFORM_DESKTOP_GLFW -DGRAPHICS_API_OPENGL_33 -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -fPIC -O1 -Werror=implicit-function-declaration -D_GLFW_X11  -I.  -Iexternal/glfw/include
- gcc -c raudio.c -Wall -D_GNU_SOURCE -DPLATFORM_DESKTOP_GLFW -DGRAPHICS_API_OPENGL_33 -Wno-missing-braces -Werror=pointer-arith -fno-strict-aliasing -std=c99 -fPIC -O1 -Werror=implicit-function-declaration -D_GLFW_X11  -I.  -Iexternal/glfw/include
- make: Leaving directory '/home/opam/.opam/default/.opam-switch/build/raylib.1.6.0/_build/default/src/c/vendor/raylib/src'
- In file included from external/glfw/src/platform.h:81,
-                  from external/glfw/src/internal.h:325,
-                  from external/glfw/src/init.c:28,
-                  from rglfw.c:73:
- external/glfw/src/x11_platform.h:39:10: fatal error: X11/extensions/Xrandr.h: No such file or directory
-    39 | #include <X11/extensions/Xrandr.h>
-       |          ^~~~~~~~~~~~~~~~~~~~~~~~~
- compilation terminated.
- make: *** [Makefile:734: rglfw.o] Error 1
- make: *** Waiting for unfinished jobs....
[ERROR] The compilation of raylib.1.6.0 failed at "dune build -p raylib -j 39 @install".
build failed... 

=== STDERR ===

2026-06-24 16:10.49: FAILED: build raylib.1.6.0
2026-06-24 16:10.49: Job failed: build failed: raylib.1.6.0