Gentoo Archives: gentoo-user

From: mathieu <mathieu@×××××××××.org>
To: gentoo-user@l.g.o
Subject: [gentoo-user] Please help with segfaulting python
Date: Fri, 05 Oct 2007 08:16:43
Message-Id: 4705EF1F.6040806@infolibre.org
1 Hi,
2
3 I'm using /usr/portage/profiles/selinux/2007.0/x86 on a VIA Nehemiah box.
4
5 Make.conf :
6
7 CFLAGS="-Os -march=i686 -pipe -mmmx -msse"
8 CHOST="i686-pc-linux-gnu"
9 CXXFLAGS="${CFLAGS}"
10 MAKEOPTS="-j2"
11
12 After an emerge --deep --update --ask --verbose world
13 which included "dev-lang/python-2.4.4-r5"
14
15 emerge (pyzor and some other python script) segfault.
16
17 I tried to recompile python using files in my distfiles. During
18 building process it's look like new python binary is used (setup.py)
19 which segfault to. I tryed different CFLAGS env var, reconfigure,
20 without effect (it s look like they are not used during compilation).
21
22 Cause every things i use not involving python work i don't think it's a
23 memory related issue.
24
25 I'm lacking of ideas and gentoo experience (trying to bypass unusable
26 emerge).
27
28 Regards,
29
30 m.e.
31
32 --
33 gentoo-user@g.o mailing list

Replies

Subject Author
Re: [gentoo-user] Please help with segfaulting python Neil Bothwick <neil@××××××××××.uk>