From owner-freebsd-stable Sat Jun 15 13:59:27 2002 Delivered-To: freebsd-stable@freebsd.org Received: from magic.adaptec.com (magic.adaptec.com [208.236.45.80]) by hub.freebsd.org (Postfix) with ESMTP id 851CE37B425 for ; Sat, 15 Jun 2002 13:59:22 -0700 (PDT) Received: from redfish.adaptec.com (redfish.adaptec.com [162.62.50.11]) by magic.adaptec.com (8.10.2+Sun/8.10.2) with ESMTP id g5FKxLv08742; Sat, 15 Jun 2002 13:59:21 -0700 (PDT) Received: from btc.btc.adaptec.com (btc.btc.adaptec.com [10.100.0.52]) by redfish.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id NAA17491; Sat, 15 Jun 2002 13:59:20 -0700 (PDT) Received: from hollin.btc.adaptec.com (hollin [10.100.253.56]) by btc.btc.adaptec.com (8.8.8+Sun/8.8.8) with ESMTP id OAA08355; Sat, 15 Jun 2002 14:59:18 -0600 (MDT) Received: from hollin.btc.adaptec.com (localhost [127.0.0.1]) by hollin.btc.adaptec.com (8.12.3/8.12.3) with ESMTP id g5FKu9rP033431; Sat, 15 Jun 2002 14:56:09 -0600 (MDT) (envelope-from scottl@hollin.btc.adaptec.com) Received: (from scottl@localhost) by hollin.btc.adaptec.com (8.12.3/8.12.3/Submit) id g5FKu9Yg033430; Sat, 15 Jun 2002 14:56:09 -0600 (MDT) Date: Sat, 15 Jun 2002 14:56:09 -0600 From: Scott Long To: vbrammer@comcast.net Cc: freebsd-stable@freebsd.org Subject: Re: linux emulation Message-ID: <20020615205608.GB33373@hollin.btc.adaptec.com> References: <001101c214ae$df4807e0$7e00a8c0@freebsd.bogus> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <001101c214ae$df4807e0$7e00a8c0@freebsd.bogus> User-Agent: Mutt/1.3.25i Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Jun 15, 2002 at 04:54:42PM -0400, vbrammer@comcast.net wrote: > Hi, > > Ive been having a problem getting linux compatability working on > -Stable builds. This is the output Ive gotten on 2 builds, the last one > > today, the first one about 3 weeks ago. > > touch hack.c > cc -elf -shared -nostdlib hack.c -o hack.So > rm -f hack.c > sh /usr/src/sys/conf/newvers.sh PCP01840552PCS > cc -c -O -pipe -march=pentium -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith > -Winline -Wcast-qual -fformat-extensions -ansi -nostdinc -I- > -I. -I/usr/src/sys -I/usr/src/sys/../include > -I/usr/src/sys/contrib/ipfilter > -D_KERNEL -include opt_global.h -elf -mpreferred-stack-boundary=2 > vers.c > linking kernel > linux_ipc.o: In function `linux_semctl': > linux_ipc.o(.text+0x3e5): undefined reference to `seminfo' > linux_ipc.o(.text+0x3ff): undefined reference to `seminfo' > *** Error code 1 > > Stop in /usr/obj/usr/src/sys/pcp01840552pcs. > *** Error code 1 > > Stop in /usr/src. > *** Error code 1 > > Stop in /usr/src. > pcp01840552pcs# > > > Any help would be appreciated. > > Vince > You need to (re-)enable the SYSV IPC/SHM/SEM options in your kernel config. See the GENERIC config file. Scott To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message