Giter VIP home page Giter VIP logo

Comments (4)

trofi avatar trofi commented on May 14, 2024 1

It's not dependency hell, but ABI hell.

Try to use haskell-updater to partially mitigate the breakage.

Haskell's ABI is not stable at all. Every signature/optimization, inline
change breaks ABI.
Thus you need to rebuld all the reverse dependencies
of upgraded package.

Yes, package managers are expected to solve this kind of issues,
and EAPI=5 ebuilds made a step in that direction (we use those funky subslot depends).
However, currently subslots only allow rebuilding one step in revdep chain.

We need to rebuild full graph. There is plans for EAPI=6 to support it, but not now.

from gentoo-haskell.

trofi avatar trofi commented on May 14, 2024

Filled as portage feature request: http://bugs.gentoo.org/449094

from gentoo-haskell.

ezzieyguywuf avatar ezzieyguywuf commented on May 14, 2024

So, as a temporary workaround to this is it feasible to build a tool that would:

  1. Calculate every affected reverse dependency in a given commit
  2. Bump the version in each affected reverse-dependency to r1, r2, etc...

I realize this is a bit "hackey", and it is a temporary solution for sure, but it could make haskell life in gentoo just a tad more livable.

from gentoo-haskell.

bqv avatar bqv commented on May 14, 2024

Sounds plausible

from gentoo-haskell.

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.