Date: Mon, 30 Mar 2015 00:05:03 -0700 (PDT) From: Don Lewis <truckman@FreeBSD.org> To: current@FreeBSD.org Subject: parallel buildworld breakage Message-ID: <201503300705.t2U753IZ093171@gw.catspoiler.org>
next in thread | raw e-mail | index | archive | help
I just got this failure during a make -j12 buildworld on head r280837.
--- realinstall ---
sh /usr/src/tools/install.sh -o root -g wheel -m 444 crtbegin.o /usr/obj/usr/src/tmp/usr/lib/crtbegin.o
sh /usr/src/tools/install.sh -o root -g wheel -m 444 crtend.o /usr/obj/usr/src/tmp/usr/lib/crtend.o
sh /usr/src/tools/install.sh -o root -g wheel -m 444 crtbeginT.o /usr/obj/usr/src/tmp/usr/lib/crtbeginT.o
sh /usr/src/tools/install.sh -o root -g wheel -m 444 crtbeginS.o /usr/obj/usr/src/tmp/usr/lib/crtbeginS.o
sh /usr/src/tools/install.sh -o root -g wheel -m 444 crtendS.o /usr/obj/usr/src/tmp/usr/lib/crtendS.o
--- lib/libc__L ---
/usr/src/lib/libc/net/nslexer.l:47:10: fatal error: 'nsparser.h' file not found
#include "nsparser.h"
^
1 error generated.
mkdep: compile failed
*** [.depend] Error code 1
I don't see any recent commits that look suspicious.
Starting a single-threaded buildworld now ...
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201503300705.t2U753IZ093171>
