Comment 4 for bug 707551

Revision history for this message
Ben Dadsetan (bdadsetan) wrote :

Hi Jan-Jaap,

  I have created a directory called a and created a file called security. I then called buildout with -c security. Note I am not that familiar with buildout so please correct me if I have done things wrong.

Blue:a sysupbda$ ../profile/bin/buildout -c security
Creating directory '/Users/sysupbda/proj/a/bin'.
Creating directory '/Users/sysupbda/proj/a/parts'.
Creating directory '/Users/sysupbda/proj/a/develop-eggs'.
Getting distribution for 'setuptools'.
Got setuptools 0.6c12dev-r88124.
Not upgrading because not running a local buildout command.
Installing zopesecurity.
Getting distribution for 'zope.security'.
In file included from /Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/unicodeobject.h:4,
                 from /Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/Python.h:85,
                 from src/zope/security/_proxy.c:17:
/Developer/SDKs/MacOSX10.4u.sdk/usr/include/stdarg.h:4:25: error: stdarg.h: No such file or directory
In file included from /Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/unicodeobject.h:4,
                 from /Library/Frameworks/Python.framework/Versions/2.7/include/python2.7/Python.h:85,
                 from src/zope/security/_proxy.c:17:
/Developer/SDKs/MacOSX10.4u.sdk/usr/include/stdarg.h:4:25: error: stdarg.h: No such file or directory
lipo: can't figure out the architecture type of: /var/folders/74/74y4zWDcHISyTOvG5rUySk+++TI/-Tmp-//cc1wNL4n.out
error: Setup script exited with error: command 'gcc-4.0' failed with exit status 1
An error occurred when trying to install zope.security 3.8.0. Look above this message for any errors that were output by easy_install.
While:
  Installing zopesecurity.
  Getting distribution for 'zope.security'.
Error: Couldn't install: zope.security 3.8.0
Blue:a sysupbda$ cat security
[buildout]
parts = zopesecurity

[zopesecurity]
recipe = z3c.recipe.scripts
eggs = zope.security