On Thu, 26 Oct 2017, M.W. van der Grient wrote:
Hello CRUX users,
If I install a port with prt-get update, install or depinst, the created
package is not always installed automatically. Is this exspected behavior?
Or do I miss something in the config files?
For me prt-get update, install, or depinst always install something unless there is an error during the build.
The only way I know that can change is if the commented items in the expert section of /etc/prt-get.conf have been changed. Mine are:
### alternative commands
# makecommand pkgmk
# addcommand pkgadd
# removecommand pkgrm
# runscriptcommand sh
You could try pkgmk then pkgadd instead of prt-get and see if that works. prt-get uses them to build and install the port.
-Daryl