-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 1/3/11 8:41 AM, Paul Fons wrote:
> 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
> 


What's going on actually may be buried in the compilation warnings.
I've found that's often the case when builds are trying to link to
libraries of the wrong architecture.

In your case that could be Universal (i386/x86_64; not necessarily
powerPC) to single architecture, i386 to x86_64, or vice versa.

Check for those architecture warnings and that may help clarify the
situation.
- -- 
Alexander Hansen, Ph.D.
Fink User Liaison
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.11 (Darwin)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAk0h5fIACgkQB8UpO3rKjQ/TxgCfbqnGl+asqH7uU0xr/Qmvrit5
LXgAoJewvpesZ+Ss6KuvrvxaFdHypTpE
=AIXI
-----END PGP SIGNATURE-----

------------------------------------------------------------------------------
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

Reply via email to