Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 21 Nov 2002 08:22:51 -0800 (PST)
From:      Ruslan Ermilov <ru@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)
Message-ID:  <200211211622.gALGMpwk047747@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <stdio.h> 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




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