From owner-freebsd-current Mon Feb 19 14:18:19 2001 Delivered-To: freebsd-current@freebsd.org Received: from duke.cs.duke.edu (duke.cs.duke.edu [152.3.140.1]) by hub.freebsd.org (Postfix) with ESMTP id CF2D737B491 for ; Mon, 19 Feb 2001 14:18:15 -0800 (PST) Received: from grasshopper.cs.duke.edu (grasshopper.cs.duke.edu [152.3.145.30]) by duke.cs.duke.edu (8.9.3/8.9.3) with ESMTP id RAA11504; Mon, 19 Feb 2001 17:18:13 -0500 (EST) Received: (from gallatin@localhost) by grasshopper.cs.duke.edu (8.11.2/8.9.1) id f1JMHhe06969; Mon, 19 Feb 2001 17:17:43 -0500 (EST) (envelope-from gallatin@cs.duke.edu) From: Andrew Gallatin MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <14993.39815.448274.905277@grasshopper.cs.duke.edu> Date: Mon, 19 Feb 2001 17:17:43 -0500 (EST) To: mjacob@feral.com Cc: current@freebsd.org Subject: Re: pooched kernel stuff (linux) In-Reply-To: References: X-Mailer: VM 6.75 under 21.1 (patch 12) "Channel Islands" XEmacs Lucid Sender: owner-freebsd-current@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Matthew Jacob writes: > > looks like the usual drill for alpha, w/o lubricant: > > @/alpha/linux/linux_syscall.h:126: warning: `LINUX_SYS_linux_mount' redefined > @/alpha/linux/linux_syscall.h:25: warning: this is the location of the > previous definition > In file included from > /tstsys/modules/linux/../../compat/linux/linux_file.c:53: > machine/../linux/linux_proto.h:346: redefinition of `struct linux_mount_args' > machine/../linux/linux_proto.h:602: warning: redundant redeclaration of > `linux_mount' in same scope > machine/../linux/linux_proto.h:540: warning: previous declaration of > `linux_mount' > /tstsys/modules/linux/../../compat/linux/linux_file.c: In function > `linux_mount': > /tstsys/modules/linux/../../compat/linux/linux_file.c:910: structure has no Sigh. I'll take a whack at fixing it when I get my -current alpha working again. It got pooched last week during the libc mixup. Speaking of which -- I've got 2 disks on this box. ad0 is -stable and da0 is -current. I'm building the -current world right now with everything mounted under /mnt. When I'm done, is it safe to just install the world with 'make installworld DESTDIR=/mnt' ? Drew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-current" in the body of the message