I'm trying to install Gentoo in a local disk but in the part "
Configuring Portage" I have a problem with
Code: Select all
# emerge --sync
>>> Syncing repository 'gentoo' into '/usr/portage'...
!!! /usr/portage appears to be under revision control (contains .git).
!!! Aborting rsync sync.
My gentoo.conf file in repos.conf is:
Code: Select all
[DEFAULT]
main-repo = gentoo
[gentoo]
location = /usr/portage
sync-type = rsync
sync-uri = rsync://rsync.uk.gentoo.org/gentoo-portage/
auto-sync = yes
After I delete the .git* folders and files "
emerge --sync" works but it downloads again .git* files and folders, the next "
emerge --sync" throws again the same error. I guess it must be an error of mirroring of git repository central but I don't see any information about this error in Internet. In my server I have installed Gentoo since a long time and today the same problem is happening.