AppImage / AppImage/AppImageKit

appimage on raspberry (Stretch)

未关闭
#489 4 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
没有语言数据
星标
9.4k
派生
588
PR 合并指标
PR 指标待抓取

描述

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

贡献指南

这个仓库没有索引到贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。