Author Topic: Ugdating Issues  (Read 227 times)

Offline cirehawk

  • Hero Member
  • *****
  • Posts: 581
Ugdating Issues
« on: January 20, 2013, 09:57:56 PM »
I tried to search the answer first and couldn't really find it (found similar but not the solution), but I'm having a problem updating.  I'm using PASS and I get the following error when trying to apply updates:

E: Error, pkgProblemResolver::Resolve generated breaks, this may be caused by held packages.

How do I locate and repair the broken packages?  I have also tried the ibiblio (and others) mirror as well with the same result.

Offline agmg

  • PCLinuxOS Tester
  • Hero Member
  • *******
  • Posts: 1888
  • Certified Windows Hater
Re: Ugdating Issues
« Reply #1 on: January 21, 2013, 12:43:17 AM »
In the Synaptic window, at the lower left corner there are 4 buttons representing different views on the package list.
If you select "Custom" you can see a filter for Broken packages. Check to see if you have any info there.



Or, from terminal:

su (root password)
apt-get update
apt-get dist-upgrade

You should get specific errors about which package causes the issue.

Maybe your problem is related with this
« Last Edit: January 21, 2013, 12:44:53 AM by agmg »
For the whole world, you are someone.
For someone, you are the whole world.

Offline DeBaas

  • Hero Member
  • *****
  • Posts: 1518
    • PCLinuxOS.nl
Re: Ugdating Issues
« Reply #2 on: January 21, 2013, 03:36:29 AM »
Search for eigen3.
Unmark eigen3.
Apply the other updates.

eigen3 is an error/broken package (till now) on PASS

http://www.pclinuxos.com/forum/index.php/topic,112348.0/topicseen.html
« Last Edit: January 21, 2013, 03:44:49 AM by DeBaas »

Offline cirehawk

  • Hero Member
  • *****
  • Posts: 581
Re: Ugdating Issues
« Reply #3 on: January 21, 2013, 11:04:32 AM »
In the Synaptic window, at the lower left corner there are 4 buttons representing different views on the package list.
If you select "Custom" you can see a filter for Broken packages. Check to see if you have any info there.



Or, from terminal:

su (root password)
apt-get update
apt-get dist-upgrade

You should get specific errors about which package causes the issue.

Maybe your problem is related with this


Synaptic showed no broken packages, but the tread you referenced contained the solution.  I did not have eigen3 installed, but eigen2 was.  The work around appears to be to uninstall eigen2, which will also uninstall kde-artwork.  Updates will successfully install after that, then eigen2 and kde-artwork can be reinstalled.  I said workaround because the thread states real issue is eigen3 being broken.  Until that is fixed, it seems I will have to go through this process everytime I need to do an update.

Thanks for the find!

Offline cirehawk

  • Hero Member
  • *****
  • Posts: 581
Re: Ugdating Issues
« Reply #4 on: January 21, 2013, 11:05:55 AM »
Search for eigen3.
Unmark eigen3.
Apply the other updates.

eigen3 is an error/broken package (till now) on PASS

http://www.pclinuxos.com/forum/index.php/topic,112348.0/topicseen.html


eigen3 wasn't installed on my system, but eigen2 is.  Once I removed it I could complete updates.  Thanks for the input.