[racket-users] raco pkg install failing inside Virtualbox. OpenSSL issue?

2016-10-19 Thread phil jones
Hi, I'm trying to get my development environments across different machines more consistent by running a standard Ubuntu image inside a Vagrant / Virtualbox Box. I'm trying to set up racket inside this environment (on Windows 10), but I'm getting the following error trying to install libraries

Re: [racket-users] Racket 6.5 on Ubuntu broke my sxml library?

2016-05-05 Thread phil jones
wrote: > > On May 5, 2016, at 9:55 AM, phil jones <inters...@gmail.com> wrote: > > > >> Ubuntu just upgraded me to Racket 6.5. > >> > >> However my program which uses sxml is now broken. > > >> Is this a library / package I need to reinstal

[racket-users] Re: Racket 6.5 on Ubuntu broke my sxml library?

2016-05-05 Thread phil jones
cket thing or a Ubuntu thing? Phil On Thursday, 5 May 2016 10:48:13 UTC-3, phil jones wrote: > Hi, > > Ubuntu just upgraded me to Racket 6.5. > > However my program which uses sxml is now broken. > > I get this error message : > > standard-module-name-resolver: collectio

[racket-users] Racket 6.5 on Ubuntu broke my sxml library?

2016-05-05 Thread phil jones
Hi, Ubuntu just upgraded me to Racket 6.5. However my program which uses sxml is now broken. I get this error message : standard-module-name-resolver: collection not found for module path: sxml collection: "sxml" in collection directories: Anyone got any ideas? Is this a library /

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

2016-03-11 Thread phil jones
Yep. Worked :-) Thanks Sam Tobin-Hichstadt, Asumu Takikawa. Phil On Friday, 11 March 2016 12:38:44 UTC-3, phil jones wrote: > OK. Thanks, I'm trying the new PPA > > On Friday, 11 March 2016 12:19:30 UTC-3, Sam Tobin-Hochstadt wrote: > > Ok, in that case I think I kn

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

2016-03-11 Thread phil jones
OK. Thanks, I'm trying the new PPA On Friday, 11 March 2016 12:19:30 UTC-3, Sam Tobin-Hochstadt wrote: > Ok, in that case I think I know why it fails, and the solution is to > upgrade to a more recent version of Racket, perhaps using the PPA that > Asumu pointed out. > > The problem was that we

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

2016-03-11 Thread phil jones
raco pkg config catalogs raco pkg config: unsupported config key key: "catalogs" On Friday, 11 March 2016 12:09:47 UTC-3, phil jones wrote: > DrRacket, version 5.3.6 > > It's the one that comes as standard with Ubuntu 14.04 (LTS) > > Yes, I seem to be able to get

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

2016-03-11 Thread phil jones
config catalogs` and report the output? > > Thanks, > Sam > > On Fri, Mar 11, 2016 at 9:20 AM, phil jones <inters...@gmail.com> wrote: > > Sam, > > > > From reading through those comments (or maybe on another page) it > > definitely seems to pop up

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

2016-03-11 Thread phil jones
:tlsv1 alert internal error) cheers Phil On Friday, 11 March 2016 03:46:14 UTC-3, phil jones wrote: > 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 in

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

2016-03-11 Thread phil jones
edu> wrote: > 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

[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

Re: [racket-users] html->xexp and parsing Stack Overflow

2016-03-08 Thread phil jones
Yes. That certainly seems helpful, thanks. So the best way to query something created from your html->xexp function would be to use http://docs.racket-lang.org/sxml/sxpath.html rather than xml/path? many thanks again. regards Phil On 8 March 2016 at 20:42, Neil Van Dyke

[racket-users] html->xexp and parsing Stack Overflow

2016-03-08 Thread phil jones
Hi everyone, I'm trying to write a little program to extract some data from a web-page. But when I hit Stack Overflow with it, I'm getting some strange errors (I documented them here : http://stackoverflow.com/questions/35879617/some-xexpressions-in-racket-dont-pass-xexpr ) Now I stumbled