Date: Mon, 23 Feb 2004 10:23:17 +0100 From: Burkard Meyendriesch <bm@malepartus.de> To: James Van Artsdalen <james-freebsd-amd64@jrv.org> Cc: freebsd-amd64@freebsd.org Subject: Re: CURRENT: error in "make buildworld" on amd64 Message-ID: <20040223102317.035824fd.bm@malepartus.de> In-Reply-To: <200402230448.i1N4mfHK048939@bigtex.jrv.org> References: <20040222095700.2c58b1e7.bm@malepartus.de> <200402230448.i1N4mfHK048939@bigtex.jrv.org>
next in thread | previous in thread | raw e-mail | index | archive | help
Hi James, okay, you're right: I'd better use RELENG_5_2. But after CVSup'ing my src tree to "tag=RELENG_5_2" the problem with "make buildworld" is still the same: fcns.h:93:1: warning: "WI_" redefined fcns.h:92:1: warning: this is the location of the previous definition In file included from editline.c:4: /usr/src/lib/libedit/chared.c: In function `ch_init': /usr/src/lib/libedit/chared.c:456: error: `ED_UNASSIGNED' undeclared (first use in this function) /usr/src/lib/libedit/chared.c:456: error: (Each undeclared identifier is reported only once /usr/src/lib/libedit/chared.c:456: error: for each function it appears in.) /usr/src/lib/libedit/chared.c: In function `ch_reset': /usr/src/lib/libedit/chared.c:493: error: `ED_UNASSIGNED' undeclared (first use in this function) In file included from editline.c:5: /usr/src/lib/libedit/common.c: In function `ed_digit': /usr/src/lib/libedit/common.c:407: error: `EM_UNIVERSAL_ARGUMENT' undeclared (first use in this function) ... (lots of similar error messages . . .) Maybe I need some tuning of /etc/make.conf? Burkard On Sun, 22 Feb 2004 22:48:41 -0600 (CST) James Van Artsdalen wrote: > > Date: Sun, 22 Feb 2004 09:57:00 +0100 > > From: Burkard Meyendriesch <bm@malepartus.de> > > > > yesterday I launched my new box (Asus K8V Deluxe, Athlon64/3000, 1GB > > ECC RAM, 2x160GB RAID1). I installed 5.2-RELEASE from CD. After that > > I checked out the actual source tree and tried to "make buildworld". > > This ends up with: > > > > In file included from editline.c:4: > > /usr/src/lib/libedit/chared.c: In function `ch_init': > > /usr/src/lib/libedit/chared.c:456: error: `ED_UNASSIGNED' > > undeclared (first use in this > > function)/usr/src/lib/libedit/chared.c:456: error: (Each > > undeclared identifier is reported only > > once/usr/src/lib/libedit/chared.c:456: error: for each function it > > appears in.)/usr/src/lib/libedit/chared.c: In function `ch_reset': > > /usr/src/lib/libedit/chared.c:493: error: `ED_UNASSIGNED' > > undeclared (first use in this function)... (lots of similar error > > messages follow...) > > > > What's going wrong? > > Burkard > > > > P.S.: I have no item enabled in /etc/make.conf. > > Do you really want to sync against -current? Most people should > probably sync against the RELENG_5_2 tag. > > /etc/make.conf shouldn't be changed. -- Burkard Meyendriesch Stevern 2 D-48301 Nottuln
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040223102317.035824fd.bm>