Login
New User

Welcome to destr0yr's asylum
Monday, October 06 2008 @ 08:05 AM PDT

Gentoo: Re-caching dependency info (mtimes differ)

GentooAfter doing an emerge -e world on my system, I restarted and noticed a ton of messages stating, "Re-caching dependency info (mtimes differ)...".

For example:

/etc/init.d/hdparm restart
* Re-caching dependency info (mtimes differ)...
* Re-caching dependency info (mtimes differ)...
* Re-caching dependency info (mtimes differ)...
* Re-caching dependency info (mtimes differ)...
* Re-caching dependency info (mtimes differ)...

The following solution from the Gentoo Forums worked for me:

touch /etc/init.d/*; /sbin/depscan.sh --update



Story Options

Trackback

Trackback URL for this entry: http://www.destr0yr.com/trackback.php/Re-cachingdependencyinfo

No trackback comments for this entry.
Gentoo: Re-caching dependency info (mtimes differ) | 2 comments | Create New Account
The following comments are owned by whomever posted them. This site is not responsible for what they say.
Gentoo: Re-caching dependency info (mtimes differ)
Authored by: Anonymous on Wednesday, May 10 2006 @ 07:21 AM PDT
There is a missing "-" in the fix. It should read:
 touch /etc/init.d/*; /sbin/depscan.sh --update