HTTP/1.1 -1 Read error in cache disk data: SuccessContent-Type: text/tab-separated-values; charset="utf-8" Last-Modified: Sat, 22 Jan 2022 03:18:01 GMT Content-length: 1107 Connection: Close Proxy-Connection: Close X-Cache: HIT from web1.osuosl.org Server: ProxyTrack 0.5 (HTTrack 3.49.2) id summary reporter owner description type status priority milestone component version severity resolution keywords cc lang patch platform 1744 "load_language ""nqp"" fails" whiteknight "{{{ .sub ""main"" :main load_language ""nqp"" .end }}} this fails with error message {{{ ""load_language"" couldn't find a compiler module for the language 'nqp' }}} calling the opcode with the argument ""nqp-rx"" does no better. Since NQP is a language compiler, and since it ships with Parrot, I would expect it to be loadable using this mechanism, somehow. the load_language opcode calls src/packfile.c:Parrot_load_language(), which expects to find a ""languages/nqp/nqp.pbc"" or ""library/nqp/nqp.pbc"" in the installation directory. The NQP PBC is instead located at ""library/nqp-rx.pbc"". To make this work and keep compatibility with the current setup, I suggest that nqp-rx.pbc be copied (or symlinked, where supported) to ""languages/nqp/nqp.pbc"". Necessary supporting files can be copied/symlinked in that same directory too." bug new normal install 2.6.0 medium nqp jkeenan efore the ParrotLi