commit: 506bc960e2002cc2ba3dd9b1ef5af921da599e84 Author: Anthony G. Basile <blueness <AT> gentoo <DOT> org> AuthorDate: Wed Jul 22 23:51:37 2015 +0000 Commit: Anthony G. Basile <blueness <AT> gentoo <DOT> org> CommitDate: Wed Jul 22 23:51:37 2015 +0000 URL: https://gitweb.gentoo.org/proj/grs.git/commit/?id=506bc960
Rebuld toolchan at cycle 1 to be safe. core/var/lib/portage/world.CYCLE.2 | 1 + core/var/lib/portage/world.CYCLE.3 | 1 + core/var/lib/portage/world.CYCLE.4 | 1 + scripts/cycle.1.sh | 6 ++++++ 4 files changed, 9 insertions(+) diff --git a/core/var/lib/portage/world.CYCLE.2 b/core/var/lib/portage/world.CYCLE.2 index 0a090a3..4ed60de 100644 --- a/core/var/lib/portage/world.CYCLE.2 +++ b/core/var/lib/portage/world.CYCLE.2 @@ -46,6 +46,7 @@ sys-devel/gdb sys-fs/cryptsetup sys-kernel/genkernel sys-kernel/linux-firmware +sys-libs/argp-standalone sys-libs/cracklib sys-libs/db sys-libs/gdbm diff --git a/core/var/lib/portage/world.CYCLE.3 b/core/var/lib/portage/world.CYCLE.3 index 01a9dbc..3d325eb 100644 --- a/core/var/lib/portage/world.CYCLE.3 +++ b/core/var/lib/portage/world.CYCLE.3 @@ -47,6 +47,7 @@ sys-devel/gdb sys-fs/cryptsetup sys-kernel/genkernel sys-kernel/linux-firmware +sys-libs/argp-standalone sys-libs/cracklib sys-libs/db sys-libs/gdbm diff --git a/core/var/lib/portage/world.CYCLE.4 b/core/var/lib/portage/world.CYCLE.4 index dd462d7..fd8662a 100644 --- a/core/var/lib/portage/world.CYCLE.4 +++ b/core/var/lib/portage/world.CYCLE.4 @@ -3062,6 +3062,7 @@ sys-fs/udftools sys-kernel/genkernel sys-kernel/kccmp sys-kernel/linux-firmware +sys-libs/argp-standalone sys-libs/cracklib sys-libs/db sys-libs/gdbm diff --git a/scripts/cycle.1.sh b/scripts/cycle.1.sh index afeada3..6c75fa4 100644 --- a/scripts/cycle.1.sh +++ b/scripts/cycle.1.sh @@ -2,6 +2,12 @@ source /etc/profile env-update + emerge -b1q layman layman -L layman -a musl + +emerge -b1q binutils +emerge -b1q gcc +emerge -b1q musl +emerge -b1q argp-standalone