help-guix
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Help: Packaging Bottles


From: Luis Felipe
Subject: Re: Help: Packaging Bottles
Date: Mon, 25 Apr 2022 13:23:39 +0000

Hi,

On Monday, April 25th, 2022 at 11:33 AM, phodina via <help-guix@gnu.org> wrote:

> Hi,
> 

> could I ask for help packaging Bottles? Patch provided below.
> 

> When I attempt to run the binary I get this message:
> 

> /gnu/store/a9h7l5g0zcvfsx8vi7yq3wc4k72i3i49-bottles-2022.4.14/bin/bottles
> Traceback (most recent call last):
> File 
> "/gnu/store/a9h7l5g0zcvfsx8vi7yq3wc4k72i3i49-bottles-2022.4.14/bin/.bottles-real",
>  line 42, in <module>
> 

> from bottles import main
> File 
> "/gnu/store/a9h7l5g0zcvfsx8vi7yq3wc4k72i3i49-bottles-2022.4.14/share/bottles/bottles/main.py",
>  line 28, in <module>
> 

> gi.require_version('WebKit2', '4.0')
> File 
> "/gnu/store/li6pai7xjn0xwc99rvdz29mx25ifznac-python-pygobject-3.40.1/lib/python3.9/site-packages/gi/init.py",
>  line 129, in require_version
> raise ValueError('Namespace %s not available for version %s' %ValueError: 
> Namespace WebKit2 not available for version 4.0
> 

> How should I wrap the binary to fix this error?

It seems like the same problem I came across recently with gfeeds (see 
https://issues.guix.gnu.org/55085). 


I fixed this by making the program require WebKit 4.1 instead of 4.0, but I'm 
not sure if that's the right way to do it.

Attachment: publickey - luis.felipe.la@protonmail.com - 0x12DE1598.asc
Description: application/pgp-keys

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]