From nobody@FreeBSD.org  Sun Apr 29 21:06:09 2001
Return-Path: <nobody@FreeBSD.org>
Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21])
	by hub.freebsd.org (Postfix) with ESMTP id 7F76237B449
	for <freebsd-gnats-submit@FreeBSD.org>; Sun, 29 Apr 2001 21:06:09 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: (from nobody@localhost)
	by freefall.freebsd.org (8.11.1/8.11.1) id f3U469q14374;
	Sun, 29 Apr 2001 21:06:09 -0700 (PDT)
	(envelope-from nobody)
Message-Id: <200104300406.f3U469q14374@freefall.freebsd.org>
Date: Sun, 29 Apr 2001 21:06:09 -0700 (PDT)
From: acrosby@ameritech.net
To: freebsd-gnats-submit@FreeBSD.org
Subject: typo in /usr/include/sys/_POSIX1.H
X-Send-Pr-Version: www-1.0

>Number:         26978
>Category:       misc
>Synopsis:       typo in /usr/include/sys/_POSIX1.H
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Apr 29 21:10:00 PDT 2001
>Closed-Date:    Sun Apr 29 21:32:13 PDT 2001
>Last-Modified:  Sun Apr 29 21:32:35 PDT 2001
>Originator:     Adam Crosby
>Release:        4.3
>Organization:
Norfolk Public Schools
>Environment:
FreeBSD utilis.deitas.org 4.3-RELEASE FreeBSD 4.3-RELEASE #0 Sat Apr 21 10:54:49 GMT 2001     jkh@narf.osd.bsdi.com:/usr/src/sys/compile/GENERIC i386
>Description:
Attempting to install mySQL 3.23.37.  Configure runs fine, but while doing the 'make', it errors out on /usr/include/sys/_posix.h:93 "Bad Macro".
The macro being referenced is:
#define ^P1003_1B_VISIBLE_HISTORICALLY
>How-To-Repeat:
Run the ./configure; make for mySQL 3.23.37 on a fresh, Generic 4.3-RELEASE system
>Fix:
Change line 93 to read:
#define _P1003_1B_VISIBLE_HISTORICALLY
replacing the "^" character with "_".  Not sure of full consequences of replacement, but ti allowed my compile/make to proceed correctly.
>Release-Note:
>Audit-Trail:

From: Kris Kennaway <kris@obsecurity.org>
To: acrosby@ameritech.net
Cc: freebsd-gnats-submit@FreeBSD.ORG
Subject: Re: misc/26978: typo in /usr/include/sys/_POSIX1.H
Date: Sun, 29 Apr 2001 21:28:27 -0700

 --2fHTh5uZTiUOsy+g
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 On Sun, Apr 29, 2001 at 09:06:09PM -0700, acrosby@ameritech.net wrote:
 
 > Change line 93 to read:
 > #define _P1003_1B_VISIBLE_HISTORICALLY
 > replacing the "^" character with "_".  Not sure of full consequences of replacement, but ti allowed my compile/make to proceed correctly.
 
 You have corrupted source; the file correctly contains '_' at that
 position in the FreeBSD repository.  A likely cause of this is bad
 RAM, or another hardware failure which led to a single-bit error in
 this file: '^' and '_' differ by a single bit.
 
 Kris
 
 --2fHTh5uZTiUOsy+g
 Content-Type: application/pgp-signature
 Content-Disposition: inline
 
 -----BEGIN PGP SIGNATURE-----
 Version: GnuPG v1.0.5 (FreeBSD)
 Comment: For info see http://www.gnupg.org
 
 iD8DBQE67OnqWry0BWjoQKURAtNYAKD/RmLNUCbjvHkO55XMkqMkcfF2AgCgtJsv
 syz3fWVIQgAd9wklWrY7tHo=
 =Ssn3
 -----END PGP SIGNATURE-----
 
 --2fHTh5uZTiUOsy+g--
State-Changed-From-To: open->closed 
State-Changed-By: kris 
State-Changed-When: Sun Apr 29 21:32:13 PDT 2001 
State-Changed-Why:  
Reported problem does not exist in the FreeBSD source tree; 
it is most likely a hardware failure on the submitter's machine. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=26978 
>Unformatted:
