Replies: 1 comment
-
It's been clarified that this is a Mise error: houseabsolute/ubi#104 (comment) Running ubi directly gets me : /tmp
> out=$(mktemp -d); echo "out: ${out}"; ubi --project godotengine/godot --in "$out" --matching "mono_linux_x86_64" --extract-all;
out: /tmp/tmp.qTFUEuhNZ9
/tmp took 2s
> file /tmp/tmp.qTFUEuhNZ9/Godot_v4.4-stable_mono_linux.x86_64
/tmp/tmp.qTFUEuhNZ9/Godot_v4.4-stable_mono_linux.x86_64: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 5.15.0, stripped
/tmp
> ls -al /tmp/tmp.qTFUEuhNZ9
total 124136
drwx------. 3 zenobius zenobius 80 Mar 9 12:59 .
drwxrwxrwt. 280 root root 14380 Mar 9 12:59 ..
drwxr-xr-x. 4 zenobius zenobius 80 Mar 9 12:59 GodotSharp
-rwxr-xr-x. 1 zenobius zenobius 127113648 Mar 9 12:59 Godot_v4.4-stable_mono_linux.x86_64
/tmp
> no errors. but using ubi via mise throws errors. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Trying to see if I can get godot to be managed by mise via ubi.
checksum generate...
💥ubi
error or amise
error?This is my manifest
And it fails at
checksum generate ....
The archive extracted ends up looking like

Here is the verbose mise output
Beta Was this translation helpful? Give feedback.
All reactions