Closed
Bug 821849
Opened 12 years ago
Closed 12 years ago
Android build broken in DataChannel code
Categories
(Core :: WebRTC: Networking, defect)
Tracking
()
RESOLVED
FIXED
mozilla20
People
(Reporter: dmosedale, Assigned: dmosedale)
References
Details
(Whiteboard: [qa-])
Attachments
(1 file)
|
838 bytes,
patch
|
jesup
:
review+
|
Details | Diff | Splinter Review |
Here's the error:
/Users/dmose/r/inbound/src/netwerk/sctp/datachannel/DataChannel.cpp: In member function 'virtual nsresult mozilla::DataChannelConnectRunnable::Run()':
/Users/dmose/r/inbound/src/netwerk/sctp/datachannel/DataChannel.cpp:397: error: 'struct sockaddr_conn' has no member named 'sconn_len'
In the directory /Users/dmose/r/inbound/objdir-droid/netwerk/sctp/datachannel
The following command failed to execute properly:
I think there was a race in the creation of the cleanup patch such that when the cleanup patch landed, it regressed a fix for this problem which had landed previously. Patch for bustage attached.
Attachment #692421 -
Flags: review?(rjesup)
| Assignee | ||
Comment 1•12 years ago
|
||
Try server build in progress:
https://tbpl.mozilla.org/?tree=Try&rev=f73d6ea2a425
Updated•12 years ago
|
Attachment #692421 -
Flags: review?(rjesup) → review+
| Assignee | ||
Comment 2•12 years ago
|
||
Pushed to inbound:
https://hg.mozilla.org/integration/mozilla-inbound/rev/bb6f5a9bcd27
in-testsuite-, as this is build bustage fixing, so the compiler acts as the test suite.
Flags: in-testsuite-
| Assignee | ||
Updated•12 years ago
|
OS: All → Android
Hardware: All → ARM
Comment 3•12 years ago
|
||
(In reply to Dan Mosedale (:dmose) from comment #2)
> Pushed to inbound:
>
> https://hg.mozilla.org/integration/mozilla-inbound/rev/bb6f5a9bcd27
>
> in-testsuite-, as this is build bustage fixing, so the compiler acts as the
> test suite.
This was mis-posted in bug 821249, because the wrong bug number was in the commit message.
https://hg.mozilla.org/mozilla-central/rev/bb6f5a9bcd27
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla20
Updated•12 years ago
|
Whiteboard: [qa-]
You need to log in
before you can comment on or make changes to this bug.
Description
•