Re: [gentoo-user] How serious is revdep-rebuild failure

2005-11-25 Thread Nagatoro

Harry Putnam wrote:

Someone once advised me to run this command after sync and update
world.

[...]

   Assigning files to ebuilds... using existing
   /root/.revdep-rebuild.4_ebuilds.
   
   Evaluating package order... using existing

   /root/.revdep-rebuild.5_order.


^^^using existing^^^ means that you are using the results from an 
older run of revdep-rebuild. First remove all .revdep* files and the 
run it again and see if you find the same errors.


--
Naga
--
gentoo-user@gentoo.org mailing list



Re: [gentoo-user] How serious is revdep-rebuild failure

2005-11-24 Thread Richard Fish
On 11/24/05, Harry Putnam <[EMAIL PROTECTED]> wrote:
>
> Someone once advised me to run this command after sync and update
> world.
>   revdep-rebuild
> Running it now shows quite a lot of stuff it wants to rebuild:

It looks like you have not done deep updates (emerge -Dup world), so
you still have mjpegtools 1.6.2-r3 installed, which now depends on
something that no longer exists, so portage wants to rebuild it.

My guess is 'emerge -u --oneshot mjpegtools' will fix the problem.

-Richard

-- 
gentoo-user@gentoo.org mailing list



[gentoo-user] How serious is revdep-rebuild failure

2005-11-24 Thread Harry Putnam

Someone once advised me to run this command after sync and update
world.
  revdep-rebuild
Running it now shows quite a lot of stuff it wants to rebuild:

==
   Configuring search environment for revdep-rebuild
   
   Checking reverse dependencies...
   
   Packages containing binaries and libraries broken by a package update
   will be emerged.
   
   Collecting system binaries and libraries... using existing
   /root/.revdep-rebuild.1_files.
   
   Collecting complete LD_LIBRARY_PATH... using existing
   /root/.revdep-rebuild.2_ldpath.
   
   Checking dynamic linking consistency... using existing
   /root/.revdep-rebuild.3_rebuild.
   
   Assigning files to ebuilds... using existing
   /root/.revdep-rebuild.4_ebuilds.
   
   Evaluating package order... using existing
   /root/.revdep-rebuild.5_order.
   
   All prepared. Starting rebuild...  emerge --oneshot
   =app-text/openjade-1.3.2-r1 =dev-php/mod_php-4.4.0 =dev-php/php-4.4.0
   =kd e-base/kdegraphics-3.4.1-r1 =media-gfx/imagemagick-6.2.5.4
   =media-libs/imlib-1.9.14-r3 =med ia-libs/libdv-0.102
   =media-video/avifile-0.7.41.20041001-r1
   =media-video/mjpegtools-1.6.2-r 3 =media-video/transcode-0.6.14-r2
   =net-libs/libwww-5.4.0-r3 ^G.^G.^G.^G.^G.^G.^G.^G.^G.^G.  Calculating
   dependencies emerge: there are no ebuilds to satisfy
   "=media-video/mjpegtools-1.6.2-r3".
   
   
   revdep-rebuild failed to emerge all packages
   you have the following choices:
   [...]

  

-- 
gentoo-user@gentoo.org mailing list