#50158: panda: get a functional installation -------------------------+-------------------------------- Reporter: mojca@… | Owner: macports-tickets@… Type: submission | Status: new Priority: Normal | Milestone: Component: ports | Version: Resolution: | Keywords: Port: panda | -------------------------+-------------------------------- Changes (by mojca@…): * cc: tadeusz.sosnierz@… (added) Comment: Will, I need some further help with Panda. See the following: {{{ $ panda install Readline [...] ==> Installing JSON::Fast ==> Successfully installed JSON::Fast ==> Fetching panda ==> Building panda ==> Testing panda t/builder.t .... ok t/common.t ..... ok t/ecosystem.t .. ok Copying lib/bar.pod to /Users/me/macports/perl/lang/rakudo/.panda- work/1454408606_5/removeme/lib/bar.pod Copying lib/baz.js to /Users/me/macports/perl/lang/rakudo/.panda- work/1454408606_5/removeme/lib/baz.js Copying lib/foo.jar to /Users/me/macports/perl/lang/rakudo/.panda- work/1454408606_5/removeme/lib/foo.jar Copying lib/foo.pir to /Users/me/macports/perl/lang/rakudo/.panda- work/1454408606_5/removeme/lib/foo.pir Copying lib/foo.pm to /Users/me/macports/perl/lang/rakudo/.panda- work/1454408606_5/removeme/lib/foo.pm Copying lib/foo.moarvm to /Users/me/macports/perl/lang/rakudo/.panda- work/1454408606_5/removeme/lib/foo.moarvm Copying bin/bar to /Users/me/macports/perl/lang/rakudo/.panda- work/1454408606_5/removeme/bin/bar t/installer.t .. ok t/tester.t ..... ok All tests successful. }}} This is an absolutely undesired behaviour of Panda. All the files should go to `$HOME/.perl6/2016.01` instead of the random directory that was initially used to build rakudo and has already disappeared by the time I ran `panda`. Later on I get a lot of other problems: {{{ ==> Fetching Readline ==> Building Readline ==> Testing Readline t/01-load.t .. ok # Failed test 'initialize' # at t/02-base.t line 10 # Cannot locate native library 'libreadline.so.6': dlopen(libreadline.so.6, 1): image not found # Failed test 'macro-dumper lives' # at t/02-base.t line 18 # Cannot locate native library 'libreadline.so.6': dlopen(libreadline.so.6, 1): image not found # Looks like you failed 1 test of 1 # Failed test 'dumpers' # at t/02-base.t line 13 # Failed test 'set-prompt lives' # at t/02-base.t line 27 # Cannot locate native library 'libreadline.so.6': dlopen(libreadline.so.6, 1): image not found # Failed test 'expand-prompt lives' # at t/02-base.t line 29 # Cannot locate native library 'libreadline.so.6': dlopen(libreadline.so.6, 1): image not found # Failed test 'on-new-line-with-prompt lives' # at t/02-base.t line 31 # Cannot locate native library 'libreadline.so.6': dlopen(libreadline.so.6, 1): image not found # Failed test 'save-prompt lives' # at t/02-base.t line 33 # Cannot locate native library 'libreadline.so.6': dlopen(libreadline.so.6, 1): image not found # Failed test 'restore-prompt lives' # at t/02-base.t line 35 # Cannot locate native library 'libreadline.so.6': dlopen(libreadline.so.6, 1): image not found # Looks like you failed 5 tests of 5 # Failed test 'prompt' # at t/02-base.t line 24 [...] }}} -- Ticket URL: <https://trac.macports.org/ticket/50158#comment:5> MacPorts <https://www.macports.org/> Ports system for OS X