Open
Bug 1305524
Opened 8 years ago
Updated 2 years ago
./mach run to run the fennec emulator build doesn't work on OS X
Categories
(Firefox Build System :: Android Studio and Gradle Integration, defect)
Tracking
(Not tracked)
NEW
People
(Reporter: kats, Unassigned)
References
Details
Attachments
(1 file)
3.23 KB,
text/plain
|
Details |
My mozconfig is at [1]. On an OS X machine, I did a ./mach build && ./mach package followed by a ./mach run. This used to work but now it fails. See attachment for the output when I try to run.
[1] https://github.com/staktrace/moz-scripts/blob/master/mozconfig.Darwin-android-ndebug
Reporter | ||
Comment 1•8 years ago
|
||
It seems to be complaining about the line at [1] which was last touched by jgriffin. Any thoughts?
[1] http://searchfox.org/mozilla-central/rev/05ed82e50b45df5aa5a8fad219dece1b56757261/testing/mozbase/mozprofile/mozprofile/permissions.py#17
Flags: needinfo?(jgriffin)
Reporter | ||
Comment 2•8 years ago
|
||
I re-ran ./mach bootstrap and after working around bug 1280165 I'm doing a clobber build, let's see if that behaves better.
Reporter | ||
Comment 3•8 years ago
|
||
Still getting the same error after a clobbered bootstrapped build.
Comment 4•8 years ago
|
||
Seems like a library problem; see e.g., http://stackoverflow.com/questions/14817507/os-x-10-8-2-python-3-import-sqlite-error
Flags: needinfo?(jgriffin)
Reporter | ||
Comment 5•8 years ago
|
||
I tried the things suggested in that post but none of them worked. I still consider this a Firefox build system bug since bootstrap should install everything needed.
Reporter | ||
Comment 6•8 years ago
|
||
I managed to get this working after updating the xcode CLT and uninstalling/reinstalling python from homebrew.
Updated•5 years ago
|
Product: Firefox for Android → Firefox Build System
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•