Bug with ubuntu-24.04 FileNotFoundError: [Errno 2] No such file or directory: 'REPO/AppDir/bin/bash'
Bug with ubuntu-24.04 FileNotFoundError: [Errno 2] No such file or directory: 'REPO/AppDir/bin/bash' It don't work on ubuntu-24.04, see repo: https://github.com/DanielRibeiroUFG/simple64_AppImage using appimage-builder-1.1.1.dev32+g2709a3b-x86_64.AppImage
I use this project to build AppImages for https://github.com/BestImageViewer/geeqie/
After updating the scripts to read
Build-AppImage: runs-on: ubuntu-24.04
the generated AppImages do not run.
Running: <appimage>
Gives: APPRUN_ERROR: No such file or directory
Running --appimage-extract is succesfull
Running ./squashfs/AppRun
Gives: APPRUN_ERROR: No such file or directory
Running ./squashfs/usr/local/bin/geeqie
Gives: bash: ./squashfs-root/usr/local/bin/geeqie: cannot execute: required file not found
Running strace ./squashfs-root/usr/local/bin/geeqie
Gives: execve("./squashfs-root/usr/local/bin/geeqie", ["./squashfs-root/usr/local/bin/ge"...], 0x7fff5e957630 /* 86 vars */) = -1 ENOENT (No such file or directory) strace: exec: No such file or directory +++ exited with 1 +++
Does anyone have a suggestion?