Re: ccache pausing in buildworld

2010-11-08 Thread Warren Block
On Mon, 8 Nov 2010, Emanuel Haupt wrote: I've just updated the ccache port to 3.1.1. ... After updating and zeroing the cache files the a build of RELENG_8_1 fails with: CC='/usr/local/libexec/ccache/world-cc' mkdep -f .depend -a -I/usr/src/lib/csu/i386-elf/../common -I/usr/src/lib/csu

Re: ccache pausing in buildworld

2010-11-08 Thread Dimitry Andric
On 2010-11-08 14:48, Emanuel Haupt wrote: After updating and zeroing the cache files the a build of RELENG_8_1 fails with: CC='/usr/local/libexec/ccache/world-cc' mkdep -f .depend -a -I/usr/src/lib/csu/i386-elf/../common -I/usr/src/lib/csu/i386-elf/../../libc/include /usr/src/lib/csu/i386-e

Re: ccache pausing in buildworld

2010-11-08 Thread Emanuel Haupt
Emanuel Haupt wrote: > Dimitry Andric wrote: > > On 2010-11-08 16:34, Alexey Shuvaev wrote: > > > Just FYI, you would see exact the same problem if you try to > > > compile i386 world on amd64-CURRENT with clang: > > > ... > > > /src/lib/csu/i386-elf/crt1_s.S: Assembler messages: > > > /src/lib/c

Re: ccache pausing in buildworld

2010-11-08 Thread Emanuel Haupt
Dimitry Andric wrote: > On 2010-11-08 16:34, Alexey Shuvaev wrote: > > Just FYI, you would see exact the same problem if you try to compile > > i386 world on amd64-CURRENT with clang: > > ... > > /src/lib/csu/i386-elf/crt1_s.S: Assembler messages: > > /src/lib/csu/i386-elf/crt1_s.S:34: Error: suff

Re: ccache pausing in buildworld

2010-11-08 Thread Alexey Shuvaev
On Mon, Nov 08, 2010 at 07:01:23PM +0100, Dimitry Andric wrote: > On 2010-11-08 16:34, Alexey Shuvaev wrote: > >Just FYI, you would see exact the same problem if you try to compile > >i386 world on amd64-CURRENT with clang: > >... > >/src/lib/csu/i386-elf/crt1_s.S: Assembler messages: > >/src/lib/c

Re: ccache pausing in buildworld

2010-11-08 Thread Dimitry Andric
On 2010-11-08 16:34, Alexey Shuvaev wrote: Just FYI, you would see exact the same problem if you try to compile i386 world on amd64-CURRENT with clang: ... /src/lib/csu/i386-elf/crt1_s.S: Assembler messages: /src/lib/csu/i386-elf/crt1_s.S:34: Error: suffix or operands invalid for `push' /src/lib/

Re: ccache pausing in buildworld

2010-11-08 Thread Alexey Shuvaev
On Mon, Nov 08, 2010 at 02:48:11PM +0100, Emanuel Haupt wrote: > Warren Block wrote: > > About a month ago, ccache began to pause in buildworld. The build > > doesn't halt or quit, it stays running but not doing anything: > > [snip] > > > > This is on 8-stable as of today, i386. The -march=pr

Re: ccache pausing in buildworld

2010-11-08 Thread Emanuel Haupt
Warren Block wrote: > About a month ago, ccache began to pause in buildworld. The build > doesn't halt or quit, it stays running but not doing anything: > > /usr/local/libexec/ccache/world-cc -fpic -DPIC -O2 -pipe > -march=prescott -I/usr/src/lib/libc/include > -I/usr/src/lib/libc/../../include

Re: ccache pausing in buildworld

2010-10-31 Thread Adam Vande More
On Sun, Oct 31, 2010 at 8:02 PM, Garrett Cooper wrote: >Question is, is it ccache's fault, or something else's? >FWIW, it would be really nice to see what the 4th file descriptor > actually maps to, and what command is being run at the time, as well > as what other commands are being run.

Re: ccache pausing in buildworld

2010-10-31 Thread Garrett Cooper
On Sun, Oct 31, 2010 at 5:21 PM, Warren Block wrote: > On Sun, 31 Oct 2010, Garrett Cooper wrote: > >> On Sun, Oct 31, 2010 at 9:38 AM, Warren Block wrote: >>> >>> About a month ago, ccache began to pause in buildworld.  The build >>> doesn't >>> halt or quit, it stays running but not doing anyth

Re: ccache pausing in buildworld

2010-10-31 Thread Warren Block
On Sun, 31 Oct 2010, Garrett Cooper wrote: On Sun, Oct 31, 2010 at 9:38 AM, Warren Block wrote: About a month ago, ccache began to pause in buildworld.  The build doesn't halt or quit, it stays running but not doing anything: /usr/local/libexec/ccache/world-cc -fpic -DPIC -O2 -pipe -march=pre

Re: ccache pausing in buildworld

2010-10-31 Thread Garrett Cooper
On Sun, Oct 31, 2010 at 9:38 AM, Warren Block wrote: > About a month ago, ccache began to pause in buildworld.  The build doesn't > halt or quit, it stays running but not doing anything: > > /usr/local/libexec/ccache/world-cc -fpic -DPIC -O2 -pipe -march=prescott > -I/usr/src/lib/libc/include -I/u

ccache pausing in buildworld

2010-10-31 Thread Warren Block
About a month ago, ccache began to pause in buildworld. The build doesn't halt or quit, it stays running but not doing anything: /usr/local/libexec/ccache/world-cc -fpic -DPIC -O2 -pipe -march=prescott -I/usr/src/lib/libc/include -I/usr/src/lib/libc/../../include -I/usr/src/lib/libc/i386-DNLS