[tor-bugs] #28205 [Obfuscation/Snowflake]: linking against other libwebrtc binaries errors out on missing symbols
    Tor Bug Tracker & Wiki 
    blackhole at torproject.org
       
    Wed Nov 21 17:05:13 UTC 2018
    
    
  
#28205: linking against other libwebrtc binaries errors out on missing symbols
-----------------------------------+------------------------------
 Reporter:  eighthave              |          Owner:  eighthave
     Type:  defect                 |         Status:  needs_review
 Priority:  Medium                 |      Milestone:
Component:  Obfuscation/Snowflake  |        Version:
 Severity:  Major                  |     Resolution:
 Keywords:  android                |  Actual Points:
Parent ID:                         |         Points:
 Reviewer:                         |        Sponsor:
-----------------------------------+------------------------------
Comment (by eighthave):
 It is not possible to build the shared library, because of `package main`:
 {{{
 $ gomobile bind -v -x -target=android/arm
 github.com/keroserene/snowflake/client
 gomobile: binding 'main' package () is not supported
 }}}
 Looks like building the Android app is working, except for:
 {{{
 gomobile: github.com/keroserene/snowflake/client does not import
 "golang.org/x/mobile/app"
 }}}
 https://gitlab.com/eighthave/snowflake/-/jobs/123682282
 I'll try implementing `golang.org/x/mobile/app` tomorrow, unless someone
 else wants to try it.
--
Ticket URL: <https://trac.torproject.org/projects/tor/ticket/28205#comment:49>
Tor Bug Tracker & Wiki <https://trac.torproject.org/>
The Tor Project: anonymity online
    
    
More information about the tor-bugs
mailing list