RajatShukla / getpaid

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

Installation error on Plone 3.3.5 #295

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. added the following to the buildout.cfg:
[buildout]
parts = 
    ...
    getpaid

[getpaid]
recipe = getpaid.recipe.release==2.1
addpackages =
    getpaid.authorizedotnet

[instance]
...
eggs =
    ...
    ${getpaid:eggs}
2. run ./bin/buildout

What is the expected output? What do you see instead?
Installation end prematurely with:

Getting distribution for 'getpaid.recipe.release==2.1'.
Got getpaid.recipe.release 2.1.
Uninstalling zopepy.
Uninstalling instance.
Updating zope2.
Updating fake eggs
Updating productdistros.
Installing getpaid.
Getting distribution for 'ore.viewlet==0.2.1'.
Got ore.viewlet 0.2.1.
Getting distribution for 'getpaid.core==0.7.5'.
Got getpaid.core 0.7.5.
Getting distribution for 'Products.PloneGetPaid==0.8.8'.
Got Products.PloneGetPaid 0.8.8.
Getting distribution for 'getpaid.wizard==0.3'.
Got getpaid.wizard 0.3.
Getting distribution for 'getpaid.nullpayment==0.3.1'.
Got getpaid.nullpayment 0.3.1.
Getting distribution for 'five.intid==0.3.0'.
Got five.intid 0.3.0.
Getting distribution for 'hurry.workflow==0.9.1-getpaid'.
Got hurry.workflow 0.9.1-getpaid.
Getting distribution for 'yoma.batching==0.2.1-getpaid'.
Got yoma.batching 0.2.1-getpaid.
Getting distribution for 'zc.resourcelibrary==0.5-getpaid'.
Got zc.resourcelibrary 0.5-getpaid.
Getting distribution for 'zc.table==0.5.1-getpaid'.
Got zc.table 0.5.1-getpaid.
Getting distribution for 'getpaid.authorizedotnet==0.3.3'.
Got getpaid.authorizedotnet 0.3.3.
Getting distribution for 'M2Crypto'.
/usr/include/openssl/opensslconf.h:13: Error: Unable to find 
'opensslconf-i386.h'
error: Setup script exited with error: command 'swig' failed with exit status 1
An error occured when trying to install M2Crypto 0.20.2.Look above this message 
for any errors thatwer
e output by easy_install.
While:
  Installing getpaid.
  Getting distribution for 'M2Crypto'.
Error: Couldn't install: M2Crypto 0.20.2
*************** PICKED VERSIONS ****************
[versions]

*************** /PICKED VERSIONS ***************

What version of the product are you using? On what version of Plone? How
did you install it (tarball vs buildout vs...)?
getpaid.recipe.release==2.1
Plone 3.3.5
buildout

Please provide any additional information below.
I tried it on several Plone installation. Installation always ends prematurely 
with the same error.

Original issue reported on code.google.com by opeet...@gmail.com on 24 Jun 2010 at 10:38

GoogleCodeExporter commented 8 years ago
Was this issue ever resolved? I'm having a similar issue when trying to install 
GetPaid to my Windows deployed Plone 3.3.5 site.

Original comment by yl.ki...@gmail.com on 11 Oct 2010 at 8:10

GoogleCodeExporter commented 8 years ago
No, I did not get it resolved. Accept that if you 'cancel out'/'get rid of' the 
"addpackages = getpaid.authorizedotnet"-line the install will at least 
complete, but without authorize.net functionality. If you don't need this, you 
might be good to go. I didn't work much with getpaid after a successful 
install, because the project I was working on at the time changed direction 
soon after.

Original comment by opeet...@gmail.com on 11 Oct 2010 at 9:44