Trond Endrestøl
2012-May-28 07:18 UTC
make -j4 buildworld buildkernel on RELENG_9 bombs out during lib/libc (obj,depend,all,install)
sh /usr/src/tools/install.sh -o root -g wheel -m 444 ru_RU.KOI8-R.cat /usr/obj/usr/src/tmp/usr/share/nls/ru_RU.KOI8-R/libc.cat sh /usr/src/tools/install.sh -o root -g wheel -m 444 sk_SK.ISO8859-2.cat /usr/obj/usr/src/tmp/usr/share/nls/sk_SK.ISO8859-2/libc.cat sh /usr/src/tools/install.sh -o root -g wheel -m 444 sv_SE.ISO8859-1.cat /usr/obj/usr/src/tmp/usr/share/nls/sv_SE.ISO8859-1/libc.cat sh /usr/src/tools/install.sh -o root -g wheel -m 444 uk_UA.UTF-8.cat /usr/obj/usr/src/tmp/usr/share/nls/uk_UA.UTF-8/libc.cat 1 error *** Error code 2 1 error *** Error code 2 1 error *** Error code 2 1 error Script done on Sun May 27 20:45:37 2012 All times are expressed as CEST = UTC + 2h. Complete output made during make -j4 buildworld buildkernel is available at: http://ximalas.info/~trond/RELENG_9/make-buildworld-buildkernel-20120527f.txt The affected system is running: FreeBSD enterprise.ximalas.info 9.0-STABLE FreeBSD 9.0-STABLE #0: Sun May 27 11:54:08 CEST 2012 root@enterprise.ximalas.info:/usr/obj/usr/src/sys/ENTERPRISE amd64 /etc/src.conf contains: == cut =# $BSDnet: config/freebsd/enterprise/etc/src.conf,v 1.5 2012-05-23 12:12:12 trond Exp $ CC=clang CXX=clang++ CPP=clang-cpp NO_WERRORWERROR WITH_CLANG_EXTRAS=yes WITH_CTF=1 WITH_ICONV=yes WITH_LIBCPLUSPLUS=yes == cut = /etc/make.conf contains: == cut =# $BSDnet: config/freebsd/enterprise/etc/make.conf,v 1.18 2012-05-19 21:03:02 trond Exp $ KERNCONF=ENTERPRISE == cut = Serial compilation runs without any hiccups. Is parallel compilation discouraged all of a sudden? -- +-------------------------------+------------------------------------+ | Vennlig hilsen, | Best regards, | | Trond Endrest?l, | Trond Endrest?l, | | IT-ansvarlig, | System administrator, | | Fagskolen Innlandet, | Gj?vik Technical College, Norway, | | tlf. dir. 61 14 54 39, | Office.....: +47 61 14 54 39, | | tlf. mob. 952 62 567, | Cellular...: +47 952 62 567, | | sentralbord 61 14 54 00. | Switchboard: +47 61 14 54 00. | +-------------------------------+------------------------------------+
Trond Endrestøl
2012-May-28 07:33 UTC
make -j4 buildworld buildkernel on RELENG_9 bombs out during lib/libc (obj,depend,all,install)
On Mon, 28 May 2012 09:17+0200, Trond Endrest?l wrote:> sh /usr/src/tools/install.sh -o root -g wheel -m 444 ru_RU.KOI8-R.cat /usr/obj/usr/src/tmp/usr/share/nls/ru_RU.KOI8-R/libc.cat > sh /usr/src/tools/install.sh -o root -g wheel -m 444 sk_SK.ISO8859-2.cat /usr/obj/usr/src/tmp/usr/share/nls/sk_SK.ISO8859-2/libc.cat > sh /usr/src/tools/install.sh -o root -g wheel -m 444 sv_SE.ISO8859-1.cat /usr/obj/usr/src/tmp/usr/share/nls/sv_SE.ISO8859-1/libc.cat > sh /usr/src/tools/install.sh -o root -g wheel -m 444 uk_UA.UTF-8.cat /usr/obj/usr/src/tmp/usr/share/nls/uk_UA.UTF-8/libc.cat > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > *** Error code 2 > 1 error > > Script done on Sun May 27 20:45:37 2012 > > All times are expressed as CEST = UTC + 2h. > > Complete output made during make -j4 buildworld buildkernel is > available at: > > http://ximalas.info/~trond/RELENG_9/make-buildworld-buildkernel-20120527f.txt > > The affected system is running: > > FreeBSD enterprise.ximalas.info 9.0-STABLE FreeBSD 9.0-STABLE #0: Sun May 27 11:54:08 CEST 2012 root@enterprise.ximalas.info:/usr/obj/usr/src/sys/ENTERPRISE amd64 > > /etc/src.conf contains: > > == cut => # $BSDnet: config/freebsd/enterprise/etc/src.conf,v 1.5 2012-05-23 12:12:12 trond Exp $ > CC=clang > CXX=clang++ > CPP=clang-cpp > > NO_WERROR> WERROR> > WITH_CLANG_EXTRAS=yes > WITH_CTF=1 > WITH_ICONV=yes > > WITH_LIBCPLUSPLUS=yes > == cut => > /etc/make.conf contains: > > == cut => # $BSDnet: config/freebsd/enterprise/etc/make.conf,v 1.18 2012-05-19 21:03:02 trond Exp $ > > KERNCONF=ENTERPRISE > == cut => > Serial compilation runs without any hiccups. Is parallel compilation > discouraged all of a sudden?Correction: the bug happens during: ===> lib/libcxxrt (obj,depend,all,install) -- +-------------------------------+------------------------------------+ | Vennlig hilsen, | Best regards, | | Trond Endrest?l, | Trond Endrest?l, | | IT-ansvarlig, | System administrator, | | Fagskolen Innlandet, | Gj?vik Technical College, Norway, | | tlf. dir. 61 14 54 39, | Office.....: +47 61 14 54 39, | | tlf. mob. 952 62 567, | Cellular...: +47 952 62 567, | | sentralbord 61 14 54 00. | Switchboard: +47 61 14 54 00. | +-------------------------------+------------------------------------+ -------------- next part -------------- _______________________________________________ freebsd-stable@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-stable To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"
O. Hartmann
2012-May-28 07:42 UTC
make -j4 buildworld buildkernel on RELENG_9 bombs out during lib/libc (obj,depend,all,install)
On 05/28/12 09:33, Trond Endrest?l wrote:> On Mon, 28 May 2012 09:17+0200, Trond Endrest?l wrote: > >> sh /usr/src/tools/install.sh -o root -g wheel -m 444 ru_RU.KOI8-R.cat /usr/obj/usr/src/tmp/usr/share/nls/ru_RU.KOI8-R/libc.cat >> sh /usr/src/tools/install.sh -o root -g wheel -m 444 sk_SK.ISO8859-2.cat /usr/obj/usr/src/tmp/usr/share/nls/sk_SK.ISO8859-2/libc.cat >> sh /usr/src/tools/install.sh -o root -g wheel -m 444 sv_SE.ISO8859-1.cat /usr/obj/usr/src/tmp/usr/share/nls/sv_SE.ISO8859-1/libc.cat >> sh /usr/src/tools/install.sh -o root -g wheel -m 444 uk_UA.UTF-8.cat /usr/obj/usr/src/tmp/usr/share/nls/uk_UA.UTF-8/libc.cat >> 1 error >> *** Error code 2 >> 1 error >> *** Error code 2 >> 1 error >> *** Error code 2 >> 1 error >> >> Script done on Sun May 27 20:45:37 2012 >> >> All times are expressed as CEST = UTC + 2h. >> >> Complete output made during make -j4 buildworld buildkernel is >> available at: >> >> http://ximalas.info/~trond/RELENG_9/make-buildworld-buildkernel-20120527f.txt >> >> The affected system is running: >> >> FreeBSD enterprise.ximalas.info 9.0-STABLE FreeBSD 9.0-STABLE #0: Sun May 27 11:54:08 CEST 2012 root@enterprise.ximalas.info:/usr/obj/usr/src/sys/ENTERPRISE amd64 >> >> /etc/src.conf contains: >> >> == cut =>> # $BSDnet: config/freebsd/enterprise/etc/src.conf,v 1.5 2012-05-23 12:12:12 trond Exp $ >> CC=clang >> CXX=clang++ >> CPP=clang-cpp >> >> NO_WERROR>> WERROR>> >> WITH_CLANG_EXTRAS=yes >> WITH_CTF=1 >> WITH_ICONV=yes >> >> WITH_LIBCPLUSPLUS=yes >> == cut =>> >> /etc/make.conf contains: >> >> == cut =>> # $BSDnet: config/freebsd/enterprise/etc/make.conf,v 1.18 2012-05-19 21:03:02 trond Exp $ >> >> KERNCONF=ENTERPRISE >> == cut =>> >> Serial compilation runs without any hiccups. Is parallel compilation >> discouraged all of a sudden? > > Correction: the bug happens during: > > ===> lib/libcxxrt (obj,depend,all,install)Same here with "make -j8 ..." on a Dell PowerEdge1950-III. make buildworld works fine, takes ages ... Regards, Oliver -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 488 bytes Desc: OpenPGP digital signature Url : http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20120528/f14be4e4/signature.pgp