From owner-freebsd-current@FreeBSD.ORG Tue Nov 18 14:40:55 2003 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5D05316A4CF for ; Tue, 18 Nov 2003 14:40:55 -0800 (PST) Received: from smtp1.btinet.net (mail.gnda.com [216.235.160.225]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9DCD143FDD for ; Tue, 18 Nov 2003 14:40:53 -0800 (PST) (envelope-from pmes@btinet.net) Received: from exim by smtp1.btinet.net with spam-scanned (Exim 4.24) id 1AMEWi-0005ST-DD for freebsd-current@freebsd.org; Tue, 18 Nov 2003 16:40:53 -0600 Received: from ar11-bsmrnd.l1.btigate.com ([209.62.224.243] helo=btinet.net) by smtp1.btinet.net with esmtp (Exim 4.24) id 1AMEWf-0005RL-0T; Tue, 18 Nov 2003 16:40:49 -0600 Message-ID: <3FBA9FEF.3070700@btinet.net> Date: Tue, 18 Nov 2003 16:40:47 -0600 From: Peter Schultz User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.6a) Gecko/20031104 X-Accept-Language: en-us, en MIME-Version: 1.0 To: Jun Kuriyama References: <200311120808.hAC88G42055108@repoman.freebsd.org> In-Reply-To: <200311120808.hAC88G42055108@repoman.freebsd.org> Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.60 (1.212-2003-09-23-exp) on smtp1.btinet.net X-Spam-Status: No, hits=0.0 required=10.0 tests=none autolearn=no version=2.60 cc: freebsd-current@freebsd.org Subject: floppy install [was: cvs commit: src/release/i386 drivers.conf] X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2003 22:40:55 -0000 Jun Kuriyama wrote: > kuriyama 2003/11/12 00:08:16 PST > > FreeBSD src repository > > Modified files: > release/i386 drivers.conf > Log: > Move cd9660 module from 3rd floppy to 2nd to unbreak release. > > Revision Changes Path > 1.31 +1 -1 src/release/i386/drivers.conf > It looks like the build has broken again in the same place: ftp://snapshots.jp.freebsd.org/pub/FreeBSD/snapshots/i386/5.1-CURRENT-20031118-JPSNAP.log If the beta is coming out tomorrow, it would be cool to have this fixed. The floppies from the 16th cannot load any of the kernel modules, I think the relevant error message is: link_elf: symbol _mtx_assert undefined Pete...