Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Error 'Failed to pull libOmxMpeg4Dec.so. Giving up.' when building B2G for Unagi phone

40 views
Skip to first unread message

Henrik Skupin

unread,
Nov 12, 2012, 7:34:53 AM11/12/12
to mozilla...@lists.mozilla.org
Hi all,

Yesterday I got my Unagi phone and flashed it with the build from Nov
7th (grabbed from https://releases.mozilla.com/b2g/). Then I have
noticed that it is based on Aurora and wanted to flip to
mozilla-central. So I have setup a local build system. After running the
configure step for the unagi phone I started build.sh. But after a
couple of minutes the build process stopped with the following failure
when creating the backup:

[..]
> > pull: /system/sources.xml -> ../../../backup-unagi/system/sources.xml
> > pull: /system/build.prop -> ../../../backup-unagi/system/build.prop
[..]
> > Pulling "libOmxH264Dec.so"
> > 4796 KB/s (189376 bytes in 0.038s)
> > Pulling "libOmxMpeg4Dec.so"
> > remote object '/system/lib/libOmxMpeg4Dec.so' does not exist
> > Failed to pull libOmxMpeg4Dec.so. Giving up.

Is that a hard-coded list of files to backup, or is it a failure in the
build system? Just pushing a faked file with that filename fixed it for now.

Thanks

--
Henrik Skupin
Software Engineer in Test
Mozilla Corporation

Thomas Zimmermann

unread,
Nov 12, 2012, 7:57:00 AM11/12/12
to Henrik Skupin, mozilla...@lists.mozilla.org, efl...@mozilla.com
Hi Henrik,

I had the same problem when I received my unagi a few days ago. I don't
know if this is an issue with the phone or the sources, but you can
workaround it by removing the respective line from the file

device/qcom/unagi/extract-files.sh

A patch is attached.

I've seen that this file was added by the last commit. cc'ing
efl...@mozilla.com.

Best regards
Thomas

Henrik Skupin

unread,
Nov 12, 2012, 10:39:10 AM11/12/12
to Thomas Zimmermann, mozilla...@lists.mozilla.org, efl...@mozilla.com
Thomas Zimmermann wrote on 11/12/12 1:57 PM:

> I had the same problem when I received my unagi a few days ago. I don't
> know if this is an issue with the phone or the sources, but you can
> workaround it by removing the respective line from the file
>
> device/qcom/unagi/extract-files.sh
>
> A patch is attached.
>
> I've seen that this file was added by the last commit. cc'ing
> efl...@mozilla.com.

Is that a hard-coded list? If yes it's clear why we are failing then. We
should probably ignore any warning here to make it less pain to switch
between different versions of Firefox OS (Nightly vs. Aurora).

--
Henrik

Henrik Skupin

unread,
Nov 12, 2012, 10:39:10 AM11/12/12
to Thomas Zimmermann, mozilla...@lists.mozilla.org, efl...@mozilla.com
Thomas Zimmermann wrote on 11/12/12 1:57 PM:

> I had the same problem when I received my unagi a few days ago. I don't
> know if this is an issue with the phone or the sources, but you can
> workaround it by removing the respective line from the file
>
> device/qcom/unagi/extract-files.sh
>
> A patch is attached.
>
> I've seen that this file was added by the last commit. cc'ing
> efl...@mozilla.com.

0 new messages