Sorry to trouble the list about a general question, but I am above my head here. I would like to install a python package from http://www.diffpy.org/ called pdfgui that is written in python. It uses python to install itself and always ends up with a lipo error "lipo: can't open input file: /var/tmp//ccfqqGmu.out (No such file or directory)" in which a file is not found (see below). I, of course, googled this and found fuzzy references to the attempted linking of non-existant, presumably power pc libraries. I am working on a brand new i7 mac pro laptop and an eight-core xeon mac pro both running 10.6.5 and the latest gcc 4.2.1 that came with xcode. Of course, I am running fink as well, but I suspect this doesn't "t have anything to do with it. Any suggestions of what to try would be most appreciated. An ideal install looks simple, but it doesn't seem to be easily attainable.
Thanks for any help sudo easy_install -U diffpy.pdfgui Password: Searching for diffpy.pdfgui Reading http://pypi.python.org/simple/diffpy.pdfgui/ Reading http://www.diffpy.org/ Reading http://www.diffpy.org/packages/ Best match: diffpy.pdfgui 1.0-r5261-20100512 Processing diffpy.pdfgui-1.0_r5261_20100512-py2.6.egg diffpy.pdfgui 1.0-r5261-20100512 is already the active version in easy-install.pth Installing pdfgui script to /usr/local/bin Installed /Library/Python/2.6/site-packages/diffpy.pdfgui-1.0_r5261_20100512-py2.6.egg Processing dependencies for diffpy.pdfgui Searching for diffpy.pdffit2>=1.0-r3050 Reading http://pypi.python.org/simple/diffpy.pdffit2/ Best match: diffpy.pdffit2 1.0-r3067-20090410 Downloading http://www.diffpy.org/packages/diffpy.pdffit2-1.0-r3067-20090410.tar.gz Processing diffpy.pdffit2-1.0-r3067-20090410.tar.gz Running diffpy.pdffit2-1.0-r3067-20090410/setup.py -q bdist_egg --dist-dir /tmp/easy_install-S8SQF_/diffpy.pdffit2-1.0-r3067-20090410/egg-dist-tmp-uF550G cc1plus: warning: command line option "-Wstrict-prototypes" is valid for C/ObjC but not for C++ Lots of non-important detail *compliation warnings etc.) pdffit2/MathUtils.h:33: warning: ‘double_eps’ defined but not used libpdffit2/MathUtils.h:34: warning: ‘double_max’ defined but not used lipo: can't open input file: /var/tmp//ccfqqGmu.out (No such file or directory) error: Setup script exited with error: command 'gcc-4.2' failed with exit status 1 ------------------------------------------------------------------------------ Learn how Oracle Real Application Clusters (RAC) One Node allows customers to consolidate database storage, standardize their database environment, and, should the need arise, upgrade to a full multi-node Oracle RAC database without downtime or disruption http://p.sf.net/sfu/oracle-sfdevnl _______________________________________________ Fink-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/fink-users
