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 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.