we have the same configuration in that section of prt-get.conf.

I only have this section modified:
runscripts yes

Standard it is configured as "no".

After a failure, I use pkgadd to install the particulair port. This works fine.



2017-10-26 16:28 GMT+02:00 Daryl F <wyatt@prairieturtle.ca>:
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