From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: Daniel Colascione Newsgroups: gmane.emacs.devel Subject: Re: Preview: portable dumper Date: Fri, 16 Feb 2018 13:25:00 -0800 Message-ID: <46535781-d5c2-fee8-05aa-37a29988ce86@dancol.org> References: <1775923222.898447.1518559575706@mail.libero.it> <277032065.898859.1518560883271@mail.libero.it> <1456022824.1085831.1518815658356@mail.libero.it> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 7bit X-Trace: blaine.gmane.org 1518816233 15649 195.159.176.226 (16 Feb 2018 21:23:53 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Fri, 16 Feb 2018 21:23:53 +0000 (UTC) User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.5.0 To: Angelo Graziosi , emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Fri Feb 16 22:23:49 2018 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1emnTt-0003TK-U7 for ged-emacs-devel@m.gmane.org; Fri, 16 Feb 2018 22:23:46 +0100 Original-Received: from localhost ([::1]:34363 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1emnVu-0001Mj-2s for ged-emacs-devel@m.gmane.org; Fri, 16 Feb 2018 16:25:50 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:35262) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1emnVF-0000lB-8a for emacs-devel@gnu.org; Fri, 16 Feb 2018 16:25:10 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1emnVD-0008O8-T4 for emacs-devel@gnu.org; Fri, 16 Feb 2018 16:25:08 -0500 Original-Received: from dancol.org ([2600:3c01::f03c:91ff:fedf:adf3]:48610) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1emnVD-0008Nm-M4 for emacs-devel@gnu.org; Fri, 16 Feb 2018 16:25:07 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=dancol.org; s=x; h=Content-Transfer-Encoding:Content-Type:In-Reply-To:MIME-Version:Date:Message-ID:From:References:To:Subject; bh=vLdh8i6rN25RFgLfhuo7afe5kbztk3qx2wBEFkOOgTQ=; b=JyLTOZ3gJzPENtUJiR7hM/WmXj4vW7wn3etG53g4d6kwFJpvM9Cyf7h+vgWWBzZ9qNO6jU/0K3mLaZ5bZAIUglH5NxJfAGW3MWDKXWtCK+OEYkg4JD5FA1ybto8iAfsqx7T9WhHxfGNxHeAcmszm48xcAAYmCdC4PGJJGxVBFmPeQ+UeCWlSYdEywXMeg4tMCS65jlPdC6hz3TS/EovQW2a/I2R6NeMURifU2nmqcObrhKGcav55JMQXAoI6Ah5TvNTysjIs+1K/jjN4UDH2jGTUHZGWhYsIvITtfv4FynIkf7HYZusbclqH/SgbIU2aqjOxuQSdO6D9IBh0KzLuDQ==; Original-Received: from [2604:4080:1321:8ab0:6046:2e80:d3e:2b67] by dancol.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.84_2) (envelope-from ) id 1emnVC-0000au-VW; Fri, 16 Feb 2018 13:25:07 -0800 In-Reply-To: <1456022824.1085831.1518815658356@mail.libero.it> Content-Language: en-US X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 2600:3c01::f03c:91ff:fedf:adf3 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: "Emacs-devel" Xref: news.gmane.org gmane.emacs.devel:222847 Archived-At: On 02/16/2018 01:14 PM, Angelo Graziosi wrote: > Just for the record, > >> Meanwhile... here the build fails (MSYS2/MinGW64): >> >> [...] >> pdumper.c: In function 'dump_read_all': >> pdumper.c:4723:45: error: conversion to 'unsigned int' from 'size_t {aka long long unsigned int}' may alter its value [-Werror=conversion] >> read (fd, (char*) buf + bytes_read, bytes_to_read - bytes_read); >> ^~~~~~~~~~~~~ >> CC data.o >> cc1.exe: some warnings being treated as errors > > I have seen you have commit many fixes but here the build still fails in the same manner.. Maybe you have not found the right solution yet.. On this one, I was waiting to see how the broader discussion went.