Coder Social home page Coder Social logo

Comments (7)

cafkafk avatar cafkafk commented on May 29, 2024 1

not sure who can notify owner of that repo.

You're looking for @gierens :)

from eza.

gierens avatar gierens commented on May 29, 2024 1

Ah, this might be musl related: https://wiki.musl-libc.org/open-issues

Apparently, musl-libc simply does not support LC_TIME or locales in general. Awesome XD

from eza.

antonsoroko avatar antonsoroko commented on May 29, 2024

looks like it is an issue of http://deb.gierens.de build.
ubuntu 24.04 eza v0.18.2 works correctly.

not sure who can notify owner of that repo.

from eza.

gierens avatar gierens commented on May 29, 2024

Hm, I simply pack the musl binaries from the github release pages into the deb packages 📦 ... so when it's broken in the deb package it's broken on the release page.

I'm gonna try to confirm and look into it later 🕵‍♂️

from eza.

antonsoroko avatar antonsoroko commented on May 29, 2024

@gierens i see :-) i just have tested eza_x86_64-unknown-linux-gnu.tar.gz and it work fine. so maybe it makes sense to use version that is dynamically linked against standard libc, instead of statically linked with musl.
but it is up to you to decide, of course.

from eza.

gierens avatar gierens commented on May 29, 2024

@antonsoroko The problem with dynamically linking against glibc is that its shipped in different versions on each distro, meaning I would need to build, package and ditribute for each of them. Ubuntu at the moment has I think 6 different versions that are not EOL, there are short-lived versions popping up every now and then, and who knows what all the daughter distros of Debian and Ubuntu are doing. So this would become quite a bit of overhead quickly.

At the moment the only issues that were reported with the MUSL builds were that SSS usernames/groups are not displayed and the LC_TIME thing here now. In both cases I'd argue that the broad user base is unaffected, and cargo install is always an option for those who are.

I can imagine maybe distributing for at least the major players (Debian, Ubuntu LTS versions) but that would still incur quite a bit of overhead and require adjusting the repo structure which could be problematic for users already using it. Also I think eza should become part of the official Debian 13 Trixie repo and from there it's likely that it makes its way down to other distros quite quickly.

So overall, I'd say we are not moving away from musl-libc in the near future at least.

from eza.

antonsoroko avatar antonsoroko commented on May 29, 2024

for ubuntu you could use PPA - it can do auto builds for all supported ubuntu versions. but it is of course an extra burden to support another repo (PPA).

ubuntu 24.04 and debian 13 already have eza:
https://packages.debian.org/search?keywords=eza&searchon=names&suite=all&section=all
https://packages.ubuntu.com/search?keywords=eza&searchon=names&suite=all&section=all

and i guess for older deb based distros users can download libc version from github releases page.

i mean, it is still quite inconvenient, but it is not critical, i guess.
thus - ok.

from eza.

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.