Date: Thu, 17 Sep 1998 13:46:45 -0700 (PDT) From: Doug White <dwhite@resnet.uoregon.edu> To: Panos GEVROS <P.Gevros@cs.ucl.ac.uk> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: mounting sources and building kernels Message-ID: <Pine.BSF.4.03.9809171346100.2759-100000@resnet.uoregon.edu> In-Reply-To: <3542.905943775@cs.ucl.ac.uk>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.03.9809171346100.2759-100000>