From owner-freebsd-ppc@FreeBSD.ORG Mon May 18 16:11:34 2015 Return-Path: Delivered-To: freebsd-ppc@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id BEF42A32 for ; Mon, 18 May 2015 16:11:34 +0000 (UTC) Received: from nm43-vm5.bullet.mail.bf1.yahoo.com (nm43-vm5.bullet.mail.bf1.yahoo.com [216.109.114.236]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 6AEA41DF7 for ; Mon, 18 May 2015 16:11:34 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s2048; t=1431965487; bh=1hxDTMrX70yLmIeHnIitUEcuc8GqY0MVaex5fMJbzm8=; h=Date:From:To:Subject:References:In-Reply-To:From:Subject; b=JAkcMs7p5eq94ONEcSO4HBmPcXF60d+RkSdRWL1fYggXgPlhpQIC8/v3xob4CpadDs2ND5cq2IqH9rA2UkK+qU+xG7hUxH/LpMGOtV+oc7IENRfKKAlgcVclb/wHrIXxQ1YXERzPSFRSl0U1AD+vQ6WsSfT1ethUh51eIk/6F5Q4vNRB6/3KlcA7Vx8By6xEj+UsswM1dPJM0gVolDPkUlBNEIwsu+lfWgkNsCUyeJLElwMniFLd7AOpNuVEcKrXTF4iiY7HEzmwElhpqepH7ssP1wSW+wRYIsT0Q1VMXKS1gB7H6DgN0542dvbzhMZe4EN2/5ASuN8/vjZeZGe51Q== Received: from [98.139.170.178] by nm43.bullet.mail.bf1.yahoo.com with NNFMP; 18 May 2015 16:11:27 -0000 Received: from [98.139.211.161] by tm21.bullet.mail.bf1.yahoo.com with NNFMP; 18 May 2015 16:11:27 -0000 Received: from [127.0.0.1] by smtp218.mail.bf1.yahoo.com with NNFMP; 18 May 2015 16:11:27 -0000 X-Yahoo-Newman-Id: 398789.48761.bm@smtp218.mail.bf1.yahoo.com X-Yahoo-Newman-Property: ymail-3 X-YMail-OSG: SBF5ztcVM1l0m7BKBxVi0umph.xHNRkL7zEXhY9np0mW3ZO V7e3SSTP0FDuNokK.UBcWhah1N3Ko8aeHmWCdlDxjjeEpxOaZswOcSqO_tsk K4on8S2CYyl4apMW.zGulAXEGCYhL2IvT07CmzozssVse46skxOHGo0sHEsB 7Cm2ScCOJtXE1PL1x2.62IG1VA1cOF9IYzp5B9qPjIj0jBOTdXzSbhN42TyT KIpq8rFmyuqlh684w5OQrS48aPj0GvZf_uRhjtZ.0ufkvuS3Ga9YgTY5XYXP V3.olyBC.qUd3aslXb90F2DmZQFM.7Vhz9A8FKY5Y84o5.dUVIgbUfoeH2Xj aVIvLvqs7E9h4sulLEtpbdvkn7kjuKeaQ1OF9LJw0ULnaNui6pI7SVQ9Wf6i 4upvU9NFOzNg55pYKNcShcDTjdC26o6JBnHbqdKBa_RwGSF5dSH1WXmdd57A 1p7vqo8WVuGGb6eztMcJDAmji_MZg6WTLDm6XP6_1UY_3kjbxk3nqo2lAfK2 6tAEp.EFRsxer..smUH_4Nx.lBRTVHYY- X-Yahoo-SMTP: drra_XCswBD60ROet4g5wpQ6QJsA Message-ID: <555A0F2D.9050707@yahoo.com> Date: Mon, 18 May 2015 09:11:25 -0700 From: Benjamin Brink User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.6; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: freebsd-ppc@freebsd.org Subject: Re: Is this a sign that nobody has tested 10.1-stable on a 32-bit ppc? References: <5559E371.9080602@gmail.com> In-Reply-To: <5559E371.9080602@gmail.com> Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ppc@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: Porting FreeBSD to the PowerPC List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 18 May 2015 16:11:34 -0000 On 5/18/15 6:04 AM, Jukka Ukkonen wrote: > > Find attached a trailing snippet of build time messages > while running buildkernel on a 32 bit ppc (PowerMac G4 > Quicksilver). > During the last 2 months or so there have been some changes > to sys/dev/drm2/radeon/radeon_fence.c in 10.1-stable which > now break buildkernel. Previously I had rebuilt the whole > operating system on this ppc platform on Apr 23 and then > the build worked just fine. > > Now the whole oddity starts with an announcement... > "cc1: warnings being treated as errors" > and then begin warning messages about implicit declarations > of this and that atomic 64 bit functions and more warnings > about nested extern declarations of those same functions. > I guess that some of the code seen by the compiler was > never intended to be used on a 32 bit ppc system, but those > changes were never actually tested on a 32 bit ppc either. > > Has anyone else noticed this? > FWIW, build failed locally on a new 10.1 32bit install for: x11-wm/xfce4 sysutils/screen Am guessing compiler has issues with 32bit ppc when fed some 64bit code; I neglected to capture errors during build. I bet making 64bit instruction sets back-compatible for a compiler building 32-bit ppc is a real hassle. I'm willing to build again and capture errors if someone else wants to diagnose/fix. ATM am powerpc-happy using getty/xterm; > --jau > > > > _______________________________________________ > freebsd-ppc@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-ppc > To unsubscribe, send any mail to "freebsd-ppc-unsubscribe@freebsd.org" >