Does this only occur with -j2 ?
On Sunday, 18 September 2005 at 01:14, Vincent Lefevre wrote:
> During the last few days, the compilation failed 3 times (on at least
> two different machines). This never happened before.
>
> Several hours ago, I got the following problem under Linux:
>
> http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=328756
>
> This time, the compilation failed under Mac OS X 10.4.2 (Tiger):
>
> [...]
> Making all in doc
> sed -e 's,@sysconfdir\@,/Users/vinc17/etc,g' -e
> 's,@bindir\@,/Users/vinc17/bin,g' -e 's,@docdir\@,/Users/vinc17/doc/mutt,g'
> ./mutt.man > mutt.1
> (cd .. && make makedoc)
> make ../makedoc
> (cd .. && make makedoc)
> if gcc -DPKGDATADIR=\"/Users/vinc17/share/mutt\"
> -DSYSCONFDIR=\"/Users/vinc17/etc\" -DBINDIR=\"/Users/vinc17/bin\"
> -DMUTTLOCALEDIR=\"/Users/vinc17/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I.
> -I. -I. -I./imap -Iintl -I./intl -I/Users/vinc17/include -Wall -pedantic
> -g -O2 -MT makedoc.o -MD -MP -MF ".deps/makedoc.Tpo" -c -o makedoc.o
> makedoc.c; \
> then mv -f ".deps/makedoc.Tpo" ".deps/makedoc.Po"; else rm -f
> ".deps/makedoc.Tpo"; exit 1; fi
> if gcc -DPKGDATADIR=\"/Users/vinc17/share/mutt\"
> -DSYSCONFDIR=\"/Users/vinc17/etc\" -DBINDIR=\"/Users/vinc17/bin\"
> -DMUTTLOCALEDIR=\"/Users/vinc17/share/locale\" -DHAVE_CONFIG_H=1 -I. -I. -I.
> -I. -I. -I./imap -Iintl -I./intl -I/Users/vinc17/include -Wall -pedantic
> -g -O2 -MT makedoc.o -MD -MP -MF ".deps/makedoc.Tpo" -c -o makedoc.o
> makedoc.c; \
> then mv -f ".deps/makedoc.Tpo" ".deps/makedoc.Po"; else rm -f
> ".deps/makedoc.Tpo"; exit 1; fi
> gcc -Wall -pedantic -g -O2 -o makedoc makedoc.o
> mv: cannot stat `.deps/makedoc.Tpo': No such file or directory
> make[4]: *** [makedoc.o] Error 1
> make[3]: *** [../makedoc] Error 2
> make[2]: *** [stamp-doc-xml] Error 2
> make[2]: *** Waiting for unfinished jobs....
> make[1]: *** [all-recursive] Error 1
> make: *** [all] Error 2
>
> I use the following function for "make" (in zsh):
>
> make () {
> command make -j2 "$@" 2>& 1 | eet -f make -m bold
> }
>
> (eet is just a filter to colorize the output).
>
Attachment:
pgpUJzDIu1P9A.pgp
Description: PGP signature