When to use PYTHONPREFIX_SITELIBDIR?

2010-10-11 Thread Charlie Kester
A port I maintain, multimedia/gpodder, needs to install a set of Python modules from another distfile called mygpoclient. Here are the pertinent excerpts from the port Makefile, as I inherited it from the previous maintainer: DISTFILES= ${DISTNAME}${EXTRACT_SUFX}:DEFAULT \ ${MGC_

py-numpy build failure, multiple definition of `__i686.get_pc_thunk.bx'

2011-02-03 Thread Charlie Kester
I've encountered the problem described in PR146801, which unfortunately was closed without getting to the root cause. (The problem seems to have gone away as mysteriously as when it appeared. No one seems to know why either event occurred.) py-numpy is, as you know, used by many other ports. So

Re: py-numpy build failure, multiple definition of `__i686.get_pc_thunk.bx'

2011-02-04 Thread Charlie Kester
On Fri 04 Feb 2011 at 02:05:44 PST Kostik Belousov wrote: On Thu, Feb 03, 2011 at 09:15:00PM -0800, Charlie Kester wrote: ... customize UnixCCompiler customize UnixCCompiler using build_ext customize Gnu95FCompiler customize Gnu95FCompiler using build_ext building 'numpy.core._sort'

Re: py-numpy build failure, multiple definition of `__i686.get_pc_thunk.bx'

2011-02-04 Thread Charlie Kester
On Fri 04 Feb 2011 at 10:55:12 PST Charlie Kester wrote: I do have gcc45 installed, but only as a result of some other port that required it. I forget which one. Anyway, you can see that it's being used in the excerpt above. D'oh. py-numpy itself has a requirement for g

Re: py-numpy build failure, multiple definition of `__i686.get_pc_thunk.bx'

2011-02-04 Thread Charlie Kester
On Fri 04 Feb 2011 at 11:54:00 PST Kostik Belousov wrote: On Fri, Feb 04, 2011 at 10:55:12AM -0800, Charlie Kester wrote: On Fri 04 Feb 2011 at 02:05:44 PST Kostik Belousov wrote: >Can you show the actual invocation of the compiler driver for linking ? Isn't that the line right be

Re: py-numpy build failure, multiple definition of `__i686.get_pc_thunk.bx'

2011-02-04 Thread Charlie Kester
On Fri 04 Feb 2011 at 13:22:19 PST Charlie Kester wrote: On Fri 04 Feb 2011 at 11:54:00 PST Kostik Belousov wrote: On Fri, Feb 04, 2011 at 10:55:12AM -0800, Charlie Kester wrote: On Fri 04 Feb 2011 at 02:05:44 PST Kostik Belousov wrote: >Can you show the actual invocation of the compi