Open GoogleCodeExporter opened 9 years ago
Apologies if this is not the appropriate place for these issues. distcc mailing
list
seems to be down.
Original comment by bloodr...@gmail.com
on 14 Jul 2009 at 4:39
I had the same problem. After some hunting I ran across this email:
http://lists.samba.org/archive/distcc/2009q3/003976.html
with a suggested fix, the fix worked as stated, but the minimal required command
boils down to this:
export
INCLUDE_SERVER_ARGS=--stat_reset_triggers=include/linux/compile.h:include/asm/as
m-offsets.h
pump make HOSTCC='${CC}'
I assume pump sets the environment variable CC to 'distcc' or something
equivalent,
then you assign HOSTCC to the same value manually. Tested with 2.6.34-rc4.
Original comment by kevin.gr...@gmail.com
on 15 Apr 2010 at 11:42
[deleted comment]
I'm having the same problem... Trying to build 2.6.33.1 kernel with distcc 3.1
in pump mode, but as quoted before, after kernel/bounds.c fails (on the same
message) it falls back to a plain mode. Plain mode for kernel works, pump mode
for other projects (for example for the latest samba) works as well.
I tried adding
--stat_reset_triggers=include/linux/compile.h:include/asm/asm-offsets.h and
HOSTCC='${CC}' as mentioned before, but still with the same result.
I even tried to export INCLUDE_SERVER_ARGS=--stat_reset_triggers="*", but still
keeps crashing on the same place.
Original comment by josef.ga...@gmail.com
on 17 Jun 2011 at 2:07
Holy shit, this is over 3 years old and still no action. Is this a dead
project? I can confirm this is the still a problem building the linux 3.7.1.
The fix in comment 2 does not work.
Original comment by da_audio...@yahoo.com
on 23 Dec 2012 at 12:51
Original issue reported on code.google.com by
bloodr...@gmail.com
on 14 Jul 2009 at 4:38