You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
mowgli
pushed a commit
to BestImageViewer/geeqie
that referenced
this issue
Nov 9, 2024
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
job-logs.txt
The text was updated successfully, but these errors were encountered: