Hi, On Monday, April 25th, 2022 at 11:33 AM, phodina via 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 > > from bottles import main > File "/gnu/store/a9h7l5g0zcvfsx8vi7yq3wc4k72i3i49-bottles-2022.4.14/share/bottles/bottles/main.py", line 28, in > > 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.