From 6412ae1560e4ccd506d801ebb012ef99ff2928d8 Mon Sep 17 00:00:00 2001 From: Kyle K Date: Wed, 17 Mar 2021 12:50:01 -0500 Subject: disable LTO for dev-libs/libbsd in base build of .ISO to fix build failure, correct 1 small typo in 1st emerge command. This should do it, anybody should be able to boostrap their own fresh .ISO now --- gentoox_build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/gentoox_build.sh b/gentoox_build.sh index cf0159c..05e9646 100755 --- a/gentoox_build.sh +++ b/gentoox_build.sh @@ -159,6 +159,7 @@ app-crypt/efitools nolto.conf sys-libs/efivar nolto.conf dev-libs/libaio nolto.conf app-arch/bzip2 O3nolto.conf +dev-libs/libbsd nolto.conf media-libs/opencv O3nolto.conf' > /etc/portage/package.env echo 'sys-devel/gcc graphite lto pgo zstd @@ -204,7 +205,7 @@ echo 'sys-libs/glibc **' >> /etc/portage/package.accept_keywords #emerge -v1 gcc # install latest gcc now that it has been unmasked #emerge --autounmask=y --autounmask-write=y -veDN --with-bdeps=y --exclude gcc @world # rebuild entire system with new gcc -emerge --autounmask=y --autounmask-write=y -vuDN --with-bdeps=y @world +emerge --autounmask=y --autounmask-write=y -veDN --with-bdeps=y @world emerge -v gentoo-sources genkernel portage-utils gentoolkit cpuid2cpuflags cryptsetup lvm2 mdadm dev-vcs/git btrfs-progs app-arch/lz4 ntfs3g dosfstools exfat-utils f2fs-tools gptfdisk efitools shim syslog-ng logrotate emerge --noreplace app-editors/nano -- cgit v1.2.3