Skip to content
This repository has been archived by the owner on Feb 2, 2024. It is now read-only.

Creating 32bit AppImage is mixing 64bits libs and failed executing with 'oosplash: Exec format error' #34

Open
sputnick-dev opened this issue May 8, 2022 · 0 comments

Comments

@sputnick-dev
Copy link

sputnick-dev commented May 8, 2022

Used this command line to install libreoffice:

$ ./make_libreoffice_appimage.sh daily x86 standard N Y N Y

The created binary is 32bit:

$ file AppRun 
AppRun: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=1e71ee80b1855ddde430cde2857f6ce3a7a3bb33, with debug_info, not stripped

while the libs are 64bit:

$ ./AppRun 
/PATH/LibreOfficeDev/LibreOfficeDev.AppDir/usr/bin//libreofficedev7.4: 191: exec: /PATH/LibreOfficeDev/LibreOfficeDev.AppDir/opt/libreofficedev7.4/program/oosplash: Exec format error
$ file /PATH/LibreOfficeDev/LibreOfficeDev.AppDir/opt/libreofficedev7.4/program/oosplash
/PATH/LibreOfficeDev/LibreOfficeDev.AppDir/opt/libreofficedev7.4/program/oosplash: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked, interpreter /lib64/ld-linux-x86-64.so.2, for GNU/Linux 2.6.32, BuildID[sha1]=f60aed35eb866e2b73386fcbff8b84e8a58a378e, stripped

Even a ls is showing x86_64 libs:

LibreOfficeDev $ ls
appimagetool
LibreOfficeDev_7.4.0.0.alpha0_Linux_x86-64_deb
LibreOfficeDev_7.4.0.0.alpha0_Linux_x86-64_deb_langpack_ar
LibreOfficeDev_7.4.0.0.alpha0_Linux_x86-64_deb_langpack_ar.tar.gz
LibreOfficeDev_7.4.0.0.alpha0_Linux_x86-64_deb_langpack_de
LibreOfficeDev_7.4.0.0.alpha0_Linux_x86-64_deb_langpack_de.tar.gz
LibreOfficeDev_7.4.0.0.alpha0_Linux_x86-64_deb_langpack_en-GB
LibreOfficeDev_7.4.0.0.alpha0_Linux_x86-64_deb_langpack_en-GB.tar.gz
LibreOfficeDev_7.4.0.0.alpha0_Linux_x86-64_deb_langpack_es
LibreOfficeDev_7.4.0.0.alpha0_Linux_x86-64_deb_langpack_es.tar.gz
LibreOfficeDev_7.4.0.0.alpha0_Linux_x86-64_deb_langpack_fr
LibreOfficeDev_7.4.0.0.alpha0_Linux_x86-64_deb_langpack_fr.tar.gz
LibreOfficeDev_7.4.0.0.alpha0_Linux_x86-64_deb_langpack_it
LibreOfficeDev_7.4.0.0.alpha0_Linux_x86-64_deb_langpack_it.tar.gz
LibreOfficeDev_7.4.0.0.alpha0_Linux_x86-64_deb_langpack_ja
LibreOfficeDev_7.4.0.0.alpha0_Linux_x86-64_deb_langpack_ja.tar.gz
LibreOfficeDev_7.4.0.0.alpha0_Linux_x86-64_deb_langpack_ko
LibreOfficeDev_7.4.0.0.alpha0_Linux_x86-64_deb_langpack_ko.tar.gz
LibreOfficeDev_7.4.0.0.alpha0_Linux_x86-64_deb_langpack_pt
LibreOfficeDev_7.4.0.0.alpha0_Linux_x86-64_deb_langpack_pt-BR
LibreOfficeDev_7.4.0.0.alpha0_Linux_x86-64_deb_langpack_pt-BR.tar.gz
LibreOfficeDev_7.4.0.0.alpha0_Linux_x86-64_deb_langpack_pt.tar.gz
LibreOfficeDev_7.4.0.0.alpha0_Linux_x86-64_deb_langpack_ru
LibreOfficeDev_7.4.0.0.alpha0_Linux_x86-64_deb_langpack_ru.tar.gz
LibreOfficeDev_7.4.0.0.alpha0_Linux_x86-64_deb_langpack_zh-CN
LibreOfficeDev_7.4.0.0.alpha0_Linux_x86-64_deb_langpack_zh-CN.tar.gz
LibreOfficeDev_7.4.0.0.alpha0_Linux_x86-64_deb_langpack_zh-TW
LibreOfficeDev_7.4.0.0.alpha0_Linux_x86-64_deb_langpack_zh-TW.tar.gz
LibreOfficeDev_7.4.0.0.alpha0_Linux_x86-64_deb.tar.gz
LibreOfficeDev.AppDir

I use Debian10 on a 32bit computer and trying to install on a pendrive

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant