From owner-freebsd-current@FreeBSD.ORG Wed Feb 25 15:33:06 2015 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 864EB337 for ; Wed, 25 Feb 2015 15:33:06 +0000 (UTC) Received: from mail-pa0-x236.google.com (mail-pa0-x236.google.com [IPv6:2607:f8b0:400e:c03::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 54F5689B for ; Wed, 25 Feb 2015 15:33:06 +0000 (UTC) Received: by pablj1 with SMTP id lj1so3621953pab.9 for ; Wed, 25 Feb 2015 07:33:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:from:date:message-id:subject:to:content-type; bh=7Uu489Y1cy5huxCxQxGCQx98+SFTyJ1d6hbOtOfDW70=; b=hqTP9gg6GYy9sN8sys7Fx8QRRq7RAJU+hw7Uc7hWTA6Hx8W9N8ycah/HVMsEo1PlIl kYKJ7p7vDRtl4pbIDZ9XvHyAdyqM5tNvkmF5fRD3MhxKxAyuaqlyDWIPI0TTeXDH9yJk q1VyZz2YyIqdpH8a0sl3TSk8r+JgEW54TLT11euC3RJEdnQmYqeIwnXfaPm2d7CFnSAH JvNzj2SnoR/ol+88jV7HaBve+p1TK2MtIonvi8Il8ZpztovizhyoZ4fIzSXK7nGKgEM3 XhAEX/etLYdfK6ncBBGMh9zgvDj9QA5QR/EVegWwUvZxdBehzldUrLebgv6SSFI+RdAS Ic8A== X-Received: by 10.68.172.193 with SMTP id be1mr6531859pbc.64.1424878385887; Wed, 25 Feb 2015 07:33:05 -0800 (PST) MIME-Version: 1.0 Received: by 10.66.232.9 with HTTP; Wed, 25 Feb 2015 07:32:45 -0800 (PST) From: Arseny Nasokin Date: Wed, 25 Feb 2015 19:32:45 +0400 Message-ID: Subject: r279278 failed to build (yacc: maximum table size exceeded) To: freebsd-current@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.18-1 X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 25 Feb 2015 15:33:06 -0000 I have clean svn tree with base/head branch. I try to build world, but I have some mysterious bugs. The latest is yacc failed to make c file on phase 4.3: ===> 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 /etc/make.conf is /dev/null. I've also tried empty /etc/src.conf with no luck. -- Eir Nym