Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 23 Oct 1996 22:43:15 +0200 (MET DST)
From:      "Ph. Charnier" <charnier@xp11.frmug.org>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   misc/1871: incorrect '===> item' when making world 
Message-ID:  <199610232043.WAA11173@xp11.frmug.org>
Resent-Message-ID: <199610232050.NAA10355@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         1871
>Category:       misc
>Synopsis:       incorrect '===> item' when making world
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-bugs
>State:          open
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Oct 23 13:50:02 PDT 1996
>Last-Modified:
>Originator:     Ph. Charnier
>Organization:
>Release:        FreeBSD 2.2-CURRENT i386
>Environment:

	

>Description:
	When making world, at the 'Rebuilding tools needed to build the
libraries' stage, I get:

...
===> ldconfig
===> ldd
===> rtld
...
cd /usr/src/gnu/usr.bin/as && make depend &&  make ...
===> doc         <----- ???? should be as here?
[make as here]
===> doc         <----- 
[install as here]
===> doc
[install as doc]
[make & install ar, ranlib, nm, lex, compile_et, mk_cmds]
cd /usr/src/gnu/usr.bin/bison && make depend &&  make ...
===> data
===> doc
[make bison]
===> data
===> doc
[install bison]

... and so one ...

it works again when doing cc

cd /usr/src/gnu/usr.bin/cc && make depend &&  make ...
===> cc_tools


>How-To-Repeat:

	look at the output of make world

>Fix:
	
>Audit-Trail:
>Unformatted:



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