Re: [OMPI devel] [2.0.0rc2] NetBSD build failure (ompio)

2016-05-03 Thread Edgar Gabriel
well, actually the line that causes the trouble is unnecessary. Detecting the file system has been abstracted out, and the struct statfs is completely unused. I will create a one-line patch for that. Edgar On 5/2/2016 10:54 PM, Paul Hargrove wrote: On NetNSD-7 I am testing PR1128 to get past

[OMPI devel] [2.0.0rc2] NetBSD build failure (ompio)

2016-05-03 Thread Paul Hargrove
On NetNSD-7 I am testing PR1128 to get past an issue Nathan fixed since my report earlier today (Monday). It appears that OMPIO is not prepared for NetBSD's uses of statvfs() instead of statfs(). The error message appear at the bottom of this email. FWIW the ROMIO code does have the necessary