Gentoo Archives: gentoo-alt

From: Al <oss.elmar@××××××××××.com>
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] Re: Gentoo/Cygwin: Vicious Python
Date: Thu, 16 Sep 2010 20:32:10
Message-Id: AANLkTinrOBjAnmihqv6a96LQ1LJHdpjb5rMJDCLaKTwc@mail.gmail.com
In Reply to: [gentoo-alt] Gentoo/Cygwin: Vicious Python by Al
1 Hello,
2
3 > ./configure --prefix=/home/prefix/gentoo/usr --build=i686-pc-cygwin1.7
4 > --host=i686-pc-cygwin1.7 --mandir=/home/prefix/gentoo/usr/share/man
5 > --infodir=/home/prefix/gentoo/usr/share/info
6 > --datadir=/home/prefix/gentoo/usr/share
7 > --sysconfdir=/home/prefix/gentoo/etc
8 > --localstatedir=/home/prefix/gentoo/var/lib --with-fpectl
9 > --disable-ipv6 --with-threads --enable-unicode=ucs4
10 > --infodir=${prefix}/share/info --mandir=${prefix}/share/man
11 > --with-libc= --with-system-ffi --enable-shared
12
13
14 I managed to emerge portage finally, but it was missing the broken
15 math module of python. So back to python.
16
17 I found out by extended experiments that it is the --with-fpectl
18 option which causes the errors of the math module: undefined reference
19 to `_PyFPE_counter'. Now this counter is something completly
20 different.
21
22 Didn't figure out how all this is related, ... but ... IT WORKS so far
23 ... I can run emerge -- sometimes.
24
25 This python stuff took me four days so far. Still it's very dirty.
26 Some patches applied, others disabled, expat module still broken.
27
28 It's "sometimes", because I am in the DLL hell again. DLLs changing
29 addresses each run and Cygwins rebaseall script doesn't fix it this
30 time.
31
32 Again I know there is a solution, as the Cygwin binaris of python work.
33
34 Al

Replies

Subject Author
[gentoo-alt] Re: Gentoo/Cygwin: Vicious Python Al <oss.elmar@××××××××××.com>