Date: Sun, 5 Aug 2018 19:19:55 +0800 From: Erich Dollansky <freebsd.ed.lists@sumeritec.com> To: Brad Davis <brd@FreeBSD.org> Cc: Mark Millard <marklmi@yahoo.com>, svn-src-head@freebsd.org, FreeBSD Current <freebsd-current@freebsd.org> Subject: Re: svn commit: r337340 - in head: [This broke all ci.freebsd.org 's FreeBSD-head-*-build 's, clang based and gcc 4.2.1 based] Message-ID: <20180805191955.46d6db16.freebsd.ed.lists@sumeritec.com> In-Reply-To: <1533443036.3693802.1463750088.3A1F4538@webmail.messagingengine.com> References: <4F25D39E-88CA-420E-AE95-91A1CFFF746A@yahoo.com> <1533440905.3685975.1463736920.33544EA8@webmail.messagingengine.com> <1533443036.3693802.1463750088.3A1F4538@webmail.messagingengine.com>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, this works now but now I am back to this: Updating ./version.texi --- ./m4.info --- restore=: && backupdir=".am$$" && am__cwd=`pwd` && CDPATH="${ZSH_VERSION+.}:" && cd . && rm -rf $backupdir && mkdir $backupdir && if (/usr/bin/makeinfo --no-split --version) >/dev/null 2>&1; then for f 2>in ./m4.info ./m4.info-[0-9] ./m4.info-[0-9][0-9] ./m4.i[0-9] ./m4.i[0-9][0-9]; 2>do if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; 2>done; else :; fi && cd "$am__cwd"; if /usr/bin/makeinfo 2>--no-split -I . -o ./m4.info ./m4.texi; then rc=0; 2>CDPATH="${ZSH_VERSION+.}:" && cd .; else rc=$?; 2>CDPATH="${ZSH_VERSION+.}:" && cd . && $restore $backupdir/* `echo 2>"././m4.info" | sed 's|[^/]*$||'`; fi; rm -rf $backupdir; exit $rc 2>Bad system call (core dumped) *** [./m4.info] Error code 140 make[4]: stopped in /usr/ports/devel/m4/work/m4-1.4.18/doc Erich On Sat, 04 Aug 2018 22:23:56 -0600 Brad Davis <brd@FreeBSD.org> wrote: > On Sat, Aug 4, 2018, at 9:48 PM, Brad Davis wrote: > > On Sat, Aug 4, 2018, at 7:43 PM, Mark Millard wrote: > > > > Author: brd > > > > Date: Sat Aug 4 22:41:17 2018 > > > > New Revision: 337340 > > > > URL: > > > > https://svnweb.freebsd.org/changeset/base/337340 > > > > > > > > > > > > Log: > > > > Move autofs related configs to usr.sbin/autofs/ > > > > > > > > This is prep for pkgbase to have config files tagged as such. > > > > > > > > Approved by: will (mentor) > > > > Differential Revision: > > > > https://reviews.freebsd.org/D16492 > > > . . . > > > > > > This broke all the ci.freebsd.org builds of freebsd-head-*-build . > > > > > > Using FreeBSD-head-powerpc64-build as an example: > > > #6826 (for -r337399 ) worked but #6827 (for -r337400 ) > > > fails with: > > > > > > (cd /usr/src/etc; make -DDB_FROM_SRC __MAKE_CONF=/dev/null > > > SRCCONF=/ > > > workspace/freebsd-ci/jobs/FreeBSD-head-powerpc64-build/src.conf > > > etc- examples) cd /usr/src/etc; install -N /usr/src/etc -o root > > > -g wheel -m 444 crontab devd.conf devfs.conf ddb.conf > > > dhclient.conf disktab fbtab gettytab group hosts > > > hosts.allow hosts.equiv libalias.conf libmap.conf > > > login.access login.conf mac.conf motd netconfig networks > > > newsyslog.conf nsswitch.conf phones profile protocols > > > rc.bsdextended rc.firewall remote rpc services sysctl.conf > > > syslog.conf termcap.small etc.powerpc/ttys amd.map auto_master > > > ftpusers inetd.conf /usr/src/usr.bin/locate/locate/locate.rc > > > hosts.lpd printcap / usr/src/usr.bin/mail/misc/mail.rc ntp.conf > > > pf.os rc.sendmail csh.cshrc csh.login csh.logout regdomain.xml > > > nsmb.conf opieaccess /usr/obj/usr/ > > > src/powerpc.powerpc64/release/dist/base/usr/share/examples/etc > > > install: auto_master: No such file or directory *** Error code 71 > > > > > > Stop. > > > make[8]: stopped in /usr/src/etc > > > *** Error code 1 > > > > > > > > > > > > Stop. > > > make[7]: stopped in /usr/src/share/examples > > > *** Error code 1 > > > > > > Stop. > > > make[6]: stopped in /usr/src/share/examples > > > *** Error code 1 > > > > > > Stop. > > > make[5]: stopped in /usr/src/share > > > *** Error code 1 > > > > > > Stop. > > > make[4]: stopped in /usr/src > > > *** Error code 1 > > > > > > Stop. > > > make[3]: stopped in /usr/src > > > *** Error code 1 > > > > > > Stop. > > > make[2]: stopped in /usr/src > > > *** Error code 1 > > > > > > Stop. > > > make[1]: stopped in /usr/src > > > *** Error code 1 > > > > > > Stop. > > > make: stopped in /usr/src/release > > > > Testing the fix.. > > Fix committed in r337342. Sorry for the noise. > > > Regards, > Brad Davis > _______________________________________________ > freebsd-current@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/freebsd-current > To unsubscribe, send any mail to > "freebsd-current-unsubscribe@freebsd.org"
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20180805191955.46d6db16.freebsd.ed.lists>