Results 1 to 5 of 5

Thread: libsm6 vs. libc6 version conflict

  1. #1
    Join Date
    Aug 2006
    Location
    60°27'48"N 24°48'18"E
    Beans
    3,458

    libsm6 vs. libc6 version conflict

    Recent routine updates to my Maverick box turned into quite a mess; I've ended up with a machine where I've had to remove pretty much everything to track down the version conflict that has resulted in the removal of a lot of stuff.

    Anyway, it all boils down to this: The libsm6 library has the following conflict with libc6:

    Code:
    libsm6: Depends: libc6 (>= 2.t) but 2.12.1-0ubuntu9 is to be installed
    This in turn prevents the installation of the entire X.Org server.

    What on Earth is this "2.t" version of libc? Any ideas as to how to go about fixing this or am I going to just reinstall from scratch?
    LambdaGrok. | #ubuntu-programming on FreeNode

  2. #2
    Join Date
    Apr 2009
    Location
    Rawalpindi, Pakistan
    Beans
    5,669
    Distro
    Ubuntu Gnome Development Release

    Re: libsm6 vs. libc6 version conflict

    Most of the time, aptitude is able to fix dependency issues like this.

    Did you try to manually install the correct versions?

    http://packages.ubuntu.com/maverick/libsm6

    http://packages.ubuntu.com/maverick/libc6

  3. #3
    Join Date
    Aug 2006
    Location
    60°27'48"N 24°48'18"E
    Beans
    3,458

    Re: libsm6 vs. libc6 version conflict

    I tried that with libsm6, but it's of no use because it still fails the rest of the installations because its dependencies are still broken even if I force dpkg to install it.

    It's almost as if there is a bug in libsm6's dependencies -- what kind of a version of libc is "2.t"?
    LambdaGrok. | #ubuntu-programming on FreeNode

  4. #4
    Join Date
    Apr 2009
    Location
    Rawalpindi, Pakistan
    Beans
    5,669
    Distro
    Ubuntu Gnome Development Release

    Re: libsm6 vs. libc6 version conflict

    what kind of a version of libc is "2.t"?
    That sounds like a bug or "oops".

    Are there any errors when you do.

    Code:
    sudo apt-get check

  5. #5
    Join Date
    Aug 2006
    Location
    60°27'48"N 24°48'18"E
    Beans
    3,458

    Re: libsm6 vs. libc6 version conflict

    Yes, I am suspecting that the libsm6 package's dependencies have a typo or something and that then breaks everything. I manually installed libsm6 from Lucid and things are advancing nicely; I guess I'll have to file a bug against the newest version...
    LambdaGrok. | #ubuntu-programming on FreeNode

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
  •