Closed Bug 1320184 Opened 8 years ago Closed 8 years ago

Android artifact build failure: Error opening file "sebastian"

Categories

(Firefox Build System :: Android Studio and Gradle Integration, defect)

All
Android
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 1320006

People

(Reporter: sebastian, Unassigned)

Details

Just pulled the latest changes from mozilla-central and now my builds (Android, artifact, building on MacOS X) are failing with this error:

> 0:54.03 Elapsed: 0.27s; From _tests: Kept 56 existing; Added/updated 1056; Removed 0 files and 0 directories.
> 0:54.22 Elapsed: 0.46s; From dist/include: Kept 1077 existing; Added/updated 2789; Removed 0 files and 0 directories.
> 0:55.51 application.ini
> 0:55.63 Error opening file "sebastian"
> 0:55.63 Traceback (most recent call last):
> 0:55.63   File "/Users/sebastian/Projects/Mozilla/central/python/mozbuild/mozbuild/action/file_generate.py", line 63, in main
> 0:55.63     ret = module.__dict__[method](output, *args.additional_arguments)
> 0:55.63   File "/Users/sebastian/Projects/Mozilla/central/python/mozbuild/mozbuild/action/preprocessor.py", line 15, in generate
> 0:55.63     pp.handleCommandLine(list(args), True)
> 0:55.63   File "/Users/sebastian/Projects/Mozilla/central/python/mozbuild/mozbuild/preprocessor.py", line 480, in handleCommandLine
> 0:55.63     with open(f, 'rU') as input:
> 0:55.63 IOError: [Errno 2] No such file or directory: 'sebastian'
> 0:55.63 make[6]: *** [application.ini] Error 1
> 0:55.63 make[6]: *** Deleting file `application.ini'
> 0:55.63 make[5]: *** [/Users/sebastian/Projects/Mozilla/central/objdir-frontend/build/application.ini] Error 2
> 0:55.63 Elapsed: 0.00s; From /Users/sebastian/Projects/Mozilla/central/objdir-frontend/dist/bin/gmp-fake/1.0: Kept 0 existing; Added/updated 2; Removed 0 files and 0 directories.
> 0:55.63 make[5]: *** Waiting for unfinished jobs....
> 0:55.64 Elapsed: 0.00s; From /Users/sebastian/Projects/Mozilla/central/objdir-frontend/dist/bin/gmp-fakeopenh264/1.0: Kept 0 existing; Added/updated 2; Removed 0 files and 0 directories.
> 0:55.64 Elapsed: 0.00s; From /Users/sebastian/Projects/Mozilla/central/objdir-frontend/dist/bin/gmp-clearkey/0.1: Kept 0 existing; Added/updated 1; Removed 0 files and 0 directories.
> 0:55.64 Elapsed: 0.00s; From /Users/sebastian/Projects/Mozilla/central/objdir-frontend/dist/bin/features/flyweb@mozilla.org: Kept 0 existing; Added/updated 7; Removed 0 files and 0 directories.
> 0:55.64 make[4]: *** [faster] Error 2
> 0:55.64 make[3]: *** [pre-export] Error 2
> 0:55.64 make[2]: *** [default] Error 2
> 0:55.64 make[1]: *** [realbuild] Error 2
> 0:55.64 make: *** [build] Error 2
> 0:55.68 290 compiler warnings present.

This part is pretty weird ("sebastian" is my username):

> 0:55.63 Error opening file "sebastian"
> [..]
> 0:55.63 IOError: [Errno 2] No such file or directory: 'sebastian'
bisect says this is caused by:

> changeset:   324078:d4006c73e308
> user:        Mike Hommey <mh+mozilla@glandium.org>
> date:        Wed Nov 02 17:16:56 2016 +0900
> summary:     Bug 1319345 - Change how application.ini and application.ini.h are generated. r=mshal
And there's already a bug for this: bug 1320006.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → DUPLICATE
Product: Firefox for Android → Firefox Build System
You need to log in before you can comment on or make changes to this bug.