* bug#54057: epiphany: error while loading libwebkit2gtk cannot read file data
@ 2022-02-18 17:04 Jack Hill
2022-02-18 19:19 ` Liliana Marie Prikler
0 siblings, 1 reply; 6+ messages in thread
From: Jack Hill @ 2022-02-18 17:04 UTC (permalink / raw)
To: 54057
Hi Guix,
Epiphany (a.k.a. GNOME Web) is having trouble loading the webkit shared
library:
```
jackhill@leyden ~$ guix describe
Generation 61Feb 18 2022 11:47:21(current)
guix 27a91b2
repository URL: https://git.savannah.gnu.org/git/guix.git
branch: master
commit: 27a91b2f57bd0bf7efab77eaeb4b920f162bf8c8
jackhill@leyden ~$ guix shell epiphany -- epiphany
/gnu/store/ns3aks8xslgmgf98qb107gwzfxgj45k5-profile/bin/epiphany: error while loading shared libraries: /gnu/store/f965xf6iwll8cj2fb45bbqkj32n8dndb-webkitgtk-with-libsoup2-2.34.6/lib/libwebkit2gtk-4.0.so.37: cannot read file data
guix shell: error: epiphany: command not found
```
Best,
Jack
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#54057: epiphany: error while loading libwebkit2gtk cannot read file data
2022-02-18 17:04 bug#54057: epiphany: error while loading libwebkit2gtk cannot read file data Jack Hill
@ 2022-02-18 19:19 ` Liliana Marie Prikler
2022-02-18 19:42 ` Jack Hill
0 siblings, 1 reply; 6+ messages in thread
From: Liliana Marie Prikler @ 2022-02-18 19:19 UTC (permalink / raw)
To: jackhill; +Cc: 54057
Hi Jack,
what is the output of `ls -l
/gnu/store/f965xf6iwll8cj2fb45bbqkj32n8dndb-webkitgtk-with-libsoup2-
2.34.6/lib/libwebkit2gtk-4.0.so.37`? If that's an empty file, you'll
have to repair your store.
Cheers
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#54057: epiphany: error while loading libwebkit2gtk cannot read file data
2022-02-18 19:19 ` Liliana Marie Prikler
@ 2022-02-18 19:42 ` Jack Hill
2022-02-18 20:13 ` Liliana Marie Prikler
0 siblings, 1 reply; 6+ messages in thread
From: Jack Hill @ 2022-02-18 19:42 UTC (permalink / raw)
To: Liliana Marie Prikler; +Cc: 54057
On Fri, 18 Feb 2022, Liliana Marie Prikler wrote:
> Hi Jack,
>
> what is the output of `ls -l
> /gnu/store/f965xf6iwll8cj2fb45bbqkj32n8dndb-webkitgtk-with-libsoup2-
> 2.34.6/lib/libwebkit2gtk-4.0.so.37`? If that's an empty file, you'll
> have to repair your store.
>
> Cheers
Thanks for taking a look. It doesnt' look empty to me:
```
jackhill@leyden ~$ ls -l /gnu/store/f965xf6iwll8cj2fb45bbqkj32n8dndb-webkitgtk-with-libsoup2-2.34.6/lib/libwebkit2gtk-4.0.so.37
lrwxrwxrwx 1 root root 28 Dec 31 1969 /gnu/store/f965xf6iwll8cj2fb45bbqkj32n8dndb-webkitgtk-with-libsoup2-2.34.6/lib/libwebkit2gtk-4.0.so.37 -> libwebkit2gtk-4.0.so.37.55.9
jackhill@leyden ~$ ls -l /gnu/store/f965xf6iwll8cj2fb45bbqkj32n8dndb-webkitgtk-with-libsoup2-2.34.6/lib/libwebkit2gtk-4.0.so.37.55.9
-r-xr-xr-x 2 root root 13631488 Dec 31 1969 /gnu/store/f965xf6iwll8cj2fb45bbqkj32n8dndb-webkitgtk-with-libsoup2-2.34.6/lib/libwebkit2gtk-4.0.so.37.55.9
jackhill@leyden ~$ file /gnu/store/f965xf6iwll8cj2fb45bbqkj32n8dndb-webkitgtk-with-libsoup2-2.34.6/lib/libwebkit2gtk-4.0.so.37.55.9
/gnu/store/f965xf6iwll8cj2fb45bbqkj32n8dndb-webkitgtk-with-libsoup2-2.34.6/lib/libwebkit2gtk-4.0.so.37.55.9: ELF 64-bit LSB shared object, x86-64, version 1 (GNU/Linux), dynamically linked, missing section headers at 81305720
jackhill@leyden ~$ ldd /gnu/store/f965xf6iwll8cj2fb45bbqkj32n8dndb-webkitgtk-with-libsoup2-2.34.6/lib/libwebkit2gtk-4.0.so.37.55.9
not a dynamic executable
```
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#54057: epiphany: error while loading libwebkit2gtk cannot read file data
2022-02-18 19:42 ` Jack Hill
@ 2022-02-18 20:13 ` Liliana Marie Prikler
2022-02-18 20:22 ` Jack Hill
0 siblings, 1 reply; 6+ messages in thread
From: Liliana Marie Prikler @ 2022-02-18 20:13 UTC (permalink / raw)
To: Jack Hill; +Cc: 54057
Am Freitag, dem 18.02.2022 um 14:42 -0500 schrieb Jack Hill:
> On Fri, 18 Feb 2022, Liliana Marie Prikler wrote:
>
> > Hi Jack,
> >
> > what is the output of `ls -l
> > /gnu/store/f965xf6iwll8cj2fb45bbqkj32n8dndb-webkitgtk-with-libsoup2-
> > 2.34.6/lib/libwebkit2gtk-4.0.so.37`? If that's an empty file, you'll
> > have to repair your store.
> >
> > Cheers
>
> Thanks for taking a look. It doesnt' look empty to me:
>
> ```
> jackhill@leyden ~$ ls -l /gnu/store/f965xf6iwll8cj2fb45bbqkj32n8dndb-
> webkitgtk-with-libsoup2-2.34.6/lib/libwebkit2gtk-4.0.so.37
> lrwxrwxrwx 1 root root 28 Dec 31 1969
> /gnu/store/f965xf6iwll8cj2fb45bbqkj32n8dndb-webkitgtk-with-libsoup2-
> 2.34.6/lib/libwebkit2gtk-4.0.so.37 -> libwebkit2gtk-4.0.so.37.55.9
> jackhill@leyden ~$ ls -l /gnu/store/f965xf6iwll8cj2fb45bbqkj32n8dndb-
> webkitgtk-with-libsoup2-2.34.6/lib/libwebkit2gtk-4.0.so.37.55.9
> -r-xr-xr-x 2 root root 13631488 Dec 31 1969
> /gnu/store/f965xf6iwll8cj2fb45bbqkj32n8dndb-webkitgtk-with-libsoup2-
> 2.34.6/lib/libwebkit2gtk-4.0.so.37.55.9
> jackhill@leyden ~$ file /gnu/store/f965xf6iwll8cj2fb45bbqkj32n8dndb-
> webkitgtk-with-libsoup2-2.34.6/lib/libwebkit2gtk-4.0.so.37.55.9
> /gnu/store/f965xf6iwll8cj2fb45bbqkj32n8dndb-webkitgtk-with-libsoup2-
> 2.34.6/lib/libwebkit2gtk-4.0.so.37.55.9: ELF 64-bit LSB shared object,
> x86-64, version 1 (GNU/Linux), dynamically linked, missing section
> headers at 81305720
> jackhill@leyden ~$ ldd /gnu/store/f965xf6iwll8cj2fb45bbqkj32n8dndb-
> webkitgtk-with-libsoup2-2.34.6/lib/libwebkit2gtk-4.0.so.37.55.9
> not a dynamic executable
> ```
Hmm, webkit changed some 15 hours ago [1]. CCing lfam to have a look
at this too. Jack, does the parent commit [2] still work for you?
[1]
http://git.savannah.gnu.org/cgit/guix.git/commit/?id=f47125d2868315acc40379c8e859fb60d6942dad
[2]
http://git.savannah.gnu.org/cgit/guix.git/commit/?id=1d1a4efd8cdac3757792cfbae92440edc5c3a802
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#54057: epiphany: error while loading libwebkit2gtk cannot read file data
2022-02-18 20:13 ` Liliana Marie Prikler
@ 2022-02-18 20:22 ` Jack Hill
2022-02-18 21:50 ` Jack Hill
0 siblings, 1 reply; 6+ messages in thread
From: Jack Hill @ 2022-02-18 20:22 UTC (permalink / raw)
To: Liliana Marie Prikler; +Cc: 54057
On Fri, 18 Feb 2022, Liliana Marie Prikler wrote:
> Hmm, webkit changed some 15 hours ago [1]. CCing lfam to have a look
> at this too. Jack, does the parent commit [2] still work for you?
>
> [1]
> http://git.savannah.gnu.org/cgit/guix.git/commit/?id=f47125d2868315acc40379c8e859fb60d6942dad
> [2]
> http://git.savannah.gnu.org/cgit/guix.git/commit/?id=1d1a4efd8cdac3757792cfbae92440edc5c3a802
Yep, `$ guix time-machine --commit=1d1a4efd8cdac3757792cfbae92440edc5c3a802 -- shell epiphany -- epiphany`
seems to open a browser window and can browse at least one webpage. I do
see messages like,
```
/run/current-system/profile/lib/gio/modules/libgioremote-volume-monitor.so: file too short
Failed to load module: /run/current-system/profile/lib/gio/modules/libgioremote-volume-monitor.so
/run/current-system/profile/lib/gio/modules/libgvfsdbus.so: file too short
Failed to load module: /run/current-system/profile/lib/gio/modules/libgvfsdbus.so
/run/current-system/profile/lib/gio/modules/libgioremote-volume-monitor.so: file too short
Failed to load module: /run/current-system/profile/lib/gio/modules/libgioremote-volume-monitor.so
/run/current-system/profile/lib/gio/modules/libgvfsdbus.so: file too short
Failed to load module: /run/current-system/profile/lib/gio/modules/libgvfsdbus.so
```
printed to the consol though. My system has been reconfigured with the
same commit that I originally reported.
Best,
Jack
^ permalink raw reply [flat|nested] 6+ messages in thread
* bug#54057: epiphany: error while loading libwebkit2gtk cannot read file data
2022-02-18 20:22 ` Jack Hill
@ 2022-02-18 21:50 ` Jack Hill
0 siblings, 0 replies; 6+ messages in thread
From: Jack Hill @ 2022-02-18 21:50 UTC (permalink / raw)
To: Liliana Marie Prikler; +Cc: 54057-done
Tags: notabug
This problem went away after I did `guix gc --verify=repair,contents`, so
I'm closing this issue as notabug. At least it's not a bug in webkitgtk.
Thanks for taking a look and sorry for the noise.
Best,
Jack
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2022-02-18 21:51 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-02-18 17:04 bug#54057: epiphany: error while loading libwebkit2gtk cannot read file data Jack Hill
2022-02-18 19:19 ` Liliana Marie Prikler
2022-02-18 19:42 ` Jack Hill
2022-02-18 20:13 ` Liliana Marie Prikler
2022-02-18 20:22 ` Jack Hill
2022-02-18 21:50 ` Jack Hill
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.