all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Richard Copley <rcopley@gmail.com>
To: Stephen Leake <stephen_leake@stephe-leake.org>
Cc: emacs-devel <emacs-devel@gnu.org>
Subject: Re: gnutls on mingw64
Date: Wed, 27 Nov 2019 08:56:38 +0000	[thread overview]
Message-ID: <CAPM58ogS=oEv8d-PxZ3hxn=GVXNTssYFZ2FatTVftPGi__aGrg@mail.gmail.com> (raw)
In-Reply-To: <868so2p1i7.fsf@stephe-leake.org>

[-- Attachment #1: Type: text/plain, Size: 1144 bytes --]

On Wed, 27 Nov 2019 at 01:13, Stephen Leake <stephen_leake@stephe-leake.org>
wrote:

> Richard Copley <rcopley@gmail.com> writes:
>
> So the dependency list in mingw pacman is incorrect for libgnutls. I've
> reported this via the mingw64 github issues page:
> https://github.com/msys2/MINGW-packages/issues/5997
>
> Hmm. pacman has a package msys/libhogweed 3.5.1, which installs
> d:/msys64/mingw64/bin/libhogweed-4.dll; wrong version. Sigh.
>

That is the package dependent on the msys DLL, not the native package; and
that path doesn't seem right. Here, the files belonging to the
msys/libhogweed package are:

$ pacman -Ql libhogweed
libhogweed /usr/
libhogweed /usr/bin/
libhogweed /usr/bin/msys-hogweed-5.dll

This command shows which package owns the native libhogweed DLL on my
system:

$ pacman -Qo /mingw64/bin/libhogweed-5.dll
/mingw64/bin/libhogweed-5.dll is owned by mingw-w64-x86_64-nettle 3.5.1-1


> Similarly, package libnettle 3.5 installs libnettle-6.dll.
>

$ pacman -Ssq nettle
mingw-w64-i686-nettle
mingw-w64-x86_64-nettle
libnettle
libnettle-devel
nettle

It's the native package, mingw-w64-x86_64-nettle, that you want.

[-- Attachment #2: Type: text/html, Size: 2115 bytes --]

  reply	other threads:[~2019-11-27  8:56 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-26 12:34 gnutls on mingw64 Stephen Leake
2019-11-26 15:42 ` Richard Copley
2019-11-27  1:10   ` Stephen Leake
2019-11-27  8:56     ` Richard Copley [this message]
2019-11-27  9:58       ` Stephen Leake
2019-11-26 15:46 ` Eli Zaretskii
2019-11-27 10:00   ` Stephen Leake
2019-11-27 15:53     ` Eli Zaretskii
2019-11-28 18:00       ` Stephen Leake
2019-11-28 22:22         ` Richard Copley
2019-11-29  7:17           ` Eli Zaretskii
2019-11-29  8:32             ` Richard Copley
2019-11-29 10:24               ` Eli Zaretskii
2019-11-29  3:16         ` Juanma Barranquero

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAPM58ogS=oEv8d-PxZ3hxn=GVXNTssYFZ2FatTVftPGi__aGrg@mail.gmail.com' \
    --to=rcopley@gmail.com \
    --cc=emacs-devel@gnu.org \
    --cc=stephen_leake@stephe-leake.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.