From owner-freebsd-ppc@FreeBSD.ORG Sun Apr 12 17:55:58 2009 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EA5B91065676 for ; Sun, 12 Apr 2009 17:55:58 +0000 (UTC) (envelope-from freebsd@fahrners.de) Received: from out2.smtp.messagingengine.com (out2.smtp.messagingengine.com [66.111.4.26]) by mx1.freebsd.org (Postfix) with ESMTP id BA9728FC18 for ; Sun, 12 Apr 2009 17:55:58 +0000 (UTC) (envelope-from freebsd@fahrners.de) Received: from compute1.internal (compute1.internal [10.202.2.41]) by out1.messagingengine.com (Postfix) with ESMTP id EEB7D31AC71; Sun, 12 Apr 2009 13:55:57 -0400 (EDT) Received: from heartbeat1.messagingengine.com ([10.202.2.160]) by compute1.internal (MEProxy); Sun, 12 Apr 2009 13:55:57 -0400 X-Sasl-enc: DrR7Tjx8Gh8ov0NPk7SXQBtBf4lg8k+VSRXKRTCdXwJq 1239558957 Received: from [192.168.1.10] (ppp-93-104-111-236.dynamic.mnet-online.de [93.104.111.236]) by mail.messagingengine.com (Postfix) with ESMTPSA id 657501F172 for ; Sun, 12 Apr 2009 13:55:57 -0400 (EDT) Mime-Version: 1.0 (Apple Message framework v753.1) In-Reply-To: <49E21FF5.70807@freebsd.org> References: <1239463626.24591.1310047137@webmail.messagingengine.com> <49E0BEAA.7030001@freebsd.org> <49E1FEF6.8060506@freebsd.org> <1C7B3FE2-32F4-47D5-AF45-632F0B81F039@fahrners.de> <49E20D8D.7080201@freebsd.org> <482D04E7-6B1C-439C-9AD0-45893C32DC2F@fahrners.de> <49E21FF5.70807@freebsd.org> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: <68785B2B-0997-4BC7-9224-1254D6F3C00C@fahrners.de> Content-Transfer-Encoding: 7bit From: Jochen Fahrner Date: Sun, 12 Apr 2009 19:55:53 +0200 To: freebsd-ppc@freebsd.org X-Mailer: Apple Mail (2.753.1) Subject: Re: FreeBSD on iMac G3 X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 12 Apr 2009 17:55:59 -0000 Hi Nathan, looks like I'm too stupid for all that. :-( First I tried the downgrade tool: "downgrade x11-server/xorg-server". This was running 30 minutes using 99% of cpu time, and nothing happened. Looked like this tool is looping. Next I tried a upgrade to FreeBSD 8.0. I did "cvs co src" in /usr. Worked without errors. Then "make buildworld" aborted with: [root@imacg3 /usr/src]# make buildworld "/usr/src/Makefile.inc1", line 1066: Malformed conditional ($ {MK_LIBTHR} != "no" && ${MK_LIBKSE} != "no") "/usr/src/Makefile.inc1", line 1068: if-less elif "/usr/src/Makefile.inc1", line 1070: if-less elif "/usr/src/Makefile.inc1", line 1072: if-less endif make: fatal errors encountered -- cannot continue *** Error code 1 Stop in /usr/src.