Fixed
Created: Jan 18, 2016
Updated: Dec 3, 2018
Resolved Date: Feb 2, 2016
Found In Version: 8.0
Fix Version: 8.0.0.2
Severity: Standard
Applicable for: Wind River Linux 8
Component/s: Userspace
Customer has do_fetch error while building package iasl.
=========================================================================================
| DEBUG: Mirror fetch failure for url http://sources.openembedded.org/acpica-unix-20140724.tar.gz (original url: https://www.acpica.org/download/acpica-unix-20140724.tar.gz)
| DEBUG: Fetcher failure: Fetch command failed with exit code 8, output:
| http://sources.openembedded.org/acpica-unix-20140724.tar.gz:
| 2016-01-06 11:06:15 ERROR 404: Not Found.
|
| WARNING: Fetcher failure: Fetch command failed with exit code 8, output:
| https://www.acpica.org/download/acpica-unix-20140724.tar.gz:
| 2016-01-06 11:06:12 ERROR 404: Not Found.
|
| DEBUG: Python function base_do_fetch finished
| DEBUG: Python function do_fetch finished
| ERROR: Function failed: Fetcher failure for URL: 'https://www.acpica.org/download/acpica-unix-20140724.tar.gz'. Unable to fetch URL from any source.
ERROR: Task 883 (/home/swapnilc/Project/layers/wr-base/recipes-devtools/iasl/iasl_20140724.bb, do_fetch) failed with exit code '1'
NOTE: Tasks Summary: Attempted 4783 tasks of which 4649 didn't need to be rerun and 1 failed.
=========================================================================================
This issue should because the source path of package iasl is changed from external server.
From ./layers/wr-base/recipes-devtools/iasl/iasl_20140724.bb,
SRC_URI = "https://www.acpica.org/download/acpica-unix-${PV}.tar.gz \
(It should be https://www.acpica.org/download/acpica-unix-20140724.tar.gz)
But after chacking ACPICA website, the path of the same file is now
https://acpica.org/sites/acpica/files/acpica-unix-20140724.tar.gz
This issue will not be there is customer install with DVD, it only can be met when did the "yocto" (or "minimal" before) installation from scratch again
"yocto" installation is the way we should suggest customer to install IDP XT for saving the time and storage space, and building package iasl should work in this condition.