Jump to content
Read the Funtoo Newsletter: Summer 2023 ×

Oleg Vinichenko

Members
  • Posts

    619
  • Joined

  • Last visited

  • Days Won

    53

Posts posted by Oleg Vinichenko

  1. yep, rsync is not used but before tree sync happens, cache is generated for entire tree. each time. and users getting the cache. Its not a problem. A problem could be that cache is wrong. Need to check this. To verify my idea, what you could is (and report results)

    rm -rf /usr/portage

    emerge --sync

    du -sh /usr/portage/metadata/md5-cache

    mv /usr/portage/metadata/md5-cache /tmp

    egencache --update --repo=gentoo --jobs=X (where  X is your CPU naumber)

    du -sh /usr/portage/metadata/md5-cache

    also you can do a diff between qt-creater, freshly generated and the one from /tmp/md5-cache (moved from vanilla tree), See if this differs

  2. hiya!

    Following updates happened:

     

    portage-2.4.1 which brings EAPI=6 updates:

    http://www.funtoo.org/EAPI_6

     

    genkernel-3.4.40.8 minor update which has cache directory location change from /var/cache/genkernel to /usr/share/genekernel/ to keep helper tarballs preserved in /usr/share/genkernel/src. It is *required* to check /etc/genkernel.conf, if any hand-made changes done to this file and ensure portage updated it correctly to have new cache directory entries.

     

    perl-5.22.1 minor update, which require running perl-cleaner --all after update.

×
×
  • Create New...