Re: [racket-users] Alternatives for installing packages?

2016-03-11 Thread Sam Tobin-Hochstadt
Also, I think it's unlikely to be the specific issue discussed in that Ubuntu bug, since that seemed to be about misconfigured tomcat servers. Can you share the entire output of `raco pkg install ...` that you got? Thanks, Sam On Fri, Mar 11, 2016 at 8:56 AM, phil jones

Re: [racket-users] Alternatives for installing packages?

2016-03-11 Thread phil jones
So far I was just trying raco pkg install PKGNAME where I assume the package is coming from the online repository Thanks I'll try the github / install from local suggestion. That's exactly the kind of thing I was looking for. Phil On 11 March 2016 at 10:51, Asumu Takikawa

Re: [racket-users] Alternatives for installing packages?

2016-03-11 Thread Asumu Takikawa
Hi Phil, On 2016-03-10 22:46:14 -0800, phil jones wrote: > Unfortunately it's preventing me from installing new packages with > > raco pkg install Are you saying that running `raco pkg install` with any arguments causes this issue? Or just with the package catalog? If it's the latter, you can

[racket-users] Alternatives for installing packages?

2016-03-10 Thread phil jones
I have this problem with openssl on my Ubuntu development machine : https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1475228 Unfortunately it's preventing me from installing new packages with raco pkg install Trying to do that just triggers the bug. Is there any other way to get and