GNU bug report logs - #73776
[PATCH] gnu: web-browsers: Update lagrange to 1.18.1

Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.

Package: guix-patches; Reported by: Rutherther <rutherther@HIDDEN>; Keywords: patch; dated Sat, 12 Oct 2024 18:37:02 UTC; Maintainer for guix-patches is guix-patches@HIDDEN.

Message received at submit <at> debbugs.gnu.org:


Received: (at submit) by debbugs.gnu.org; 12 Oct 2024 18:36:26 +0000
From debbugs-submit-bounces <at> debbugs.gnu.org Sat Oct 12 14:36:26 2024
Received: from localhost ([127.0.0.1]:56469 helo=debbugs.gnu.org)
	by debbugs.gnu.org with esmtp (Exim 4.84_2)
	(envelope-from <debbugs-submit-bounces <at> debbugs.gnu.org>)
	id 1szgyX-0002Ld-VQ
	for submit <at> debbugs.gnu.org; Sat, 12 Oct 2024 14:36:26 -0400
Received: from lists.gnu.org ([209.51.188.17]:46514)
 by debbugs.gnu.org with esmtp (Exim 4.84_2)
 (envelope-from <rutherther@HIDDEN>) id 1szgyV-0002Kv-Og
 for submit <at> debbugs.gnu.org; Sat, 12 Oct 2024 14:36:24 -0400
Received: from eggs.gnu.org ([2001:470:142:3::10])
 by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256)
 (Exim 4.90_1) (envelope-from <rutherther@HIDDEN>)
 id 1szfzG-0006iu-Dr
 for guix-patches@HIDDEN; Sat, 12 Oct 2024 13:33:06 -0400
Received: from ditigal.xyz ([78.46.201.50] helo=mail.ditigal.xyz)
 by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_CHACHA20_POLY1305:256)
 (Exim 4.90_1) (envelope-from <rutherther@HIDDEN>)
 id 1szfzD-0000TZ-Gk
 for guix-patches@HIDDEN; Sat, 12 Oct 2024 13:33:06 -0400
Received: by cerebrum (OpenSMTPD) with ESMTPSA id aae77f48
 (TLSv1.3:TLS_CHACHA20_POLY1305_SHA256:256:NO); 
 Sat, 12 Oct 2024 17:32:59 +0000 (UTC)
From: Rutherther <rutherther@HIDDEN>
To: guix-patches@HIDDEN
Subject: [PATCH] gnu: web-browsers: Update lagrange to 1.18.1
Date: Sat, 12 Oct 2024 19:32:25 +0200
Message-ID: <a904f64007a0ac6555b89c4977247cab80959d42.1728754292.git.rutherther@HIDDEN>
X-Mailer: git-send-email 2.46.0
MIME-Version: 1.0
Content-Transfer-Encoding: 8bit
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=ditigal.xyz;
 i=@ditigal.xyz; q=dns/txt; s=20240917; t=1728754379; h=from : to : cc
 : subject : date : message-id : mime-version :
 content-transfer-encoding : from;
 bh=aeVy3w1r79CnCT/cNSRveNhJXMZHzrvc/nbik8RtyXI=;
 b=MCNYnRwRhYLHarWrSvSUWLFw1OeibpgnHvrfMLC6paAtIoRaiVS6w5SHYLYVX46F4Iri8
 To2HVDKFLL0AS4GT+S0YmmoKMLOlTuNfb1PlL8A5aUmnf6M5qeJeOXgmf7hbw1KbJcrjEei
 CudxwZhaPSMzSGh6WpS/SkyppktU9Lo=
Received-SPF: pass client-ip=78.46.201.50; envelope-from=rutherther@HIDDEN;
 helo=mail.ditigal.xyz
X-Spam_score_int: -20
X-Spam_score: -2.1
X-Spam_bar: --
X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1,
 DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1,
 RCVD_IN_VALIDITY_RPBL_BLOCKED=0.001, RCVD_IN_VALIDITY_SAFE_BLOCKED=0.001,
 SPF_HELO_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no
X-Spam_action: no action
X-Spam-Score: -1.4 (-)
X-Debbugs-Envelope-To: submit
Cc: Rutherther <rutherther@HIDDEN>
X-BeenThere: debbugs-submit <at> debbugs.gnu.org
X-Mailman-Version: 2.1.18
Precedence: list
List-Id: <debbugs-submit.debbugs.gnu.org>
List-Unsubscribe: <https://debbugs.gnu.org/cgi-bin/mailman/options/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=unsubscribe>
List-Archive: <https://debbugs.gnu.org/cgi-bin/mailman/private/debbugs-submit/>
List-Post: <mailto:debbugs-submit <at> debbugs.gnu.org>
List-Help: <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=help>
List-Subscribe: <https://debbugs.gnu.org/cgi-bin/mailman/listinfo/debbugs-submit>, 
 <mailto:debbugs-submit-request <at> debbugs.gnu.org?subject=subscribe>
Errors-To: debbugs-submit-bounces <at> debbugs.gnu.org
Sender: "Debbugs-submit" <debbugs-submit-bounces <at> debbugs.gnu.org>
X-Spam-Score: -2.4 (--)

Apart from the update itself there seems to have been
a regression in lib_foundation. The package seems to
only look into absolute paths for libunistring library,
or falls back to static one found by cmake find_library.

There are numerous ways to solve that, but I think it should
be fine to use the static output. The resulting lib_foundation
is also a statically linked library.
The out output canont be
only replaced, as then headers are not found. Another
solution could be to patch the Depends.cmake under lib_foundation
to look into proper paths.

* gnu/packages/web-browsers.scm (lagrange): Update to 1.18.1
* gnu/packages/web-browsers.scm (lagrange) [inputs]: Add libunistring static output

Change-Id: I64fde81b2e653cc510a22c81c79815cc51f35ea3
---
 gnu/packages/web-browsers.scm | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 7f04af981a..bc2709c3d0 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -732,7 +732,7 @@ (define-public nyxt
 (define-public lagrange
   (package
     (name "lagrange")
-    (version "1.17.6")
+    (version "1.18.1")
     (source
      (origin
        (method url-fetch)
@@ -740,7 +740,7 @@ (define-public lagrange
         (string-append "https://git.skyjake.fi/skyjake/lagrange/releases/"
                        "download/v" version "/lagrange-" version ".tar.gz"))
        (sha256
-        (base32 "0fsjn74cmrchqgnj88yzdxyj1gm0i2vrzh69b9b9bi7y2wk9il5r"))
+        (base32 "0l6wcjbz2z7vx82411nldp43rcq2s6nhphhwp85ca21bm3zc87ai"))
        (modules '((guix build utils)))
        (snippet
         '(begin
@@ -758,6 +758,7 @@ (define-public lagrange
      (list freetype
            fribidi
            harfbuzz
+           `(,libunistring "static")
            libunistring
            libwebp
            mpg123

base-commit: 7a89bbffd081129da8c2c5b58b4e12133bf210c5
-- 
2.46.0




Acknowledgement sent to Rutherther <rutherther@HIDDEN>:
New bug report received and forwarded. Copy sent to guix-patches@HIDDEN. Full text available.
Report forwarded to guix-patches@HIDDEN:
bug#73776; Package guix-patches. Full text available.
Please note: This is a static page, with minimal formatting, updated once a day.
Click here to see this page with the latest information and nicer formatting.
Last modified: Sun, 12 Jan 2025 05:45:02 UTC

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