Re: [tor-bugs] #26564 [Core Tor/Tor]: Tor compilation fails when cross-compiling for macOS

2018-06-29 Thread Tor Bug Tracker & Wiki
#26564: Tor compilation fails when cross-compiling for macOS
-+-
 Reporter:  gk   |  Owner:  (none)
 Type:  defect   | Status:  closed
 Priority:  Medium   |  Milestone:  Tor:
 |  0.3.5.x-final
Component:  Core Tor/Tor |Version:  Tor:
 |  unspecified
 Severity:  Normal   | Resolution:  fixed
 Keywords:  regression, macos, refactor  |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by gk):

 * status:  needs_review => closed
 * resolution:   => fixed


Comment:

 Yes, thanks.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #26564 [Core Tor/Tor]: Tor compilation fails when cross-compiling for macOS

2018-06-29 Thread Tor Bug Tracker & Wiki
#26564: Tor compilation fails when cross-compiling for macOS
-+-
 Reporter:  gk   |  Owner:  (none)
 Type:  defect   | Status:  needs_review
 Priority:  Medium   |  Milestone:  Tor:
 |  0.3.5.x-final
Component:  Core Tor/Tor |Version:  Tor:
 |  unspecified
 Severity:  Normal   | Resolution:
 Keywords:  regression, macos, refactor  |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by teor):

 * status:  new => needs_review
 * cc: catalyst (added)


Comment:

 nickm just merged catalyst's fix-macos-includes to master, does master
 work for you now?

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

Re: [tor-bugs] #26564 [Core Tor/Tor]: Tor compilation fails when cross-compiling for macOS

2018-06-29 Thread Tor Bug Tracker & Wiki
#26564: Tor compilation fails when cross-compiling for macOS
-+-
 Reporter:  gk   |  Owner:  (none)
 Type:  defect   | Status:  new
 Priority:  Medium   |  Milestone:  Tor:
 |  0.3.5.x-final
Component:  Core Tor/Tor |Version:  Tor:
 |  unspecified
 Severity:  Normal   | Resolution:
 Keywords:  regression, macos, refactor  |  Actual Points:
Parent ID:   | Points:
 Reviewer:   |Sponsor:
-+-
Changes (by teor):

 * keywords:   => regression, macos, refactor
 * version:   => Tor: unspecified
 * milestone:   => Tor: 0.3.5.x-final


Comment:

 Looks like we left out one of the headers in the refactor.

 If we activate the macOS builders in Travis (#24629) we will catch issues
 like this earlier.

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs

[tor-bugs] #26564 [Core Tor/Tor]: Tor compilation fails when cross-compiling for macOS

2018-06-29 Thread Tor Bug Tracker & Wiki
#26564: Tor compilation fails when cross-compiling for macOS
--+
 Reporter:  gk|  Owner:  (none)
 Type:  defect| Status:  new
 Priority:  Medium|  Milestone:
Component:  Core Tor/Tor  |Version:
 Severity:  Normal|   Keywords:
Actual Points:|  Parent ID:
   Points:|   Reviewer:
  Sponsor:|
--+
 Our latest nightly build is failing when (cross)-compiling `tor` for
 macOS:
 {{{
   CC   src/lib/process/env.o
 src/lib/process/env.c:40:11: warning: implicit declaration of function
 '_NSGetEnviron' is invalid in C99 [-Wimplicit-function-declaration]
   return *_NSGetEnviron();
   ^
 src/lib/process/env.c:40:10: error: indirection requires pointer operand
 ('int' invalid)
   return *_NSGetEnviron();
  ^~~~
 1 warning and 1 error generated.
 Makefile:7498: recipe for target 'src/lib/process/env.o' failed
 }}}

--
Ticket URL: 
Tor Bug Tracker & Wiki 
The Tor Project: anonymity online
___
tor-bugs mailing list
tor-bugs@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-bugs