Gentoo Archives: gentoo-alt

From: "François Bissey" <francois.bissey@×××××××××××××.nz>
To: gentoo-alt@l.g.o
Subject: [gentoo-alt] bizarre problem emerging sympy on OS X
Date: Thu, 13 Dec 2012 00:07:18
Message-Id: 1904169.bHuRNJuRCA@qcd-nzi3
1 Hi,
2
3 I am puzzled by a problem I suddenly have emerging dev-python/sympy
4 in my prefix on OS X 10.5.8:
5 * Building of dev-python/sympy-0.7.2 with CPython 2.7...
6 python2.7 setup.py build -b build-2.7
7 python2.7(34113) malloc: *** error for object 0x29f10b0: Non-aligned pointer
8 being freed (2)
9 *** set a breakpoint in malloc_error_break to debug
10 Assertion failed: (ob_refcnt == 0), function ~PythonExtensionBase, file
11 CXX/Python2/cxx_extensions.cxx, line 1320.
12 /Users/frb15/Desktop/Gentoo/var/tmp/portage/dev-
13 python/sympy-0.7.2/temp/environment: line 1208: 34113 Abort trap
14 "$(PYTHON)" "${setup_file#*|}" "${_DISTUTILS_GLOBAL_OPTIONS[@]}" build -b
15 "$(_distutils_get_build_dir)" "$@"
16
17 The funny thing is, if I go into the build directory and execute
18 python2.7 setup.py build -b build-2.7
19 everything works fine. I am supposing that some environment is messing up with
20 the ebuild. Any ideas? Does it need to be ported to python-r1 in short order?
21 All other python packages I tried have been fine.
22
23 Francois

Replies

Subject Author
Re: [gentoo-alt] bizarre problem emerging sympy on OS X Fabian Groffen <grobian@g.o>