Gentoo Archives: gentoo-user

From: David Abbott <dabbott@g.o>
To: PR Gentoo <gentoo-user@l.g.o>
Subject: Re: [gentoo-user] libgpod comment bug
Date: Sun, 13 Dec 2015 19:15:31
Message-Id: CACs9S6b7cd9rPPyrRGOjUZ6JpEddRMd=c=68TKvnQhc=oprwFQ@mail.gmail.com
In Reply to: [gentoo-user] libgpod comment bug by ddjones
1 On Sun, Dec 13, 2015 at 1:51 PM, ddjones <ddjones@××××××××××××.org> wrote:
2 > I'm reemerging Amarok after adding the ipod flag and libgpod fails to install
3 > due to bug 537968.
4 >
5 > https://bugs.gentoo.org/show_bug.cgi?id=537968
6 >
7 > There's a patch for the bug, which I've copied, but it's not being applied:
8 >
9 > root@kushiel /etc/portage/patches/media-libs/libgpod # cat libgpod-swig-
10 > comment-fix.patch
11 > --- bindings/python/gpod.i.in.orig 2015-06-20 23:15:41.000000000 -0700
12 > +++ bindings/python/gpod.i.in 2015-06-20 23:16:28.000000000 -0700
13 > @@ -298,9 +298,9 @@
14 > %include "gpod_doc.i"
15 > %include "@top_builddir@/config.h"
16 >
17 > -# be nicer to decode these utf8 strings into Unicode objects in the C
18 > -# layer. Here we are leaving it to the Python side, and just giving
19 > -# them utf8 encoded Strings.
20 > +// be nicer to decode these utf8 strings into Unicode objects in the C
21 > +// layer. Here we are leaving it to the Python side, and just giving
22 > +// them utf8 encoded Strings.
23 > typedef char gchar;
24 >
25 > %typemap(in) time_t {
26 >
27 >
28 >
29 > I'm using the instructions found here:
30 >
31 > https://bugs.gentoo.org/show_bug.cgi?id=349707#c11
32 >
33 > However, it doesn't look like portage is even recognizing the patch:
34 >
35 >>>> Source unpacked in /var/tmp/portage/media-libs/libgpod-0.8.3/work
36 >>>> Preparing source in /var/tmp/portage/media-
37 > libs/libgpod-0.8.3/work/libgpod-0.8.3 ...
38 >>>> Source prepared.
39 >
40 > Any hints or suggestions on what I'm doing wrong?
41 >
42 > --
43 > "People who think they're generous to a fault usually think that's their only
44 > fault." - Sidney J. Harris
45 >
46 >
47
48 Looking at the ebuild, it is not enabled for epatch_user,
49
50 http://euscan.gentooexperimental.org/files/gentoo/media-libs/libgpod-0.8.3.ebuild
51
52 https://wiki.gentoo.org/wiki//etc/portage/patches

Replies

Subject Author
Re: [gentoo-user] libgpod comment bug ddjones <ddjones@××××××××××××.org>