From root@server.t-hosting.hu  Fri Jul 15 17:31:49 2005
Return-Path: <root@server.t-hosting.hu>
Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id 85DF816A41C
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 15 Jul 2005 17:31:49 +0000 (GMT)
	(envelope-from root@server.t-hosting.hu)
Received: from server.t-hosting.hu (server.t-hosting.hu [217.20.133.7])
	by mx1.FreeBSD.org (Postfix) with ESMTP id 2034743D46
	for <FreeBSD-gnats-submit@freebsd.org>; Fri, 15 Jul 2005 17:31:49 +0000 (GMT)
	(envelope-from root@server.t-hosting.hu)
Received: from localhost (localhost [127.0.0.1])
	by server.t-hosting.hu (Postfix) with ESMTP id C962A997915;
	Fri, 15 Jul 2005 19:31:46 +0200 (CEST)
Received: from server.t-hosting.hu ([127.0.0.1])
 by localhost (server.t-hosting.hu [127.0.0.1]) (amavisd-new, port 10024)
 with LMTP id 15631-04-2; Fri, 15 Jul 2005 19:31:42 +0200 (CEST)
Received: by server.t-hosting.hu (Postfix, from userid 0)
	id D8EF099784D; Fri, 15 Jul 2005 19:31:42 +0200 (CEST)
Message-Id: <20050715173142.D8EF099784D@server.t-hosting.hu>
Date: Fri, 15 Jul 2005 19:31:42 +0200 (CEST)
From: Gabor Kovesdan <gabor.kovesdan@t-hosting.hu>
Reply-To: Gabor Kovesdan <gabor.kovesdan@t-hosting.hu>
To: FreeBSD-gnats-submit@freebsd.org
Cc: Gabor Kovesdan <gabor.kovesdan@t-hosting.hu>
Subject: NOTES file contains a wrong entry
X-Send-Pr-Version: 3.113
X-GNATS-Notify:

>Number:         83520
>Category:       kern
>Synopsis:       NOTES file contains a wrong entry
>Confidential:   no
>Severity:       non-critical
>Priority:       high
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 15 17:40:17 GMT 2005
>Closed-Date:    Sat Jul 23 01:44:05 GMT 2005
>Last-Modified:  Sat Jul 23 01:44:05 GMT 2005
>Originator:     Gabor Kovesdan
>Release:        5.x, 6-BETA1, 7-CURRENT
>Organization:
n/a
>Environment:
System: FreeBSD server.t-hosting.hu 5.3-RELEASE-p17 FreeBSD 5.3-RELEASE-p17 #0: Mon Jul 4 20:23:15 CEST 2005 root@server.t-hosting.hu:/usr/src/sys/amd64/compile/FREEBSD amd64

>Description:

The NOTES file contains a wrong entry on amd64:

# Enable Linux ABI emulation
#XXX#options    COMPAT_LINUX

Only COMPAT_IA32 and COMPAT_LINUX32 is necessary for running linux binaries, if I put
"options COMPAT_LINUX" into my kernel config file I get this error:

root@server# config GENERIC
GENERIC: unknown option "COMPAT_LINUX"

This is present on 5.x, 6-BETA1, 7-CURRENT.

Sorry for making this high priority I've just thought this little bug can have been fixed by the time
6-BETA2 gets released.

>How-To-Repeat:

>Fix:

That line should be removed.
>Release-Note:
>Audit-Trail:

From: Brooks Davis <brooks@one-eyed-alien.net>
To: Gabor Kovesdan <gabor.kovesdan@t-hosting.hu>
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: kern/83520: NOTES file contains a wrong entry
Date: Fri, 15 Jul 2005 11:05:00 -0700

 > # Enable Linux ABI emulation
 > #XXX#options    COMPAT_LINUX
 
 This is not a bug.  All commented out entries are things that might work
 some day but do not work now.
 
 -- Brooks

From: =?ISO-8859-1?Q?K=F6vesd=E1n_G=E1bor?= <gabor.kovesdan@t-hosting.hu>
To: Brooks Davis <brooks@one-eyed-alien.net>
Cc: FreeBSD-gnats-submit@freebsd.org
Subject: Re: kern/83520: NOTES file contains a wrong entry
Date: Fri, 15 Jul 2005 21:05:56 +0200

 Brooks Davis wrote:
 
 >># Enable Linux ABI emulation
 >>#XXX#options    COMPAT_LINUX
 >>    
 >>
 >
 >This is not a bug.  All commented out entries are things that might work
 >some day but do not work now.
 >
 >-- Brooks
 >  
 >
 Sorry, I didn't know. I've tested some options with this #XXX# comment 
 and they worked, but this one didn't.
State-Changed-From-To: open->closed 
State-Changed-By: linimon 
State-Changed-When: Sat Jul 23 01:42:14 GMT 2005 
State-Changed-Why:  
The behavior is intentional (the cited line is commented out). 

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