=> "/opt/pkg/bin/bmake" ["-C", "/data/jenkins/workspace/pkgsrc-upstream-trunk/audio/mp3_check", "all", "BATCH=1", "DEPENDS_TARGET=/nonexistent"] WARNING: [license.mk] Every package should define a LICENSE. ===> Building for mp3_check-1.98 --- mp3_check.o --- --- mp3_check_misc.o --- --- mp3_check.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -Werror -c mp3_check.c --- mp3_check_misc.o --- gcc -pipe -O2 -msave-args -fno-aggressive-loop-optimizations -Wall -Werror -c mp3_check_misc.c In file included from mp3_check_misc.c:11: support_functions.h: In function 'init_vbr_tag_struct': support_functions.h:29:1: error: old-style function definition [-Werror=old-style-definition] 29 | init_vbr_tag_struct(vbr_info) | ^~~~~~~~~~~~~~~~~~~ support_functions.h: In function 'init_gen_info_struct': support_functions.h:39:1: error: old-style function definition [-Werror=old-style-definition] 39 | init_gen_info_struct(file_info) | ^~~~~~~~~~~~~~~~~~~~ support_functions.h: In function 'init_mp3_time_struct': support_functions.h:52:1: error: old-style function definition [-Werror=old-style-definition] 52 | init_mp3_time_struct(song_time) | ^~~~~~~~~~~~~~~~~~~~ support_functions.h: In function 'cmp_str': support_functions.h:61:1: error: old-style function definition [-Werror=old-style-definition] 61 | cmp_str (full_str, chk_str, full_str_offset) | ^~~~~~~ support_functions.h: In function 'copy_int_array_to_str': support_functions.h:76:1: error: old-style function definition [-Werror=old-style-definition] 76 | copy_int_array_to_str(possible_mp3_tag, tag_field, offset, length, max_length) | ^~~~~~~~~~~~~~~~~~~~~ support_functions.h: In function 'validate_id3_tag': support_functions.h:98:1: error: old-style function definition [-Werror=old-style-definition] 98 | validate_id3_tag(possible_mp3_tag, id3_tag) | ^~~~~~~~~~~~~~~~ support_functions.h: In function 'init_id3_tag_struct': support_functions.h:149:1: error: old-style function definition [-Werror=old-style-definition] 149 | init_id3_tag_struct(TAG) | ^~~~~~~~~~~~~~~~~~~ support_functions.h: In function 'check_header_value': support_functions.h:167:1: error: old-style function definition [-Werror=old-style-definition] 167 | check_header_value(header, filename, FI) | ^~~~~~~~~~~~~~~~~~ support_functions.h: In function 'rotate_char_array': support_functions.h:499:1: error: old-style function definition [-Werror=old-style-definition] 499 | rotate_char_array(byte_list, new_byte, file_info) | ^~~~~~~~~~~~~~~~~ support_functions.h: In function 'transform_char_array': support_functions.h:515:1: error: old-style function definition [-Werror=old-style-definition] 515 | transform_char_array(byte_list, file_info) | ^~~~~~~~~~~~~~~~~~~~ --- mp3_check.o --- mp3_check.c: In function 'main': --- mp3_check_misc.o --- support_functions.h: In function 'translate_time': support_functions.h:544:1: error: old-style function definition [-Werror=old-style-definition] 544 | translate_time(file_info, song_time) | ^~~~~~~~~~~~~~ --- mp3_check.o --- mp3_check.c:74:1: error: old-style function definition [-Werror=old-style-definition] 74 | main(argc, argv) | ^~~~ --- mp3_check_misc.o --- support_functions.h: In function 'dump_id3_tag': support_functions.h:561:1: error: old-style function definition [-Werror=old-style-definition] 561 | dump_id3_tag(id3_tag) | ^~~~~~~~~~~~ support_functions.h: In function 'get_last_char_offset': support_functions.h:629:1: error: old-style function definition [-Werror=old-style-definition] 629 | get_last_char_offset(fat_string) | ^~~~~~~~~~~~~~~~~~~~ support_functions.h: In function 'check_vbr_and_time': support_functions.h:643:1: error: old-style function definition [-Werror=old-style-definition] 643 | check_vbr_and_time(mp3_i, vbr_info, file_info) | ^~~~~~~~~~~~~~~~~~ support_functions.h: In function 'print_frame_info': support_functions.h:671:1: error: old-style function definition [-Werror=old-style-definition] 671 | print_frame_info(mp3_i, file_info) | ^~~~~~~~~~~~~~~~ mp3_check_misc.c: In function 'scan_file': mp3_check_misc.c:41:1: error: old-style function definition [-Werror=old-style-definition] 41 | scan_file(fp, filename, flag_options, flags) | ^~~~~~~~~ mp3_check_misc.c: In function 'init_command_flags_struct': mp3_check_misc.c:460:1: error: old-style function definition [-Werror=old-style-definition] 460 | init_command_flags_struct(flags) | ^~~~~~~~~~~~~~~~~~~~~~~~~ mp3_check_misc.c: In function 'print_summary': mp3_check_misc.c:477:1: error: old-style function definition [-Werror=old-style-definition] 477 | print_summary(mp3_i, filename) | ^~~~~~~~~~~~~ mp3_check_misc.c: In function 'init_frame_struct': mp3_check_misc.c:516:1: error: old-style function definition [-Werror=old-style-definition] 516 | init_frame_struct(FI) | ^~~~~~~~~~~~~~~~~ mp3_check_misc.c: In function 'parse_args': mp3_check_misc.c:619:1: error: old-style function definition [-Werror=old-style-definition] 619 | parse_args(argv, flag_options, flags) | ^~~~~~~~~~ mp3_check_misc.c: In function 'move_to_next_frame': mp3_check_misc.c:671:1: error: old-style function definition [-Werror=old-style-definition] 671 | move_to_next_frame(possible_mp3_tag, mp3_i, file_info, flags, fp) | ^~~~~~~~~~~~~~~~~~ mp3_check_misc.c: In function 'crc_check_frame': mp3_check_misc.c:793:1: error: old-style function definition [-Werror=old-style-definition] 793 | crc_check_frame(data_frame, mp3_i) | ^~~~~~~~~~~~~~~ mp3_check_misc.c: In function 'get_char_from_file': mp3_check_misc.c:858:1: error: old-style function definition [-Werror=old-style-definition] 858 | get_char_from_file(fp, header_value, file_info, flags, possible_mp3_tag) | ^~~~~~~~~~~~~~~~~~ --- mp3_check.o --- cc1: all warnings being treated as errors *** [mp3_check.o] Error code 1 bmake: stopped making "all" in /tmp/work/audio/mp3_check/work/mp3_check-1.98 --- mp3_check_misc.o --- cc1: all warnings being treated as errors *** [mp3_check_misc.o] Error code 1 bmake: stopped making "all" in /tmp/work/audio/mp3_check/work/mp3_check-1.98 bmake: 2 errors bmake: stopped making "all" in /tmp/work/audio/mp3_check/work/mp3_check-1.98 *** Error code 2 Stop. bmake[1]: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/audio/mp3_check *** Error code 1 Stop. bmake: stopped making "all" in /data/jenkins/workspace/pkgsrc-upstream-trunk/audio/mp3_check