Issue #2658 has been updated by swildner.
Oh I see, the hammer2 commit was between the two CTASSERT commits. ---------------------------------------- Bug #2658: make buildworld on master install: libstand.a: No such file or directory http://bugs.dragonflybsd.org/issues/2658#change-11906 * Author: davshao * Status: Closed * Priority: Normal * Assignee: * Category: * Target version: ---------------------------------------- make buildworld, make -j7 buildworld, make quickworld fail on various systems (an x86_64 and an i386) trying to update from master commit 21c9b87db1815625fe21f025ed40acb155396299 Date: Sat Mar 29 10:07:03 2014 +0100 <sys/cdefs.h>: Use _Static_assert for CTASSERT. to commit 31c7f3d798ffb1febb5ffaac0830bf8cc52bacdb Date: Sun Mar 30 12:27:07 2014 +0200 <sys/cdefs.h>: Simplify the CTASSERT definition better. or later with /etc/make.conf CFLAGS+=-g STRIP= WITH_PKGNG=yes DISABLE_VULNERABILITIES=yes WITH_VIM_OPTIONS=yes and error messages: ===> lib/libsmb sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 libsmb.a /usr/obj/usr/src/world_x86_64/usr/lib sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 libsmb_p.a /usr/obj/usr/src/world_x86_64/usr/lib/profile/libsmb.a sh /usr/src/tools/install.sh -o root -g wheel -m 444 libsmb.so.2 /usr/obj/usr/src/world_x86_64/usr/lib ln -fs libsmb.so.2 /usr/obj/usr/src/world_x86_64/usr/lib/libsmb.so ===> lib/libsmdb ===> lib/libsmutil ===> lib/libstand sh /usr/src/tools/install.sh -C -o root -g wheel -m 444 libstand.a /usr/obj/usr/src/world_x86_64/usr/lib install: libstand.a: No such file or directory *** Error code 71 On at least one system make buildworld still fails after having cleared out /usr/obj/usr cd /usr/obj rm -rf usr -- You have received this notification because you have either subscribed to it, or are involved in it. To change your notification preferences, please click here: http://bugs.dragonflybsd.org/my/account
