GNU bug report logs - #60604
[PATCH] gnu: castor: Fix compilation.

Previous Next

Package: guix-patches;

Reported by: Lilah Tascheter <lilah <at> lunabee.space>

Date: Fri, 6 Jan 2023 19:11: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#60604: closed ([PATCH] gnu: castor: Fix compilation.)
Date: Tue, 31 Jan 2023 22:13:01 +0000
[Message part 1 (text/plain, inline)]
Your message dated Tue, 31 Jan 2023 23:12:10 +0100
with message-id <87zg9ys69x.fsf <at> gnu.org>
and subject line Re: bug#60604: [PATCH] gnu: castor: Fix compilation.
has caused the debbugs.gnu.org bug report #60604,
regarding [PATCH] gnu: castor: Fix compilation.
to be marked as done.

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


-- 
60604: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=60604
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
From: Lilah Tascheter <lilah <at> lunabee.space>
To: guix-patches <at> gnu.org
Cc: Lilah Tascheter <lilah <at> lunabee.space>
Subject: [PATCH] gnu: castor: Fix compilation.
Date: Fri,  6 Jan 2023 13:09:26 -0600
Castor no longer compiles with latest packaged LibreSSL; latest
OpenSSL, however, does compile.

* gnu/packages/web.scm (castor)[inputs]: Replace libressl with openssl.
---
 gnu/packages/web.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/web.scm b/gnu/packages/web.scm
index dcb7b3872a..befca3fc90 100644
--- a/gnu/packages/web.scm
+++ b/gnu/packages/web.scm
@@ -6543,7 +6543,7 @@ (define-public castor
            cairo
            gdk-pixbuf
            gtk+
-           libressl
+           openssl-3.0
            pango))
     (home-page "https://git.sr.ht/~julienxx/castor")
     (synopsis "Graphical client for plain-text protocols")

base-commit: 22ffa5e00a05f75bb3b4285cd1ede28f2e7c6325
-- 
2.37.3



[Message part 3 (message/rfc822, inline)]
From: Ludovic Courtès <ludo <at> gnu.org>
To: Lilah Tascheter <lilah <at> lunabee.space>
Cc: 60604-done <at> debbugs.gnu.org
Subject: Re: bug#60604: [PATCH] gnu: castor: Fix compilation.
Date: Tue, 31 Jan 2023 23:12:10 +0100
Hi,

Lilah Tascheter <lilah <at> lunabee.space> skribis:

> Castor no longer compiles with latest packaged LibreSSL; latest
> OpenSSL, however, does compile.
>
> * gnu/packages/web.scm (castor)[inputs]: Replace libressl with openssl.

Applied, thanks!

Ludo’.


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

Previous Next


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