oddlama / gentoo-install

A gentoo installer with a TUI interface that supports systemd and OpenRC, EFI and BIOS, as well as variable disk layouts using ext4, zfs, btrfs, luks and mdraid.
MIT License
531 stars 72 forks source link

Script fails to emerge jaraco-text dependancies #79

Closed C0uchpotato closed 1 year ago

C0uchpotato commented 1 year ago

Script fails after "emerge --verbose sys-kernel/dracut sys-kernel/gentoo-kernel-bin app-arch/zstd"

The issue seems to be a dependency issue with inflect, pydantic, and autocommand all trying to build for both python 3_10 and 3_11. Would it be best to force a single python version for the sake of continuing the installl? (Ex. overriding the profile default via "PYTHON_SINGLE_TARGET in package.use)

muirglacier commented 1 year ago

Same here, install doesnt work with the same package causing the issue!

tmode-1960 commented 1 year ago

Same error here

C0uchpotato commented 1 year ago

Adding more information, this seems to happen on systemd-mergedusr and systemd-desktop profiles

adding "PYTHON_SINGLE_TARGET -python3_10 and python3_11" then running emerge -auqDN @world allows the script to finish.

I also added some to the package.mask file, but i'm not sure if that had an effect.

oddlama commented 1 year ago

Seems like this was an issue with that stage3 tarball of last week, but apparently that has already been fixed in the meantime. I was able to install with desktop-systemd profile fine right now.

C0uchpotato commented 1 year ago

Perfect, thank you!