Closed
Bug 1625523
Opened 5 years ago
Closed 5 years ago
Can't build geckoview locally after Bug 1568994: Missing values in application.ini: AppUpdate:url
Categories
(Toolkit :: Application Update, defect)
Toolkit
Application Update
Tracking
()
RESOLVED
DUPLICATE
of bug 1625461
People
(Reporter: agi, Unassigned)
References
(Blocks 1 open bug, Regression)
Details
(Keywords: regression)
After Bug 1568994 I get:
Missing values in application.ini: AppUpdate:url
on a clean mach build
.
mozconfig
:
ac_add_options --enable-application=mobile/android
ac_add_options --target=aarch64
mk_add_options MOZ_OBJDIR=./objdir
ac_add_options --with-macos-sdk=/Users/asferro/workspace/MacOSX-SDKs/MacOSX10.15.sdk
# ICECC
CC="/usr/local/bin/icecc clang"
CXX="/usr/local/bin/icecc clang++"
mk_add_options MOZ_MAKE_FLAGS="-j40"
Given other reports the only thing that's really needed to trigger this is the --enable-application
part.
Reporter | ||
Updated•5 years ago
|
Summary: Can't build geckoview locally after Bug → Can't build geckoview locally after Bug 1568994
Comment 1•5 years ago
|
||
I believe that this is another manifestation of Bug 1568994 breaking builds where the updater is disabled. I'll be fixing this in Bug 1625461.
Updated•5 years ago
|
Severity: normal → critical
Updated•5 years ago
|
Blocks: mach-busted
Updated•5 years ago
|
Summary: Can't build geckoview locally after Bug 1568994 → Can't build geckoview locally after Bug 1568994: Missing values in application.ini: AppUpdate:url
Comment 2•5 years ago
|
||
I believe that this bug should have been fixed by Bug 1625461 merging. Agi, can you confirm?
Flags: needinfo?(agi)
Reporter | ||
Updated•5 years ago
|
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → DUPLICATE
Updated•5 years ago
|
Has Regression Range: --- → yes
Keywords: regression
You need to log in
before you can comment on or make changes to this bug.
Description
•