Hello, in keeping with the instructions in APL-Pkg/doc/SUPPORT.md, I'm reaching out here on the list...
I installed (after a few tweaks for path differences) the latest APL-Pkg from github. Attempting to load the installed demo packages I get the following. Any idea what I'm doing wrong?
russtopia@rlm-devuan:~/GNUAPL$ apl
______ _ __ __ __ ___ ____ __
/ ____// | / // / / / / | / __ \ / /
/ / __ / |/ // / / / / /| | / /_/ // /
/ /_/ // /| // /_/ / / ___ | / ____// /___
\____//_/ |_/ \____/ /_/ |_|/_/ /_____/
Welcome to GNU APL version 1.8 / 1436M
Copyright (C) 2008-2020 Dr. Jürgen Sauermann
Banner by FIGlet:
www.figlet.org This program comes with ABSOLUTELY NO WARRANTY;
for details run: apl --gpl.
This program is free software, and you are welcome to redistribute it
according to the GNU Public License (GPL) version 3 or later.
)load pkg
DUMPED 2021-02-25 20:22:27 (GMT-8)
User-defined command ]pkg installed.
]pkg packages
*: top-level load; +: loaded dependency; -: expunged dependency
_
Name L V Prefix Path
---- - - ------ ----
apl-packager * 0 pkg /home/russtopia/GNUAPL/apl-pkg-repo/apl-pkg
apl-sha256 - 0 hash /home/russtopia/GNUAPL/apl-pkg-repo/APL-Sha256
demo-p1 - 0 d1 /home/russtopia/GNUAPL/apl-pkg-repo/demo-p1
demo-p2 - 0 d2 /home/russtopia/GNUAPL/apl-pkg-repo/demo-p2
demo-p3 - 0 d3 /home/russtopia/GNUAPL/apl-pkg-repo/demo-p3
demo-p4 - 0 d4 /home/russtopia/GNUAPL/apl-pkg-repo/demo-p4
demo-p5 - 0 d5 /home/russtopia/GNUAPL/apl-pkg-repo/demo-p5
demo-p6 - 0 d6 /home/russtopia/GNUAPL/apl-pkg-repo/demo-p6
demo-p7 - 0 d7 /home/russtopia/GNUAPL/apl-pkg-repo/demo-p7
demo-p8 - 0 d8 /home/russtopia/GNUAPL/apl-pkg-repo/demo-p8
demo-p9 - 0 d9 /home/russtopia/GNUAPL/apl-pkg-repo/demo-p9
]pkg load demo-p1
LOAD FAILED
IN /home/russtopia/GNUAPL/apl-pkg-repo/demo-p1/_control_.apl
RANK ERROR AT SRC LINE 8
ERASED ALL NAMES HAVING PREFIX d1
LOAD FAILED
IN /home/russtopia/GNUAPL/apl-pkg-repo/demo-p2/_control_.apl
RANK ERROR AT SRC LINE 8
ERASED ALL NAMES HAVING PREFIX d2
LOAD FAILED
IN /home/russtopia/GNUAPL/apl-pkg-repo/demo-p3/_control_.apl
RANK ERROR AT SRC LINE 8
ERASED ALL NAMES HAVING PREFIX d3
NOTE: Execute d5⍙mut <n>
1 1 /home/russtopia/GNUAPL/apl-pkg-repo/demo-p5/p5.apl
NOTE: Execute d4⍙mut <n>
1 1 /home/russtopia/GNUAPL/apl-pkg-repo/demo-p4/p4.apl
LOAD FAILED
IN /home/russtopia/GNUAPL/apl-pkg-repo/demo-p4/_control_.apl
RANK ERROR AT SRC LINE 9
ERASED ALL NAMES HAVING PREFIX d4
ERROR DURING LOADING; PACKAGE STATE IS LIKELY INCONSISTENT
)libs
Library root: /home/russtopia/GNUAPL
Library reference number to (absolute) path mapping:
╔═══╤═════╤═════════════╤══════════════════════════════════════════════════════╗
║Ref│Conf │State (errno)│ Path to the directory containing the workspace files ║
╟───┼─────┼─────────────┼──────────────────────────────────────────────────────╢
║ 0 │PWD │ present │ /home/russtopia/GNUAPL/workspaces ║
║ 1 │PWD │ missing (2) │ /home/russtopia/GNUAPL/wslib1 ║
║ 2 │PWD │ missing (2) │ /home/russtopia/GNUAPL/wslib2 ║
║ 3 │PSYS │ present │ /usr/local/lib/apl/wslib3 ║
║ 4 │PSYS │ present │ /usr/local/lib/apl/wslib4 ║
║ 5 │PSYS │ present │ /usr/local/lib/apl/wslib5 ║
║ 6 │PWD │ missing (2) │ /home/russtopia/GNUAPL/wslib6 ║
║ 7 │PWD │ missing (2) │ /home/russtopia/GNUAPL/wslib7 ║
║ 8 │PWD │ missing (2) │ /home/russtopia/GNUAPL/wslib8 ║
║ 9 │PWD │ missing (2) │ /home/russtopia/GNUAPL/wslib9 ║
╚═══╧══╤══╧═════════════╧══════════════════════════════════════════════════════╝
│
├── NONE: found no method to compute the library path
├── CMD: the path was set with )LIBS N path
├── ENV: the path came from environment variable $APL_LIB_ROOT
├── PSYS: the path came from the system preferences in file
│ /usr/local/etc/gnu-apl.d/preferences
├── PUSER: the path came from user preferences in file
│ $HOME/.config/gnu-apl or $HOME/.gnu-apl
└── PWD: the path is relative to current directory $PWD (last resort)
)off