BiaMonteiro
(usa Arch Linux)
Enviado em 29/01/2019 - 18:42h
Olá a todos do fórum!
Estou instalando o Gentoo via live CD de outra distribuição e cheguei até a parte do chroot. É a primeira vez que instalo esta distribuição, e estou usando o stage 3.
Montei todas as partições, inclusive proc, sys e dev.
O problema é que não estou conseguindo concluir a instalação.
Rodei um emerge --webrsync e, em meu terminal, aparecem as seguintes linhas:
Fetching most recent snapshot ...
Trying to retrieve 20190128 snapshot from
http://distfiles.gentoo.org ...
Fetching file portage-20190128.tar.xz.md5sum ...
Fetching file portage-20190128.tar.xz.gpgsig ...
Fetching file portage-20190128.tar.xz ...
E não acontece mais nada... o programa continua executando infinitamente.
Depois, estressada, cancelei a execução desse programa com Ctrl + C e rodei um emerge --sync.
Após um longo tempo de atualização dos repositórios, que parece ter sido bem sucedido, veio os problemas.
Não consigo visualizar os profiles com eselect profile list
!!! Error: Failed to get a list of valid profiles
exiting
Nem instalar pacotes, como por exemplo emerge app-portage/mirrorselect.
!!! /etc/portage/make.profile is not a symlink and will probably prevent most merges.
!!! It should point into a profile within /usr/portage/profiles/
!!! (You can safely ignore this message when syncing. It's harmless.)
!!! Your current profile is invalid. If you have just changed your profile
!!! configuration, you should revert back to the previous configuration.
!!! Allowed actions are limited to --help, --info, --search, --sync, and
!!! --version.
Depois rodei os comandos:
mkdir --parents /etc/portage/repos.conf
cp /usr/share/portage/config/repos.conf /etc/portage/repos.conf/gentoo.conf
Os problemas ainda persistem! Infelizmente...
Quando rodo ls -l /etc/portage/make.profile
lrwxrwxrwx 1 root root 51 jan 28 01:24 /etc/portage/make.profile -> ../../usr/portage/profiles/default/linux/amd64/17.0
O conteúdo do meu make.conf:
# These settings were set by the catalyst build script that automatically
# built this stage.
# Please consult /usr/share/portage/config/make.conf.example for a more
# detailed example.
COMMON_FLAGS="-march=native -O2 -pipe"
CFLAGS="${COMMON_FLAGS}"
CXXFLAGS="${COMMON_FLAGS}"
FCFLAGS="${COMMON_FLAGS}"
FFLAGS="${COMMON_FLAGS}"
MAKEOPTS="-j4"
# NOTE: This stage was built with the bindist Use flag enabled
PORTDIR="/usr/portage"
DISTDIR="/usr/portage/distfiles"
PKGDIR="/usr/portage/packages"
# This sets the language of build output to English.
# Please keep this setting intact when reporting bugs.
LC_MESSAGES=C
Uma pergunta: meu processador tem 2 núcleos físicos e 4 virtuais, mantenho a opção -j4 no Makeopts?