Wind River Support Network

HomeDefectsLIN7-5411
Fixed

LIN7-5411 : Failed to build package iasl on RCPL11

Created: Jan 8, 2016    Updated: Sep 8, 2018
Resolved Date: Jan 18, 2016
Previous ID: IDP3-1297
Found In Version: 7.0.0.11
Fix Version: 7.0.0.13
Severity: Standard
Applicable for: Wind River Linux 7
Component/s: Userspace

Description

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 

Workaround

This can be fixed after modifying iasl_20140724.bb with the correct SRC_URI or download the source and place it to downloads folder manually as a workaround. 

# mkdir layers/wrlinux/downloads/ 
# wget https://acpica.org/sites/acpica/files/acpica-unix-20140724.tar.gz -o layers/wrlinux/downloads/acpica-unix-20140724.tar.gz 

Steps to Reproduce

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.

Other Downloads


Live chat
Online