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