Date: Mon, 06 Apr 2009 19:33:41 +0200 From: Mister Olli <mister.olli@googlemail.com> To: Doug Rabson <dfr@rabson.org> Cc: freebsd-current@freebsd.org Subject: Re: Compiling CURRENT with XEN config fails Message-ID: <1239039221.24515.8.camel@phoenix.blechhirn.net> In-Reply-To: <C74E23DB-7F6D-427D-A89C-E204263B1E07@rabson.org> References: <1238162602.24399.29.camel@phoenix.blechhirn.net> <E1LoxIb-005cL7-Ky@intern.SerNet.DE> <1238700894.14361.615.camel@phoenix.blechhirn.net> <AFC9DBC2-5E6B-406F-9CF0-67D351FA9CB3@rabson.org> <1238774262.5533.4.camel@phoenix.blechhirn.net> <42C956C5-BBFD-4E0A-949D-DD71EF3E883A@rabson.org> <1238873676.2667.5.camel@phoenix.blechhirn.net> <C74E23DB-7F6D-427D-A89C-E204263B1E07@rabson.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi, thanks a lot for the hint. only doing 'make buildworld && make buildkernel' brings me to a working 8-CURRENT in PV mode. Even the nasty bug that it couldn't be build without 'NFSLOCKD' is included is fixed. Great work :-)) Regards, Olli On Sa, 2009-04-04 at 22:28 +0100, Doug Rabson wrote: > Just 'make buildworld' should be enough. This cleans, depends and > builds and also makes sure the right toolchain is used for the build. > > > On 4 Apr 2009, at 20:34, Mister Olli wrote: > > > Hi, > > > > do you also do a > > > > make cleandepend > > make clean > > make depend > > > > before building world? > > > > > > Regards, > > Olli > > > > > > On Sa, 2009-04-04 at 14:35 +0100, Doug Rabson wrote: > >> On 3 Apr 2009, at 16:57, Mister Olli wrote: > >> > >>> Hi, > >>> > >>> With revision 190627 (which is btw oder than the one in my test > >>> before) > >>> I get errors during 'make depend'. I can't even do a 'make > >>> buildworld'. > >>> > >>> ===> sbin/ifconfig (depend) > >>> rm -f .depend > >>> mkdep -f .depend -a ifconfig.c af_link.c af_inet.c af_inet6.c > >>> af_atalk.c ifclone.c ifmac.c ifmedia.c ifvlan.c ifgre.c > >>> ifieee80211.c regdomain.c ifcarp.c ifgroup.c ifpfsync.c ifbridge.c > >>> iflagg.c af_ipx.c > >>> ifieee80211.c:82:39: error: net80211/ieee80211_superg.h: No such > >>> file or directory > >>> mkdep: compile failed > >>> *** Error code 1 > >>> > >>> Stop in /usr/src/sbin/ifconfig. > >>> *** Error code 1 > >>> > >> > >> Thats odd. I just did a buildworld of revision 190687 without any > >> similar problems. Also, this particular file isn't one of the ones I > >> changed for Xen - its part of the wifi support which is completely > >> unrelated. > >> > > >
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1239039221.24515.8.camel>