From nobody@FreeBSD.org  Thu Sep 12 06:54:53 2002
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125])
	by hub.freebsd.org (Postfix) with ESMTP id DE10337B400
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 12 Sep 2002 06:54:53 -0700 (PDT)
Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117])
	by mx1.FreeBSD.org (Postfix) with ESMTP id A403E43E6A
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 12 Sep 2002 06:54:53 -0700 (PDT)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.12.4/8.12.4) with ESMTP id g8CDsqOT084722
	for <freebsd-gnats-submit@FreeBSD.org>; Thu, 12 Sep 2002 06:54:52 -0700 (PDT)
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.12.4/8.12.4/Submit) id g8CDsqPo084721;
	Thu, 12 Sep 2002 06:54:52 -0700 (PDT)
Message-Id: <200209121354.g8CDsqPo084721@www.freebsd.org>
Date: Thu, 12 Sep 2002 06:54:52 -0700 (PDT)
From: "Eldar I. Urazaliev" <admin@antk.ru>
To: freebsd-gnats-submit@FreeBSD.org
Subject: linux compat mode problem
X-Send-Pr-Version: www-1.0

>Number:         42691
>Category:       misc
>Synopsis:       linux compat mode problem
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 12 07:00:11 PDT 2002
>Closed-Date:    Sun Sep 15 02:26:10 PDT 2002
>Last-Modified:  Sun Sep 15 02:26:10 PDT 2002
>Originator:     Eldar I. Urazaliev
>Release:        4.6
>Organization:
ANTK, JSC
>Environment:
FreeBSD hostw.antk.ru 4.6-RELEASE FreeBSD 4.6-RELEASE #1: Tue Aug 13 17:39:23 MSD 2002 scheitan@hostw.antk.ru:/usr/src/sys/compile/worka  i386              
>Description:
When i tried to enable linux compat mode in kernel (by setting options COMPAT_LINUX) i got this error message:
su-2.05# make
linking kernel                                            
linux_ipc.o: In function `linux_semctl':                  
linux_ipc.o(.text+0x3cc): undefined reference to `seminfo'
linux_ipc.o(.text+0x3e5): undefined reference to `seminfo'
*** Error code 1                                          

>How-To-Repeat:
      
>Fix:
      
>Release-Note:
>Audit-Trail:

From: "Andrey V. Pevnev" <andrey@mgul.ac.ru>
To: freebsd-gnats-submit@FreeBSD.org, admin@antk.ru
Cc:  
Subject: Re: misc/42691: linux compat mode problem
Date: Fri, 13 Sep 2002 10:26:43 +0400

 Do you have:
 
 options         SYSVSHM                 #SYSV-style shared memory
 options         SYSVMSG                 #SYSV-style message queues
 options         SYSVSEM                 #SYSV-style semaphores    
 
 in your kernel conf file ?
 
 -- 
 Best regards,
 MSFU LAN Admin
  Andrey                          mailto:andrey@mgul.ac.ru
  http://www.mgul.ac.ru/~andrey
 

From: Maxim Konovalov <maxim@FreeBSD.org>
To: "Eldar I. Urazaliev" <admin@antk.ru>
Cc: bug-followup@FreeBSD.org
Subject: Re: misc/42691: linux compat mode problem
Date: Fri, 13 Sep 2002 11:47:57 +0400 (MSD)

 Could you please add
 
 options        SYSVSHM
 options        SYSVMSG
 options        SYSVSEM
 
 to a kernel config file and rebuild the kernel?
 
 -- 
 Maxim Konovalov, maxim@FreeBSD.org
 
State-Changed-From-To: open->closed 
State-Changed-By: maxim 
State-Changed-When: Sun Sep 15 02:24:44 PDT 2002 
State-Changed-Why:  
You have to add 

options        SYSVSHM 
options        SYSVMSG 
options        SYSVSEM 

to your kernel config file. 

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