Le 15/11/2013 12:02, Johannes Bauer a écrit : > Hi group, > > to clarify, while I have plenty of ARM/Embedded experience I've never > worked with smartphones before and am completely clueless about Android > or its toolchain. > > That said, I'm the owner of a Alcatel One Touch Fire that I would like > to flash with FFOS. My host is Gentoo x86_64. I've done some reading and > am currently still at the stage where I try to build a B2G variant to be > able to back up the current /dev/mtd images (I have no root access yet). > > So I followed > https://developer.mozilla.org/en-US/Firefox_OS/Firefox_OS_build_prerequisites > and > https://developer.mozilla.org/en-US/Firefox_OS/Preparing_for_your_first_B2G_build > > I cloned the repo and configured it for the hamachi target, which went > smoothly. However, when trying to start the build, it almost immediately > dies: > >> $ ./build.sh >> including device/qcom/b2g_common/vendorsetup.sh >> device/qcom/b2g_common/treeid.sh: line 42: repo: command not found >> Tree IDs: all >>
yeah, I've seen that too. Don't know if we have a filed bug about this :) Just replace the "repo" call with "./repo" in the offending file. Or run your build using `PATH="$PATH":. ./build.sh`
signature.asc
Description: OpenPGP digital signature
_______________________________________________ dev-b2g mailing list [email protected] https://lists.mozilla.org/listinfo/dev-b2g
