On Thu, Jul 25, 2019 at 11:20 AM Chris Schanzle chris.schanzle@nist.gov wrote:
Hi Mike,
You say (twice) all the dependencies are installed but you didn't say specifically what you installed. I suspect you didn't install the corresponding -devel packages which provide the files you need for compiling/linking software (not just running it).
Absolutely right; nice catch and thanks for helping me see it.
Installing : libuuid-devel-2.23.2-59.el7_6.1.x86_64 Installing : libblkid-devel-2.23.2-59.el7_6.1.x86_64 Installing : libsodium-devel-1.0.18-1.el7.x86_64 Installing : libzstd-devel-1.4.0-1.el7.x86_64
I also needed:
libscrypt-devel.x86_64 : Development files for libscrypt
After make && make install it appears I've got a fresh set of problems with tooling re: function errors and notes. Time to head over to the bcachefs irc and see what it's all about.
Thanks again for your guidance.