Results 1 to 10 of 10

Thread: Dependency Hell

  1. #1
    Join Date
    May 2005
    Location
    Indiana
    Beans
    1,933
    Distro
    Hardy Heron (Ubuntu Development)

    Dependency Hell

    How many people here remember the term "Dependency Hell"? For some reason, I just remembered that term and realized that we haven't had to worry about that for a very long time. It's amazing how much easier it is to run a functional Linux system without having to beat your brains out like we used to.
    Today you are You, that is truer than true. There is no one alive who is Youer than You. - Dr. Seuss

  2. #2
    Join Date
    Jun 2006
    Location
    Caracas, Venezuela
    Beans
    418
    Distro
    Ubuntu 11.10 Oneiric Ocelot

    Re: Dependency Hell

    I remember when I started using Linux, in 2004, I used a winmodem on a dial-up connection. It was a real hell making that thing work, but the good part is that I learned a lot from this experience.

    Oh, and yes, using Debian -- or pretty much any Debian based distro, or any modern and well supported distro -- I completely forgot about dependency hells. The wonders of repositories and apt-get

  3. #3
    Join Date
    Nov 2011
    Beans
    2,336
    Distro
    Ubuntu

    Re: Dependency Hell

    It can still happen, on either deb or rpm distributions, if you blindly mix and match unofficial/nonstandard repos.

  4. #4
    Join Date
    Mar 2007
    Location
    Denver, CO
    Beans
    7,958
    Distro
    Ubuntu Mate 16.04 Xenial Xerus

    Re: Dependency Hell

    I'd say most distro's dont have "dependency hell" -- apt, rpm, or other such repos. Now if you do a lot of compiling from source -- way different story.

  5. #5
    Join Date
    Feb 2007
    Location
    West Hills CA
    Beans
    10,044
    Distro
    Ubuntu 14.04 Trusty Tahr

    Re: Dependency Hell

    True, add a few PPA's, try to compile newer versions of popular applications like audacity or gimp on an older distro and you are sure to descend into a dependency nightmare. By compiling packages statically and including the newer libraries with the package you can sometimes get the newest applications to run. After a while, though something will break.

    For a routine user with a fresh install of Ubuntu or any Debian-based distro, you are generally protected from package dependency issues. Upgrading in place is another issue.
    -------------------------------------
    Oooh Shiny: PopularPages

    Unumquodque potest reparantur. Patientia sit virtus.

  6. #6
    Join Date
    Apr 2012
    Location
    Darkstar
    Beans
    324

    Re: Dependency Hell

    dependency hell can still occur. It's uncommon though. Upgrading distros can leave you with dependency hell. Especially if you are testing.
    CrunchBang Linux
    Plz no tpe lik dis or no anser!!
    The search tool can be found in the upper right corner of your screen, please use it to your advantage, especially before asking questions.

  7. #7
    Join Date
    Jun 2010
    Location
    Louisiana
    Beans
    184
    Distro
    Ubuntu Development Release

    Re: Dependency Hell

    It's a very rare occurrence when using package managers like apt and yum. Now building from source...you run into dependency problems all the time doing that. Just do a search for "dependency hell" mentioned on the Ubuntu forums and the Gentoo forums and compare.
    "The Linux philosophy is laugh in the face of danger. Oops. Wrong one. Do it yourself. That's it." --Linus Torvalds

  8. #8
    Join Date
    Oct 2012
    Beans
    27

    Re: Dependency Hell

    I installed slackware and it went well, until I needed apps, codecs, etc. It didn't last long on my hard drive. I just don't have the patience for finding dependencies I guess.

  9. #9
    Join Date
    Jul 2009
    Location
    AL, USA
    Beans
    330
    Distro
    Kubuntu 16.04 Xenial Xerus

    Re: Dependency Hell

    The lst time I ran into dependancy issues was when I first started playing AssaultCube on 10.04(?). Went to the website and grabbed the .deb and installed it, no issues reported. No issues until I tried playing the game. Started the game from the terminal and found out that it required newer versions of two libs. libopenal1 and libsdl-image1.2 it was. Looked them up in synaptic and got up and running. Haven't had that issue since at least 12.04. It's been a real pleasure watching Ubuntu and Linux in general maturing to the great systems that they are today. I only see it getting better from here on.
    Thinkpad T430, Intel i5-3320M (Ivy), 8GB RAM, Intel HD 4000, 500GB HDD: Xubuntu 20.04 LTS 64bit

  10. #10
    Join Date
    Nov 2011
    Beans
    2,336
    Distro
    Ubuntu

    Re: Dependency Hell

    Quote Originally Posted by Sam Mills View Post
    I installed slackware and it went well, until I needed apps, codecs, etc. It didn't last long on my hard drive. I just don't have the patience for finding dependencies I guess.
    I used Slackware for a long time and rarely ran into dependency difficulties. That said, once I get a system setup, I don't add very much to it. If you look at Slack again, check out Slackbuilds.org, which hosts scripted builds and lists the dependencies that need to be installed first. Interestingly, those lists seem much shorter than the dependencies that would be installed for the same build in a deb or rpm distribution.

    Dependency hell is really caused by the many versions of libraries, apps, etc., that exist, the frequency that new point releases are made, and the (rational) wish of developers to link dynamically rather than build fat static files. The longer the dependency chain -- A depends on B depends on C, etc., etc., -- the greater the chance the user will inadvertently install something from an "alien" source that will introduce circular and unresolvable dependencies. In more than a few cases, the code is actually compatible, but the dependency resolver balks at not finding a version number or a naming convention it expects.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •