FWIW

before Jeff fixed that, build was successful on my RHEL7 box
(stdio.h is included from verbs_exp.h that is included from verbs.h)
but failed on my RHEL6 box
(verbs.h does *not* include stdio.h)

so there was some room for Jenkins not to fail

Cheers,

Gilles

On 10/27/2015 9:17 PM, Jeff Squyres (jsquyres) wrote:
Blah.  It passed Jenkins.  :-\

Looks like a simple missing <stdio.h>.  I'll fix.


On Oct 27, 2015, at 5:07 AM, Howard Pritchard <hpprit...@gmail.com> wrote:

Hi Folks,

Looks like master can't build any more, at least not on cray with 
--enable-picky option:

-- make all -j 8 result_stderr ---
keyval_lex.c: In function 'yy_get_next_buffer':
keyval_lex.c:751:18: warning: comparison between signed and unsigned integer 
expressions
[-Wsign-compare]
    for ( n = 0; n < max_size && \
                   ^
keyval_lex.c:1284:3: note: in expansion of macro 'YY_INPUT'
    YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
show_help_lex.c: In function 'yy_get_next_buffer':
show_help_lex.c:647:18: warning: comparison between signed and unsigned integer 
expressions
[-Wsign-compare]
    for ( n = 0; n < max_size && \
                   ^
show_help_lex.c:1081:3: note: in expansion of macro 'YY_INPUT'
    YY_INPUT( (&YY_CURRENT_BUFFER_LVALUE->yy_ch_buf[number_to_move]),
common_verbs_usnic_fake.c: In function 'fake_driver_init':
common_verbs_usnic_fake.c:92:9: error: implicit declaration of function 'sscanf'
[-Werror=implicit-function-declaration]
      if (sscanf(value, "%i", &vendor) != 1) {
common_verbs_usnic_fake.c:92:9: warning: incompatible implicit declaration of 
built-in function
'sscanf'
cc1: some warnings being treated as errors
make[2]: *** [libmca_common_verbs_usnic_la-common_verbs_usnic_fake.lo] Error 1
make[1]: *** [all-recursive] Error 1
make: *** [all-recursive] Error 1


Howard

_______________________________________________
devel mailing list
de...@open-mpi.org
Subscription: http://www.open-mpi.org/mailman/listinfo.cgi/devel
Link to this post: 
http://www.open-mpi.org/community/lists/devel/2015/10/18269.php


Reply via email to