> On Jul 16, 2016, at 11:56 PM, Sourav Datta <soura.ja...@gmail.com> wrote:
> 
> Worked fine! For some reason I was assuming that planet was the latest 
> version of package manager whereas pkg was the old one! Thanks for the help!

Glad to hear it.

Out of curiosity: do you remember how you got to planet, and whether there’s an 
obvious place to hang a notice that might have directed you to the new system?

Thanks again!

John Clements

> 
> On Sunday, July 17, 2016 at 11:59:34 AM UTC+5:30, johnbclements wrote:
>>> On Jul 16, 2016, at 11:13 PM, Sourav Datta <soura.ja...@gmail.com> wrote:
>>> 
>>> Hey hey,
>>> 
>>> I am pretty new to Racket and still experimenting with it. I came across 
>>> the nice rsound package and thought to try the examples. I found that the 
>>> version installed on my system is 1.10. So I tried to install the latest 
>>> 4.4 with the command:
>>> 
>>> raco planet install clements rsound.plt 4 4
>> 
>> Racket has a new package management system, and planet is no longer the best 
>> place to look for new packages. Try installing the newest version of rsound 
>> with the new system:
>> 
>> raco pkg install rsound
>> 
>> You can see all of the packages associated with the new package management 
>> system at
>> 
>> https://pkg.racket-lang.org/
>> 
>> Let me know how it goes!
>> 
>> John Clements
>> 
>> 
>>> 
>>> It had an an error like below:
>>> 
>>> raco setup: error: during making for <planet>/clements/rsound.plt/4/4 
>>> (RSound)
>>> raco setup:   
>>> .racket/planet/300/6.5/cache/clements/rsound.plt/4/4/filter-typed.rkt:191:32:
>>>  Type Checker: Bad arguments to function in `apply':
>>> raco setup:   Domains: Real *
>>> raco setup:   Arguments: (Listof Any) *
>>> raco setup:
>>> raco setup:     in: (apply max delays)
>>> raco setup:     compiling: <planet>/clements/rsound.plt/4/4/filter-typed.rkt
>>> raco setup: error: during making for 
>>> <planet>/clements/rsound.plt/4/4/examples
>>> raco setup:   
>>> .racket/planet/300/6.5/cache/clements/rsound.plt/4/4/filter-typed.rkt:191:32:
>>>  Type Checker: Bad arguments to function in `apply':
>>> raco setup:   Domains: Real *
>>> raco setup:   Arguments: (Listof Any) *
>>> raco setup:
>>> raco setup:     in: (apply max delays)
>>> raco setup:     compiling: <planet>/clements/rsound.plt/4/4/filter-typed.rkt
>>> raco setup: error: during building docs for 
>>> <planet>/clements/rsound.plt/4/4/rsound.scrbl
>>> raco setup:   
>>> .racket/planet/300/6.5/cache/clements/rsound.plt/4/4/filter-typed.rkt:191:32:
>>>  Type Checker: Bad arguments to function in `apply':
>>> raco setup:   Domains: Real *
>>> raco setup:   Arguments: (Listof Any) *
>>> raco setup:
>>> raco setup:     in: (apply max delays)
>>> PLaneT: raco setup: --- installing collections ---
>>> 
>>> Then I tried version 3.3 which had again this error:
>>> 
>>> raco setup: error: during making for <planet>/clements/rsound.plt/3/3 
>>> (RSound)
>>> raco setup:   
>>> .racket/planet/300/6.5/cache/clements/rsound.plt/3/3/filter-typed.rkt:151:34:
>>>  Type Checker: Bad arguments to function in `apply':
>>> raco setup:   Domains: Real *
>>> raco setup:   Arguments: (Listof Any) *
>>> raco setup:
>>> raco setup:     in: (apply max delays)
>>> raco setup:     compiling: <planet>/clements/rsound.plt/3/3/filter-typed.rkt
>>> raco setup: error: during making for 
>>> <planet>/clements/rsound.plt/3/3/examples
>>> raco setup:   
>>> .racket/planet/300/6.5/cache/clements/rsound.plt/3/3/filter-typed.rkt:151:34:
>>>  Type Checker: Bad arguments to function in `apply':
>>> raco setup:   Domains: Real *
>>> raco setup:   Arguments: (Listof Any) *
>>> raco setup:
>>> raco setup:     in: (apply max delays)
>>> raco setup:     compiling: <planet>/clements/rsound.plt/3/3/filter-typed.rkt
>>> raco setup: error: during making for <planet>/clements/rsound.plt/3/3/test
>>> raco setup:   
>>> .racket/planet/300/6.5/cache/clements/rsound.plt/3/3/filter-typed.rkt:151:34:
>>>  Type Checker: Bad arguments to function in `apply':
>>> raco setup:   Domains: Real *
>>> raco setup:   Arguments: (Listof Any) *
>>> raco setup:
>>> raco setup:     in: (apply max delays)
>>> raco setup:     compiling: <planet>/clements/rsound.plt/3/3/filter-typed.rkt
>>> raco setup: error: during building docs for 
>>> <planet>/clements/rsound.plt/3/3/rsound.scrbl
>>> raco setup:   
>>> .racket/planet/300/6.5/cache/clements/rsound.plt/3/3/filter-typed.rkt:151:34:
>>>  Type Checker: Bad arguments to function in `apply':
>>> raco setup:   Domains: Real *
>>> raco setup:   Arguments: (Listof Any) *
>>> raco setup:
>>> 
>>> 
>>> However, version 2.12 got installed fine and I can play the ding as per the 
>>> example. So, I'm wondering why the latest version had the build problem. 
>>> Any suggestions?
>>> 
>>> System info:
>>> 
>>> Ubuntu 16.04 64 bit
>>> Racket version 6.5
>>> 
>>> Please let me know if you need more system info or full logs. Thanks.
>>> 
>>> --
>>> You received this message because you are subscribed to the Google Groups 
>>> "Racket Users" group.
>>> To unsubscribe from this group and stop receiving emails from it, send an 
>>> email to racket-users+unsubscr...@googlegroups.com.
>>> For more options, visit https://groups.google.com/d/optout.
> 
> --
> You received this message because you are subscribed to the Google Groups 
> "Racket Users" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to racket-users+unsubscr...@googlegroups.com.
> For more options, visit https://groups.google.com/d/optout.


-- 
You received this message because you are subscribed to the Google Groups 
"Racket Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to racket-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Attachment: signature.asc
Description: PGP signature

Reply via email to