Jeff Whitaker wrote: > Alexander K. Hansen wrote: >> Alexander K. Hansen wrote: >>> Alexander Hansen wrote: >>> >>>> On 6/8/07, Daniel E. Macks <[EMAIL PROTECTED]> wrote: >>>> >>>>> Alexander Hansen <[EMAIL PROTECTED]> said: >>>>> >>>>>> It built here, too, but I'm still having crossover with 2.3 numpy. >>>>>> >>>>>> My build log is at >>>>>> http://akhmac.blogdns.net/~hansen/finklogs/scipy-py25-1colon0.5.2-4_2007-06-08.txt >>>>>> >>>>>> >>>>>> >>>>> I wonder if somewhere setup is sublaunching "python" or >>>>> "/usr/bin/python"? Do you have /sw/bin/python installed >>>>> >>>> Yes >>>> >>>> (what >>>> >>>>> version?)? >>>>> >>>> 1:2.5.1-1 >>>> >>>> Try removing it and also renaming /usr/bin/python to see if >>>> >>>>> that triggers an error message with more detail about where it's >>>>> being >>>>> called. >>>>> >>>>> >>>> Removing the "python" package doesn't change anything. I'll try >>>> another build with /usr/bin/python renamed. >>>> >>>> >>>> >>> And renaming /usr/bin/python didn't change the build either. >>> >>> >> (I'll cc Jeff again) >> >> As dmacks pointed out on IRC, and can be seen in the build logs, the >> crossover came from 2.3 numpy stuff in site-packages. After doing >> some dpkg checking, it looks like the culprit was scipy-core-py23. >> After removing that, scipy-py25 built without any crosstalk. >> > > Alex: The only ways I know of that this can happen are > > 1) you somehow are using python2.3 to run setup.py instead of python2.5. > 2) you have PYTHONPATH set in your environment to point to > /sw/lib/python2.3/site-packages. > > 1) seems impossible, since the .info file explicitly uses python2.5 > 2) seems unlikely, but worth checking. > > I tried installing scipy-core-py23 and didn't get that crossover > building scipy-py25. > > -Jeff > 2) applied, all right:
printenv PYTHONPATH /sw/lib/python2.3/site-packages It looks like it was set by a package I was testing on the submissions tracker. On the other hand, the problem now doesn't occur with scipy-core-py23 installed either with or without PYTHONPATH set to that value. I guess unless somebody else sees the same problem we'll halve to chalk it up as a Heisenbug. -- Alexander K. Hansen akh AT finkproject DOT org Fink User Liaison and Documenter ------------------------------------------------------------------------- This SF.net email is sponsored by DB2 Express Download DB2 Express C - the FREE version of DB2 express and take control of your XML. No limits. Just data. Click to get it now. http://sourceforge.net/powerbar/db2/ _______________________________________________ Fink-beginners mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-beginners
