Begin forwarded message: > From: <svn-commit-mai...@open-mpi.org> > Subject: [OMPI svn] svn:open-mpi r30894 - in branches/v1.7: . ompi > ompi/attribute ompi/debuggers ompi/errhandler ompi/include ompi/mca/btl > ompi/mca/btl/openib/connect ompi/mca/op ompi/mca/osc ompi/mca/osc/base > ompi/mca/osc/portals4 ompi/mca/osc/rdma ompi/mca/osc/sm ompi/mca/pml/cm > ompi/mpi/c ompi/mpi/c/profile ompi/mpi/man/man3 ompi/op ompi/win opal > opal/util > Date: February 28, 2014 10:16:08 AM PST > To: <s...@open-mpi.org> > Reply-To: <de...@open-mpi.org> > > Author: rhc (Ralph Castain) > Date: 2014-02-28 13:16:08 EST (Fri, 28 Feb 2014) > New Revision: 30894 > URL: https://svn.open-mpi.org/trac/ompi/changeset/30894 > > Log: > Fixes #4304: Move r30816, 30820, 30821, r30853 to v1.7 branch (Fix a number > of issues)
I get one-sided build errors in our Cisco jenkins as of this commit (well, actually r30895, but I suspect this commit is the culprit). Maybe something's missing from the CMR? ----8<---- make[2]: Leaving directory `/home/jenkins/slave-roots/master/ompi_upstream_v1.7_build_debug/ompi/mca/osc/sm' Making all in mca/osc/pt2pt make[2]: Entering directory `/home/jenkins/slave-roots/master/ompi_upstream_v1.7_build_debug/ompi/mca/osc/pt2pt' CC osc_pt2pt.lo CC osc_pt2pt_buffer.lo CC osc_pt2pt_comm.lo CC osc_pt2pt_component.lo CC osc_pt2pt_data_move.lo CC osc_pt2pt_longreq.lo CC osc_pt2pt_replyreq.lo CC osc_pt2pt_sendreq.lo CC osc_pt2pt_sync.lo osc_pt2pt_replyreq.c: In function 'ompi_osc_pt2pt_replyreq_alloc_init': osc_pt2pt_replyreq.c:35: error: 'ompi_win_t' has no member named 'w_baseptr' osc_pt2pt_replyreq.c:36: error: 'ompi_win_t' has no member named 'w_disp_unit' make[2]: *** [osc_pt2pt_replyreq.lo] Error 1 make[2]: *** Waiting for unfinished jobs.... osc_pt2pt_sync.c: In function 'ompi_osc_pt2pt_module_fence': osc_pt2pt_sync.c:153: error: implicit declaration of function 'ompi_win_set_mode' osc_pt2pt_sync.c:153: error: 'OMPI_WIN_FENCE' undeclared (first use in this function) osc_pt2pt_sync.c:153: error: (Each undeclared identifier is reported only once osc_pt2pt_sync.c:153: error: for each function it appears in.) osc_pt2pt_comm.c: In function 'ompi_osc_pt2pt_module_accumulate': osc_pt2pt_comm.c:60: error: 'OMPI_WIN_STARTED' undeclared (first use in this function) osc_pt2pt_comm.c:60: error: (Each undeclared identifier is reported only once osc_pt2pt_comm.c:60: error: for each function it appears in.) osc_pt2pt_comm.c:60: error: implicit declaration of function 'ompi_win_get_mode' osc_pt2pt_comm.c:65: error: 'OMPI_WIN_FENCE' undeclared (first use in this function) osc_pt2pt_comm.c:67: error: implicit declaration of function 'ompi_win_set_mode' osc_pt2pt_comm.c:67: error: 'OMPI_WIN_ACCESS_EPOCH' undeclared (first use in this function) osc_pt2pt_comm.c:68: error: 'OMPI_WIN_EXPOSE_EPOCH' undeclared (first use in this function) osc_pt2pt_comm.c: In function 'ompi_osc_pt2pt_module_get': osc_pt2pt_comm.c:115: error: 'OMPI_WIN_STARTED' undeclared (first use in this function) osc_pt2pt_comm.c:120: error: 'OMPI_WIN_FENCE' undeclared (first use in this function) osc_pt2pt_sync.c: In function 'ompi_osc_pt2pt_module_start': osc_pt2pt_sync.c:213: error: implicit declaration of function 'ompi_win_remove_mode' osc_pt2pt_comm.c:122: error: 'OMPI_WIN_ACCESS_EPOCH' undeclared (first use in this function) osc_pt2pt_sync.c:213: error: 'OMPI_WIN_FENCE' undeclared (first use in this function) osc_pt2pt_comm.c:123: error: 'OMPI_WIN_EXPOSE_EPOCH' undeclared (first use in this function) osc_pt2pt_sync.c:214: error: implicit declaration of function 'ompi_win_append_mode' osc_pt2pt_sync.c:214: error: 'OMPI_WIN_ACCESS_EPOCH' undeclared (first use in this function) osc_pt2pt_sync.c:214: error: 'OMPI_WIN_STARTED' undeclared (first use in this function) osc_pt2pt_comm.c: In function 'ompi_osc_pt2pt_module_put': osc_pt2pt_comm.c:165: error: 'OMPI_WIN_STARTED' undeclared (first use in this function) osc_pt2pt_comm.c:170: error: 'OMPI_WIN_FENCE' undeclared (first use in this function) osc_pt2pt_comm.c:172: error: 'OMPI_WIN_ACCESS_EPOCH' undeclared (first use in this function) osc_pt2pt_comm.c:173: error: 'OMPI_WIN_EXPOSE_EPOCH' undeclared (first use in this function) osc_pt2pt_sync.c: In function 'ompi_osc_pt2pt_module_complete': osc_pt2pt_sync.c:294: error: 'OMPI_WIN_ACCESS_EPOCH' undeclared (first use in this function) osc_pt2pt_sync.c:294: error: 'OMPI_WIN_STARTED' undeclared (first use in this function) osc_pt2pt_sync.c: In function 'ompi_osc_pt2pt_module_post': osc_pt2pt_sync.c:319: error: 'OMPI_WIN_FENCE' undeclared (first use in this function) osc_pt2pt_sync.c:320: error: 'OMPI_WIN_EXPOSE_EPOCH' undeclared (first use in this function) osc_pt2pt_sync.c:320: error: 'OMPI_WIN_POSTED' undeclared (first use in this function) osc_pt2pt_sync.c: In function 'ompi_osc_pt2pt_module_wait': osc_pt2pt_sync.c:354: error: 'OMPI_WIN_EXPOSE_EPOCH' undeclared (first use in this function) osc_pt2pt_sync.c:354: error: 'OMPI_WIN_POSTED' undeclared (first use in this function) osc_pt2pt_sync.c: In function 'ompi_osc_pt2pt_module_test': osc_pt2pt_sync.c:382: error: 'OMPI_WIN_EXPOSE_EPOCH' undeclared (first use in this function) osc_pt2pt_sync.c:382: error: 'OMPI_WIN_POSTED' undeclared (first use in this function) osc_pt2pt_data_move.c: In function 'ompi_osc_pt2pt_sendreq_recv_put': osc_pt2pt_data_move.c:555: error: 'ompi_win_t' has no member named 'w_baseptr' osc_pt2pt_data_move.c:556: error: 'ompi_win_t' has no member named 'w_disp_unit' osc_pt2pt_sync.c: In function 'ompi_osc_pt2pt_module_lock': osc_pt2pt_sync.c:418: error: 'OMPI_WIN_FENCE' undeclared (first use in this function) osc_pt2pt_sync.c:419: error: 'OMPI_WIN_ACCESS_EPOCH' undeclared (first use in this function) osc_pt2pt_sync.c:419: error: 'OMPI_WIN_LOCK_ACCESS' undeclared (first use in this function) osc_pt2pt_sync.c: In function 'ompi_osc_pt2pt_module_unlock': osc_pt2pt_data_move.c: In function 'ompi_osc_pt2pt_sendreq_recv_accum_long_cb': osc_pt2pt_sync.c:517: error: 'OMPI_WIN_ACCESS_EPOCH' undeclared (first use in this function) osc_pt2pt_data_move.c:643: error: 'ompi_win_t' has no member named 'w_baseptr' osc_pt2pt_sync.c:517: error: 'OMPI_WIN_LOCK_ACCESS' undeclared (first use in this function) osc_pt2pt_data_move.c:644: error: 'ompi_win_t' has no member named 'w_disp_unit' osc_pt2pt_sync.c: In function 'ompi_osc_pt2pt_passive_lock': osc_pt2pt_sync.c:539: error: 'OMPI_WIN_EXPOSE_EPOCH' undeclared (first use in this function) osc_pt2pt_component.c:49: error: 'OMPI_OSC_BASE_VERSION_2_0_0' undeclared here (not in a function) osc_pt2pt_component.c:50: warning: initialization makes integer from pointer without a cast osc_pt2pt_component.c:50: error: initializer element is not computable at load time osc_pt2pt_component.c:50: error: (near initialization for 'mca_osc_pt2pt_component.super.osc_version.mca_minor_version') osc_pt2pt_component.c:52: warning: missing braces around initializer osc_pt2pt_component.c:52: warning: (near initialization for 'mca_osc_pt2pt_component.super.osc_version.mca_type_name') osc_pt2pt_component.c:54: warning: initialization makes integer from pointer without a cast osc_pt2pt_component.c:55: warning: initialization makes integer from pointer without a cast osc_pt2pt_component.c:56: warning: initialization makes integer from pointer without a cast osc_pt2pt_component.c:58: warning: initialization makes integer from pointer without a cast osc_pt2pt_component.c:58: error: initializer element is not computable at load time osc_pt2pt_component.c:58: error: (near initialization for 'mca_osc_pt2pt_component.super.osc_version.mca_type_name[5]') osc_pt2pt_component.c:63: warning: initialization from incompatible pointer type osc_pt2pt_component.c:64: warning: initialization from incompatible pointer type osc_pt2pt_data_move.c: In function 'ompi_osc_pt2pt_sendreq_recv_accum': osc_pt2pt_data_move.c:730: error: 'ompi_win_t' has no member named 'w_baseptr' osc_pt2pt_component.c:72: warning: initialization from incompatible pointer type osc_pt2pt_data_move.c:731: error: 'ompi_win_t' has no member named 'w_disp_unit'osc_pt2pt_component.c:74: warning: initialization from incompatible pointer type osc_pt2pt_component.c:75: warning: initialization from incompatible pointer type osc_pt2pt_component.c:76: warning: initialization from incompatible pointer type osc_pt2pt_component.c:78: warning: initialization from incompatible pointer type osc_pt2pt_component.c:80: warning: initialization from incompatible pointer type osc_pt2pt_component.c:81: warning: initialization from incompatible pointer type osc_pt2pt_component.c:82: warning: initialization from incompatible pointer type osc_pt2pt_component.c:83: warning: initialization from incompatible pointer type osc_pt2pt_component.c:84: warning: initialization from incompatible pointer type osc_pt2pt_component.c:86: warning: initialization from incompatible pointer type osc_pt2pt_component.c:87: warning: initialization from incompatible pointer type osc_pt2pt_sync.c: In function 'ompi_osc_pt2pt_passive_unlock_complete': osc_pt2pt_sync.c:627: error: 'OMPI_WIN_EXPOSE_EPOCH' undeclared (first use in this function) make[2]: *** [osc_pt2pt_comm.lo] Error 1 osc_pt2pt_component.c: In function 'component_fragment_cb': osc_pt2pt_component.c:365: error: implicit declaration of function 'ompi_win_exposure_epoch' osc_pt2pt_component.c:366: error: 'OMPI_WIN_FENCE' undeclared (first use in this function) osc_pt2pt_component.c:366: error: (Each undeclared identifier is reported only once osc_pt2pt_component.c:366: error: for each function it appears in.) osc_pt2pt_component.c:366: error: implicit declaration of function 'ompi_win_get_mode' osc_pt2pt_component.c:367: error: implicit declaration of function 'ompi_win_set_mode' osc_pt2pt_component.c:369: error: 'OMPI_WIN_ACCESS_EPOCH' undeclared (first use in this function) osc_pt2pt_component.c:370: error: 'OMPI_WIN_EXPOSE_EPOCH' undeclared (first use in this function) make[2]: *** [osc_pt2pt_sync.lo] Error 1 make[2]: *** [osc_pt2pt_data_move.lo] Error 1 make[2]: *** [osc_pt2pt_component.lo] Error 1 make[2]: Leaving directory `/home/jenkins/slave-roots/master/ompi_upstream_v1.7_build_debug/ompi/mca/osc/pt2pt' make[1]: *** [all-recursive] Error 1 make[1]: Leaving directory `/home/jenkins/slave-roots/master/ompi_upstream_v1.7_build_debug/ompi' make: *** [all-recursive] Error 1 ----8<---- -Dave