Re: [tor-relays] Need help to get TorDNSEL compiled

2014-06-26 Thread BlueStar88
Hey there, this is addressed to the operators of the exitlist nameserver [1] at 'exitlist.torproject.org': After more than one year (referring to the start of this thread) I made another try today to get that TorDNSEL thing compiled, but no success, still the same errors. I'm now using GHC

Re: [tor-relays] Need help to get TorDNSEL compiled

2013-07-30 Thread Lunar
BlueStar88: Got this error on precise: --- # ./Setup.lhs build Building TorDNSEL-0.1.1... Preprocessing executable 'tordnsel' for TorDNSEL-0.1.1... src/TorDNSEL/Statistics/Internals.hs:2:16: Warning: -fglasgow-exts is deprecated: Use individual extensions instead no location

Re: [tor-relays] Need help to get TorDNSEL compiled

2013-07-30 Thread Nick
Hi BluStar88, Quoth BlueStar88: Got this error on precise: ... no location info: Failing due to -Werror. It may not help, but you could try deleting the two instances of -Werror in the tordnsel.cabal. ___ tor-relays mailing list

[tor-relays] Need help to get TorDNSEL compiled

2013-07-16 Thread BlueStar88
Hi there, today I've read about the outage at check.torproject.org. Since my torcheck-service torcheck.xenobite.eu needs the underlying TorDNSEL feature I'm trying to get this to work on my host. Like this I won't need to query the TorDNSEL-part of check.torproject.org anymore. I'm not into

Re: [tor-relays] Need help to get TorDNSEL compiled

2013-07-16 Thread Lunar
BlueStar88: I've DL'ed the code from the internet website mirror [2]. Try with the what is currently in the Git repository before doing anything else: https://gitweb.torproject.org/tordnsel.git -- Lunar lu...@torproject.org signature.asc

Re: [tor-relays] Need help to get TorDNSEL compiled

2013-07-16 Thread BlueStar88
On Tue, 16 Jul 2013 14:17:46 +0200 Lunar lu...@torproject.org wrote: BlueStar88: I've DL'ed the code from the internet website mirror [2]. Try with the what is currently in the Git repository before doing anything else: https://gitweb.torproject.org/tordnsel.git Hello Lunar, thanks for the