From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from [140.186.70.92] (port=43571 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OEoUM-0001lE-R1 for qemu-devel@nongnu.org; Wed, 19 May 2010 14:59:34 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OEoUL-0006uh-3W for qemu-devel@nongnu.org; Wed, 19 May 2010 14:59:30 -0400 Received: from mail-ww0-f45.google.com ([74.125.82.45]:58227) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OEoUK-0006uU-Tl for qemu-devel@nongnu.org; Wed, 19 May 2010 14:59:29 -0400 Received: by wwb24 with SMTP id 24so1021749wwb.4 for ; Wed, 19 May 2010 11:59:27 -0700 (PDT) Message-ID: <4BF4350B.1030105@gmail.com> Date: Wed, 19 May 2010 20:59:23 +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> <4BF41B63.1040801@gmail.com> <20100519171941.GA18828@hall.aurel32.net> In-Reply-To: <20100519171941.GA18828@hall.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 19:19, Aurelien Jarno ha scritto: > On Wed, May 19, 2010 at 07:09:55PM +0200, Riccardo Magliocchetti wrote: >> 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. >> > > Yes. > > git.qemu.org is only a mirror, so a propagation time is needed. > fix propagated :) Thanks, riccardo