svn commit: r337340 - in head: [This broke all ci.freebsd.org 's FreeBSD-head-*-build 's, clang based and gcc 4.2.1 based]
Erich Dollansky
freebsd.ed.lists at sumeritec.com
Sun Aug 5 11:21:38 UTC 2018
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 at 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 at freebsd.org mailing list
> https://lists.freebsd.org/mailman/listinfo/freebsd-current
> To unsubscribe, send any mail to
> "freebsd-current-unsubscribe at freebsd.org"
More information about the freebsd-current
mailing list