GNU bug report logs - #35279
emacs-xwidget does not provide support for xwidgets

Previous Next

Package: guix;

Reported by: Tim Gesthuizen <tim.gesthuizen <at> yahoo.de>

Date: Sun, 14 Apr 2019 18:58:01 UTC

Severity: normal

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

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 35279 in the body.
You can then email your comments to 35279 AT debbugs.gnu.org in the normal way.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#35279; Package guix. (Sun, 14 Apr 2019 18:58:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Tim Gesthuizen <tim.gesthuizen <at> yahoo.de>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Sun, 14 Apr 2019 18:58:02 GMT) Full text and rfc822 format available.

Message #5 received at submit <at> debbugs.gnu.org (full text, mbox):

From: Tim Gesthuizen <tim.gesthuizen <at> yahoo.de>
To: bug-guix <at> gnu.org
Subject: emacs-xwidget does not provide support for xwidgets
Date: Sun, 14 Apr 2019 20:56:48 +0200
Hi,
I noticed that the emacs from the emacs-xwidget package does not
actually provide support for xwidgets.
The last commit I could verify it with is
3ee0e4071e8063f6404f8e7c43f175a80f652112 but the problem was also there
with version 26.1.
You can easily check whether the problem occurs by the build log:
Whether xwidget support will be enabled will be printed at the end of
the configure script. Emacs will happily build versions without xwidget
support even if you specified '--with-xwidgets' on the command line.
Maybe we can add a check to the package definition that checks whether
the emacs-xwidgets build actually supports xwidgets.

The section `Building Emacs with the '--with-xwidgets' option now
requires WebKit2.` from the Emacs 26.2 news indicates that we probably
just need to update to WebKit2 to fix the problem.

Tim.




Information forwarded to bug-guix <at> gnu.org:
bug#35279; Package guix. (Tue, 10 Mar 2020 17:49:01 GMT) Full text and rfc822 format available.

Message #8 received at 35279 <at> debbugs.gnu.org (full text, mbox):

From: mike <at> rohleder.de
To: Tim Gesthuizen <tim.gesthuizen <at> yahoo.de>
Cc: 35279 <at> debbugs.gnu.org
Subject: Re: bug#35279: emacs-xwidget does not provide support for xwidgets
Date: Tue, 10 Mar 2020 18:48:35 +0100
[Message part 1 (text/plain, inline)]
Tim Gesthuizen <tim.gesthuizen <at> yahoo.de> writes:
> The section `Building Emacs with the '--with-xwidgets' option now
> requires WebKit2.` from the Emacs 26.2 news indicates that we probably
> just need to update to WebKit2 to fix the problem.

this seems to be the case:

$ guix environment -C bash --ad-hoc emacs-xwidget
[env]$ ldd $(readlink -f $(type -p emacs)) |grep webkit
	libwebkit2gtk-4.0.so.37 => /gnu/store/3qfw8flc5rd063pz7m30g77zc9sacphf-webkitgtk-2.26.4/lib/libwebkit2gtk-4.0.so.37 (0x00007f59243ea000)
	libjavascriptcoregtk-4.0.so.18 => /gnu/store/3qfw8flc5rd063pz7m30g77zc9sacphf-webkitgtk-2.26.4/lib/libjavascriptcoregtk-4.0.so.18 (0x00007f5922f04000)

$ guix environment -C bash --ad-hoc emacs
[env]$ ldd $(readlink -f $(type -p emacs)) |grep webkit
  => nothing


so, I think this can be closed.

-- 
Sex, Drugs & Linux Rules
[signature.asc (application/pgp-signature, inline)]

Reply sent to Maxim Cournoyer <maxim.cournoyer <at> gmail.com>:
You have taken responsibility. (Mon, 28 Sep 2020 03:36:02 GMT) Full text and rfc822 format available.

Notification sent to Tim Gesthuizen <tim.gesthuizen <at> yahoo.de>:
bug acknowledged by developer. (Mon, 28 Sep 2020 03:36:02 GMT) Full text and rfc822 format available.

Message #13 received at 35279-done <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: mike <at> rohleder.de
Cc: 35279-done <at> debbugs.gnu.org, Tim Gesthuizen <tim.gesthuizen <at> yahoo.de>
Subject: Re: bug#35279: emacs-xwidget does not provide support for xwidgets
Date: Sun, 27 Sep 2020 23:36:39 -0400
Hello,

mike <at> rohleder.de writes:

> Tim Gesthuizen <tim.gesthuizen <at> yahoo.de> writes:
>> The section `Building Emacs with the '--with-xwidgets' option now
>> requires WebKit2.` from the Emacs 26.2 news indicates that we probably
>> just need to update to WebKit2 to fix the problem.
>
> this seems to be the case:
>
> $ guix environment -C bash --ad-hoc emacs-xwidget
> [env]$ ldd $(readlink -f $(type -p emacs)) |grep webkit
> 	libwebkit2gtk-4.0.so.37 => /gnu/store/3qfw8flc5rd063pz7m30g77zc9sacphf-webkitgtk-2.26.4/lib/libwebkit2gtk-4.0.so.37 (0x00007f59243ea000)
> 	libjavascriptcoregtk-4.0.so.18 => /gnu/store/3qfw8flc5rd063pz7m30g77zc9sacphf-webkitgtk-2.26.4/lib/libjavascriptcoregtk-4.0.so.18 (0x00007f5922f04000)
>
> $ guix environment -C bash --ad-hoc emacs
> [env]$ ldd $(readlink -f $(type -p emacs)) |grep webkit
>   => nothing
>
>
> so, I think this can be closed.

--8<---------------cut here---------------start------------->8---
$ guix build emacs-xwidgets --log-file --no-grafts
https://ci.guix.gnu.org/log/wp8542s2sagm170lskyiq1z96zp5y3gg-emacs-xwidgets-27.1
--8<---------------cut here---------------end--------------->8---

--8<---------------cut here---------------start------------->8---
$ wget https://ci.guix.gnu.org/log/wp8542s2sagm170lskyiq1z96zp5y3gg-emacs-xwidgets-27.1 \
	-O- | zgrep 'support Xwidgets'
Does Emacs support Xwidgets (requires gtk3)?            yes        
--8<---------------cut here---------------end--------------->8---

Closing :-).

Maxim




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 26 Oct 2020 11:24:09 GMT) Full text and rfc822 format available.

This bug report was last modified 3 years and 176 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.