So I recently upgraded my system to FreeBSD 11, and when recompiling packages I noticed that some files are missing (and it is always the same files).
For example, when installing perl5-5.24.1.r4, it installed perl binary but perl5 and perl5.24.1 were missing.
When installing bind99, /usr/local/sbin/named was missing.
When I perform "make package" and then install the resulting package then all files are installed as they should.
I did not have this issue when I was using FreeBSD 10, was there any change that could cause this?
Edit: More info, the files do exist in stage directory after "make stage", and it's possible that missing files are hardlinks.
For example, when installing perl5-5.24.1.r4, it installed perl binary but perl5 and perl5.24.1 were missing.
When installing bind99, /usr/local/sbin/named was missing.
When I perform "make package" and then install the resulting package then all files are installed as they should.
I did not have this issue when I was using FreeBSD 10, was there any change that could cause this?
Edit: More info, the files do exist in stage directory after "make stage", and it's possible that missing files are hardlinks.