Coder Social home page Coder Social logo

Comments (4)

probonopd avatar probonopd commented on September 23, 2024

So appimagetool itself is running on musl based systems like Alpine, and the resulting AppImages (that bundle everything) can run on glibc-based systems.

We are now blocked by AppImage/AppImageKit#1015.

from go-appimage.

probonopd avatar probonopd commented on September 23, 2024

@s-zeid just confirmed that the appimagetool AppImage using the experimental static AppImage runtime works on Alpine Linux.

But appimaged is dynamically linked. Why? Can we make it static?

from go-appimage.

probonopd avatar probonopd commented on September 23, 2024

Well, appimagetool runs on Alpine but not in -s deploy mode yet, because it assumes to be working on glibc. For musl, it's probably a matter of leaving a few things away?

VERSION=1 ./appimagetool-730-x86_64.AppImage -s deploy ./xterm.AppDir/usr/share/applications/
xterm.desktop 
AppDir path: xterm.AppDir
Exec= key contains: xterm
Icon= key contains: xterm-color_48x48
2022/11/06 20:14:46 Gathering all required libraries for the AppDir...
2022/11/06 20:14:46 len(allELFsUnderPath): 1
2022/11/06 20:14:46 libraryLocations: [xterm.AppDir/usr/bin /usr/lib64 /lib64 /usr/lib /lib /usr/lib/x86_64-linux-gnu/libfakeroot /usr/local/lib /usr/local/lib/x86_64-linux-gnu /lib/x86_64-linux-gnu /usr/lib/x86_64-linux-gnu /lib32 /usr/lib32]
2022/11/06 20:14:46 len(allELFs): 25
2022/11/06 20:14:46 Deploying /lib/ld-musl-x86_64.so.1...
2022/11/06 20:14:46 Patching ld-linux...
2022/11/06 20:14:46 Determining gconv (for GCONV_PATH)...
ERROR Could not deploy the interpreter: did not find gconv
/ # 

from go-appimage.

probonopd avatar probonopd commented on September 23, 2024

Disabled the fatal error on that check for now, and as a result I am able to deploy applications from Alpine Linux with ``-s deploy`.

Hence closing. Further improvements can be addressed in separate tickets.

References:

from go-appimage.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.