When decompres portage tree from snapshot in /usr/portage all dir and files have uid 1005 and 1005 gid. This is very important problem because when in system adding 6 user he have possibility to write/read files in portage tree. Reproducible: Always Steps to Reproduce: 1.change UID and GID for /usr/portage and all file in 2.cd /usr 3.chown -R portage:portage portage Actual Results: all file change UID and GID Expected Results: Don't know I have brand-new Gentoo install with handbook.
we have nothing to do with tree snapshots
I changed the script that produces those tarballs so it will chown all files to 250:250, which is the default user:group for portage. If a user has changed the default UID/GID, they will still be owned incorrectly. This is something we will not fix.