GithubHelp home page GithubHelp logo

MAMBO fails to build on Arch Linux about mambo HOT 1 OPEN

IgWod avatar IgWod commented on May 26, 2024
MAMBO fails to build on Arch Linux

from mambo.

Comments (1)

ijan1 avatar ijan1 commented on May 26, 2024

Hi Igor,

I don't think there's a clean way to handle this other than having cases for handling disto-specific package quirks, like not providing a static library.
Although, from reading around it does seems like that dynamically linked libraries are preferred by package managers.[1]
While I couldn't find something more authorative, the whole Arch Linux page for Haskell does seem to mention that the packages provided by Arch are dynamically linked, whereas GHC is set-up for static compilation by default which seems to lead to a lot of frustration for Haskell devs.[2][3]

Debian (and Ubuntu by extension) seems to be leaning towards the same idea of providing dynamically linked libraries first, and then providing the static ones in a separate -dev package together with the header files.[4] So Debian-based distros are at least guaranteed to have a statically compiled version of the libraries we are using.

As for the more practical concerns; having Mambo be dynamically compiled by default is fine, if there's no big performance regressions. I don't know if there's any plans of providing precompiled binaries, in which case being able to statically compile to avoid DLL hell would be nice for distribution purposes.
In the case of a performance regression, a possibility would be to provide the dependencies ourselves, like PIE.

[1] https://old.reddit.com/r/haskell/comments/7jyie0/the_arch_linux_community_does_not_look_very_about/draeoji/
[2] https://wiki.archlinux.org/title/haskell#Configuration
[3] https://old.reddit.com/r/archlinux/comments/gutkbu/setting_up_haskell_devel_environment_on_arch/
[4] https://www.debian.org/doc/debian-policy/ch-sharedlibs.html#static-libraries

from mambo.

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.