Hello all,
I'm compiling 9-STABLE r255205 on two PC's. The first one is an Intel(R) Pentium(R) 4 CPU 3.00 GHz with an ASRock ConRoe1333-D667 motherboard and 4 GB RAM while the second one is an Intel(R) Pentium(R) 4 CPU 2.80 GHz with an ASUS P5G41T-M also with 4 GB RAM. Both machines have ZFSonRooT and are connected with HAST.
The problem I'm facing is that when using -jX, machine1 will always fail (at the same point) whereas machine2 will not. This has happened in the past as well (same point of failure) and things were identical: machine1 fails and machine2 doesn't.
I'm thinking maybe the CPU might have problems (or the motherboard or the RAM maybe?).
What are your opinions?
PS: The build fails with -j2 and -j4 and always at:
I'm compiling 9-STABLE r255205 on two PC's. The first one is an Intel(R) Pentium(R) 4 CPU 3.00 GHz with an ASRock ConRoe1333-D667 motherboard and 4 GB RAM while the second one is an Intel(R) Pentium(R) 4 CPU 2.80 GHz with an ASUS P5G41T-M also with 4 GB RAM. Both machines have ZFSonRooT and are connected with HAST.
The problem I'm facing is that when using -jX, machine1 will always fail (at the same point) whereas machine2 will not. This has happened in the past as well (same point of failure) and things were identical: machine1 fails and machine2 doesn't.
I'm thinking maybe the CPU might have problems (or the motherboard or the RAM maybe?).
What are your opinions?
PS: The build fails with -j2 and -j4 and always at:
Code:
===> usr.bin/ypwhich (all)
cc -O2 -pipe -std=gnu99 -Qunused-arguments -fstack-protector
-Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -
Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int
-Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-
unused-function -Wno-conversion -Wno-switch -Wno-switch-enum -c
/usr/src/usr.bin/ypwhich/ypwhich.c
gzip -cn /usr/src/usr.bin/ypwhich/ypwhich.1 > ypwhich.1.gz
cc -O2 -pipe -std=gnu99 -Qunused-arguments -fstack-protector
-Wsystem-headers -Werror -Wall -Wno-format-y2k -Wno-uninitialized -
Wno-pointer-sign -Wno-empty-body -Wno-string-plus-int
-Wno-tautological-compare -Wno-unused-value -Wno-parentheses-equality -Wno-
unused-function -Wno-conversion -Wno-switch -Wno-switch-enum -o ypwhich
ypwhich.o
1 error
*** [everything] Error code 2
1 error
*** [buildworld] Error code 2
1 error