Gentoo Archives: gentoo-alt

From: "René Berber" <r.berber@××××××××.org>
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] Any procedure to test a quick patch to a package?
Date: Wed, 12 Dec 2012 18:09:52
Message-Id: 50C8C0E4.6030401@computer.org
1 Hi,
2
3 While trying to install Prefix in Cygwin I ran into a problem which is
4 very easy to correct. I guess I should open a bug report about the
5 Python-patched package, but I would really appreciate if someone points
6 me to a quick modify & test procedure (for instance: modify the
7 downloaded package; I think I already tried that, with libz, but the
8 problem there may be the extension, libz-1.2.7.tar.bz2 doesn't exist in
9 the repository, but there is a .gz package which I downloaded and the
10 script ignored).
11
12 The problem:
13
14 $ ./bootstrap-prefix.sh
15 ...
16 2012-12-11 15:35:37 (192 KB/s) - `python-2.7.2-patched.tar.bz2' saved
17 [11702820/11702820]
18 ...
19 creating
20 build/temp.cygwin-1.7.17-i686-2.7/opt/gentoo/tmp/var/tmp/python-2.7.2/Python-2.7.2/Modules/_io
21 ...
22 /opt/gentoo/tmp/var/tmp/python-2.7.2/Python-2.7.2/Modules/_io/_iomodule.c:172:11:
23 warning: 'PyExc_BlockingIOError' redeclared without dllimport attribute:
24 previous dllimport ignored
25 ...
26 /opt/gentoo/tmp/var/tmp/python-2.7.2/Python-2.7.2/Modules/_io/bufferedio.c:583:
27 undefined reference to `__imp__PyExc_BlockingIOError'
28 ...
29 Failed to build these modules:
30 _io
31 --
32 René Berber

Replies

Subject Author
Re: [gentoo-alt] Any procedure to test a quick patch to a package? Fabian Groffen <grobian@g.o>