Re: port:distcc status?

2018-05-19 Thread René J . V . Bertin
On Friday May 18 2018 15:15:34 René J.V. Bertin wrote:

My previous reply went to Rainer alone, so copying it entirely below.

>
>>Apparently, you were one of the last who worked on distcc [1]. But the
>
>Indeed, I had a very vague memory of that but couldn't find any trace of it 
>locally (and thus didn't think of checking trac). 
>
>>The distcc project has also moved to GitHub in the mean time and there
>>is a new release [2].
>
>Saw that too, and now have working draft 
>(https://github.com/RJVB/macstrop/tree/master/devel/distcc) that just updates 
>the current port without adding anything fancy like startup items or dedicated 
>users. Working means I can launch distccd by hand on the Mac and than enlist 
>it from Linux.
>I'll look into the status of zeroconf support, that could be nice to have.

I still have issues starting the Avahi daemon(s) if not only because the 
require write access to /run but also complain about an already running mDNS 
daemon (presumably the system one). This has nothing to do with distcc, but it 
seems avahi should act as a bridge to Apple's ZeroConf implementation, on Mac.

R.


Re: port:distcc status?

2018-05-18 Thread Rainer Müller
On 2018-05-17 15:47, René J.V. Bertin wrote:
> What's status of the distcc port? I see it hasn't been maintained for about 5 
> years. Anyone using it on 10.9 or later?

Apparently, you were one of the last who worked on distcc [1]. But the
proposed changes were never submitted in a way that allowed to apply
them to the ports tree.

The distcc project has also moved to GitHub in the mean time and there
is a new release [2].

Rainer

[1] https://trac.macports.org/ticket/43071
[2] https://github.com/distcc/distcc/releases/tag/v3.3


port:distcc status?

2018-05-17 Thread René J . V . Bertin
Hi,

As you may know clang is inherently a cross-compiler that can be told to 
generate code for any of the platforms it was built to support. I used this in 
the past to speed up my builds on Linux, using distcc to let my much faster Mac 
do the heavy lifting. That was on 10.6 though, apparently distcc is no longer 
included with Xcode.

What's status of the distcc port? I see it hasn't been maintained for about 5 
years. Anyone using it on 10.9 or later?

Thanks,
R.