From owner-freebsd-stable Sat Nov 25 9:52: 8 2000 Delivered-To: freebsd-stable@freebsd.org Received: from earth.backplane.com (placeholder-dcat-1076843399.broadbandoffice.net [64.47.83.135]) by hub.freebsd.org (Postfix) with ESMTP id E50F037B479 for ; Sat, 25 Nov 2000 09:52:06 -0800 (PST) Received: (from dillon@localhost) by earth.backplane.com (8.11.1/8.9.3) id eAPHod832161; Sat, 25 Nov 2000 09:50:39 -0800 (PST) (envelope-from dillon) Date: Sat, 25 Nov 2000 09:50:39 -0800 (PST) From: Matt Dillon Message-Id: <200011251750.eAPHod832161@earth.backplane.com> To: "David A. Bader" Cc: freebsd-stable@FreeBSD.ORG, Aron Warren , Chuck Robey Subject: Re: make world problem with 4.2-R (work around) References: <200011241632.JAA08991@eece.unm.edu> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG :Regarding the problem I reported two days ago with "make buildworld" :on 4.2-RELEASE, I removed my /usr/src completely and CVSup'ed :4.2-RELEASE again, but still have an internal compiler error at the :same place (ncurses' alloc_entry.c). At the time, I was running :4.1-RELEASE on a Cyrix P166 processor. After many attempts to compile :this file by hand, I found a hack to get it to work, but have :absolutely no idea why this worked: : :% grep MAX_ENTRY_SIZE /usr/src/contrib/ncurses/include/tic.h :#define MAX_ENTRY_SIZE 4096 /* maximum legal entry size */ Interesting. Ok, let me make sure I got this right: using 4.1-RELEASE (not something post-4.1, not something updated since 4.1-RELEASE?), compiling the 4.2-RELEASE sources, your buildworld broke compiling ncurses alloc_entry.c ? -Matt To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message