| 19 Aug 2025 |
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 |
QuadRadical (Ping) | i did | 14:54:36 |
QuadRadical (Ping) | its up to date | 14:54:49 |
QuadRadical (Ping) | oh nvm | 14:55:10 |
QuadRadical (Ping) | i sent the wrong log | 14:55:12 |
QuadRadical (Ping) | but it did fail | 14:55:16 |
QuadRadical (Ping) | +++ mkdir -p /nix/store/jdpqgmljnvhy1bhjwra3yhmv6ga2j838-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 /nix/store/304prylcw4vhf29n0fwfnli2xlg7vffc-gtk+3-aarch64-unknown-linux-gnu-3.24.49/bin/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:55:26 |
QuadRadical (Ping) | gtk-query-immodules-3.0 doesnt exist in that folder | 14:55:49 |
QuadRadical (Ping) | in theres theres only broadwayd gtk-launch gtk-update-icon-cache | 14:56:02 |