From owner-freebsd-hackers@FreeBSD.ORG Sun Nov 27 23:00:42 2005 Return-Path: X-Original-To: freebsd-hackers@freebsd.org Delivered-To: freebsd-hackers@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 33ED716A45F for ; Sun, 27 Nov 2005 23:00:41 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: from wproxy.gmail.com (wproxy.gmail.com [64.233.184.197]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7906743D86 for ; Sun, 27 Nov 2005 23:00:31 +0000 (GMT) (envelope-from ringworm01@gmail.com) Received: by wproxy.gmail.com with SMTP id i30so1604113wra for ; Sun, 27 Nov 2005 15:00:30 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=QeDnH9uek32asfiQx7J9wsw+nlizOuu+77GrRaMJhf8+87bM6kdbjIQIwowBZ0+q3XHZfkOJqqEF8h+qttImowqJ3bJYRPfqeP+8BeyoCTo97Lomlfoelh3FzdFdvQjjSX+H0TPBGpQHIsTifLE2b7xdviUwsJ8wiCapP/cA1ww= Received: by 10.54.143.1 with SMTP id q1mr7792260wrd; Sun, 27 Nov 2005 15:00:30 -0800 (PST) Received: from ?192.168.1.10? ( [71.102.14.129]) by mx.gmail.com with ESMTP id 39sm184787wrl.2005.11.27.15.00.29; Sun, 27 Nov 2005 15:00:30 -0800 (PST) From: "Michael C. Shultz" To: freebsd-hackers@freebsd.org Date: Sun, 27 Nov 2005 14:50:56 -0800 User-Agent: KMail/1.8.3 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511271450.57377.ringworm01@gmail.com> Cc: Geoff Mohler Subject: Re: Cannot upgrade 4.11-RELEASE #0 X-BeenThere: freebsd-hackers@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Technical Discussions relating to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 27 Nov 2005 23:00:42 -0000 On Sunday 27 November 2005 14:47, Geoff Mohler wrote: > I am trying to upgrade via buildworld my 4.11-RELEASE #0 system, and I am > running into a few key errors. > > First, I am updated in my cvsup, here is my config file: > > *default host=cvsup3.freebsd.org compress > *default base=/usr > *default prefix=/usr > *default release=cvs > *default delete use-rel-suffix > *default tag=. > src-all rm -rf /usr/src/* rm -rf /usr/obj/* change *default tag=. to *default tag=tag=RELENG_4 You got the sources for 7.0 most likely on your system right now. -Mike > > > When I do a buiuldworld, I get a pile of these: > > /usr/src/usr.bin/make/globals.h:49: stdint.h: No such file or directory > > > My /etc/make.conf includes COMPAT3X and 4X as found in a number of google > searches related to this. > > Just not sure where to go next.. > > Im trying to update this machine remotely, and my KEY issue is that > Imagemagik wont install, oddly with the same stdint.h error(s). > > Ideas? > > --- > "Sixty-six per cent of people currently do not approve of the way that Bush > is handling the war. The other 34 per cent believe that Adam and Eve rode > around naked on Dinosaurs." > -Tina Fey, SNL > _______________________________________________ > freebsd-hackers@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-hackers > To unsubscribe, send any mail to "freebsd-hackers-unsubscribe@freebsd.org"