----- Original Message ----

> From: Dale <rdalek1...@gmail.com>
> > ----- Original Message ----
> >> From: Neil Bothwick
> >> To: gentoo-user@lists.gentoo.org
> >> 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?
> >
> > 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. 

Okay, tried that. I did install 7 more packages (1 new, 6 rebuilds/updates).
But it didn't resolve the problem. I'm trying to determine if qt-4.4.2 is even 
installed.
Looking at /usr/lib there doesn't appear to be any qt-4.4.2 libs, only qt-4.5.3.

"qlist -Ia | grep x11-libs | grep qt"  only returns the following:
/usr/qt/3/etc/settings/.keep_x11-libs_qt-3
/etc/qt4/.keep_x11-libs_qt-core-4

Also, "find | grep libQt | grep 4\.4" didn't return anything, while "find | 
grep libQt | grep 4\.5 returned what I saw in /usr/lib/qt4.

So, then is x11-libs/qt-4.4.2 even installed? If not, how do I get rid of this?

TIA,

Ben

> 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