GNU bug report logs - #51931
[PATCH core-updates-frozen] gnu: sbcl-cl-webkit: Update to 3.4.0.

Previous Next

Package: guix-patches;

Reported by: Kaelyn Takata <kaelyn.alexi <at> protonmail.com>

Date: Wed, 17 Nov 2021 22:37:01 UTC

Severity: normal

Tags: patch

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

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 51931 in the body.
You can then email your comments to 51931 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to guix-patches <at> gnu.org:
bug#51931; Package guix-patches. (Wed, 17 Nov 2021 22:37:01 GMT) Full text and rfc822 format available.

Acknowledgement sent to Kaelyn Takata <kaelyn.alexi <at> protonmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Wed, 17 Nov 2021 22:37:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Kaelyn Takata <kaelyn.alexi <at> protonmail.com>
To: guix-patches <at> gnu.org
Cc: Kaelyn Takata <kaelyn.alexi <at> protonmail.com>
Subject: [PATCH core-updates-frozen] gnu: sbcl-cl-webkit: Update to 3.4.0.
Date: Wed, 17 Nov 2021 22:36:00 +0000
* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 3.4.0, bringing in
  support for libwebkit2gtk-4.1 from webkit 2.34.
---
 gnu/packages/lisp-xyz.scm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 1097118fb3..c218468387 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -3230,7 +3230,7 @@ (define-public ecl-cl-cffi-gtk
 (define-public sbcl-cl-webkit
   (package
     (name "sbcl-cl-webkit")
-    (version "3.0.0")
+    (version "3.4.0")
     (source
      (origin
        (method git-fetch)
@@ -3240,7 +3240,7 @@ (define-public sbcl-cl-webkit
        (file-name (git-file-name "cl-webkit" version))
        (sha256
         (base32
-         "015xry1cvbgspfzz35ifz2qscz946ljhj2z8rzjscy9v8fgnjsdk"))))
+         "0l6ml7g0r0kzbgf49bsgj2yxhgralh8fc0h9vpc79fvw20qgsd56"))))
     (build-system asdf-build-system/sbcl)
     (inputs
      `(("cffi" ,sbcl-cffi)
-- 
2.33.1






Information forwarded to guix-patches <at> gnu.org:
bug#51931; Package guix-patches. (Thu, 18 Nov 2021 00:59:02 GMT) Full text and rfc822 format available.

Message #8 received at 51931 <at> debbugs.gnu.org (full text, mbox):

From: Kaelyn <kaelyn.alexi <at> protonmail.com>
To: "51931 <at> debbugs.gnu.org" <51931 <at> debbugs.gnu.org>
Subject: [PATCH core-updates-frozen] gnu: sbcl-cl-webkit: Update to 3.4.0.
Date: Thu, 18 Nov 2021 00:57:50 +0000
This patch could probably also apply to the main branch, but I discovered that sbcl-cl-webkit would not build when updating a system that was already on core-updates-frozen but hadn't been updated in a while.

The most relevant snippet of the failed build's log is:

; wrote /gnu/store/ql3zbp096vc0pmlaxk99p8s3xwyhmf0r-sbcl-cl-webkit-3.0.0/lib/common-lisp/sbcl/cl-webkit/webkit2/webkit2.init-tmp9V47YWQF.fasl
; compilation finished in 0:00:00.012
Unhandled LOAD-FOREIGN-LIBRARY-ERROR in thread #<SB-THREAD:THREAD "main thread" RUNNING
                                                  {100B8202F3}>:
  Unable to load any of the alternatives:
   ("/gnu/store/ixi7vwjvwc7ci6v28y1n9i2hmh9scf0f-webkitgtk-2.34.1/lib/libwebkit2gtk-4.0.so"
    "/gnu/store/ixi7vwjvwc7ci6v28y1n9i2hmh9scf0f-webkitgtk-2.34.1/lib/libwebkit2gtk-4.0.so.37")

Backtrace for: #<SB-THREAD:THREAD "main thread" RUNNING {100B8202F3}>
0: (SB-DEBUG::DEBUGGER-DISABLED-HOOK #<LOAD-FOREIGN-LIBRARY-ERROR "Unable to load any of the alternatives:~%   ~S" {10092CE233}> #<unused argument> :QUIT T)
1: (SB-DEBUG::RUN-HOOK SB-EXT:*INVOKE-DEBUGGER-HOOK* #<LOAD-FOREIGN-LIBRARY-ERROR "Unable to load any of the alternatives:~%   ~S" {10092CE233}>)
2: (INVOKE-DEBUGGER #<LOAD-FOREIGN-LIBRARY-ERROR "Unable to load any of the alternatives:~%   ~S" {10092CE233}>)

According to the change log at https://github.com/joachifm/cl-webkit, support for libwebkit2gtk-4.1.so as found in ixi7vwjvwc7ci6v28y1n9i2hmh9scf0f-webkitgtk-2.34.1 was added in version 3.3.0.




Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Thu, 18 Nov 2021 09:00:02 GMT) Full text and rfc822 format available.

Notification sent to Kaelyn Takata <kaelyn.alexi <at> protonmail.com>:
bug acknowledged by developer. (Thu, 18 Nov 2021 09:00:03 GMT) Full text and rfc822 format available.

Message #13 received at 51931-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Kaelyn Takata <kaelyn.alexi <at> protonmail.com>
Cc: 51931-done <at> debbugs.gnu.org
Subject: Re: bug#51931: [PATCH core-updates-frozen] gnu: sbcl-cl-webkit:
 Update to 3.4.0.
Date: Thu, 18 Nov 2021 09:59:20 +0100
Hello,

Kaelyn Takata <kaelyn.alexi <at> protonmail.com> skribis:

> * gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 3.4.0, bringing in
>   support for libwebkit2gtk-4.1 from webkit 2.34.

Applied to ‘core-updates-frozen’, thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Thu, 16 Dec 2021 12:24:09 GMT) Full text and rfc822 format available.

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

Previous Next


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