Details
-
Bug
-
Status: Closed
-
Major - P3
-
Resolution: Won't Fix
-
3.0.0-rc8
-
None
-
ALL
-
Description
Several errors occur while compiling in Solaris 10 -
- Missing strnlen
- Missing ifaddrs.h
src/mongo/db/repl/isself.cpp:60:21: fatal error: ifaddrs.h: No such file or directory
- Missing POSIX_FADV_WILLNEED
src/third_party/wiredtiger/src/block/block_read.c:40:41: error: 'POSIX_FADV_WILLNEED' undeclared (first use in this function)
(wt_off_t)offset, (wt_off_t)size, POSIX_FADV_WILLNEED);
Attachments
Issue Links
- related to
-
SERVER-15151 isSelf should be used in Windows
-
- Closed
-