Re: [tor-relays] This is what you get....compile problem OSX10.4

2012-01-24 Thread Andrew Lewman
On Tue, 24 Jan 2012 14:46:21 -0500 Justin Aplin wrote: > If I'm not mistaken, I think the devtools for 10.5 can backport to > 10.4, and I know that the 10.4 devtools can build for 10.2 and 10.3. > Well, in theory, at least; I've never tried it myself. We could never get the backports to work. Too

Re: [tor-relays] This is what you get....compile problem OSX10.4

2012-01-24 Thread Andrew Lewman
On Tue, 24 Jan 2012 18:30:58 + Geoff Down wrote: > No OSX10.4 build machine now as well as no OSX10.3 . All that old > hardware going to waste. The 10.3 machine had the system board partially melt during a qt compile (which takes 15 hours on a ppc). Turns out the cpu heatsink was never prope

Re: [tor-relays] This is what you get....compile problem OSX10.4

2012-01-24 Thread Justin Aplin
On 1/24/2012 1:30 PM, Geoff Down wrote: On Tue, Jan 24, 2012, at 12:55 PM, Andrew Lewman wrote: Fwiw, this was written for 10.4 back when we had a 10.4 build machine, https://gitweb.torproject.org/vidalia.git/blob/HEAD:/pkg/osx/build-bundle.txt#l65 In theory, it should still work. It does, with

Re: [tor-relays] This is what you get....compile problem OSX10.4

2012-01-24 Thread Geoff Down
On Tue, Jan 24, 2012, at 12:55 PM, Andrew Lewman wrote: > On Tue, 24 Jan 2012 17:47:21 + > Geoff Down wrote: > > So if I understand correctly, I should use > > $ unset LDFLAGS > > $ CFLAGS="-O -g -mmacosx-version-min=10.4 -arch ppc" > > $ ./configure --with-libevent-dir=/opt/local > > --with

Re: [tor-relays] This is what you get....compile problem OSX10.4

2012-01-24 Thread Andrew Lewman
On Tue, 24 Jan 2012 17:47:21 + Geoff Down wrote: > So if I understand correctly, I should use > $ unset LDFLAGS > $ CFLAGS="-O -g -mmacosx-version-min=10.4 -arch ppc" > $ ./configure --with-libevent-dir=/opt/local > --with-openssl-dir=/opt/local --disable-dependency-tracking > CC="gcc-4.0" Fw

Re: [tor-relays] This is what you get....compile problem OSX10.4

2012-01-24 Thread Geoff Down
On Tue, Jan 24, 2012, at 11:01 AM, Justin Aplin wrote: > My bad, I wasn't thinking straight when I wrote that. I forgot the > openssldir, at least on OSX, doesn't actually contain the libs. Try "sudo > find / -iname libssl*.dylib" to find an appropriate lib in your setup. > Since I replaced my s

Re: [tor-relays] This is what you get....compile problem OSX10.4

2012-01-24 Thread Justin Aplin
On Jan 23, 2012, at 10:29 PM, Geoff Down wrote: > > > On Mon, Jan 23, 2012, at 10:06 PM, Justin Aplin wrote: > I'm kind of flying in the dark here (being unfamiliar with macports), but I think a proper --with-openssl-dir= statement will help. Run "openssl version -a", check the

Re: [tor-relays] This is what you get....compile problem OSX10.4

2012-01-23 Thread Geoff Down
On Mon, Jan 23, 2012, at 10:06 PM, Justin Aplin wrote: > >> I'm kind of flying in the dark here (being unfamiliar with macports), > >> but I think a proper --with-openssl-dir= statement will help. Run > >> "openssl version -a", check the version number to make sure it's the new > >> version and

Re: [tor-relays] This is what you get....compile problem OSX10.4

2012-01-23 Thread Justin Aplin
On 1/23/2012 9:36 PM, Geoff Down wrote: On Mon, Jan 23, 2012, at 09:20 PM, Justin Aplin wrote: I'm kind of flying in the dark here (being unfamiliar with macports), but I think a proper --with-openssl-dir= statement will help. Run "openssl version -a", check the version number to make sure it's

Re: [tor-relays] This is what you get....compile problem OSX10.4

2012-01-23 Thread Geoff Down
On Mon, Jan 23, 2012, at 09:20 PM, Justin Aplin wrote: > I'm kind of flying in the dark here (being unfamiliar with macports), > but I think a proper --with-openssl-dir= statement will help. Run > "openssl version -a", check the version number to make sure it's the new > version and not the pa

Re: [tor-relays] This is what you get....compile problem OSX10.4

2012-01-23 Thread Justin Aplin
On 1/23/2012 6:55 PM, Geoff Down wrote: On Mon, Jan 23, 2012, at 06:24 PM, Justin Aplin wrote: On 1/23/2012 2:56 PM, Geoff Down wrote: /usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: Undefined symbols: _EVP_sha256 _RSA_generate_key_ex _SHA256 _SHA256_Final _SHA256_Init _SHA256_Update _CRYPTO_

Re: [tor-relays] This is what you get....compile problem OSX10.4

2012-01-23 Thread Geoff Down
On Mon, Jan 23, 2012, at 06:24 PM, Justin Aplin wrote: > On 1/23/2012 2:56 PM, Geoff Down wrote: > > > > /usr/libexec/gcc/powerpc-apple-darwin8/4.0.1/ld: Undefined symbols: > > _EVP_sha256 > > _RSA_generate_key_ex > > _SHA256 > > _SHA256_Final > > _SHA256_Init > > _SHA256_Update > > _CRYPTO_ctr12

Re: [tor-relays] This is what you get....compile problem OSX10.4

2012-01-23 Thread Justin Aplin
On 1/23/2012 2:56 PM, Geoff Down wrote: On Mon, Jan 23, 2012, at 02:33 PM, Nick Mathewson wrote: On Mon, Jan 23, 2012 at 2:27 PM, Geoff Down wrote: Can anyone help with this please? % sudo ./configure --with-libevent-dir=/opt/local/lib/&& make&& make install -> checking for libevent direct

Re: [tor-relays] This is what you get....compile problem OSX10.4

2012-01-23 Thread Geoff Down
On Mon, Jan 23, 2012, at 02:33 PM, Nick Mathewson wrote: > On Mon, Jan 23, 2012 at 2:27 PM, Geoff Down > wrote: > > Can anyone help with this please? > > > > % sudo ./configure --with-libevent-dir=/opt/local/lib/ && make && make > > install > > -> checking for libevent directory... configure: WA

Re: [tor-relays] This is what you get....compile problem OSX10.4

2012-01-23 Thread Nick Mathewson
On Mon, Jan 23, 2012 at 2:27 PM, Geoff Down wrote: > Can anyone help with this please? > > % sudo ./configure --with-libevent-dir=/opt/local/lib/ && make && make > install > -> checking for libevent directory... configure: WARNING: We found the > libraries for libevent, but we could not find the C