From owner-freebsd-bugs Thu Nov 21 8:22:55 2002 Delivered-To: freebsd-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3D57837B401; Thu, 21 Nov 2002 08:22:54 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id DDE6343E91; Thu, 21 Nov 2002 08:22:53 -0800 (PST) (envelope-from ru@FreeBSD.org) Received: from freefall.freebsd.org (ru@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gALGMrx3047751; Thu, 21 Nov 2002 08:22:53 -0800 (PST) (envelope-from ru@freefall.freebsd.org) Received: (from ru@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gALGMpwk047747; Thu, 21 Nov 2002 08:22:51 -0800 (PST) Date: Thu, 21 Nov 2002 08:22:51 -0800 (PST) From: Ruslan Ermilov Message-Id: <200211211622.gALGMpwk047747@freefall.freebsd.org> To: freebsd@kindlund.net, ru@FreeBSD.org, freebsd-bugs@FreeBSD.org Subject: Re: bin/43955: [4.7] make buildworld fails: gperf (key-list.cc gcc compiler error) Sender: owner-freebsd-bugs@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org Synopsis: [4.7] make buildworld fails: gperf (key-list.cc gcc compiler error) State-Changed-From-To: open->closed State-Changed-By: ru State-Changed-When: Thu Nov 21 08:18:54 PST 2002 State-Changed-Why: The breakage happens at the stage (build-tools) that uses host environment (compiler, binutils, headers and libraries) to build things. As could be seen from the provided output, compiler complains about putchar() and getchar() being implicitly defined -- but the source file in question does include where these get defined, so the most likely cause of the problem is damaged /usr/include/stdio.h. http://www.freebsd.org/cgi/query-pr.cgi?pr=43955 To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-bugs" in the body of the message