GNU bug report logs - #60563
[PATCH 0/1] Fix mingw cross-compilation of nettle

Previous Next

Package: guix-patches;

Reported by: Vivien Kraus <vivien <at> planete-kraus.eu>

Date: Wed, 4 Jan 2023 23:42:01 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Ludovic Courtès <ludo <at> gnu.org>
Cc: tracker <at> debbugs.gnu.org
Subject: bug#60563: closed ([PATCH 0/1] Fix mingw cross-compilation of nettle)
Date: Thu, 19 Jan 2023 16:32:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Thu, 19 Jan 2023 17:31:26 +0100
with message-id <87lelya3kx.fsf_-_ <at> gnu.org>
and subject line Re: bug#60563: [PATCH 0/1] Fix mingw cross-compilation of nettle
has caused the debbugs.gnu.org bug report #60563,
regarding [PATCH 0/1] Fix mingw cross-compilation of nettle
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs <at> gnu.org.)


-- 
60563: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60563
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Vivien Kraus <vivien <at> planete-kraus.eu>
To: Vivien Kraus via Guix-patches via <guix-patches <at> gnu.org>
Subject: [PATCH 0/1] Fix mingw cross-compilation of nettle
Date: Thu, 5 Jan 2023 00:36:00 +0100
Dear guix,

nettle separates its static library output from its main output by moving all
files with a ".a" extension. However, doing that also moves the ".dll.a" files
on mingw. These files are required to link against a DLL. Packages that want
to link against the nettle DLL will require the default output of nettle, and
will not want the static output. So, these files must stay in the default
output.

Best regards,

Vivien

Vivien Kraus (1):
  gnu: nettle: Fix mingw cross-compilation.

 gnu/packages/nettle.scm | 10 ++++++++--
 1 file changed, 8 insertions(+), 2 deletions(-)


base-commit: 658c09333da095edf6e1b3c5e351a7bfa3c87354
-- 
2.38.1


[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Vivien Kraus <vivien <at> planete-kraus.eu>
Cc: 60563-done <at> debbugs.gnu.org
Subject: Re: bug#60563: [PATCH 0/1] Fix mingw cross-compilation of nettle
Date: Thu, 19 Jan 2023 17:31:26 +0100
Hi Vivien,

Vivien Kraus <vivien <at> planete-kraus.eu> skribis:

> * gnu/packages/nettle.scm (nettle-2) [move-static-libraries]: .dll.a files are
> not static libraries.

Applied, thanks!

Ludo’.


This bug report was last modified 2 years and 181 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.