Gentoo Archives: gentoo-desktop

From: Ladislav Laska <ladislav.laska@×××××.com>
To: gentoo-desktop@l.g.o
Subject: Re: [gentoo-desktop] kde-sunset: kdepim-kresources broken
Date: Thu, 18 Feb 2010 13:34:13
Message-Id: 255f067f1002180533r24eb4761id9cb4f7afdc5d819@mail.gmail.com
In Reply to: Re: [gentoo-desktop] kde-sunset: kdepim-kresources broken by Roman
1 Some more info:
2
3 PATCHES are handled in base.eclass, in src_prepare. So EAPI has to be
4 at least 2 for this to be handled. However, I don't know why
5 base_src_prepare is not called and where to call it (well, I know that
6 it *could* be called at the end of kde_src_unpack, but I'm not sure if
7 it's correct and could break other packages).
8
9 Regards Ladislav Laska
10 S pozdravem Ladislav Laska
11 ---
12 xmpp/jabber: ladislav.laska@××××××.cz
13
14
15
16 On Thu, Feb 18, 2010 at 11:01 AM, Roman <lists@×××××××××.de> wrote:
17 > Hi,
18 >
19 > yes you are correct, adding
20 > src_unpack() {
21 >     kde-meta_src_unpack
22 >     epatch "${WORKDIR}/patches/kdepim-kresources-3.5_use-installed-kode.diff"
23 > }
24 >
25 > to the ebuild works, but since PATCHES is used by some more ebuilds i guess
26 > there should be a better solution integrating to eclass...
27 >
28 > Am Thursday 18 February 2010 02:44:26 schrieb Ladislav Laska:
29 >> You're right. I've looked into this earlier today and it is problem
30 >> fixed by that patch, which is correctly added to PATCHES environment
31 >> variable and should be applied by base eclass, but it's not (and I
32 >> don't know why) - I'll try to figure it out tomorrow.
33 >>
34 >> Regards Ladislav Laska
35 >> S pozdravem Ladislav Laska
36 >> ---
37 >> xmpp/jabber: ladislav.laska@××××××.cz
38 >>
39 >> On Thu, Feb 18, 2010 at 1:39 AM, Chris Bandy <cbandy@××××××.com> wrote:
40 >> > Chris Bandy wrote:
41 >> >> Chris Bandy wrote:
42 >> >>> Roman wrote:
43 >> >>>> Am Thursday 11 February 2010 10:56:29 schrieb Roman:
44 >> >>>>> hi,
45 >> >>>>>
46 >> >>>>> just tried a clean reinstall of kde3.5, but it looks like sth.
47 >> >>>>> changed again and kdepim-kresources won't install anymore.
48 >> >>>>> Since i am already leaving for the weekend, maybe so else could have
49 >> >>>>> a look at it? If not i will look into it next week...
50 >> >>>>
51 >> >>>> Ok,  to f'up on myself... i tried looking into it, but looks like i
52 >> >>>> have not really an idea on how to fix it, it might be related to the
53 >> >>>> lates autotools update...
54 >> >>>>
55 >> >>>> greetings,
56 >> >>>> Roman
57 >> >>>
58 >> >>> I ran into this as well while moving from media-libs/jpeg-7 to 8.  I
59 >> >>> attach my info and build log after clearing ccache.  Can anyone shed
60 >> >>> some light?
61 >> >>>
62 >> >>> I haven't tried this[1] since the breakage does not look the same, but
63 >> >>> I may try it soon.
64 >> >>>
65 >> >>> [1] http://forums.gentoo.org/viewtopic-t-791293.html
66 >> >>>
67 >> >>> -- Chris
68 >> >>
69 >> >> Yikes.  I'm glad my mail wasn't rejected!  If you'd like to keep your
70 >> >> inbox small, I've made pastes of my info[1] and build.log[2].
71 >> >>
72 >> >> [1] http://bandy.pastebin.com/m78ae7eda
73 >> >> [2] http://bandy.pastebin.com/m560638ac  (359 kB)
74 >> >>
75 >> >> -- Chris
76 >> >
77 >> > It looks like this patch ( kdepim-kresources-3.5_use-installed-kode.diff
78 >> > ) is not getting applied, but this is as far as I can dig today.
79 >> >
80 >> > -- Chris
81 >
82 >
83 > Mit freundlichem Gruß,
84 > Roman v. Gemmeren
85 >
86 > --
87 > The problem with any unwritten law is that you don't know where to go
88 > to erase it.
89 >                -- Glaser and Way
90 >
91 >

Replies

Subject Author
Re: [gentoo-desktop] kde-sunset: kdepim-kresources broken Chris Bandy <cbandy@××××××.com>