Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug with ubuntu-24.04 FileNotFoundError: [Errno 2] No such file or directory: 'REPO/AppDir/bin/bash' #355

Open
DanielRibeiroUFG opened this issue Aug 29, 2024 · 1 comment

Comments

@DanielRibeiroUFG
Copy link

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

@caclark
Copy link

caclark commented Nov 8, 2024

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
#1534

Revert to Ubuntu 22.04 for AppImage builds.
Exr files are not supported.

This is not a permanent fix.

It is likely the problem is with
https://github.com/AppImageCrafters/appimage-builder.

An issue exists there:
AppImageCrafters/appimage-builder#355
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants