On 05 Apr 2015, at 11:51, jenkins-admin at freebsd.org wrote:> > See <https://jenkins.freebsd.org/job/FreeBSD_stable_10/1336/changes>...> --- aslcompilerparse.c --- > yacc -d -pAslCompiler -oaslcompilerparse.c aslcompiler.y > yacc: 89 shift/reduce conflicts. > --- sbin.depend__D --- > --- depend_subdir_nvmecontrol --- > echo nvmecontrol: <https://jenkins.freebsd.org/job/FreeBSD_stable_10/ws/obj/builds/FreeBSD_stable_10/tmp/usr/lib/libc.a> >> .depend > --- usr.sbin.depend__D --- > --- dtparser.y.h --- > ln -f dtparserparse.h dtparser.y.h > --- depend_subdir_amd --- > ===> usr.sbin/amd (depend) > --- depend_subdir_acpi --- > --- aslcompilerparse.c --- > yacc: f - maximum table size exceeded > *** [aslcompilerparse.c] Error code 2Strangely, this worked fine for me when making a universe on our reference stable/10 machine. Is this particular Jenkins slave still at FreeBSD 10.1-RELEASE? I suspect that it is missing r277086, which increases yacc's MAXTABLE. -Dimitry -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 194 bytes Desc: Message signed with OpenPGP using GPGMail URL: <http://lists.freebsd.org/pipermail/freebsd-stable/attachments/20150405/663881c1/attachment.sig>
On Sun, Apr 5, 2015 at 4:45 AM, Dimitry Andric <dim at freebsd.org> wrote:> > --- aslcompilerparse.c --- > > yacc: f - maximum table size exceeded > > *** [aslcompilerparse.c] Error code 2 > > Strangely, this worked fine for me when making a universe on our > reference stable/10 machine. Is this particular Jenkins slave still at > FreeBSD 10.1-RELEASE? >Yes, that's right.> > I suspect that it is missing r277086, which increases yacc's MAXTABLE. > > -Dimitry > >