From 0488b164de85e2fe8dc0bd67c3a0c3dfe9343a10 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Thu, 8 Feb 2018 08:20:46 +0100 Subject: reverted naming of shims for gcc-lib, glibc and ca-certificates --- BUGS | 4 ---- README | 2 -- TODOS | 13 ++++++++++++- create_ca-certificates-utils_shim.sh | 6 ++---- create_gcc-lib_shim.sh | 6 ++---- create_glibc_shim.sh | 6 ++---- i486-stage1/binutils/DESCR | 3 --- 7 files changed, 18 insertions(+), 22 deletions(-) delete mode 100644 BUGS diff --git a/BUGS b/BUGS deleted file mode 100644 index 5d17d2d..0000000 --- a/BUGS +++ /dev/null @@ -1,4 +0,0 @@ -bsdtar: /home/cross/i486-root/packages/i486/linux-docs-4.15.1-2-i486.pkg.tar.xz: Not found in archive -bsdtar: /home/cross/i486-root/packages/i486/linux-headers-4.15.1-2-i486.pkg.tar.xz: Not found in archive -bsdtar: Error exit delayed from previous errors. -Built package linux. diff --git a/README b/README index aaee4c2..6f7c323 100644 --- a/README +++ b/README @@ -166,8 +166,6 @@ su cross ./create_cdrom.sh # basic packages PACKAGES=" \ - fakeroot \ -make mpfr gawk libmpc binutils gcc \ glibc \ # TODO: iputils is for ping only, a little bit too many packages for # that. diff --git a/TODOS b/TODOS index 5d4fb81..d978983 100644 --- a/TODOS +++ b/TODOS @@ -5,4 +5,15 @@ - makepkg with an 'alternate root' option (which doens't collide with pacman's options), avoids patching -r and --config into makepkg for stage1 -- shims and provides and depends don't work yet (binutils and glibc-shim) +- shims and provides and depends don't work yet: + - binutils and glibc-shim + - same for gcc-libs: glibc and gcc-libs for gcc +- bsdtar: /home/cross/i486-root/packages/i486/linux-docs-4.15.1-2-i486.pkg.tar.xz: Not found in archive + bsdtar: /home/cross/i486-root/packages/i486/linux-headers-4.15.1-2-i486.pkg.tar.xz: Not found in archive + bsdtar: Error exit delayed from previous errors. + Built package linux. +- gcc PKGBUILD instead of diff +- removing all pacman databases and recreating them with repo-add, also + removing all installed pacman packages seem a little bit paranoic. Find + out how to speed this up and do it properly. + diff --git a/create_ca-certificates-utils_shim.sh b/create_ca-certificates-utils_shim.sh index 2f73102..dbaacbf 100755 --- a/create_ca-certificates-utils_shim.sh +++ b/create_ca-certificates-utils_shim.sh @@ -18,15 +18,13 @@ if test ! -f $STAGE1_CHROOT/packages/$TARGET_CPU/ca-certificates-utils-shim-2017 size=$(du -sk --apparent-size pkg/) size="$(( ${size%%[^0-9]*} * 1024 ))" cat > pkg/ca-certificates-utils-shim/.PKGINFO < pkg/gcc-libs-shim/.PKGINFO < pkg/glibc-shim/.PKGINFO <