Every now and again the OS may need a little TLC to get libraries in sync etc etc. so it sometimes pays to rebuild the system using "emerge -e [system|world]"
Here's a quick script I knocked up to take care of it for you :)
Every now and again the OS may need a little TLC to get libraries in sync etc etc. so it sometimes pays to rebuild the system using "emerge -e [system|world]"
Here's a quick script I knocked up to take care of it for you :)
Ever had a massive emerge package list and one package refuses to compile? This happened to me when running an "emerge -e system". You can run an "emerge -1 <package>" upgrade/downgrade, but this won't remove it from the emerge queue. Running "emerge --resume" will continue the queue starting with the package that failed.
Fear not, "vi /var/cache/edb/mtimedb". Look for the package that you have just successfully emerged and remove that section from the list.
"mergelist": [
[
"ebuild",
"/",
"www-client/chromium-29.0.1547.32",
"merge"
],
Running "emerge --resume" will now continue without trying to remerge the problematic package.