Build:
- 0
2026-06-24 16:10.30: New job: build libinput.0.1 (2a95e33df010)
2026-06-24 16:10.30: Waiting for resource in pool day11-builds
2026-06-24 17:10.25: Got resource from pool day11-builds
2026-06-24 17:10.25: [profile full] build libinput.0.1
2026-06-24 17:10.25: build libinput.0.1 (2a95e33df010)
=== DEPENDENCIES (20 transitive) ===
base-threads.base c9e7bdbf5823
base-unix.base 7d1428be9ddb
compiler-cloning.enabled 439a1fc77aa6
conf-libffi.2.0.0 61d8d9bdb420
conf-libinput.1 2472ab03e4f8
conf-pkg-config.5 d5de2c6a88f9
csexp.1.5.2 977b865a51b4
ctypes.0.24.0 66877315b5f5
ctypes-foreign.0.24.0 8a5f5dfd7517
dune.3.23.1 a59dd9b14fe3
dune-configurator.3.23.1 8cec6bb1116c
fmt.0.11.0 a00e65adfdb2
integers.0.8.0 ee53929eae89
ocaml.5.5.0 383268832c4b
ocaml-base-compiler.5.5.0 522c248944c8
ocaml-compiler.5.5.0 eb1a8babf54c
ocamlbuild.0.16.1 e57f00093c6a
ocamlfind.1.9.8 b506a15fcd6c
stdlib-shims.0.3.0 e7f8a4f187fa
topkg.1.1.1 ac206dbbd2b6
=== 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-24 17:10.42: FAILED: build libinput.0.1
2026-06-24 17:10.42: Job failed: build failed: libinput.0.1