Re: distcc for pkgsrc issue

2017-06-30 Thread John Halfpenny
Yeah you're right. I think my debian box isn't using the NetBSD tools. I'm going to have to make some time to sort that end out properly first, work out why systemd isn't starting distcc up properly etc. -- j...@sdf.org SDF Public Access UNIX System - http://sdf.org

Re: distcc for pkgsrc issue

2017-06-30 Thread maya
On Fri, Jun 30, 2017 at 07:32:54AM +, John Halfpenny wrote: > # file test.o > test.o: ELF 64-bit LSB relocatable, x86-64, version 1 (SYSV), not stripped > I think that's the output it gives for a linux object file. compare: $ GOOS=linux go build hello.go; file hello hello: ELF 64-bit LSB

Re: distcc for pkgsrc issue

2017-06-30 Thread John Halfpenny
[distcc woes] [try a simple C program?] Thanks for taking time to reply, Greg. I also see the same error as before when adding USE_CWRAPPERS=no to mk.conf But I made a little time to try a simple C program and this has pointed me in the right direction: # export