From owner-freebsd-current Sun Sep 20 16:25:00 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id QAA03500 for freebsd-current-outgoing; Sun, 20 Sep 1998 16:25:00 -0700 (PDT) (envelope-from owner-freebsd-current@FreeBSD.ORG) Received: from Ilsa.StevesCafe.com (Ilsa.StevesCafe.com [205.168.119.129]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id QAA03484 for ; Sun, 20 Sep 1998 16:24:46 -0700 (PDT) (envelope-from fbsd@Ilsa.StevesCafe.com) Received: from Ilsa.StevesCafe.com (localhost.StevesCafe.com [127.0.0.1]) by Ilsa.StevesCafe.com (8.8.8/8.8.5) with ESMTP id RAA06641; Sun, 20 Sep 1998 17:23:55 -0600 (MDT) Message-Id: <199809202323.RAA06641@Ilsa.StevesCafe.com> X-Mailer: exmh version 2.0.2 2/24/98 From: Steve Passe To: "Jordan K. Hubbard" cc: Manfred Antar , "Justin T. Gibbs" , KATO Takenori , current@FreeBSD.ORG Subject: Re: [CAM] Broken tagged queuing drive? In-reply-to: Your message of "Sun, 20 Sep 1998 11:30:33 PDT." <18735.906316233@time.cdrom.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Date: Sun, 20 Sep 1998 17:23:55 -0600 Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi, > > and built a SMP kernel. I tried just the 1.3 version of aic7xxx.c but still > > got the panic. So I backed out the entire sys directory. A SMP kernel > > built from these sources works fine. > > Interesting - now that you mention it, today's crash is different than > previous crashes on bento; perhaps I'm bogusly summing multiple > problems into one here. :) I'll try the clock.c backout, anyway. I've done 2 complete buildworld/installworld cycles today without problem. The first was with src cvsup'ed this morning, the 2nd midday, including Bruce's fix (1.127) to clock.c. I see 3 outstanding problems here: --- 1: the src Makefile bombs: --- check-objformat --- It looks like you set OBJFORMAT=aout in /etc/make.conf. Don't do that! If you want to override the installed object format, you must set OBJFORMAT in your environment. I hadn't set OBJFORMAT anywhere, contrary to the claims of the error output. Setting OBJFORMAT=elf in either /etc/objformat or the environment solves this problem. --- 2: the kernel build expects an aout version of libgcc.a in /usr/lib/aout, but none is built by make world. --- 3: the aic7xxx/Makefile expects to link to an aout libl.a in /usr/lib/aout, but again, no such file is created by make world. I solved problems 2 & 3 by placing copies of these libs from a pre-elf system into /usr/lib/aout. --- The important aspect of my experiment is that this was a clean install from the 3.0-980917-SNAP code, no stubble was left over from an aout-to-elf conversion, CAM conversion, etc. -- Steve Passe | powered by smp@csn.net | Symmetric MultiProcessor FreeBSD To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message