#Error when emerging on setup
1 messages · Page 1 of 1 (latest)
I've seen this when env was out of whack and or profile wasnt correct - been some long time tho 🤔
probably not
no, cmake is required for QT
Cmake is the build system.
If you're on amd64 you can try and break this with a binpkg.
emerge -g cmake
you can attempt to emerge -1 cmake prior to get cmake installed and then do the rest
Or just emerge cmake by itself
emerge wgetpaste and run wgetpaste -c "type the command here that failed"
Yes that.
This really reads like its not in the chroot but let's see
emerge wgetpaste
wgetpaste -c "emerge --pretend --verbose --update --deep --newuse @world"
ls / and see if there is a stage3 there
Drop ask, add pretend
ok
(it will never send output because it's hanging waiting for you to hit 'y' or 'n'
ask will autodeny on non-tty
use new message
Send wgetpaste -I too please
It should, but there's no guarantee.
true true
ok send the link it gave you
I've never seen it drop but thats not an issue right now 🙂
Quite possibly, that's a full DE. I'll leave you to handle this one 😦
we make it say chroot manually
its not something the system detects
export PS1="(chroot) $PS1" only says change the prompt to write chroot
its got nothing to do with whether you are actually in chroot
not at all
i ran emerge on a live iso once and got a simillar result so thats how i found out
repeat the chroot steps
and share any errors other than already mounted
Might be easier to start over just to be sure
But you OK with this from here?
(Ping me if you need me)
it feels like he extracted a arm64 stage
and the chroot failed
What's the error?
(Was mine too but I was waiting for more info)
how big the iso would be if it had build tools not removed
i guess i can build one myself to find out
@plucky cipher start over please and grab the amd64 desktop stage3 for either operc or sysyemd
Should solve everything
and dont rm -rf /mnt/gentoo
just reboot the computer
also make sure its amd64 and not arm64
arm64 is for ARM devices like the raspberry pi
We'll discuss this outside of here
no we continue here
yes
oh true
go through the handbook again
share any errors
gparted
device>make partition table
did you rm -rf /mnt/gentoo?
after mounting
reboot then
you deleted the literal /dev/sda file
making the disk inaccecible
lemme learn about bind mounts real quick
mount --rbind /from /to (rbind adds all submounts as well)
if that helps @plucky cipher
didnt read up
no i mean i wanted to explain what it does
it makes the files in /dev also available in /mnt/gentoo/dev
bind mounts basically pretend like that same FS is mounted elsewhere; it doesnt need to be a whole FS either, you can bind mount folder-trees and subpaths
have a nice day