unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#37545: epiphany and next broken after webkitgtk upgrade to 2.26.1
@ 2019-09-28 21:51 Vagrant Cascadian
  2019-09-29  6:55 ` Vagrant Cascadian
  2019-10-08  6:09 ` Bradley Haggerty
  0 siblings, 2 replies; 8+ messages in thread
From: Vagrant Cascadian @ 2019-09-28 21:51 UTC (permalink / raw)
  To: 37545

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

Both next and epiphany are very broken for me after the upgrade to
webkitgtk to 2.26.1.

I first noticed when running core-updates, but then also tested on
master (de3896fb79984d545e7fec0b5e4f1ba37983fbce) with the same result.

$ guix describe
Generation 240  Sep 27 2019 20:47:30    (current)
  guix 60643d1
    repository URL: file:///home/vagrant/src/guix
    commit: 60643d1b1930c54789c8262ae68457fe0c85fae0
$ guix package -I epiphany
epiphany        3.30.4  out
/gnu/store/vc6caa4n1jkqkvzjg03d9j5m93k8g6g0-epiphany-3.30.4
$ epiphany

** (epiphany:16759): WARNING **: 21:18:10.796:
   webkit_web_context_set_web_process_count_limit is deprecated and d
wpe_loader_init could not load the library 'libWPEBackend-fdo-1.0.so':
   libWPEBackend-fdo-1.0.so: cannot open shar
wpe: could not load the impl library. Is there any backend installed?:
   libWPEBackend-default.so: cannot open shar
Aborted

I don't have a capture of the "next" browser output handy, but it wasn't
working either.

I also tried building without grafts, just in case, but no difference.


Reverting the following commit causes both browsers to work again.

commit 689b44bc3fe50de86c8c8b8c2ac503b2e82d7975
Author: Marius Bakke <mbakke@fastmail.com>
Date:   Thu Sep 26 16:40:45 2019 +0200

    gnu: WebKitGTK: Update to 2.26.1.

    * gnu/packages/webkit.scm (webkitgtk-2.24): Rename to ...
    (webkitgtk-2.26): ... this.  Update to 2.26.1.
    [inputs]: Add BUBBLEWRAP, LIBSECCOMP, LIBWPE, WPEBACKEND-FDO, and
    XDG-DBUS-PROXY.
    * gnu/packages/gnome.scm (eolie, epiphany)[inputs]: Adjust for
    changed
    variable name.
    * gnu/packages/web-browsers.scm (next-gtk-webkit)[inputs]: Likewise.


Maybe libwpe and/or wpebackend-fdo aren't added in (all) the correct
place(s)?


live well,
  vagrant

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

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

* bug#37545: epiphany and next broken after webkitgtk upgrade to 2.26.1
  2019-09-28 21:51 bug#37545: epiphany and next broken after webkitgtk upgrade to 2.26.1 Vagrant Cascadian
@ 2019-09-29  6:55 ` Vagrant Cascadian
  2019-10-02 12:23   ` Ludovic Courtès
  2019-10-08  6:09 ` Bradley Haggerty
  1 sibling, 1 reply; 8+ messages in thread
From: Vagrant Cascadian @ 2019-09-29  6:55 UTC (permalink / raw)
  To: 37545

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

On 2019-09-28, Vagrant Cascadian wrote:
> Both next and epiphany are very broken for me after the upgrade to
> webkitgtk to 2.26.1.
...
> $ epiphany
>
> ** (epiphany:16759): WARNING **: 21:18:10.796:
>    webkit_web_context_set_web_process_count_limit is deprecated and d
> wpe_loader_init could not load the library 'libWPEBackend-fdo-1.0.so':
>    libWPEBackend-fdo-1.0.so: cannot open shar
> wpe: could not load the impl library. Is there any backend installed?:
>    libWPEBackend-default.so: cannot open shar
> Aborted
>
> I don't have a capture of the "next" browser output handy, but it wasn't
> working either.

Ok, a little further ...

  guix environment --ad-hoc epiphany

Still fails in the same way... but!

  guix environment --pure --ad-hoc epiphany

Works fine!

So something in the... environment variables is causing problems? XDG*?

More debugging another day...

live well,
  vagrant

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

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

* bug#37545: epiphany and next broken after webkitgtk upgrade to 2.26.1
  2019-09-29  6:55 ` Vagrant Cascadian
