Re: [galaxy-dev] Packaging pycurl on toolshed

2014-08-14 Thread Saket Choudhary
So far I have been trying to avoid this, but I would like to see packaged pycurl on the toolshed now. This is where my package sits: https://testtoolshed.g2.bx.psu.edu/repository?repository_id=534efefdbab02103 and this is the error: Traceback (most recent call last): File setup.py, line 563, in

Re: [galaxy-dev] Packaging pycurl on toolshed

2014-04-29 Thread Saket Choudhary
Any comments on this? http://testtoolshed.g2.bx.psu.edu/view/saketkc/package_pycurl_7_19_3_1 On 17 April 2014 19:54, Saket Choudhary sake...@gmail.com wrote: My attempt to 'package' pycurl on testtoolshed fails with the following error: src/pycurl.c: In function ‘do_multi_info_read’:

Re: [galaxy-dev] Packaging pycurl on toolshed

2014-04-29 Thread Björn Grüning
Hi Saket, is there any script installed with that package? --install-scripts may be needed. Also I'm wondering if there is no dependency on curl-lib? Cheers, Bjoern Am 29.04.2014 19:16, schrieb Saket Choudhary: Any comments on this?

Re: [galaxy-dev] Packaging pycurl on toolshed

2014-04-29 Thread Saket Choudhary
Hi Bjoern, There is no script installed, I generally just do this on my local system $ python setup.py build --with-ssl $ python setup.py install The documentation mentions the following options: PycURL Unix options: --curl-config=/path/to/curl-config use specified curl-config binary

Re: [galaxy-dev] Packaging pycurl on toolshed

2014-04-29 Thread Greg Von Kuster
Hello Saket, I'm not a system-level expert, so please ignore my attempt at helping if it is incorrect. Your recipe for installing and compiling pycurl may be assuming that certain dependencies exist in the Galaxy environment into which it is being installed for testing, but they do not.