From owner-freebsd-questions@FreeBSD.ORG Fri Sep 19 14:17:11 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E00DA16A4B3 for ; Fri, 19 Sep 2003 14:17:11 -0700 (PDT) Received: from smtpout.mac.com (smtpout.mac.com [17.250.248.86]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2D0A144001 for ; Fri, 19 Sep 2003 14:17:11 -0700 (PDT) (envelope-from barryhawkins@mac.com) Received: from mac.com (smtpin07-en2 [10.13.10.152]) by smtpout.mac.com (Xserve/MantshX 2.0) with ESMTP id h8JLH9Kx009810; Fri, 19 Sep 2003 14:17:09 -0700 (PDT) Received: from mac.com (dialup-63.210.72.3.dial1.atlanta1.level3.net [63.210.72.3]) (authenticated bits=0) by mac.com (Xserve/8.12.9/MantshX 2.0) with ESMTP id h8JLH621006268; Fri, 19 Sep 2003 14:17:07 -0700 (PDT) Date: Fri, 19 Sep 2003 17:17:05 -0400 Content-Type: text/plain; charset=US-ASCII; format=flowed Mime-Version: 1.0 (Apple Message framework v552) To: "Barry C.Hawkins" From: Barry Hawkins In-Reply-To: Message-Id: <9EAF9554-EAE6-11D7-A941-000A95A0485E@mac.com> Content-Transfer-Encoding: 7bit X-Mailer: Apple Mail (2.552) cc: FreeBSD Questions Subject: RESOLVED: kernel compile error: unknown option "USER_LDT" X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 19 Sep 2003 21:17:12 -0000 On Friday, Sep 19, 2003, at 17:04 US/Eastern, Barry C.Hawkins wrote: > List, > I am trying to build a kernel using a copy of GENERIC for RELENG_5_1. > I have CVSuped by source tree prior to copying /usr/src/conf/GENERIC. > I initially disabled the all RAID devices, so I started with a fresh > copy of GENERIC. That was recommended once in the list archives for > what seemed a similar scenario. However the error message persists. > Here are my extra lines at the bottom of my kernel config file, in all > other ways it is an unmodified copy of GENERIC: > > # Added for sound and Java > device pcm # enable SoundBlaster PCI support > options USER_LDT # used by Java and nVidia > options CPU_ENABLE_SSE # used by DVD > > When I run the following as root: > > /usr/sbin/config GENERIC_SND > > I receive the following message: > > GENERIC_SND: unknown option "USER_LDT" > > The kernel config file resides in ~/kernels/, and I have a symlink in > /usr/src/conf bearing the name GENERIC_SND. This is a Dell OptiPlex > 200 with a PIII 733 MHz and 256MB RAM. Any ideas? The pupil sits, > awaiting enlightenment... > > Regards, > -- > Barry C. Hawkins > All Things Computed > site: www.allthingscomputed.com/ > weblog: www.allthingscomputed.com/blog/ > > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" > > > List, The pupil just saw the probable answer in another posting from the following link: 'options USER_LDT' is not needed anymore in 5.x - [casaveli, 07/19/2003] Sorry to bother everyone about that. Regards, -- Barry C. Hawkins All Things Computed site: www.allthingscomputed.com/ weblog: www.allthingscomputed.com/blog/