Template:Flatpak Guile Error Demo

From GnuCash
Revision as of 09:21, 22 June 2020 by Fell (talk | contribs) (extract from https://github.com/flathub/org.gnucash.GnuCash/issues/24)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
ldconfig: /app/lib/libguile-2.2.so.1.3.0-gdb.scm is not an ELF file - it has the wrong magic bytes at the start.

;;; note: source file /app/share/guile//2.2/ice-9/eval.scm
;;;       newer than compiled /app/lib/guile/2.2/ccache/ice-9/eval.go
:
Workaround:
cd /var/lib/flatpak/app/org.gnucash.GnuCash/
sudo find . -name '*.go' -exec touch '{}' ';'