all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#69538] [PATCH]: Update Nyxt to 3.11.4
@ 2024-03-04 10:38 André A. Gomes
  2024-03-05 12:25 ` Guillaume Le Vaillant
  0 siblings, 1 reply; 4+ messages in thread
From: André A. Gomes @ 2024-03-04 10:38 UTC (permalink / raw)
  To: 69538

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

Attached, thanks.


-- 
André A. Gomes
"You cannot even find the ruins..."

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: 0001-gnu-nyxt-Update-to-3.11.4.patch --]
[-- Type: text/x-patch, Size: 1093 bytes --]

From 06472d1dfb9160a5c5d1a96e3889ac11c713b81e Mon Sep 17 00:00:00 2001
From: "Andre A. Gomes" <andremegafone@gmail.com>
Date: Mon, 4 Mar 2024 12:34:23 +0200
Subject: [PATCH 1/2] gnu: nyxt: Update to 3.11.4.

* gnu/packages/web-browsers.scm (nyxt): Update to 3.11.4.
---
 gnu/packages/web-browsers.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/web-browsers.scm b/gnu/packages/web-browsers.scm
index 84f5c9f0eb..ae875551c1 100644
--- a/gnu/packages/web-browsers.scm
+++ b/gnu/packages/web-browsers.scm
@@ -590,7 +590,7 @@ (define-public vimb
 (define-public nyxt
   (package
     (name "nyxt")
-    (version "3.11.3")
+    (version "3.11.4")
     (source
      (origin
        (method git-fetch)
@@ -599,7 +599,7 @@ (define-public nyxt
              (commit version)))
        (sha256
         (base32
-         "0vp3w9a3zzn9kbq48a4b1nylrn1i4ibwxpl377yq04ggqkd6fi9a"))
+         "1c1kiwa7chm491gpzihpqv33ysmxfp83gw6wcsbq72hkwir6kf74"))
        (file-name (git-file-name name version))))
     (build-system gnu-build-system)
     (arguments
-- 
2.41.0


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [bug#69538] [PATCH]: Update Nyxt to 3.11.4
  2024-03-04 10:38 [bug#69538] [PATCH]: Update Nyxt to 3.11.4 André A. Gomes
@ 2024-03-05 12:25 ` Guillaume Le Vaillant
  2024-03-11 10:05   ` André A. Gomes
  0 siblings, 1 reply; 4+ messages in thread
From: Guillaume Le Vaillant @ 2024-03-05 12:25 UTC (permalink / raw)
  To: André A. Gomes; +Cc: 69538

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

I tried to test this update, but Nyxt crashes with the following error:

--8<---------------cut here---------------start------------->8---
$ ./pre-inst-env guix shell nyxt -- nyxt -I

Nyxt version 3.11.4
<INFO> [13:26:14] Source location: #P"/gnu/store/qfrj51yy20v55lkwlxqc77cqavcyf148-nyxt-3.11.3/share/nyxt/"
<INFO> [13:26:14] Listening to socket: #P"/run/user/1000/nyxt/nyxt.socket"
CORRUPTION WARNING in SBCL pid 7807 tid 7845:
Memory fault at 0x633932b1 (pc=0x5499b5a5 [code 0x5499b530+0x75 ID 0x406b], fp=0x7f670390da48, sp=0x7f670390da30) tid 7845
The integrity of this image is possibly compromised.
Continuing with fingers crossed.
<WARN> [13:26:14] Warning: Error on GI-GTK thread: Unhandled memory fault at #x633932B1.
--8<---------------cut here---------------end--------------->8---

Does Nyxt start successfully for you?

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [bug#69538] [PATCH]: Update Nyxt to 3.11.4
  2024-03-05 12:25 ` Guillaume Le Vaillant
@ 2024-03-11 10:05   ` André A. Gomes
  2024-03-11 10:27     ` bug#69538: " Guillaume Le Vaillant
  0 siblings, 1 reply; 4+ messages in thread
From: André A. Gomes @ 2024-03-11 10:05 UTC (permalink / raw)
  To: Guillaume Le Vaillant; +Cc: 69538

Guillaume Le Vaillant <glv@posteo.net> writes:

> I tried to test this update, but Nyxt crashes with the following error:
>
> $ ./pre-inst-env guix shell nyxt -- nyxt -I
>
> Nyxt version 3.11.4
> <INFO> [13:26:14] Source location: #P"/gnu/store/qfrj51yy20v55lkwlxqc77cqavcyf148-nyxt-3.11.3/share/nyxt/"
> <INFO> [13:26:14] Listening to socket: #P"/run/user/1000/nyxt/nyxt.socket"
> CORRUPTION WARNING in SBCL pid 7807 tid 7845:
> Memory fault at 0x633932b1 (pc=0x5499b5a5 [code 0x5499b530+0x75 ID 0x406b], fp=0x7f670390da48, sp=0x7f670390da30) tid 7845
> The integrity of this image is possibly compromised.
> Continuing with fingers crossed.
> <WARN> [13:26:14] Warning: Error on GI-GTK thread: Unhandled memory fault at #x633932B1.
>
> Does Nyxt start successfully for you?

Hi Guillaume,

Yes, it starts successfully for me.  I can't reproduce your report...


-- 
André A. Gomes
"You cannot even find the ruins..."




^ permalink raw reply	[flat|nested] 4+ messages in thread

* bug#69538: [PATCH]: Update Nyxt to 3.11.4
  2024-03-11 10:05   ` André A. Gomes
@ 2024-03-11 10:27     ` Guillaume Le Vaillant
  0 siblings, 0 replies; 4+ messages in thread
From: Guillaume Le Vaillant @ 2024-03-11 10:27 UTC (permalink / raw)
  To: André A. Gomes; +Cc: 69538-done

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

I can't reproduce the crash anymore (maybe the webkitgtk update fixed
it...), so patch pushed as c72d8feb1fca60164be980bbc66f48c9360d94a6.
Thanks.

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 247 bytes --]

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2024-03-11 10:32 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-03-04 10:38 [bug#69538] [PATCH]: Update Nyxt to 3.11.4 André A. Gomes
2024-03-05 12:25 ` Guillaume Le Vaillant
2024-03-11 10:05   ` André A. Gomes
2024-03-11 10:27     ` bug#69538: " Guillaume Le Vaillant

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.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.