Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 22 Apr 1996 23:04:00 +0000
From:      Poul-Henning Kamp <phk@critter.tfs.com>
To:        Gianmarco Giovannelli <gmarco@masternet.it>
Cc:        current@FreeBSD.org
Subject:   Re: Begin the ctm process... 
Message-ID:  <7218.830214240@critter.tfs.com>
In-Reply-To: Your message of "Tue, 23 Apr 1996 00:42:29 GMT." <317C2775.41C67EA6@masternet.it> 

next in thread | previous in thread | raw e-mail | index | archive | help
> Poul-Henning Kamp wrote:
> > rm -rf /usr/src
> > mkdir /usr/src
> > cd /usr/src
> > ctm < /cdrom/CTM/src-cur/src-cur.1500A.gz
> > ctm < /cdrom/CTM/src-cur/src-cur.????.gz
> > # expect a couple of warnings about src-cur.1500.gz src-cur.1500A.gz
> > 
> 
> and then please ? :-)
> ^^^^^^^^^^^^^^^^
> 
> This because I use ctm to arrive till delta 1710 without any problems,
> but when I tried to do from /usr/src a 
> 
> make world
> 
> or 
> 
> make && make install (that works like a charm in -stable :-)
> 
> I receive error complaing something about files that are missing... 
> (If my memory is right , the first fails on something about sendmail,
> the second on something missing like libc*, Is there a log ?)

(Uhm, sounds like you need to read the handbook a bit)

Try this:
	cd /usr/src
	make world >& w.x
and then send me the last 200 lines of the /usr/src/w.x file
--
Poul-Henning Kamp           | phk@FreeBSD.ORG       FreeBSD Core-team.
http://www.freebsd.org/~phk | phk@login.dknet.dk    Private mailbox.
whois: [PHK]                | phk@ref.tfs.com       TRW Financial Systems, Inc.
Future will arrive by its own means, progress not so.



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