Closed
Bug 857919
Opened 12 years ago
Closed 12 years ago
B2G build for Pandaboard fails beacuse download-blob script is unable to download the SGX drivers bundle from Google server
Categories
(Firefox OS Graveyard :: GonkIntegration, defect)
Firefox OS Graveyard
GonkIntegration
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: anil.sasidharan, Assigned: tzimmermann)
Details
Attachments
(1 file)
1.17 KB,
patch
|
tzimmermann
:
review-
|
Details | Diff | Splinter Review |
User Agent: Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:15.0) Gecko/20100101 Firefox/15.0.1
Build ID: 20120907231657
Steps to reproduce:
1. Cloned B2G sources for Pandaboard (with appropriate option passed to config.sh)
2. Start a fresh build using the command "build.sh -j1"
Actual results:
Build fails with the following message:
including device/ti/panda/vendorsetup.sh
============================================
PLATFORM_VERSION_CODENAME=AOSP
PLATFORM_VERSION=4.0.4.0.4.0.4
TARGET_PRODUCT=full_panda
TARGET_BUILD_VARIANT=eng
TARGET_BUILD_TYPE=release
TARGET_BUILD_APPS=
TARGET_ARCH=arm
TARGET_ARCH_VARIANT=armv7-a-neon
HOST_ARCH=x86
HOST_OS=linux
HOST_OS_EXTRA=Linux-3.2.0-29-generic-x86_64-with-Ubuntu-12.04-precise
HOST_BUILD_TYPE=release
BUILD_ID=OPENMASTER
OUT_DIR=out
============================================
Blob setup script has changed, re-running
imgtec-panda-imm76i-67545da7.tgz: FAILED
shasum: WARNING: 1 computed checksum did NOT match
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
100 869 100 869 0 0 2387 0 --:--:-- --:--:-- --:--:-- 2393
imgtec-panda-imm76i-67545da7.tgz: FAILED
shasum: WARNING: 1 computed checksum did NOT match
> Build failed! <
Build with |./build.sh -j1| for better messages
If all else fails, use |rm -rf objdir-gecko| to clobber gecko and |rm -rf out| to clobber everything else.
Expected results:
Build script should have been able to fetch the SGX drivers and proceed with the build
Reporter | ||
Comment 1•12 years ago
|
||
Attachment #733201 -
Flags: review?(tzimmermann)
Updated•12 years ago
|
Status: UNCONFIRMED → NEW
Ever confirmed: true
Assignee | ||
Comment 2•12 years ago
|
||
We already have a pull request for this problem at
https://github.com/mozilla-b2g/b2g-manifest/pull/61
Let's keep this bug report open until it's fixed.
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → tzimmermann
Assignee | ||
Comment 3•12 years ago
|
||
Comment on attachment 733201 [details] [diff] [review]
Patch to fix the build failure due to inaccessible SGX driver archive from Google server
Review of attachment 733201 [details] [diff] [review]:
-----------------------------------------------------------------
The patch looks good, but we already have a fix.
Attachment #733201 -
Flags: review?(tzimmermann) → review-
Comment 4•12 years ago
|
||
per comment 3
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•