From owner-freebsd-stable@FreeBSD.ORG Sat Nov 17 17:48:29 2007 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 081AD16A418 for ; Sat, 17 Nov 2007 17:48:29 +0000 (UTC) (envelope-from Nic.Reveles@gatech.edu) Received: from deliverator3.gatech.edu (deliverator3.gatech.edu [130.207.165.163]) by mx1.freebsd.org (Postfix) with ESMTP id BCE5213C508 for ; Sat, 17 Nov 2007 17:48:28 +0000 (UTC) (envelope-from Nic.Reveles@gatech.edu) Received: from deliverator8.gatech.edu (deliverator8.prism.gatech.edu [130.207.171.128]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "deliverator1.gatech.edu", Issuer "Georgia Tech Server Root" (not verified)) by deliverator3.gatech.edu (Postfix) with ESMTP id 511D6222640 for ; Sat, 17 Nov 2007 12:21:19 -0500 (EST) (envelope-from Nic.Reveles@gatech.edu) Received: from deliverator8.gatech.edu (localhost [127.0.0.1]) by localhost (Postfix) with SMTP id 2AC67D2; Sat, 17 Nov 2007 12:20:58 -0500 (EST) (envelope-from Nic.Reveles@gatech.edu) Received: from mailprx1.gatech.edu (mailprx1.prism.gatech.edu [130.207.171.15]) (using TLSv1 with cipher EDH-RSA-DES-CBC3-SHA (168/168 bits)) (Client CN "smtp.mail.gatech.edu", Issuer "RSA Data Security, Inc." (verified OK)) by deliverator8.gatech.edu (Postfix) with ESMTP id 973E738; Sat, 17 Nov 2007 12:20:56 -0500 (EST) (envelope-from Nic.Reveles@gatech.edu) Received: from hal2000 (r36h21.res.gatech.edu [128.61.36.21]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) (sasl: method=LOGIN, username=nreveles3@mailprx1.gatech.edu, sender=n/a) by mailprx1.gatech.edu (Postfix) with ESMTP id 3C690269B; Sat, 17 Nov 2007 12:20:56 -0500 (EST) (envelope-from Nic.Reveles@gatech.edu) Message-ID: <013f01c8293e$48c12db0$6600a8c0@hal2000> From: "Nic Reveles" To: References: <005301c825a2$6d762c90$6600a8c0@hal2000> <200711130646.20986.yuri.pankov@gmail.com> Date: Sat, 17 Nov 2007 12:21:25 -0500 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=original Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2900.3138 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.3198 Cc: Yuri Pankov Subject: Re: Upgrading from FreeBSD 5.4 to 5.5 STABLE X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 17 Nov 2007 17:48:29 -0000 Thanks for the tips! Still having the same problem though... I have changed the tag in my supfile to: *default tag=RELENG_5_5 I then removed the directory '/usr/src/contrib/cvs' and ran cvsup again. But when I run 'make buildworld' I still get the previous error. ===> gnu/usr.bin/cvs/contrib sed -e 's,@CSH@,/bin/csh,' -e 's@PERL@,/usr/bin/perl,' /usr/src/gnu/usr.bin/cvs/contrib/../../../../contrib/cvs/contrib/Makefile.in > Makefile "Makefile", line 15: Need an operator make: fatal errors encountered -- cannot continue *** Error code 1 Stop in usr/src/gnu/usr.bin/cvs. I assume this means it is not a problem with timestamps. What is causing this and is it easily fixed? Nic ----- Original Message ----- From: "Yuri Pankov" To: Cc: "Nic Reveles" Sent: Monday, November 12, 2007 10:46 PM Subject: Re: Upgrading from FreeBSD 5.4 to 5.5 STABLE > On Tuesday 13 November 2007 06:08:10 Nic Reveles wrote: >> Hello, >> >> I am trying to update my version of FreeBSD from 5.4 to 5.5-STABLE. This >> is one of the many things I've yet to get my feet wet with yet, and so >> I'm >> not entirely sure what it is I am doing. I've made a backup of my most >> critical work. >> >> Some links I've found describing this process: >> 1. >> http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/makeworld.html >> 2. http://www.nabble.com/Upgrading-FreeBSD-Questions-t4716949.html >> >> So far I've run cvsup with a line in it: >> *default tag=RELENG_5_5_0_RELEASE >> >> After a long time it said that it finished successfully. Regardless, I'm >> not sure if the line I used is correct to get 5.5 STABLE. > > No, correct tag for 5-STABLE is RELENG_5 (or, if by "5.5 STABLE" you mean > 5.5 > with security patches, tag should be RELENG_5_5). See > http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/cvs-tags.html > >> >> Then I ran: >> % make buildworld >> >> ===> gnu/usr.bin/cvs/contrib >> sed -e 's,@CSH@,/bin/csh,' -e 's@PERL@,/usr/bin/perl,' >> /usr/src/gnu/usr.bin/cvs/contrib/../../../../contrib/cvs/contrib/Makefile.. >>in > Makefile "Makefile", line 15: Need an operator >> make: fatal errors encountered -- cannot continue >> *** Error code 1 >> >> Stop in usr/src/gnu/usr.bin/cvs. >> *** Error code 1 >> >> Stop in usr/src/gnu/usr.bin. >> *** Error code 1 >> >> Stop in usr/src/gnu. >> *** Error code 1 >> >> Stop in usr/src. >> *** Error code 1 >> >> Stop in usr/src. >> *** Error code 1 >> >> Stop in usr/src. >> *** Error code 1 >> >> Stop in usr/src. >> > > I've seen this error before, it has something to do with timestamps in > src/contrib/cvs (I've copied source tree using cp). Try > removing /usr/src/contrib/cvs directory and cvsup again. > >> Unfortunately, I typed all that out by hand and so it is quite possible >> there is a typo or two, but that is the general jist of it all. Is there >> someone who knows what is going on with this? All answers/tips are >> greatly >> appreciated! >> >> Nic R. > > Yuri > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"