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 using Compile 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 calling Compile LibBPF 0.2 will make it work.
Unless a user already knows this, this can be a very frustrating experience.
Certain packages fail to build if they are already installed under
/Programs/*.It can be reproduced by installing
LibBPF 0.2and 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.2prior to callingCompile LibBPF 0.2will make it work.Unless a user already knows this, this can be a very frustrating experience.