Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Feb 2004 12:47:14 +0100
From:      Burkard Meyendriesch <bm@malepartus.de>
To:        freebsd-amd64@freebsd.org, freebsd-current@freebsd.org
Subject:   5.2.1-RELEASE: "make buildworld" on amd64 broken?
Message-ID:  <20040224124714.3f395617.bm@malepartus.de>

next in thread | raw e-mail | index | archive | help
Hi all,

I CVSup'ed a complete new source tree (2004-02-24 11:30 UTC +01:00):

--- /usr/sup/src-supfile ---
*default host=cvsup.uk.FreeBSD.org
*default base=/usr
*default prefix=/usr
*default release=cvs tag=RELENG_5_2
*default delete use-rel-suffix
# *default compress

src-all
----------------------------

"make -B buildworld" does lots of compilations:

  root@grimbart:/tmp# grep ">>>" /tmp/make-buildworld.log
  >>> Rebuilding the temporary build tree
  >>> stage 1.1: legacy release compatibility shims
  >>> stage 1.2: bootstrap tools
  >>> stage 2.1: cleaning up the object tree
  >>> stage 2.2: rebuilding the object tree
  >>> stage 2.3: build tools
  >>> stage 3: cross tools
  >>> stage 4.1: building includes
  >>> stage 4.2: building libraries

.. and then 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)

Can anybody please tell me what is going wrong here?

Thanks
Burkard


P.S.:
I don't have any items in /etc/make.conf enabled.

"make buildkernel" works fine:

  root@grimbart:/tmp# uname -a
  FreeBSD grimbart.malepartus.de 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #0: Tue Feb 24 11:10:07 CET 2004     bm@grimbart.malepartus.de:/usr/src/sys/amd64/compile/REINEKE  amd64

--
Burkard Meyendriesch
Stevern 2
D-48301 Nottuln



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20040224124714.3f395617.bm>