From owner-freebsd-questions Thu Sep 17 13:47:47 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id NAA25286 for freebsd-questions-outgoing; Thu, 17 Sep 1998 13:47:47 -0700 (PDT) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from resnet.uoregon.edu (resnet.uoregon.edu [128.223.144.32]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id NAA25165 for ; Thu, 17 Sep 1998 13:47:13 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Received: from localhost (dwhite@localhost) by resnet.uoregon.edu (8.8.8/8.8.8) with ESMTP id NAA03895; Thu, 17 Sep 1998 13:46:45 -0700 (PDT) (envelope-from dwhite@resnet.uoregon.edu) Date: Thu, 17 Sep 1998 13:46:45 -0700 (PDT) From: Doug White To: Panos GEVROS cc: freebsd-questions@FreeBSD.ORG Subject: Re: mounting sources and building kernels In-Reply-To: <3542.905943775@cs.ucl.ac.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Wed, 16 Sep 1998, Panos GEVROS wrote: > |> i have difficulty with building a kernel though, > |> on the "remote"!!: > |> mount server:/usr/src /usr/src > |> cd /usr/src/sys/i386/conf > |> /usr/sbin/config REMOTE-KERNEL > |> cd ../../compile/REMOTE-KERNEL > |> make depend > |> make ... ... > |> Error 1 > |> at vnode_if.c (first file to cc) > | > |What error does it report? It's probably a permissions problem. > > > > sorry i should have mentioned this in the first place > i receive several 'warnings' at vnode_if.c all like this : > > vnode_if.c:640: warning: excess elements in struct initializerafter > `vop_vfree_desc` > *** Error code 1 > > hope it is something obvious i'd rather avoid searching the code Reinstall the kernel source and retry. A warning will not halt a build (unless it's built with the -Werror option, which nothing in FreeBSD is). Doug White Internet: dwhite@resnet.uoregon.edu | FreeBSD: The Power to Serve http://gladstone.uoregon.edu/~dwhite | www.freebsd.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message