Thursday, January 19, 2023

Re: Fwd: amd64: data value inside .text warning results

On Thu, Jan 19, 2023 at 09:38:22PM +0100, Volker Schlecht wrote:
>
>
> > lang/node 65765
>
> I've tried applying robert@'s patch to www/chromium to lang/node, but got a
> segfault when building.
>
> My current best guess is that it might be this patch that's missing from the
> version from v8 in lang/node
>
> https://github.com/v8/v8/commit/739bdd1ce3b5066d138a54a8a6640047deac8c33
>
> Would it make sense to try and cherry-pick that, or is that unrelated?

It cherry-picks cleanly, but unfortunately doesn't seem solve the
problem, both with and without the .rodata patch. However, it may still
help. Thank you.

The trick to apply such patches is to add .diff to the github link. This
gives you a diff that you can apply with patch -d in WRKSRC. (This
sometimes doesn't work because git is too clever with file renames.)

No comments:

Post a Comment