@ 2019-10-02 12:23   ` Ludovic Courtès
  2019-10-02 15:51     ` Vagrant Cascadian
  0 siblings, 1 reply; 8+ messages in thread
From: Ludovic Courtès @ 2019-10-02 12:23 UTC (permalink / raw)
  To: Vagrant Cascadian; +Cc: 37545

Hi Vagrant!

Vagrant Cascadian <vagrant@debian.org> skribis:

> Ok, a little further ...
>
>   guix environment --ad-hoc epiphany

It works for me on ‘core-updates’
ece22ac8ccb6744eaec0320f0c7c9b6680fffa46, but note that my system and
user profile were already on ‘core-updates’, so presumably that avoids
problems with XDG_*.

> Still fails in the same way... but!
>
>   guix environment --pure --ad-hoc epiphany
>
> Works fine!

This works fine for me too:

  guix environment -E DISPLAY -E XAUTHORITY --ad-hoc epiphany --pure -- epiphany

So… problem solved?

Ludo’.

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

* bug#37545: epiphany and next broken after webkitgtk upgrade to 2.26.1
  2019-10-02 12:23   ` Ludovic Courtès
@ 2019-10-02 15:51     ` Vagrant Cascadian
  2019-10-06 16:06       ` Marius Bakke
  0 siblings, 1 reply; 8+ messages in thread
From: Vagrant Cascadian @ 2019-10-02 15:51 UTC (permalink / raw)
  To: Ludovic Courtès; +Cc: 37545

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

On 2019-10-02, Ludovic Courtès wrote:
> Vagrant Cascadian <vagrant@debian.org> skribis:
>
>> Ok, a little further ...
>>
>>   guix environment --ad-hoc epiphany
>
> It works for me on ‘core-updates’
> ece22ac8ccb6744eaec0320f0c7c9b6680fffa46, but note that my system and
> user profile were already on ‘core-updates’, so presumably that avoids
> problems with XDG_*.
>
>> Still fails in the same way... but!
>>
>>   guix environment --pure --ad-hoc epiphany
>>
>> Works fine!
>
> This works fine for me too:
>
>   guix environment -E DISPLAY -E XAUTHORITY --ad-hoc epiphany --pure -- epiphany
>
> So… problem solved?

It breaks running under wayland, and unsetting WAYLAND_DISPLAY it works
fine:

  WAYLAND_DISPLAY= epiphany

Or switching to an x11 session rather than wayland also worked fine.

Does it work for other people under wayland, or just x11?

More specifically, I'm running a "sway (wayland)" session from sddm as
the login manager.


live well,
  vagrant

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

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

* bug#37545: epiphany and next broken after webkitgtk upgrade to 2.26.1
  2019-10-02 15:51     ` Vagrant Cascadian
@ 2019-10-06 16:06       ` Marius Bakke
  2019-10-08  6:30         ` Vagrant Cascadian
  0 siblings, 1 reply; 8+ messages in thread
From: Marius Bakke @ 2019-10-06 16:06 UTC (permalink / raw)
  To: Vagrant Cascadian, Ludovic Courtès; +Cc: 37545

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

Vagrant Cascadian <vagrant@debian.org> writes:

> On 2019-10-02, Ludovic Courtès wrote:
>> Vagrant Cascadian <vagrant@debian.org> skribis:
>>
>>> Ok, a little further ...
>>>
>>>   guix environment --ad-hoc epiphany
>>
>> It works for me on ‘core-updates’
>> ece22ac8ccb6744eaec0320f0c7c9b6680fffa46, but note that my system and
>> user profile were already on ‘core-updates’, so presumably that avoids
>> problems with XDG_*.
>>
>>> Still fails in the same way... but!
>>>
>>>   guix environment --pure --ad-hoc epiphany
>>>
>>> Works fine!
>>
>> This works fine for me too:
>>
>>   guix environment -E DISPLAY -E XAUTHORITY --ad-hoc epiphany --pure -- epiphany
>>
>> So… problem solved?
>
> It breaks running under wayland, and unsetting WAYLAND_DISPLAY it works
> fine:
>
>   WAYLAND_DISPLAY= epiphany
>
> Or switching to an x11 session rather than wayland also worked fine.
>
> Does it work for other people under wayland, or just x11?
>
> More specifically, I'm running a "sway (wayland)" session from sddm as
> the login manager.

