From 22a9db79089c54823ae36ee2e20615ac70ab7f40 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 23 Feb 2018 21:08:05 +0100 Subject: building up to linux --- build_stage2.sh | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) (limited to 'build_stage2.sh') diff --git a/build_stage2.sh b/build_stage2.sh index e7f54f6..e0c8049 100755 --- a/build_stage2.sh +++ b/build_stage2.sh @@ -9,6 +9,12 @@ # to the $STAGE2_PACKAGES to speed up rebuild of the state of the stage 1 # system in case of destroying it. +# build bash first as 'cd subpackage' in autoconf generated makefiles break +# with cross-compiled bash + +# build pacman-mirrorlist last because of a failing "package exists" test +# clash with pacman + PACKAGES="bash iana-etc filesystem linux-api-headers tzdata ncurses readline joe @@ -17,23 +23,20 @@ libunistring gettext perl-locale-gettext help2man autoconf automake perl-error pcre2 git libtool zlib pambase cracklib libtirpc flex pam libcap coreutils util-linux pkg-config e2fsprogs expat bzip2 lz4 xz pcre less gzip -tar libarchive +tar libarchive curl +archlinux-keyring archlinux32-keyring pacman +elfutils sed texinfo grep findutils file diffutils ed patch +fakeroot +kbd procps-ng bison shadow +inetutils bc kmod linux " - -#~ libarchive curl -#~ pacman-mirrorlist archlinux-keyring archlinux32-keyring pacman -#~ elfutils -#~ sed texinfo grep findutils file diffutils ed patch -#~ fakeroot -#~ kbd procps-ng shadow -#~ inetutils bc kmod linux uinit nasm syslinux +#~ uinit nasm syslinux #~ net-tools libmnl libnfnetlink iptables iproute2 #~ libedit openssh #~ make mpfr gawk libmpc binutils gcc glibc #~ libunwind strace gdb" +#~ pacman-mirrorlist -# build bash first as 'cd subpackage' in autoconf generated makefiles break -# with cross-compiled bash for p in $PACKAGES; do "$SCRIPT_DIR/build_stage2_package.sh" "$p" || exit 1 -- cgit v1.2.3-54-g00ecf