Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 27 Feb 2015 20:39:06 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 198081] Yacc should be bootstrapped on old FreeBSD 11-CURRENT as well
Message-ID:  <bug-198081-8@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198081

            Bug ID: 198081
           Summary: Yacc should be bootstrapped on old FreeBSD 11-CURRENT
                    as well
           Product: Base System
           Version: 11.0-CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Some People
          Priority: ---
         Component: misc
          Assignee: freebsd-bugs@FreeBSD.org
          Reporter: eirnym@gmail.com

Created attachment 153592
  --> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=153592&action=edit
Correct condition to bootstrap yacc.

The yacc(1) has been updated and build FreeBSD failed because of bad condition
when to bootstrap this tool.

===> usr.sbin/acpi/iasl (depend)
m4 -P -I/usr/src/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpica/compiler 
/usr/src/usr.sbin/acpi/iasl/../../../sys/contrib/dev/acpica/compiler/aslparser.y
> aslcompiler.y
yacc -d -pAslCompiler -oaslcompilerparse.c aslcompiler.y
yacc: 89 shift/reduce conflicts.
yacc: f - maximum table size exceeded
*** Error code 2

-- 
You are receiving this mail because:
You are the assignee for the bug.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-198081-8>