| 19 Aug 2025 |
QuadRadical (Ping) | okay next error | 01:25:28 |
QuadRadical (Ping) | error: builder for '/nix/store/70nr8i781jqrj5ykmsqszj2sj7x7mw70-ibus-aarch64-unknown-linux-gnu-1.5.32.drv' failed with exit code 1;
last 25 log lines:
> ... yes
> checking for
> gtk4
> ... yes
> checking for
> x11
> ... yes
> checking for X11/XKBlib.h... yes
> Skipping X11 locale directory check when cross compiling. Using: /nix/store/pj5bi4ak8bs593ckr80kqlxhxarcf3ak-libX11-aarch64-unknown-linux-gnu-1.8.12/share/X11/locale
> checking for
> wayland-client >= 1.2.0
> xkbcommon
> ... yes
> checking pkg-config is at least version 0.9.0... yes
> checking for wayland-scanner >= 1.14.0... no
> configure: error: Package requirements (wayland-scanner >= 1.14.0) were not met:
>
> No package 'wayland-scanner' found
>
> Consider adjusting the PKG_CONFIG_PATH environment variable if you
> installed software in a non-standard prefix.
>
> Alternatively, you may set the environment variables WAYLAND_SCANNER_CFLAGS
> and WAYLAND_SCANNER_LIBS to avoid the need to call pkg-config.
> See the pkg-config man page for more details.
For full logs, run 'nix log /nix/store/70nr8i781jqrj5ykmsqszj2sj7x7mw70-ibus-aarch64-unknown-linux-gnu-1.5.32.drv'.
error: 1 dependencies of derivation '/nix/store/nqn483f4v0vwi5ixcx0mxypgnw1kz9pg-gnome-control-center-aarch64-unknown-linux-gnu-48.4.drv' failed to build
error: 1 dependencies of derivation '/nix/store/6i011ns18fkpk07phkvyydqfk6l6rkrp-gnome-shell-aarch64-unknown-linux-gnu-48.mobile.0.drv' failed to build
error: 1 dependencies of derivation '/nix/store/3ls463qmb86f4bjxz5bvi6a5m4vcvjll-ibus-with-plugins-1.5.32.drv' failed to build
error: 1 dependencies of derivation '/nix/store/48x0apcrn6i56wzpb3b0yjq7zrlzq77r-autostart-ibus-daemon.drv' failed to build
error: 1 dependencies of derivation '/nix/store/17g3wbl339r451r11jmk570pphy55bk4-dbus-1.drv' failed to build
| 01:25:30 |
QuadRadical (Ping) | hmm | 01:28:32 |
Artturin | It's probably something like it's looking wayland-scanner with the cross prefixed pkg-config instead of with the for-build pkg-config | 01:28:54 |
QuadRadical (Ping) | im gonna look further in the morning i think | 01:28:55 |
QuadRadical (Ping) | ah, maybe | 01:29:01 |
QuadRadical (Ping) | ill look in the morning | 01:29:04 |
QuadRadical (Ping) | goodnight | 01:29:05 |
QuadRadical (Ping) | thank you for your help! | 01:29:08 |
Artturin | Gn | 01:29:09 |
Artturin | config.log
configure:21945: checking for wayland-scanner >= 1.14.0
configure:21952: $PKG_CONFIG --exists --print-errors "wayland-scanner >= 1.14.0"
Package wayland-scanner was not found in the pkg-config search path.
Perhaps you should add the directory containing `wayland-scanner.pc'
to the PKG_CONFIG_PATH environment variable
No package 'wayland-scanner' found
| 01:29:42 |
Artturin | should be using $PKG_CONFIG_FOR_BUILD | 01:29:48 |
QuadRadical (Ping) | hmm how can i force it to use that though | 02:50:02 |
Artturin | QuadRadical (Ping): https://github.com/NixOS/nixpkgs/pull/434998 | 13:41:42 |
Artturin | Well, actually, just adding wayland-scanner to buildInputs would fix the issue but it isn't entirely correct | 13:50:28 |
Artturin | Opinions on the patch vs just adding wayland-scanner to buildInputs? | 13:50:38 |
QuadRadical (Ping) | add it to build inputs imo | 13:58:28 |
QuadRadical (Ping) | much simpler | 13:58:35 |
Artturin | Changed | 14:03:39 |
Grimmauld (any/all) | an empty optional list being added to native build inputs and unconditional in propagatedBuildInputs makes little sense imo | 14:05:38 |
Artturin | Whoops, readded wayland-scanner back to nativeBuildInputs | 14:07:08 |
Artturin | I didn't touch propagatedBuildInputs | 14:07:14 |
Artturin | * Whoops, added wayland-scanner back to nativeBuildInputs | 14:07:22 |
Grimmauld (any/all) | ah sorry, i meant regular buildInputs, i hate github | 14:09:04 |
Artturin | It is in the withWayland conditional | 14:09:28 |
Grimmauld (any/all) | yep saw | 14:09:35 |
Grimmauld (any/all) | the empty ++ was more weird | 14:09:46 |
Grimmauld (any/all) | should be fine now | 14:09:50 |
Grimmauld (any/all) | i shouldn't try to review code on mobile... | 14:12:55 |
QuadRadical (Ping) | damn it
error: builder for '/nix/store/hl130p2lvf5a5hd2ahp40rpzpmgsxddz-gtk3-immodule.cache.drv' failed with exit code 127;
last 1 log lines:
> /build/.attr-0l2nkwhif96f51f4amnlf414lhl4rv9vh8iffyp431v6s28gsr90: line 2: gtk-query-immodules-3.0: command not found
For full logs, run 'nix log /nix/store/hl130p2lvf5a5hd2ahp40rpzpmgsxddz-gtk3-immodule.cache.drv'.
| 14:15:49 |