Code Monkey home page Code Monkey logo

Comments (7)

commiyou avatar commiyou commented on July 30, 2024 1

Sorry, I didn’t clearly explain my requirements. I am working on a CentOS 6.3 server, and the system’s built-in glibc doesn’t support GLIBC_2.34. So, is there a musl version of eget that can be released?

from eget.

zyedidia avatar zyedidia commented on July 30, 2024

Could you elaborate on what you mean?

from eget.

benjaminbauer avatar benjaminbauer commented on July 30, 2024

I guess the OP is referring to cases where binaries are provided for glibc and musl systems. e.g. https://github.com/sharkdp/fd/releases/tag/v10.1.0

When I eget sharkdp/fd, I have to chose if I want the musl or glibc version.

It would be cool, if eget could figure out on what kind of system it runs and pick accordingly, if there are multiple choices.

If neither gnu or musl is present in the asset string, it is 99% accurate to assume the asset is for glibc.

from eget.

dufferzafar avatar dufferzafar commented on July 30, 2024

@benjaminbauer eget already does system detection. There's no clear winner among libc/musl. You might want either depending on the conditions.

For cases where I know the musl build works fine, I usually do: eget sharkdp/fd -a musl

from eget.

benjaminbauer avatar benjaminbauer commented on July 30, 2024

@dufferzafar I am aware of the system detection in terms of OS family and CPU architecture. But the used syscall lib is missing imo. For the majority of linux users/setups it is very clear if they are using musl or glibc, think debian or alpine. Only in a development setup one might have both present. I assume even then, the linker present in the path will use one or the other without explicit configuration.

My (medium) hassle with this in combination with eget is, that I use eget as a cross platform package manger with a central eget.toml. In the cases where a musl asset is present in the release, I have to explicitly select gnu/glibc for linux systems. I also run eget on MacOs, making my eget.toml more messy (if linux, then asset = ["gnu"] - the if is via chezmoi).

Also I cannot set the asset filter globally on linux, because repos that do not have a musl release, also usually do not have gnu/glibc explicitly in the release asset name.

from eget.

zyedidia avatar zyedidia commented on July 30, 2024

Ah, the builds are supposed to be made statically but it looks like in the latest release there was a problem, I will reupload a static version.

from eget.

zyedidia avatar zyedidia commented on July 30, 2024

I just updated the 1.3.4 Linux AMD64 binary (the only non-static binary) on the releases page.

from eget.

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.