-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Yocto Fetch fail from downloads.apache.org/couchdb/source/3.1.1/ #3874
Description
I am using couchdb in my yocto image for Raspberry Pi 4. I started to get the fetch fail. Because we are fetching the version from the following link: https://downloads.apache.org/couchdb/source/3.1.1/apache-couchdb-3.1.1.tar.gz
Unfortunately, the 3.1.1 source has been removed. Therefore, I got the fetch failure. Could you please provide the 3.1.1 source again for the following link: https://downloads.apache.org/couchdb/source/3.1.1/apache-couchdb-3.1.1.tar.gz
Below is the error I got:
ERROR: couchdb-3.1.1-r0 do_fetch: Fetcher failure: Fetch command export PSEUDO_DISABLED=1; unset _PYTHON_SYSCONFIGDATA_NAME; export PATH="build/tmp/sysroots-uninative/x86_64-linux/usr/bin:layers/poky/scripts:build/tmp/work/aarch64-poky-linux/couchdb/3.1.1-r0/recipe-sysroot-native/usr/bin/aarch64-poky-linux:build/tmp/work/aarch64-poky-linux/couchdb/3.1.1-r0/recipe-sysroot/usr/bin/crossscripts:build/tmp/work/aarch64-poky-linux/couchdb/3.1.1-r0/recipe-sysroot-native/usr/sbin:build/tmp/work/aarch64-poky-linux/couchdb/3.1.1-r0/recipe-sysroot-native/usr/bin:build/tmp/work/aarch64-poky-linux/couchdb/3.1.1-r0/recipe-sysroot-native/sbin:build/tmp/work/aarch64-poky-linux/couchdb/3.1.1-r0/recipe-sysroot-native/bin:layers/poky/bitbake/bin:build/tmp/hosttools"; export HOME="/var/jenkins_home"; /usr/bin/env wget -t 2 -T 30 --passive-ftp --no-check-certificate -P build/downloads 'https://downloads.apache.org/couchdb/source/3.1.1/apache-couchdb-3.1.1.tar.gz' --progress=dot -v failed with exit code 8, output:
--2021-12-13 11:50:05-- https://downloads.apache.org/couchdb/source/3.1.1/apache-couchdb-3.1.1.tar.gz
Resolving downloads.apache.org (downloads.apache.org)... 88.99.95.219, 135.181.214.104, 2a01:4f9:3a:2c57::2, ...
Connecting to downloads.apache.org (downloads.apache.org)|88.99.95.219|:443... connected.
HTTP request sent, awaiting response... 404 Not Found
2021-12-13 11:50:05 ERROR 404: Not Found.
ERROR: couchdb-3.1.1-r0 do_fetch: Fetcher failure for URL: 'https://downloads.apache.org/couchdb/source/3.1.1/apache-couchdb-3.1.1.tar.gz'. Unable to fetch URL from any source.