Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

romio build failure on OpenBSD-5.7 #1635

Open
PHHargrove opened this issue May 5, 2016 · 0 comments
Open

romio build failure on OpenBSD-5.7 #1635

PHHargrove opened this issue May 5, 2016 · 0 comments
Milestone

Comments

@PHHargrove
Copy link
Member

Just wanted to make a record of this other than the devel list posting.

As described in more detail in https://www.open-mpi.org/community/lists/devel/2015/05/17449.php OpenBSD-5.7 cannot build the romio version embedded in Open MPI v1.8, v1.10 or v2.0.
The problem, not present in OpenBSD-5.6 and earlier, relates to struct statfs which is not defined as romio expects:

/home/phargrov/OMPI/openmpi-1.8.6rc1-openbsd5-amd64/openmpi-1.8.6rc1/ompi/mca/io/romio/romio/adio/common/ad_fstype.c: In function 'ADIO_FileSysType_fncall': 
/home/phargrov/OMPI/openmpi-1.8.6rc1-openbsd5-amd64/openmpi-1.8.6rc1/ompi/mca/io/romio/romio/adio/common/ad_fstype.c:374: error: 'struct statfs' has no member named 'f_type' 
/home/phargrov/OMPI/openmpi-1.8.6rc1-openbsd5-amd64/openmpi-1.8.6rc1/ompi/mca/io/romio/romio/adio/common/ad_fstype.c:398: error: 'struct statfs' has no member named 'f_type' 
/home/phargrov/OMPI/openmpi-1.8.6rc1-openbsd5-amd64/openmpi-1.8.6rc1/ompi/mca/io/romio/romio/adio/common/ad_fstype.c:419: error: 'struct statfs' has no member named 'f_type' 
*** Error 1 in ompi/mca/io/romio/romio (Makefile:3335 'adio/common/ad_fstype.lo') 

As of the current mpich-3.2 there does not appear to be any upstream fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants