GNU bug report logs -
#54057
epiphany: error while loading libwebkit2gtk cannot read file data
Previous Next
Reported by: Jack Hill <jackhill <at> jackhill.us>
Date: Fri, 18 Feb 2022 17:05:01 UTC
Severity: normal
Done: Jack Hill <jackhill <at> jackhill.us>
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 54057 in the body.
You can then email your comments to 54057 AT debbugs.gnu.org in the normal way.
Toggle the display of automated, internal messages from the tracker.
Report forwarded
to
bug-guix <at> gnu.org
:
bug#54057
; Package
guix
.
(Fri, 18 Feb 2022 17:05:01 GMT)
Full text and
rfc822 format available.
Acknowledgement sent
to
Jack Hill <jackhill <at> jackhill.us>
:
New bug report received and forwarded. Copy sent to
bug-guix <at> gnu.org
.
(Fri, 18 Feb 2022 17:05:01 GMT)
Full text and
rfc822 format available.
Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):
Hi Guix,
Epiphany (a.k.a. GNOME Web) is having trouble loading the webkit shared
library:
```
jackhill <at> 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 <at> 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
Information forwarded
to
bug-guix <at> gnu.org
:
bug#54057
; Package
guix
.
(Fri, 18 Feb 2022 19:20:02 GMT)
Full text and
rfc822 format available.
Message #8 received at 54057 <at> debbugs.gnu.org (full text, mbox):
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
Information forwarded
to
bug-guix <at> gnu.org
:
bug#54057
; Package
guix
.
(Fri, 18 Feb 2022 19:43:02 GMT)
Full text and
rfc822 format available.
Message #11 received at 54057 <at> debbugs.gnu.org (full text, mbox):
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 <at> 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 <at> 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 <at> 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 <at> leyden ~$ ldd /gnu/store/f965xf6iwll8cj2fb45bbqkj32n8dndb-webkitgtk-with-libsoup2-2.34.6/lib/libwebkit2gtk-4.0.so.37.55.9
not a dynamic executable
```
Information forwarded
to
bug-guix <at> gnu.org
:
bug#54057
; Package
guix
.
(Fri, 18 Feb 2022 20:14:02 GMT)
Full text and
rfc822 format available.
Message #14 received at 54057 <at> debbugs.gnu.org (full text, mbox):
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 <at> 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 <at> 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 <at> 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 <at> 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
Information forwarded
to
bug-guix <at> gnu.org
:
bug#54057
; Package
guix
.
(Fri, 18 Feb 2022 20:23:02 GMT)
Full text and
rfc822 format available.
Message #17 received at 54057 <at> debbugs.gnu.org (full text, mbox):
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
Reply sent
to
Jack Hill <jackhill <at> jackhill.us>
:
You have taken responsibility.
(Fri, 18 Feb 2022 21:51:01 GMT)
Full text and
rfc822 format available.
Notification sent
to
Jack Hill <jackhill <at> jackhill.us>
:
bug acknowledged by developer.
(Fri, 18 Feb 2022 21:51:01 GMT)
Full text and
rfc822 format available.
Message #22 received at 54057-done <at> debbugs.gnu.org (full text, mbox):
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
bug archived.
Request was from
Debbugs Internal Request <help-debbugs <at> gnu.org>
to
internal_control <at> debbugs.gnu.org
.
(Sat, 19 Mar 2022 11:24:05 GMT)
Full text and
rfc822 format available.
This bug report was last modified 3 years and 150 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.