Open Nuc1eoN opened 3 years ago
In other cases Compile fails to update an existing program, for example Kmod 27
-> Kmod 32
.
The solution is to run eg DisableProgram Kmod
prior to installation.
Updating Vim
shows a similar behaviour as @sage-etcher pointed out.
Certain packages fail to build if they are already installed under
/Programs/*
.It can be reproduced by installing
LibBPF 0.2
and trying to reinstall it usingCompile LibBPF 0.2
. In the presented scenario, the installation will fail with the following error:real_install: cannot change permissions of ‘/usr/include/bpf’: No such file or directory
.Doing a
RemoveProgram LibBPF 0.2
prior to callingCompile LibBPF 0.2
will make it work.Unless a user already knows this, this can be a very frustrating experience.