chrome://messenger/locale/messengercompose/composeMsgs.properties:
----- Original Message ----

From: Neil Bothwick<[email protected]>
To: [email protected]
On Fri, 26 Feb 2010 06:34:18 -0800 (PST), BRM wrote:
Aside from that, I'm not sure I have ever really run "emerge
--depclean", but I also rarely uninstall anything, but don't install
things left or right to try out either, so typically upgrades are all I
need to do.
You should still run --depclean as dependencies change and you could still
have plenty of no longer needed ones installed.
Okay - so I ran "emerge --depclean -a" and got the below.
I tried running "emerge world -vuDNa" as specified, but that didn't resolve it 
either.

I tried looking in the world file (/var/lib/portage/world) but didn't find any 
entries that felt safe to remove.
So, how do I resolve?

TIA,

Ben

Calculating dependencies... done!
  * Dependencies could not be completely resolved due to
  * the following required packages not being installed:
  *
  *   ~x11-libs/qt-test-4.4.2 pulled in by:
  *     x11-libs/qt-4.4.2
  *
  *   ~x11-libs/qt-sql-4.4.2 pulled in by:
  *     x11-libs/qt-4.4.2
  *
  *   ~x11-libs/qt-webkit-4.4.2 pulled in by:
  *     x11-libs/qt-4.4.2
  *
  *   ~x11-libs/qt-assistant-4.4.2 pulled in by:
  *     x11-libs/qt-4.4.2
  *
  *   ~x11-libs/qt-gui-4.4.2 pulled in by:
  *     x11-libs/qt-4.4.2
  *
  *   ~x11-libs/qt-xmlpatterns-4.4.2 pulled in by:
  *     x11-libs/qt-4.4.2
  *
  *   ~dev-libs/poppler-0.10.7 pulled in by:
  *     virtual/poppler-0.10.7
  *
  *   ~x11-libs/qt-opengl-4.4.2 pulled in by:
  *     x11-libs/qt-4.4.2
  *
  *   ~x11-libs/qt-qt3support-4.4.2 pulled in by:
  *     x11-libs/qt-4.4.2
  *
  *   ~x11-libs/qt-dbus-4.4.2 pulled in by:
  *     x11-libs/qt-4.4.2
  *
  *   ~x11-libs/qt-svg-4.4.2 pulled in by:
  *     x11-libs/qt-4.4.2
  *
  *   ~x11-libs/qt-script-4.4.2 pulled in by:
  *     x11-libs/qt-4.4.2
  *
  * Have you forgotten to run `emerge --update --newuse --deep world` prior
  * to depclean? It may be necessary to manually uninstall packages that no 
longer
  * exist in the portage tree since it may not be possible to satisfy their
  * dependencies.  Also, be aware of the --with-bdeps option that is documented
  * in `man emerge`.


I ran into this a long time ago and I added this to my make.conf so that I don't forget. Try running this:

emerge -uvDNa --with-bdeps y world

Then see what that does. That added bit makes it look deeper into dependencies. Like you, I thought that was what the -D did but apparently that only goes to a certain depth then stops. If you want to add that to make.conf like I did, this is what goes there:

EMERGE_DEFAULT_OPTS="--with-bdeps y"

It's your choice whether to add that or not. It will make emerge process what needs to be updated a while longer tho.

Dale

:-)  :-)

Reply via email to