I believe this is fixed by 1714edc3d4e8d6da1b0cdef300ae882d0885f182.
Can you confirm?

Thanks!

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

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

* bug#37545: epiphany and next broken after webkitgtk upgrade to 2.26.1
  2019-09-28 21:51 bug#37545: epiphany and next broken after webkitgtk upgrade to 2.26.1 Vagrant Cascadian
  2019-09-29  6:55 ` Vagrant Cascadian
@ 2019-10-08  6:09 ` Bradley Haggerty
  2019-10-08  9:01   ` Marius Bakke
  1 sibling, 1 reply; 8+ messages in thread
From: Bradley Haggerty @ 2019-10-08  6:09 UTC (permalink / raw)
  To: 37545

I also had a broken next. I am on Sway and the suggestion of unsetting
WAYLAND_DISPLAY when launching made it work! I couldn't get it to
launch any other way, including guix environment commands. Is there a
proper fix for this?

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

* bug#37545: epiphany and next broken after webkitgtk upgrade to 2.26.1
  2019-10-06 16:06       ` Marius Bakke
@ 2019-10-08  6:30         ` Vagrant Cascadian
  0 siblings, 0 replies; 8+ messages in thread
From: Vagrant Cascadian @ 2019-10-08  6:30 UTC (permalink / raw)
  To: Marius Bakke, Ludovic Courtès; +Cc: 37545-done

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

On 2019-10-06, Marius Bakke wrote:
> Vagrant Cascadian <vagrant@debian.org> writes:
>> It breaks running under wayland, and unsetting WAYLAND_DISPLAY it works
>> fine:
>>
>>   WAYLAND_DISPLAY= epiphany
>>
>> Or switching to an x11 session rather than wayland also worked fine.
>>
>> Does it work for other people under wayland, or just x11?
>>
>> More specifically, I'm running a "sway (wayland)" session from sddm as
>> the login manager.
>
> I believe this is fixed by 1714edc3d4e8d6da1b0cdef300ae882d0885f182.
> Can you confirm?

After that commit it's been working again, thanks!

live well,
  vagrant

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

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

* bug#37545: epiphany and next broken after webkitgtk upgrade to 2.26.1
  2019-10-08  6:09 ` Bradley Haggerty
@ 2019-10-08  9:01   ` Marius Bakke
  0 siblings, 0 replies; 8+ messages in thread
From: Marius Bakke @ 2019-10-08  9:01 UTC (permalink / raw)
  To: Bradley Haggerty, 37545

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

Bradley Haggerty <bradigger@gmail.com> writes:

> I also had a broken next. I am on Sway and the suggestion of unsetting
> WAYLAND_DISPLAY when launching made it work! I couldn't get it to
> launch any other way, including guix environment commands. Is there a
> proper fix for this?

The fix only exists on the 'core-updates' branch, which is hopefully
merged today.  \o/

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

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

end of thread, other threads:[~2019-10-08  9:02 UTC | newest]

Thread overview: 8+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-09-28 21:51 bug#37545: epiphany and next broken after webkitgtk upgrade to 2.26.1 Vagrant Cascadian
2019-09-29  6:55 ` Vagrant Cascadian
2019-10-02 12:23   ` Ludovic Courtès
2019-10-02 15:51     ` Vagrant Cascadian
2019-10-06 16:06       ` Marius Bakke
2019-10-08  6:30         ` Vagrant Cascadian
2019-10-08  6:09 ` Bradley Haggerty
2019-10-08  9:01   ` Marius Bakke

Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).