kapilt / getpaid

Automatically exported from code.google.com/p/getpaid
0 stars 0 forks source link

getpaid.recipe.release 1.0 #227

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. install plone unified installer 3.1.6 standalone
2. modify buildout.cfg to add getpaid.recipe.release 1.0
3. run ./bin/buildout

What is the expected output? What do you see instead?

Expected output is a successful installation of getpaid via buildout
Instead, I get "Error: Couldn't install: zope.app.container 3.6.1
".  Below is the full output:

:~/Plone-3.1/zinstance$ ./bin/buildout -n
Updating plone.
Updating zope2.
Updating productdistros.
Installing getpaid.
Getting distribution for 'zope.app.container'.
In file included from
src/zope/app/container/_zope_app_container_contained.c:64:
src/zope/app/container/_zope_proxy_proxy.c:616: error: expected ‘=’, 
‘,’,
‘;’, ‘asm’ or ‘__attribute__’ before ‘wrap_length’
src/zope/app/container/_zope_proxy_proxy.c:622: error: expected declaration
specifiers or ‘...’ before ‘Py_ssize_t’
src/zope/app/container/_zope_proxy_proxy.c:622: error: expected declaration
specifiers or ‘...’ before ‘Py_ssize_t’
src/zope/app/container/_zope_proxy_proxy.c: In function ‘wrap_slice’:
src/zope/app/container/_zope_proxy_proxy.c:624: error: ‘start’ undeclared
(first use in this function)
src/zope/app/container/_zope_proxy_proxy.c:624: error: (Each undeclared
identifier is reported only once
src/zope/app/container/_zope_proxy_proxy.c:624: error: for each function it
appears in.)
src/zope/app/container/_zope_proxy_proxy.c:624: error: ‘end’ undeclared
(first use in this function)
src/zope/app/container/_zope_proxy_proxy.c: At top level:
src/zope/app/container/_zope_proxy_proxy.c:628: error: expected declaration
specifiers or ‘...’ before ‘Py_ssize_t’
src/zope/app/container/_zope_proxy_proxy.c:628: error: expected declaration
specifiers or ‘...’ before ‘Py_ssize_t’
src/zope/app/container/_zope_proxy_proxy.c: In function ‘wrap_ass_slice’:
src/zope/app/container/_zope_proxy_proxy.c:630: error: ‘i’ undeclared
(first use in this function)
src/zope/app/container/_zope_proxy_proxy.c:630: error: ‘j’ undeclared
(first use in this function)
src/zope/app/container/_zope_proxy_proxy.c: At top level:
src/zope/app/container/_zope_proxy_proxy.c:740: error: ‘wrap_length’
undeclared here (not in a function)
src/zope/app/container/_zope_proxy_proxy.c:744: warning: initialization
from incompatible pointer type
src/zope/app/container/_zope_proxy_proxy.c:746: warning: initialization
from incompatible pointer type
error: Setup script exited with error: command '/usr/bin/gcc' failed with
exit status 1
An error occured when trying to install zope.app.container 3.6.1.Look above
this message for any errors thatwere output by easy_install.
While:
  Installing getpaid.
  Getting distribution for 'zope.app.container'.
Error: Couldn't install: zope.app.container 3.6.1

Original issue reported on code.google.com by eric.c.j...@gmail.com on 15 Oct 2008 at 5:05

GoogleCodeExporter commented 8 years ago
Please close.  Changes to the buildout.cfg which lucielejard hasn't posted yet
involving fake zope stanzas fixed this problem.

Original comment by eric.c.j...@gmail.com on 15 Oct 2008 at 5:49

GoogleCodeExporter commented 8 years ago

Original comment by lucielej...@gmail.com on 16 Oct 2008 at 1:54