From owner-cvs-all@FreeBSD.ORG Fri Jan 14 01:21:27 2005 Return-Path: Delivered-To: cvs-all@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id BA10616A4CF; Fri, 14 Jan 2005 01:21:27 +0000 (GMT) Received: from blues.jpj.net (blues.jpj.net [208.210.80.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2043C43D53; Fri, 14 Jan 2005 01:21:27 +0000 (GMT) (envelope-from trevor@jpj.net) Received: from blues.jpj.net (localhost [127.0.0.1]) by blues.jpj.net (8.12.9p2/8.12.9) with ESMTP id j0E1LRff083008; Thu, 13 Jan 2005 20:21:27 -0500 (EST) (envelope-from trevor@jpj.net) Received: from localhost (trevor@localhost)j0E1LRvp083005; Thu, 13 Jan 2005 20:21:27 -0500 (EST) X-Authentication-Warning: blues.jpj.net: trevor owned process doing -bs Date: Thu, 13 Jan 2005 20:21:27 -0500 (EST) From: Trevor Johnson To: "Daniel O'Connor" In-Reply-To: <200501141128.44330.doconnor@gsoft.com.au> Message-ID: <20050113201832.I81177@blues.jpj.net> References: <200501132346.j0DNkOwM017797@repoman.freebsd.org> <200501141128.44330.doconnor@gsoft.com.au> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Scanned-By: MIMEDefang 2.48 on 127.0.0.1 cc: cvs-ports@freebsd.org cc: freebsd-alpha@freebsd.org cc: cvs-all@freebsd.org cc: ports-committers@freebsd.org Subject: Re: cvs commit: ports/emulators/linux_base pkg-install X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 14 Jan 2005 01:21:28 -0000 Daniel O'Connor wrote: > On Fri, 14 Jan 2005 10:16, Trevor Johnson wrote: > > Modified files: > > emulators/linux_base pkg-install > > Log: > > On Alpha, the osf1 module must be loaded before the linux module. > > Do this. > > Shouldn't the linux module depend on osf1 then...? Looking at src/sys/alpha/linux/linux_sysvec.c I see that in fact it does. I will back this out. -- Trevor Johnson