From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=35272 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OEmmP-0004kw-JK for qemu-devel@nongnu.org; Wed, 19 May 2010 13:10:02 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OEmmN-0006eE-OO for qemu-devel@nongnu.org; Wed, 19 May 2010 13:10:01 -0400 Received: from mail-wy0-f173.google.com ([74.125.82.173]:59615) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OEmmN-0006dw-FY for qemu-devel@nongnu.org; Wed, 19 May 2010 13:09:59 -0400 Received: by wye20 with SMTP id 20so17419wye.4 for ; Wed, 19 May 2010 10:09:58 -0700 (PDT) Message-ID: <4BF41B63.1040801@gmail.com> Date: Wed, 19 May 2010 19:09:55 +0200 From: Riccardo Magliocchetti MIME-Version: 1.0 Subject: Re: [Qemu-devel] Latest git does not compile target_to_host_rlim() References: <4BF3D0C7.7000600@gmail.com> <20100519163850.GA31237@volta.aurel32.net> In-Reply-To: <20100519163850.GA31237@volta.aurel32.net> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Aurelien Jarno Cc: qemu-devel@nongnu.org, takasi-y@ops.dti.ne.jp Il 19/05/2010 18:38, Aurelien Jarno ha scritto: > On Wed, May 19, 2010 at 01:51:35PM +0200, Riccardo Magliocchetti wrote: >> Hello, >> >> latest git does not compile on debian sid 32 bit (kernel 64 bit), >> gcc 4.4.4: >> >> CC alpha-linux-user/syscall.o >> cc1: warnings being treated as errors >> /home/rm/src/qemu/linux-user/syscall.c: In function ‘target_to_host_rlim’: >> /home/rm/src/qemu/linux-user/syscall.c:836: error: integer constant >> is too large for ‘unsigned long’ type >> /home/rm/src/qemu/linux-user/syscall.c: In function ‘host_to_target_rlim’: >> /home/rm/src/qemu/linux-user/syscall.c:845: error: integer constant >> is too large for ‘unsigned long’ type >> > > I have just committed a patch to fix the problem. > thanks for the prompt reply, have you pushed it? can't see it on git.qemu.org. thanks, riccardo