From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:47445) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XPfLC-00053V-6y for qemu-devel@nongnu.org; Thu, 04 Sep 2014 18:17:23 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1XPfL6-000870-UZ for qemu-devel@nongnu.org; Thu, 04 Sep 2014 18:17:18 -0400 Message-ID: <5408E4E8.9030708@suse.de> Date: Fri, 05 Sep 2014 00:17:12 +0200 From: Alexander Graf MIME-Version: 1.0 References: <1409851240-48126-1-git-send-email-agraf@suse.de> <859F3497-872B-4EEC-BC9E-93E391A97F70@suse.de> <5408C355.90401@gmail.com> In-Reply-To: <5408C355.90401@gmail.com> Content-Type: text/plain; charset=shift_jis Content-Transfer-Encoding: quoted-printable Subject: Re: [Qemu-devel] [Qemu-ppc] [PULL 00/52] ppc patch queue 2014-09-04 List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Tom Musta , Peter Maydell Cc: "qemu-ppc@nongnu.org" , QEMU Developers On 04.09.14 21:53, Tom Musta wrote: > On 9/4/2014 2:13 PM, Alexander Graf wrote: >> >> >>> Am 04.09.2014 um 20:38 schrieb Peter Maydell : >>> >>>> On 4 September 2014 18:19, Alexander Graf wrote: >>>> Hi Peter, >>>> >>>> This is my current patch queue for ppc. Please pull. >>> >>> Hi. I'm afraid this doesn't build (x86, 64bit, gcc >>> 4.8.2, non-debug build): >>> >>> CC ppc64abi32-linux-user/linux-user/signal.o >>> /home/petmay01/linaro/qemu-for-merges/linux-user/signal.c: In functio= n >>> =81esetup_frame=81f: >>> /home/petmay01/linaro/qemu-for-merges/linux-user/signal.c:4698:5: >>> error: right shift count >=3D width of type [-Werror] >>> __put_user(set->sig[0] >> 32, &sc->_unused[3]); >>> ^ >>> cc1: all warnings being treated as errors >> >> Ouch. I guess we're missing ppc64abi32 in travis then - it never compl= ained here ;). >> >> Will fix in a few hours and resend. >> >> >> Alex >> >>> >>> thanks >>> -- PMM >> >=20 > I am thinking that the way to fix this is by amending patch 5/52 () wit= h this change Thanks, I did exactly that which fixed the build for ppc64abi32. Peter, please pull the same tag name again - I updated it with the now working state. Alex