From owner-freebsd-ports Fri Aug 6 8:21:28 1999 Delivered-To: freebsd-ports@freebsd.org Received: from mail.HiWAAY.net (fly.HiWAAY.net [208.147.154.56]) by hub.freebsd.org (Postfix) with ESMTP id 4BAC2155B3 for ; Fri, 6 Aug 1999 08:21:20 -0700 (PDT) (envelope-from sprice@hiwaay.net) Received: from localhost (sprice@localhost) by mail.HiWAAY.net (8.9.1a/8.9.0) with ESMTP id KAA20453; Fri, 6 Aug 1999 10:19:41 -0500 (CDT) Date: Fri, 6 Aug 1999 10:19:41 -0500 (CDT) From: Steve Price To: Neil Blakey-Milner Cc: Marcel Moolenaar , ports@FreeBSD.ORG Subject: Re: ports/12995: linux-base won't install properly. In-Reply-To: <19990806151938.A79494@rucus.ru.ac.za> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org On Fri, 6 Aug 1999, Neil Blakey-Milner wrote: # The problem here is that on line 140, when ${PREFIX}/sbin/ldconfig is # loaded, it segfaults. Since the command is prepended with an @, it doesn't # get displayed, and it looks like it's the rpm that kills it off. I had a similar problem the other day. I had a pretty fresh -current world and an old kernel. Yes this is a bad idea! I rebuilt the kernel with the following lines added. options P1003_1B options _KPOSIX_PRIORITY_SCHEDULING options _KPOSIX_VERSION=199309L Don't know if adding these was really required, but if you are running -current you should be sure that you have a kernel that matches your world. Of course, if you are running -current you already know that. :) -steve To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message