Closed
Bug 999058
Opened 11 years ago
Closed 11 years ago
[Flame][build] Flame build error when trying to compile for aurora
Categories
(Firefox OS Graveyard :: Gaia::Build, defect)
Tracking
(b2g-v1.4 fixed, b2g-v2.0 unaffected)
RESOLVED
FIXED
1.4 S6 (25apr)
| Tracking | Status | |
|---|---|---|
| b2g-v1.4 | --- | fixed |
| b2g-v2.0 | --- | unaffected |
People
(Reporter: nhirata, Assigned: viralwang)
References
Details
Attachments
(1 file)
1. clone b2g repo
2. BRANCH=v1.4 ./config.sh flame
3. extract backup-flame
4. ./build.sh -j1
Expected: compiled
Actual: Symlink issue:
Symlink: out/target/product/flame/system/bin/hd -> toolbox
make: *** No rule to make target `out/target/product/flame/obj/STATIC_LIBRARIES/lib_driver_cmd_qcwcn_intermediates/export_includes', needed by `out/target/product/flame/obj/EXECUTABLES/hostapd_intermediates/import_includes'. Stop.
| Reporter | ||
Comment 1•11 years ago
|
||
Releng had tried to build for aurora, and had it previous to me. I wanted to verify to see if I would get the same. broken build http://people.mozilla.org/~asasaki/flame.html
| Reporter | ||
Comment 2•11 years ago
|
||
Viral, Mwu; is there something that's missing that we need to do?
Flags: needinfo?(vwang)
Flags: needinfo?(mwu)
Comment 4•11 years ago
|
||
Merged nhirata's PR that removes the parts of bug 978888 that cause this bustage.
https://github.com/mozilla-b2g/device-flame/pull/3
https://github.com/mozilla-b2g/device-flame/commit/08132b26f24d3c2ec9c24f63b58bd99158e9400c
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
| Assignee | ||
Comment 5•11 years ago
|
||
(In reply to Michael Wu [:mwu] from comment #4)
> Merged nhirata's PR that removes the parts of bug 978888 that cause this
> bustage.
>
> https://github.com/mozilla-b2g/device-flame/pull/3
> https://github.com/mozilla-b2g/device-flame/commit/
> 08132b26f24d3c2ec9c24f63b58bd99158e9400c
this patch will disable bt/wifi, I'm not sure if this is what you expect.
I build pass in master/1.3 before, shall this build break only happened in 1.4 or in all branch since some specfic commit?
Flags: needinfo?(vwang)
| Assignee | ||
Comment 6•11 years ago
|
||
Hi Michael,
I think we still need wifi in v1.4, please refer this patch for build break issue.
Thanks.
Attachment #8410067 -
Flags: review?(mwu)
Comment 7•11 years ago
|
||
Comment on attachment 8410067 [details] [review]
add necessary repos for flame in v1.4
The disabling of wifi/bt was intentional - it was a partial backout to get builds going. Go ahead and reenable wifi/bt once this lands.
Attachment #8410067 -
Flags: review?(mwu) → review+
| Assignee | ||
Updated•11 years ago
|
Keywords: checkin-needed
Comment 8•11 years ago
|
||
Assignee: nobody → vwang
status-b2g-v1.4:
--- → fixed
status-b2g-v2.0:
--- → unaffected
Keywords: checkin-needed
Target Milestone: --- → 1.4 S6 (25apr)
You need to log in
before you can comment on or make changes to this bug.
Description
•