Closed
Bug 1032009
Opened 10 years ago
Closed 7 years ago
build for inary fails: libOmxAacDec.so: No such file or directory
Categories
(Firefox OS Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: vleschuk, Unassigned)
Details
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:29.0) Gecko/20100101 Firefox/29.0 (Beta/Release)
Build ID: 20140421221237
Steps to reproduce:
* git clone git://github.com/mozilla-b2g/B2G.git b2g
* cd b2g
* BRANCH=v1.4 ./config.sh inari
* Connect ZTE Open C via usb
* bash -x ./build.sh -j1
Actual results:
PLATFORM_VERSION_CODENAME=AOSP
PLATFORM_VERSION=4.0.4.0.4.0.4
TARGET_PRODUCT=full_inari
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-4-amd64-x86_64-with-LinuxMint-1-debian
HOST_BUILD_TYPE=release
BUILD_ID=OPENMASTER
OUT_DIR=out
# ......
Blob setup script has changed, re-running
+ sh -c 'cd device/*/inari && ./extract-files.sh'
Pulling files from ../../../backup-inari
Found firmware with build ID FFOS_EU_EBAY_OPENCV1.0.0B05
Pulling "libOmxAacDec.so"
cp: cannot stat ‘../../../backup-inari/system/lib/libOmxAacDec.so’: No such file or directory
Failed to pull libOmxAacDec.so. Giving up.
+ return 255
The file libOmxAacDec.so was in directory backup-inari/system/vendor/lib/, I created a symlink and script managed to find it. But than it failed with
Pulling "libOmxH264Dec.so"
cp: cannot stat ‘../../../backup-inari/system/lib/libOmxH264Dec.so’: No such file or directory
And there is no libOmxH264Dec.so in backup-inary at all...
Expected results:
build successful.
Reporter | ||
Updated•10 years ago
|
Severity: normal → critical
OS: All → Gonk (Firefox OS)
Hardware: All → ARM
Comment 1•7 years ago
|
||
Firefox OS is not being worked on
Status: UNCONFIRMED → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•