Closed
Bug 1491392
Opened 7 years ago
Closed 7 years ago
Clang version check fails when building with NDK clang
Categories
(Firefox Build System :: Android Studio and Gradle Integration, defect)
Firefox Build System
Android Studio and Gradle Integration
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: JanH, Unassigned)
References
Details
(Keywords: regression)
For local builds it's easier to continue building with the NDK clang, but the version check added in bug 1482196 probably either blindly attempts to check the version of my system clang (even though I'm building for Android and haven't set CC/CXX in my mozconfig, so the actual build will use the NDK clang), or else fails to properly parse the version output of the clang included in the Android NDK, which looks like
> Android (4751641 based on r328903) clang version 7.0.2 (https://android.googlesource.com/toolchain/clang 003100370607242ddd5815e4a043907ea9004281) (https://android.googlesource.com/toolchain/llvm 1d739ffb0366421d383e04ff80ec2ee591315116) (based on LLVM 7.0.2svn)
Flags: needinfo?(longsonr)
| Reporter | ||
Updated•7 years ago
|
Summary: Clang version fails when building with NDK clang → Clang version check fails when building with NDK clang
Comment 1•7 years ago
|
||
Please include the failing output of configure and $OBJDIR/config.log.
Flags: needinfo?(jh+bugzilla)
Comment 2•7 years ago
|
||
Nothing I've implemented would change what clang is checked.
Flags: needinfo?(longsonr)
| Reporter | ||
Comment 3•7 years ago
|
||
Hmm, after a clobber I can no longer reproduce this. Sorry for causing some unrest.
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox62:
unaffected → ---
status-firefox63:
unaffected → ---
status-firefox64:
affected → ---
Flags: needinfo?(jh+bugzilla)
Resolution: --- → WORKSFORME
Updated•6 years ago
|
Product: Firefox for Android → Firefox Build System
You need to log in
before you can comment on or make changes to this bug.
Description
•