id summary reporter owner description type status priority milestone component version resolution keywords cc port 57349 mongodb 4.0.3_0 fails to build on case sensitive file systems hapaguy ryandesign "The build fails to find **CommonHmac.h**: {{{ ... boost-1.60.0 -I/opt/local/include -Ibuild/MP -Isrc src/mongo/crypto/sha_block_apple.cpp :info:build src/mongo/crypto/sha_block_apple.cpp:32:10: fatal error: 'CommonCrypto/CommonHmac.h' file not found :info:build #include :info:build ^~~~~~~~~~~~~~~~~~~~~~~~~~~ :info:build 1 error generated. ... }}} For the build to be successful on a case sensitive file system, the include file name should be: **CommonHMAC.h**, i.e. {{{ $ ls /usr/include/CommonCrypto/CommonHMAC.h /usr/include/CommonCrypto/CommonHMAC.h }}}" defect closed Normal ports fixed mongodb