From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: =?utf-8?Q?=C3=93scar_Fuentes?= Newsgroups: gmane.emacs.devel Subject: Re: more windows confusions Date: Wed, 18 Oct 2017 00:43:42 +0200 Message-ID: <87376h2y5d.fsf@qcore> References: <87infdif14.fsf@russet.org.uk> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: blaine.gmane.org 1508280283 11065 195.159.176.226 (17 Oct 2017 22:44:43 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Tue, 17 Oct 2017 22:44:43 +0000 (UTC) User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/26.0.50 (gnu/linux) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Wed Oct 18 00:44:39 2017 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 1e4aax-0007rm-LK for ged-emacs-devel@m.gmane.org; Wed, 18 Oct 2017 00:44:19 +0200 Original-Received: from localhost ([::1]:41776 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e4ab3-00009m-Cl for ged-emacs-devel@m.gmane.org; Tue, 17 Oct 2017 18:44:25 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:47639) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1e4aaw-0008Vq-Mt for emacs-devel@gnu.org; Tue, 17 Oct 2017 18:44:19 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1e4aas-0001bX-H1 for emacs-devel@gnu.org; Tue, 17 Oct 2017 18:44:18 -0400 Original-Received: from [195.159.176.226] (port=50025 helo=blaine.gmane.org) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1e4aas-0001YP-94 for emacs-devel@gnu.org; Tue, 17 Oct 2017 18:44:14 -0400 Original-Received: from list by blaine.gmane.org with local (Exim 4.84_2) (envelope-from ) id 1e4aaV-0004ot-Ce for emacs-devel@gnu.org; Wed, 18 Oct 2017 00:43:51 +0200 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 34 Original-X-Complaints-To: usenet@blaine.gmane.org Cancel-Lock: sha1:8pTwGUmcjghcdfrkQTgxEYCjC9c= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 195.159.176.226 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:219613 Archived-At: phillip.lord@russet.org.uk (Phillip Lord) writes: > I'm currently scripting the windows build and have hit a snag. My > dependency list has two packages for which there do not appear to be > source. > > The two in question are these: > > mingw-w64-gcc-libs This is part of gcc (mingw-w64-gcc/PKGBUILD). > mingw-w64-libwinpthread-git This is mingw-w64-libwinpthreads-git/PKGBUILD (note the extra `s'). > Both pretty generic and indirect dependencies of most of the Emacs > libraries dependencies. I'm trying to get the source from here. > > https://github.com/Alexpux/MINGW-packages > > I'm guessing this is because of some obscurity about the way packaging > works for MSYS2/MINGW. Any suggestions welcome. The MSYS2 maintainer uploads the source of each binary package he builds. See for instance: https://sourceforge.net/projects/msys2/files/REPOS/MINGW/Sources/ If you download the source from there, you are guaranteed to obtain the corresponding source code of the binary package available on the same server.