돌아는 가는데..
왜 라즈베리만 돌고, odroid_1은 놀고 있지? 흐음...
$ cat /etc/distcc/hosts # As described in the distcc manpage, this file can be used for a global # list of available distcc hosts. # # The list from this file will only be used, if neither the # environment variable DISTCC_HOSTS, nor the file $HOME/.distcc/hosts # contains a valid list of hosts. # # Add a list of hostnames in one line, seperated by spaces, here. #+zeroconf odroid_1,cpp,lzo odroid_2,cpp,lzo raspberrypi,cpp,lzo |
위와 같이 cpp,lzo를 주고 make 하니 이런 경고가 발생하는데
$ make -j12 CC=distcc distcc[7640] Warning: INCLUDE_SERVER_PORT not set - did you forget to run under 'distcc-pump'? distcc[7640] (dcc_build_somewhere) Warning: failed to get includes from include server, preprocessing locally |
distcc-pump 를 실행해주면 자동으로 데몬처럼 작동하는데 죽이질 못하네?
$ distcc-pump --startup export INCLUDE_SERVER_PID='7700' export INCLUDE_SERVER_DIR='/tmp/distcc-pump.fyGaPI' export INCLUDE_SERVER_PORT='/tmp/distcc-pump.fyGaPI/socket' export PATH='/usr/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games' $ distcc-pump make -j12 CC="distcc gcc -std=gnu99" __________Using distcc-pump from /usr/bin __________Using 3 distcc servers in pump mode CHK include/linux/version.h CHK include/generated/kernelversion.h HOSTCC scripts/basic/fixdep ... LD arch/arm/vfp/vfp.o LD arch/arm/vfp/built-in.o __________Warning: 1 pump-mode compilation(s) failed on server, but succeeded locally. __________Distcc-pump was demoted to plain mode. See the Distcc Discrepancy Symptoms section in the include_server(1) man page. __________Shutting down distcc-pump include server
|
셧다운 해줘도 안 죽어!!! 머지?
$ distcc-pump --help Usage: pump COMMAND [ARG...] or pump --startup pump --shutdown |
[링크 : https://lists.samba.org/archive/distcc/2012q4/004315.html]
'프로그램 사용 > distcc & ccache' 카테고리의 다른 글
rpi distcc 성공인데 실패 (0) | 2021.04.28 |
---|---|
distcc hosts 파일과 순서 (0) | 2016.10.19 |
distcc 를 DHCP 에서.. 2? (0) | 2016.10.18 |
distcc /etc/distcc/hosts와 DISTCC_HOSTS (0) | 2016.10.17 |
distcc zeroconf 와 avahi (0) | 2016.10.17 |