From: Bill L. <wr...@gm...> - 2019-05-25 21:57:57
|
Here's something else odd: It could not pull down https://s3.amazonaws.com/files.astlinux-project/make-3.81.tar.bz2.sha1: 2019-05-25 17:45:29 ERROR 403: Forbidden. So the build stopped. But immediately restarting the build, it went ahead and unpacked and proceeded to build 'make' without going through the sha1 check at all. Bill *>>> make 3.81 Downloading* --2019-05-25 17:45:28-- http://ftp.gnu.org/pub/gnu/make/make-3.81.tar.bz2 Resolving ftp.gnu.org (ftp.gnu.org)... 209.51.188.20, 2001:470:142:3::b Connecting to ftp.gnu.org (ftp.gnu.org)|209.51.188.20|:80... connected. HTTP request sent, awaiting response... 200 OK Length: 1151445 (1.1M) [application/x-bzip2] Saving to: ‘/home/bill/astlinux/trunk/dl/make-3.81.tar.bz2’ /home/bill/astlinux/tru 100%[=================================>] 1.10M 6.37MB/s in 0.2s 2019-05-25 17:45:28 (6.37 MB/s) - ‘/home/bill/astlinux/trunk/dl/make-3.81.tar.bz2’ saved [1151445/1151445] https://s3.amazonaws.com/files.astlinux-project/make-3.81.tar.bz2.sha1: 2019-05-25 17:45:29 ERROR 403: Forbidden. *sha1sum: dl/make-3.81.tar.bz2.sha1: No such file or directory** **make-3.81.tar.bz2 failed verification - exiting* ## ## Maintainer upload command: ./scripts/upload-dl-pair dl/make-3.81.tar.bz2 ## package/Makefile.package.in:232: recipe for target '/home/bill/astlinux/trunk/output/build/make-3.81/.stamp_downloaded' failed make: *** [/home/bill/astlinux/trunk/output/build/make-3.81/.stamp_downloaded] Error 1 real 0m1.920s user 0m0.548s sys 0m0.716s build: Incomplete build, no AstLinux Release for you. real 0m2.059s user 0m0.568s sys 0m0.752s bill@debian-60GB:~/astlinux/trunk$ ===== bill@debian-60GB:~/astlinux/trunk$ time ./scripts/build geni586 Defining Board = "geni586" ## ## AstLinux Build: Board = "geni586" ## The initrd image (initrd.img) already exists, skipping build. mkdir -p /home/bill/astlinux/trunk/output/build/buildroot-config # # configuration written to /home/bill/astlinux/trunk/.config # /usr/bin/make -j1 HOSTCC="/usr/bin/gcc" HOSTCXX="/usr/bin/g++" silentoldconfig make[1]: Entering directory '/home/bill/astlinux/trunk' KCONFIG_AUTOCONFIG=/home/bill/astlinux/trunk/output/build/buildroot-config/auto.conf KCONFIG_AUTOHEADER=/home/bill/astlinux/trunk/output/build/buildroot-config/autoconf.h KCONFIG_TRISTATE=/home/bill/astlinux/trunk/output/build/buildroot-config/tristate.config BUILDROOT_CONFIG=/home/bill/astlinux/trunk/.config /home/bill/astlinux/trunk/output/build/buildroot-config/conf --silentoldconfig Config.in # # make dependencies written to .auto.deps # ATTENTION buildroot devels! # See top of this file before playing with this auto-preprequisites! # make[1]: Leaving directory '/home/bill/astlinux/trunk' *>>> make 3.81 Extracting* bzcat /home/bill/astlinux/trunk/dl/make-3.81.tar.bz2 | tar --strip-components=1 -C /home/bill/astlinux/trunk/output/build/make-3.81 -xf - >>> make 3.81 Patching package/make for file in config.guess config.sub; do for i in $(find /home/bill/astlinux/trunk/output/build/make-3.81 -name $file); do cp package/gnuconfig/$file $i; done; done |