unofficial mirror of bug-guix@gnu.org 
 help / color / mirror / code / Atom feed
* bug#35279: emacs-xwidget does not provide support for xwidgets
@ 2019-04-14 18:56 Tim Gesthuizen
  2020-03-10 17:48 ` mike
  0 siblings, 1 reply; 3+ messages in thread
From: Tim Gesthuizen @ 2019-04-14 18:56 UTC (permalink / raw)
  To: 35279

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.

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

* bug#35279: emacs-xwidget does not provide support for xwidgets
  2019-04-14 18:56 bug#35279: emacs-xwidget does not provide support for xwidgets Tim Gesthuizen
@ 2020-03-10 17:48 ` mike
  2020-09-28  3:36   ` Maxim Cournoyer
  0 siblings, 1 reply; 3+ messages in thread
From: mike @ 2020-03-10 17:48 UTC (permalink / raw)
  To: Tim Gesthuizen; +Cc: 35279

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

Tim Gesthuizen <tim.gesthuizen@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

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

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

* bug#35279: emacs-xwidget does not provide support for xwidgets
  2020-03-10 17:48 ` mike
@ 2020-09-28  3:36   ` Maxim Cournoyer
  0 siblings, 0 replies; 3+ messages in thread
From: Maxim Cournoyer @ 2020-09-28  3:36 UTC (permalink / raw)
  To: mike; +Cc: 35279-done, Tim Gesthuizen

Hello,

mike@rohleder.de writes:

> Tim Gesthuizen <tim.gesthuizen@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




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

end of thread, other threads:[~2020-09-28  3:36 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-14 18:56 bug#35279: emacs-xwidget does not provide support for xwidgets Tim Gesthuizen
2020-03-10 17:48 ` mike
2020-09-28  3:36   ` Maxim Cournoyer

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).