AppImage / AppImage/AppImageKit

appimage on raspberry (Stretch)

Open
#489 4 comments 0 reactions 0 assignees View on GitHub
Dominant language
No language data
Stars
9.4k
Forks
588
PR merge metrics
PR metrics pending

Description

Trying to build an appImage for qt-dab on Stretch (RPI 2). Compiling the linuxdeployqt and appimagetool went
fairly smooth.
However, the resulting appImage will not run.
It "hangs". Running the AppRun directly runs as well. Using gdb and stopping it shows a backtrace

```
Program received signal SIGINT, Interrupt.
0x7589c58c in syscall () from /lib/arm-linux-gnueabihf/libc.so.6
(gdb) bt
#0 0x7589c58c in syscall () from /lib/arm-linux-gnueabihf/libc.so.6
#1 0x75a2c3f4 in __cxa_guard_acquire ()
from /usr/lib/arm-linux-gnueabihf/libstdc++.so.6
#2 0x75cfad94 in qRegisterResourceData(int, unsigned char const*, unsigned char const*, unsigned char const*) ()
from /home/pi/appdir/usr/bin/../lib/libQt5Core.so.5
#3 0x75bb8db0 in ?? () from /home/pi/appdir/usr/bin/../lib/libQt5Core.so.5
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
(gdb) q
```

(OIn a previous version I had replaced the executable in usr/bin after running linuxdeployqt. That ran but needed libraries outside the squashed fs)
jan

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.