Closed
Bug 1276069
Opened 9 years ago
Closed 9 years ago
Full build of Android fails on fedora 23
Categories
(Firefox Build System :: Android Studio and Gradle Integration, defect)
Firefox Build System
Android Studio and Gradle Integration
x86_64
Linux
Tracking
(firefox49 fixed)
RESOLVED
FIXED
mozilla49
Tracking | Status | |
---|---|---|
firefox49 | --- | fixed |
People
(Reporter: wgianopoulos, Assigned: glandium)
References
Details
(Keywords: regression)
Attachments
(2 files)
I can no longer build android under fedora 23 since the landing of the patch for bug 1275016. log files will be forthcoming.
Reporter | ||
Comment 1•9 years ago
|
||
OK not sure i have the correct regressor. I guess i will wait for the bisect results. I tried backing out bug 1275016 and still got the same failure.
Assignee | ||
Comment 2•9 years ago
|
||
Nothing landed for bug 1275016. You're also not saying how your build is failing.
Reporter | ||
Comment 3•9 years ago
|
||
Reporter | ||
Comment 4•9 years ago
|
||
I will patch a log file from ndk r11b soon.
Reporter | ||
Comment 5•9 years ago
|
||
(In reply to Bill Gianopoulos [:WG9s] from comment #4)
> I will patch a log file from ndk r11b soon.
^^^^^
post
Reporter | ||
Comment 6•9 years ago
|
||
(In reply to Mike Hommey [:glandium] from comment #2)
> Nothing landed for bug 1275016. You're also not saying how your build is
> failing.
I added a log file i must be confused because somehow i thought i managed to back it out, but it did not fix anything. i am still waiting for the hg bisect tests then.
Assignee | ||
Comment 7•9 years ago
|
||
That's the very error bug 1275016 comment 12 and subsequent are talking about. IOW, it's kind of a dupe.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Reporter | ||
Comment 8•9 years ago
|
||
(In reply to Mike Hommey [:glandium] from comment #7)
> That's the very error bug 1275016 comment 12 and subsequent are talking
> about. IOW, it's kind of a dupe.
>
> *** This bug has been marked as a duplicate of bug 1275016 ***
OK i was confused because bug 1275016 said it had to do with case insensitive filenames, which not an issue under Linux.
Assignee | ||
Comment 9•9 years ago
|
||
Actually, let's separate out the issues, they are kind of independent. The one described here ended up being discussed in bug 1275016 because of the failures on try which are actually due to this bug.
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → mh+mozilla
Reporter | ||
Comment 10•9 years ago
|
||
Besides I was able to build a day after bug 1275016 was filed, but perhaps the filer was building using stuff not yet landed on Mozilla-central.
Assignee | ||
Comment 11•9 years ago
|
||
The intent in bug 1271829 was to make all the XCFLAGS set in
config/external/nss/Makefile.in accumulate instead of replacing each
other. Unfortunately, there is also an AC_SUBST variable named XCFLAGS,
use for other purposes, and we ended up adding on top of that variable.
Using a different local variable allows to still accumulate the values,
while keeping away from the XCFLAGS from autoconf.mk.
Review commit: https://reviewboard.mozilla.org/r/55600/diff/#index_header
See other reviews: https://reviewboard.mozilla.org/r/55600/
Reporter | ||
Comment 12•9 years ago
|
||
Is there any value add of me identifying what patch triggered this issue?
Assignee | ||
Updated•9 years ago
|
Attachment #8757079 -
Flags: review?(nfroyd)
Assignee | ||
Comment 13•9 years ago
|
||
(In reply to Bill Gianopoulos [:WG9s] from comment #12)
> Is there any value add of me identifying what patch triggered this issue?
It's bug 1271829, as written in bug 1275016 comments and as written in comment 11.
Reporter | ||
Updated•9 years ago
|
Summary: Full build of fx-team fails on fedora 23 → Full build of Android fails on fedora 23
Comment 14•9 years ago
|
||
Comment on attachment 8757079 [details]
MozReview Request: Bug 1276069 - Change the local variable used in config/external/nss/Makefile.in to pass down as XCFLAGS to NSS build system
https://reviewboard.mozilla.org/r/55600/#review52332
Attachment #8757079 -
Flags: review?(nfroyd) → review+
Comment 15•9 years ago
|
||
Comment 16•9 years ago
|
||
bugherder |
Status: REOPENED → RESOLVED
Closed: 9 years ago → 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 49
Comment 17•9 years ago
|
||
And Android taskcluster builds on mozilla-central are green once again - thanks!
Reporter | ||
Comment 18•9 years ago
|
||
Good job! My builds now work using either ndk-r10e or ndk-r11b.
Updated•5 years ago
|
Product: Firefox for Android → Firefox Build System
Target Milestone: Firefox 49 → mozilla49
You need to log in
before you can comment on or make changes to this bug.
Description
•