Gentoo Archives: gentoo-user

From: thelma@×××××××××××.com
To: gentoo-user@l.g.o
Subject: Re: [gentoo-user] webkit-gtk-2.4.11-r200::gentoo failed (compile phase)
Date: Sun, 18 Feb 2018 23:05:57
Message-Id: 0199b124-5b41-fe47-e4ba-571fb6db3914@sys-concept.com
In Reply to: Re: [gentoo-user] webkit-gtk-2.4.11-r200::gentoo failed (compile phase) by Neil Bothwick
1 On 02/18/2018 12:14 PM, Neil Bothwick wrote:
2 > On Sun, 18 Feb 2018 12:01:54 -0700, thelma@×××××××××××.com wrote:
3 >
4 >> I've tried this propose patch.
5 >> https://621532.bugs.gentoo.org/attachment.cgi?id=511304
6 >>
7 >> save it to a file patch.patch
8 >> went to directory:
9 >> cd /usr/portage/net-libs/webkit-gtk/
10 >> patch -p0 < patch.patch
11 >>
12 >> It ask me what file I want to patch, I entered:
13 >> JSStringRef.h
14 >>
15 >> run:
16 >> ebuild /usr/portage/net-libs/webkit-gtk/webkit-gtk-2.4.11-r200.ebuild
17 >> digest
18 >>
19 >> But it still fails to compile.
20 >> Am I applying patch the same way.
21 >
22 > The patch is to be applied to the source files, not the ebuild
23 >
24 > mkdir /etc/portage/patches/net-libs/webkit-gtk/webkit-gtk-2.4.11-r200
25 > then copy the patch file to that directory and portage will apply it to
26 > the source after unpacking.
27
28 Did not work.
29 ll /etc/portage/patches/net-libs/webkit-gtk/webkit-gtk-2.4.11-r200
30 total 4
31 -rw-r--r-- 1 thelma thelma 525 Feb 18 10:54 patch.patch
32
33 emerge webkit-gtk
34 produces same error message.
35
36 make[1]: Leaving directory
37 '/var/tmp/portage/net-libs/webkit-gtk-2.4.11-r200/work/webkitgtk-2.4.11'
38 make: *** [GNUmakefile:25837: all] Error 2
39 * ERROR: net-libs/webkit-gtk-2.4.11-r200::gentoo failed (compile phase):
40 * emake failed
41
42 Thelma

Replies

Subject Author
Re: [gentoo-user] webkit-gtk-2.4.11-r200::gentoo failed (compile phase) Neil Bothwick <neil@××××××××××.uk>