Page 2 of 2 FirstFirst 12
Results 11 to 20 of 20

Thread: nothing helps to fix broken package manager.

  1. #11
    Join Date
    Apr 2012
    Beans
    45

    Re: nothing helps to fix broken package manager.

    Quote Originally Posted by schragge View Post
    First, try to configure them one by one
    Code:
    sudo dpkg --configure libosmesa6-dev
    sudo dpkg --configure libgl1-mesa-dev
    sudo dpkg --configure mesa-common-dev
    sudo dpkg --configure libdrm-dev
    Then look again at the output of 'sudo dpkg -C'
    yeah, I can't configure them because dpkg says there are unmet dependencies.
    , that didn't work.

    it's like the chicken-and-egg -effect: because of the error I can't fix the error.

  2. #12
    Join Date
    Feb 2013
    Beans
    Hidden!

    Re: nothing helps to fix broken package manager.

    Ok, please post the output of
    Code:
    dpkg -l libdrm-nouveau2
    apt-cache rdepends libdrm-nouveau2

  3. #13
    Join Date
    Apr 2012
    Beans
    45

    Wink Re: nothing helps to fix broken package manager.

    Quote Originally Posted by schragge View Post
    Ok, please post the output of
    Code:
    dpkg -l libdrm-nouveau2
    apt-cache rdepends libdrm-nouveau2
    here you have it:
    Code:
    Desired=Unknown/Install/Remove/Purge/Hold
    | Status=Not/Inst/Conf-files/Unpacked/halF-conf/Half-inst/trig-aWait/Trig-pend
    |/ Err?=(none)/Reinst-required (Status,Err: uppercase=bad)
    ||/ Naam           Versie         Omschrijving
    +++-==============-==============-============================================
    ri  libdrm-nouveau 2.4.39-0ubuntu Userspace interface to nouveau-specific kern
    Code:
    apt-cache rdepends libdrm-nouveau2
    libdrm-nouveau2
    Reverse Depends:
      libdrm-nouveau2:i386
      libdrm-nouveau2:i386
      libdrm-nouveau2:i386
      libdrm-nouveau2:i386
      xserver-xorg-video-nouveau-lts-quantal
      libgl1-mesa-dri-lts-quantal
      libgbm1-lts-quantal
      libegl1-mesa-drivers-lts-quantal
      libdrm-nouveau2-dbg
      libdrm-dev
    quite surpricing to me that it says xserver....quantal, I am using precise.
    Last edited by U202E; February 10th, 2013 at 08:45 PM.

  4. #14
    Join Date
    Feb 2013
    Beans
    Hidden!

    Re: nothing helps to fix broken package manager.

    Wait a minute, why do the packages from quantal show up in reverse dependencies of libdrm-nouveau2:
    Quote Originally Posted by U202E View Post
    here you have it:
    Code:
    ...
      xserver-xorg-video-nouveau-lts-quantal
      libgl1-mesa-dri-lts-quantal
      libgbm1-lts-quantal
      libegl1-mesa-drivers-lts-quantal
    ...
    What repositories have been enabled in your /etc/apt/sources.list? Please post the output of
    Code:
    grep '^[^#]' /etc/apt/sources.list

  5. #15
    Join Date
    Feb 2013
    Beans
    Hidden!

    Re: nothing helps to fix broken package manager.

    Quote Originally Posted by schragge View Post
    Wait a minute, why do the packages from quantal show up in reverse dependencies of libdrm-nouveau2
    Answering to myself: they are from precise-updates.

    Ok, then try (you can hit <TAB> several times to complete the file name)
    Code:
    sudo apt-get -d upgrade libdrm-nouveau1a
    dpkg --force-overwrite -i /var/cache/apt/archives/libdrm-nouveau1a_2.4.42+git1302070925.20c560~gd~p_amd64.deb
    sudo apt-get -f upgrade

  6. #16
    Join Date
    Apr 2012
    Beans
    45

    Post Re: nothing helps to fix broken package manager.

    Quote Originally Posted by schragge View Post
    Wait a minute, why do the packages from quantal show up in reverse dependencies of libdrm-nouveau2:
    What repositories have been enabled in your /etc/apt/sources.list? Please post the output of
    Code:
    grep '^[^#]' /etc/apt/sources.list
    ^^that surprised me as well.
    Code:
    :~$ grep '^[^#]' /etc/apt/sources.list
    deb http://archive.ubuntu.com/ubuntu precise main restricted
    deb-src http://archive.ubuntu.com/ubuntu precise main restricted
    deb http://archive.ubuntu.com/ubuntu precise-updates main restricted
    deb-src http://archive.ubuntu.com/ubuntu precise-updates main restricted
    deb http://archive.ubuntu.com/ubuntu precise universe
    deb-src http://archive.ubuntu.com/ubuntu precise universe
    deb http://archive.ubuntu.com/ubuntu precise-updates universe
    deb-src http://archive.ubuntu.com/ubuntu precise-updates universe
    deb http://archive.ubuntu.com/ubuntu precise multiverse
    deb-src http://archive.ubuntu.com/ubuntu precise multiverse
    deb http://archive.ubuntu.com/ubuntu precise-updates multiverse
    deb-src http://archive.ubuntu.com/ubuntu precise-updates multiverse
    deb http://archive.ubuntu.com/ubuntu precise-backports main restricted universe multiverse
    deb-src http://archive.ubuntu.com/ubuntu precise-backports main restricted universe multiverse
    deb http://archive.ubuntu.com/ubuntu precise-security main restricted
    deb-src http://archive.ubuntu.com/ubuntu precise-security main restricted
    deb http://archive.ubuntu.com/ubuntu precise-security universe
    deb-src http://archive.ubuntu.com/ubuntu precise-security universe
    deb http://archive.ubuntu.com/ubuntu precise-security multiverse
    deb-src http://archive.ubuntu.com/ubuntu precise-security multiverse
    deb http://archive.canonical.com/ubuntu precise partner
    deb-src http://archive.canonical.com/ubuntu precise partner
    deb http://extras.ubuntu.com/ubuntu precise main
    deb-src http://extras.ubuntu.com/ubuntu precise main
    deb http://archive.ubuntu.com/ubuntu precise-proposed restricted main multiverse universe
    ^^looks clear, no quantal. perhaps it's an error with a package: made for quantal but distributed as precise.

  7. #17
    Join Date
    Jun 2006
    Location
    Nux Jam
    Beans
    Hidden!
    Distro
    Ubuntu Development Release

    Re: nothing helps to fix broken package manager.

    Quote Originally Posted by U202E View Post

    as I mentioned before: yes, I added the optimized-drv and mesa9 ppa, then removed ppa:mesa9.
    so ppa-purge might be your friend (if you use it about that other optimized-drv)

  8. #18
    Join Date
    Apr 2012
    Beans
    45

    Talking Re: nothing helps to fix broken package manager.

    Quote Originally Posted by dino99 View Post
    so ppa-purge might be your friend (if you use it about that other optimized-drv)
    it isn't, I considered it but then I thought "why install unnecessary packages?" add-apt-repository ppa:user:blahblah-ppah works just as well.

    As far as I know ppa-purge can't fix this error.

  9. #19
    Join Date
    Feb 2013
    Beans
    Hidden!

    Re: nothing helps to fix broken package manager.

    Quote Originally Posted by U202E View Post
    ^^that surprised me as well.
    I've already found out, see here. BTW, have you tried dpkg --force-overwrite as I suggested there?
    Last edited by schragge; February 11th, 2013 at 04:30 PM.

  10. #20
    Join Date
    Apr 2012
    Beans
    45

    Talking I have to change the thread to solved...

    Quote Originally Posted by schragge View Post
    I've already found out, see here. BTW, have you tried dpkg --force-overwrite as I suggested there?
    At least I have tried sudo dpkg --remove --force-remove-reinstreq.
    ok lets copy that code into the teminal...
    thank you!!!!!!

    looks like the force-overwrite did help.
    while typing this firefox says I have to restart my browser because there is an updated version->if firefox is updated apt works again!
    the error box dissapeared.

    all updates installed without any error, now it doesn't feel like windows anymore
    Last edited by U202E; February 11th, 2013 at 04:59 PM. Reason: no errors at all

Page 2 of 2 FirstFirst 12

Tags for this Thread

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
  •