mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Thorsten Scherer <t.scherer@eckelmann.de>
Subject: Re: [ptxdist] [APPLIED] wpewebkit: Fix install of Web Inspector
Date: Mon,  2 Mar 2026 10:25:20 +0100	[thread overview]
Message-ID: <20260302092520.3502339-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20260209101038.38374-1-t.scherer@eckelmann.de>

Thanks, applied as 5c57b814ce0600b26034e7abf3a4f2a817a49d70.

Michael

[sent from post-receive hook]

On Mon, 02 Mar 2026 10:25:20 +0100, Thorsten Scherer <t.scherer@eckelmann.de> wrote:
> On attaching to Web Inspector cog dumps core.
> 
>     cog[467]: Error loading inspector.gresource: Failed to open file “/usr/share/wpe-webkit-2.0/inspector.gresource”: open() failed: No such file or directory
>     systemd-coredump[566]: Process 467 (cog) of user 0 dumped core.
> 
> Turns out handling of resources changed from shared library to GResource. [1]
> 
> So add the proper install statement to fix this issue.
> 
> [1] https://wpewebkit.org/blog/2025-04-11-wpewebkit-2.48.html
> 
> Signed-off-by: Thorsten Scherer <t.scherer@eckelmann.de>
> Message-Id: <20260209101038.38374-1-t.scherer@eckelmann.de>
> [mol: limit the install tree to the wpe-webkit-2.0 subdirectory]
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/wpewebkit.make b/rules/wpewebkit.make
> index 5ee3057ac88d..0f9f0e01c5c8 100644
> --- a/rules/wpewebkit.make
> +++ b/rules/wpewebkit.make
> @@ -129,6 +129,7 @@ $(STATEDIR)/wpewebkit.targetinstall:
>  
>  	@$(call install_tree, wpewebkit, 0, 0, -, /usr/libexec/wpe-webkit-2.0)
>  	@$(call install_tree, wpewebkit, 0, 0, -, /usr/lib/wpe-webkit-2.0)
> +	@$(call install_tree, wpewebkit, 0, 0, -, /usr/share/wpe-webkit-2.0)
>  
>  ifdef PTXCONF_WPEWEBKIT_QT
>  	@$(call install_tree, wpewebkit, 0, 0, -, /usr/lib/qt5/qml/org/wpewebkit)



      parent reply	other threads:[~2026-03-02  9:25 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-02-09 10:10 [ptxdist] [PATCH] " Thorsten Scherer
2026-02-13  9:42 ` Michael Tretter
2026-02-13 13:09   ` Michael Olbrich
2026-02-13 16:14     ` Thorsten Scherer
2026-02-13 16:17       ` Thorsten Scherer
2026-03-02  9:25 ` Michael Olbrich [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260302092520.3502339-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    --cc=t.scherer@eckelmann.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox