From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 66710 invoked by alias); 14 Jul 2019 21:23:14 -0000 Mailing-List: contact bzip2-devel-help@sourceware.org; run by ezmlm Precedence: bulk List-Post: List-Help: List-Subscribe: List-Id: Sender: bzip2-devel-owner@sourceware.org Received: (qmail 66700 invoked by uid 89); 14 Jul 2019 21:23:14 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Checked: by ClamAV 0.100.3 on sourceware.org X-Virus-Found: No X-Spam-SWARE-Status: No, score=-6.7 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 spammy=wine, Wine, HX-Languages-Length:1484, day X-Spam-Status: No, score=-6.7 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.1 X-Spam-Checker-Version: SpamAssassin 3.3.1 (2010-03-16) on sourceware.org X-Spam-Level: X-HELO: gnu.wildebeest.org Message-ID: <23197ac342d44166d9ae1824d5e4d6b6bd9cbfaf.camel@klomp.org> Subject: Re: _stati64 patch (Was: [PATCH] Fix include path separator) From: Mark Wielaard To: Joshua Watt Cc: bzip2-devel@sourceware.org, Phil Ross Date: Tue, 01 Jan 2019 00:00:00 -0000 In-Reply-To: <047e4d94-9223-b411-bc83-429ba458fa67@gmail.com> References: <20190702200544.27137-1-JPEW.hacker@gmail.com> <20190705083857.GF4777@wildebeest.org> <5867f77d-36b1-5ae2-1b53-5e1ee5a63323@gmail.com> <03e0c9b1537ea400554213a7caef8855cc73aa04.camel@klomp.org> <047e4d94-9223-b411-bc83-429ba458fa67@gmail.com> Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Mailer: Evolution 3.28.5 (3.28.5-2.el7) Mime-Version: 1.0 X-Spam-Flag: NO X-SW-Source: 2019-q3/txt/msg00032.txt.bz2 Hi Joshua, On Tue, 2019-07-09 at 16:59 -0500, Joshua Watt wrote: > > BTW. I don't know much about windows, and I assume it doesn't ship with > > bash. But maybe you could take a peek at the bzip2-tests repository and > > see if you could somehow make that work on Windows? > > https://sourceware.org/git/bzip2-tests.git >=20 > Windows isn't really my preferred OS either; I'm tasked with maintaining= =20 > an embedded Linux cross compiling environment for Windows as part of my=20 > day job, so I end up dealing with it more that I would perhaps like :) >=20 > Anyway, the good news is that you don't really need to make any changes=20 > to the bzip2-tests repo; it works fine on Windows as is. As previously=20 > stated, I compiled bzip2 using MinGW (http://www.mingw.org/). There is=20 > also a related project called msys (http://www.mingw.org/wiki/MSYS) that= =20 > will give you a traditional bash shell (as well as most other standard=20 > utilities) in Windows. The run-tests.sh script works just fine there and= =20 > all the tests pass, using a build of bzip2 from b07b105 ("Accept as many= =20 > selectors as the file format allows."). That is really awesome. Thanks so much for testing that out. Can a cross build bzip2 using MinGw (and msys) be run under Wine? That might give us a build CI pipeline for testing bzip2 using the buildbot. It might not be identical to running under actual Windows. But it might be scripted/automated. Thanks, Mark