| 19 Aug 2025 |
Artturin | Try now | 14:41:36 |
Artturin | Instead of moving them to nativeBuildInputs, I made them run with an emulator | 14:42:01 |
QuadRadical (Ping) | interesting idea | 14:43:02 |
QuadRadical (Ping) | it fails with absolutely 0 output | 14:43:28 |
QuadRadical (Ping) |  Download Screenshot From 2025-08-19 10-43-33.png | 14:43:38 |
Artturin | Try now | 14:44:33 |
Artturin | Added a set -x | 14:44:37 |
QuadRadical (Ping) | 👍️ | 14:44:51 |
QuadRadical (Ping) | error: builder for '/nix/store/ljxdbd1bkvrj29kj50rc001ffwk2jba9-gtk3-immodule.cache.drv' failed with exit code 1;
last 25 log lines:
> + shift
> + local 'hooksSlice=failureHooks[@]'
> + local hook
> + for hook in "_callImplicitHook 0 $hookName" ${!hooksSlice+"${!hooksSlice}"}
> + _logHook failureHook '_callImplicitHook 0 failureHook'
> + [[ -z 2 ]]
> + local hookKind=failureHook
> + local 'hookExpr=_callImplicitHook 0 failureHook'
> + shift 2
> + declare -F '_callImplicitHook 0 failureHook'
> + type -p '_callImplicitHook 0 failureHook'
> + [[ _callImplicitHook 0 failureHook != _callImplicitHook* ]]
> + _eval '_callImplicitHook 0 failureHook'
> + declare -F '_callImplicitHook 0 failureHook'
> + eval '_callImplicitHook 0 failureHook'
> ++ _callImplicitHook 0 failureHook
> ++ local def=0
> ++ local hookName=failureHook
> ++ declare -F failureHook
> ++ type -p failureHook
> ++ '[' -n '' ']'
> ++ return 0
> + return 0
> + '[' -n '' ']'
> + return 1
For full logs, run 'nix log /nix/store/ljxdbd1bkvrj29kj50rc001ffwk2jba9-gtk3-immodule.cache.drv'.
| 14:45:45 |
QuadRadical (Ping) | ill send the full log | 14:45:48 |
QuadRadical (Ping) | +++ mkdir -p /nix/store/1i1k08qg59vpglsiibdhl5ax1zdy7243-gtk3-immodule.cache/etc/gtk-3.0/
+++ GTK_PATH=/nix/store/sn268l2xkdvkvagq1r35xy9071zns4hx-ibus-with-plugins-1.5.32/lib/gtk-3.0/
+++ /nix/store/mfj180vhpbvak9rk1ksfjyglrffqny5v-qemu-user-10.0.2/bin/qemu-aarch64 gtk-query-immodules-3.0
+ exitHandler
+ exitCode=1
+ set +e
+ '[' -n '' ']'
+ (( 1 != 0 ))
+ runHook failureHook
+ local hookName=failureHook
+ shift
+ local 'hooksSlice=failureHooks[@]'
+ local hook
+ for hook in "_callImplicitHook 0 $hookName" ${!hooksSlice+"${!hooksSlice}"}
+ _logHook failureHook '_callImplicitHook 0 failureHook'
+ [[ -z 2 ]]
+ local hookKind=failureHook
+ local 'hookExpr=_callImplicitHook 0 failureHook'
+ shift 2
+ declare -F '_callImplicitHook 0 failureHook'
+ type -p '_callImplicitHook 0 failureHook'
+ [[ _callImplicitHook 0 failureHook != _callImplicitHook* ]]
+ _eval '_callImplicitHook 0 failureHook'
+ declare -F '_callImplicitHook 0 failureHook'
+ eval '_callImplicitHook 0 failureHook'
++ _callImplicitHook 0 failureHook
++ local def=0
++ local hookName=failureHook
++ declare -F failureHook
++ type -p failureHook
++ '[' -n '' ']'
++ return 0
+ return 0
+ '[' -n '' ']'
+ return 1
| 14:46:06 |
QuadRadical (Ping) | thats the log | 14:46:13 |
QuadRadical (Ping) | whats the output of ${pkgs.stdenv.hostPlatform.emulator pkgs.buildPackages} btw where you can then just put ` gtk-query-immodules-3.0` after it? does it return an env binary or smth? | 14:46:57 |
Artturin | You can see what it returns above | 14:47:26 |
Artturin | a qemu | 14:47:30 |
QuadRadical (Ping) | oh i see | 14:47:37 |
QuadRadical (Ping) | interesting | 14:47:38 |
Artturin | on native nix-repl> stdenv.hostPlatform.emulator buildPackages "/nix/store/2nry42jg5kabvvy3dpg80x56kbixb4jq-exec/bin/exec" | 14:47:51 |
Artturin | https://github.com/NixOS/nixpkgs/blob/8d36b325c265d26634e5d8936c40503be844018b/lib/systems/default.nix#L376 | 14:48:07 |
QuadRadical (Ping) | thats cool | 14:48:19 |
Artturin | Oh right | 14:50:15 |
Artturin | The issue is that gtk-query-immodules isn't in path because it's in buildInputs | 14:50:25 |
Artturin | and strictDeps true | 14:50:30 |
QuadRadical (Ping) | ah right | 14:50:52 |
Artturin | Try now | 14:50:53 |
QuadRadical (Ping) | trying | 14:51:51 |
QuadRadical (Ping) | failed | 14:53:47 |
QuadRadical (Ping) | +++ mkdir -p /nix/store/1i1k08qg59vpglsiibdhl5ax1zdy7243-gtk3-immodule.cache/etc/gtk-3.0/
+++ GTK_PATH=/nix/store/sn268l2xkdvkvagq1r35xy9071zns4hx-ibus-with-plugins-1.5.32/lib/gtk-3.0/
+++ /nix/store/mfj180vhpbvak9rk1ksfjyglrffqny5v-qemu-user-10.0.2/bin/qemu-aarch64 gtk-query-immodules-3.0
+ exitHandler
+ exitCode=1
+ set +e
+ '[' -n '' ']'
+ (( 1 != 0 ))
+ runHook failureHook
+ local hookName=failureHook
+ shift
+ local 'hooksSlice=failureHooks[@]'
+ local hook
+ for hook in "_callImplicitHook 0 $hookName" ${!hooksSlice+"${!hooksSlice}"}
+ _logHook failureHook '_callImplicitHook 0 failureHook'
+ [[ -z 2 ]]
+ local hookKind=failureHook
+ local 'hookExpr=_callImplicitHook 0 failureHook'
+ shift 2
+ declare -F '_callImplicitHook 0 failureHook'
+ type -p '_callImplicitHook 0 failureHook'
+ [[ _callImplicitHook 0 failureHook != _callImplicitHook* ]]
+ _eval '_callImplicitHook 0 failureHook'
+ declare -F '_callImplicitHook 0 failureHook'
+ eval '_callImplicitHook 0 failureHook'
++ _callImplicitHook 0 failureHook
++ local def=0
++ local hookName=failureHook
++ declare -F failureHook
++ type -p failureHook
++ '[' -n '' ']'
++ return 0
+ return 0
+ '[' -n '' ']'
+ return 1
| 14:53:49 |
QuadRadical (Ping) | output isnt that helpful is it | 14:53:55 |
Artturin | You didn't update | 14:54:20 |