Build:
- 0
2026-06-16 16:19.57: New job: build libinput.0.1 (4a0982392812)
2026-06-16 16:19.57: Waiting for resource in pool day11-builds
2026-06-16 17:01.13: Got resource from pool day11-builds
2026-06-16 17:01.13: [profile full] build libinput.0.1
2026-06-16 17:01.13: build libinput.0.1 (4a0982392812)
=== DEPENDENCIES (20 transitive) ===
base-threads.base b7164ff76afe
base-unix.base 839dc585f12d
conf-libffi.2.0.0 8d7a8d3da0b7
conf-libinput.1 1af3e9b1706c
conf-pkg-config.5 64c6b37d622b
csexp.1.5.2 e2491a88a8e9
ctypes.0.24.0 5b2d1c971bbe
ctypes-foreign.0.24.0 be73599d8de8
dune.3.23.1 d50060dd2cab
dune-configurator.3.23.1 83dd42d9abe2
fmt.0.11.0 485b1e345597
integers.0.8.0 724bb489596a
ocaml.5.4.1 708fed352b2a
ocaml-base-compiler.5.4.1 89b85703f841
ocaml-compiler.5.4.1 a719b8419b8e
ocaml-config.3 aa27f63940d8
ocamlbuild.0.16.1 069fc1e567af
ocamlfind.1.9.8 5cfa73ef65e7
stdlib-shims.0.3.0 b64bd5274094
topkg.1.1.1 4a88955a28b6
=== STDOUT ===
Processing: [default: loading data]
[libinput.0.1: dl]
[libinput.0.1: extract]
-> retrieved libinput.0.1 (https://opam.ocaml.org/cache)
[libinput: dune build]
+ /home/opam/.opam/default/bin/dune "build" "-p" "libinput" "-j" "39" "@install" (CWD=/home/opam/.opam/default/.opam-switch/build/libinput.0.1)
- File "lib/_unknown_", line 1, characters 0-0:
- (cd _build/default/lib && /usr/bin/gcc -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -g -O2 -fno-strict-aliasing -fwrapv -fPIC -pthread -D_FILE_OFFSET_BITS=64 -Wall -fdiagnostics-color=always -I. -g -I /home/opam/.opam/default/lib/ocaml -I /home/opam/.opam/default/lib/ctypes input__c_cout_generated_types.c -o input__c_cout_generated_types.exe)
- input__c_cout_generated_types.c: In function 'main':
- input__c_cout_generated_types.c:96:59: error: 'LIBINPUT_ACCEL_TYPE_SCROLL' undeclared (first use in this function)
- 96 | enum { check_LIBINPUT_ACCEL_TYPE_SCROLL_const = (int)LIBINPUT_ACCEL_TYPE_SCROLL };
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~
- input__c_cout_generated_types.c:96:59: note: each undeclared identifier is reported only once for each function it appears in
- input__c_cout_generated_types.c:103:59: error: 'LIBINPUT_ACCEL_TYPE_MOTION' undeclared (first use in this function); did you mean 'LIBINPUT_EVENT_TOUCH_MOTION'?
- 103 | enum { check_LIBINPUT_ACCEL_TYPE_MOTION_const = (int)LIBINPUT_ACCEL_TYPE_MOTION };
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~
- | LIBINPUT_EVENT_TOUCH_MOTION
- input__c_cout_generated_types.c:110:61: error: 'LIBINPUT_ACCEL_TYPE_FALLBACK' undeclared (first use in this function)
- 110 | enum { check_LIBINPUT_ACCEL_TYPE_FALLBACK_const = (int)LIBINPUT_ACCEL_TYPE_FALLBACK };
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
- input__c_cout_generated_types.c:117:69: error: 'LIBINPUT_CONFIG_ACCEL_PROFILE_CUSTOM' undeclared (first use in this function); did you mean 'LIBINPUT_CONFIG_ACCEL_PROFILE_FLAT'?
- 117 | enum { check_LIBINPUT_CONFIG_ACCEL_PROFILE_CUSTOM_const = (int)LIBINPUT_CONFIG_ACCEL_PROFILE_CUSTOM };
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- | LIBINPUT_CONFIG_ACCEL_PROFILE_FLAT
- input__c_cout_generated_types.c:369:63: error: 'LIBINPUT_EVENT_TABLET_PAD_DIAL' undeclared (first use in this function); did you mean 'LIBINPUT_EVENT_TABLET_PAD_RING'?
- 369 | enum { check_LIBINPUT_EVENT_TABLET_PAD_DIAL_const = (int)LIBINPUT_EVENT_TABLET_PAD_DIAL };
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- | LIBINPUT_EVENT_TABLET_PAD_RING
- input__c_cout_generated_types.c:726:50: error: 'LIBINPUT_LED_KANA' undeclared (first use in this function); did you mean 'LIBINPUT_EVENT_NONE'?
- 726 | enum { check_LIBINPUT_LED_KANA_const = (int)LIBINPUT_LED_KANA };
- | ^~~~~~~~~~~~~~~~~
- | LIBINPUT_EVENT_NONE
- input__c_cout_generated_types.c:733:53: error: 'LIBINPUT_LED_COMPOSE' undeclared (first use in this function); did you mean 'LIBINPUT_LED_NUM_LOCK'?
- 733 | enum { check_LIBINPUT_LED_COMPOSE_const = (int)LIBINPUT_LED_COMPOSE };
- | ^~~~~~~~~~~~~~~~~~~~
- | LIBINPUT_LED_NUM_LOCK
- In file included from /home/opam/.opam/default/lib/ctypes/ctypes_cstubs_internals.h:13,
- from input__c_cout_generated_types.c:6:
- input__c_cout_generated_types.c:856:81: error: conversion to incomplete type
- 856 | ctypes_arithmetic_type_name(CTYPES_CLASSIFY_ARITHMETIC_TYPE(enum libinput_config_accel_type)));
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~
- /home/opam/.opam/default/lib/ctypes/ctypes_primitives.h:143:17: note: in definition of macro 'CTYPES_CHECK_FLOATING'
- 143 | ((unsigned)(((TYPENAME) 0.5) != 0) << CTYPES_FLOATING_FLAG_BIT)
- | ^~~~~~~~
- /home/opam/.opam/default/lib/ctypes/ctypes_primitives.h:148:47: note: in expansion of macro 'CTYPES_CLASSIFY'
- 148 | #define CTYPES_ARITHMETIC_TYPEINFO(TYPENAME) (CTYPES_CLASSIFY(TYPENAME) \
- | ^~~~~~~~~~~~~~~
- /home/opam/.opam/default/lib/ctypes/ctypes_primitives.h:151:35: note: in expansion of macro 'CTYPES_ARITHMETIC_TYPEINFO'
- 151 | ctypes_classify_arithmetic_type(CTYPES_ARITHMETIC_TYPEINFO(TYPENAME))
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~
- input__c_cout_generated_types.c:856:44: note: in expansion of macro 'CTYPES_CLASSIFY_ARITHMETIC_TYPE'
- 856 | ctypes_arithmetic_type_name(CTYPES_CLASSIFY_ARITHMETIC_TYPE(enum libinput_config_accel_type)));
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- input__c_cout_generated_types.c:856:81: error: conversion to incomplete type
- 856 | ctypes_arithmetic_type_name(CTYPES_CLASSIFY_ARITHMETIC_TYPE(enum libinput_config_accel_type)));
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~
- /home/opam/.opam/default/lib/ctypes/ctypes_primitives.h:145:17: note: in definition of macro 'CTYPES_CHECK_UNSIGNED'
- 145 | ((unsigned)(((TYPENAME) -1) > 0) << CTYPES_UNSIGNED_FLAG_BIT)
- | ^~~~~~~~
- /home/opam/.opam/default/lib/ctypes/ctypes_primitives.h:148:47: note: in expansion of macro 'CTYPES_CLASSIFY'
- 148 | #define CTYPES_ARITHMETIC_TYPEINFO(TYPENAME) (CTYPES_CLASSIFY(TYPENAME) \
- | ^~~~~~~~~~~~~~~
- /home/opam/.opam/default/lib/ctypes/ctypes_primitives.h:151:35: note: in expansion of macro 'CTYPES_ARITHMETIC_TYPEINFO'
- 151 | ctypes_classify_arithmetic_type(CTYPES_ARITHMETIC_TYPEINFO(TYPENAME))
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~
- input__c_cout_generated_types.c:856:44: note: in expansion of macro 'CTYPES_CLASSIFY_ARITHMETIC_TYPE'
- 856 | ctypes_arithmetic_type_name(CTYPES_CLASSIFY_ARITHMETIC_TYPE(enum libinput_config_accel_type)));
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
- input__c_cout_generated_types.c:856:76: error: invalid application of 'sizeof' to incomplete type 'enum libinput_config_accel_type'
- 856 | ctypes_arithmetic_type_name(CTYPES_CLASSIFY_ARITHMETIC_TYPE(enum libinput_config_accel_type)));
- | ^~~~
- /home/opam/.opam/default/lib/ctypes/ctypes_primitives.h:149:54: note: in definition of macro 'CTYPES_ARITHMETIC_TYPEINFO'
- 149 | | sizeof(TYPENAME))
- | ^~~~~~~~
- input__c_cout_generated_types.c:856:44: note: in expansion of macro 'CTYPES_CLASSIFY_ARITHMETIC_TYPE'
- 856 | ctypes_arithmetic_type_name(CTYPES_CLASSIFY_ARITHMETIC_TYPE(enum libinput_config_accel_type)));
- | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[ERROR] The compilation of libinput.0.1 failed at "dune build -p libinput -j 39 @install".
build failed...
=== STDERR ===
2026-06-16 17:01.26: FAILED: build libinput.0.1
2026-06-16 17:01.26: Job failed: build failed: libinput.0.1