=> Bootstrap dependency digest>=20211023: found digest-20220214
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 ---
clang -pipe -Os -Wall -Werror  -c mp3_check.c
--- mp3_check_misc.o ---
clang -pipe -Os -Wall -Werror  -c mp3_check_misc.c
In file included from mp3_check_misc.c:11:
./support_functions.h:29:1: error: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Werror,-Wdeprecated-non-prototype]
init_vbr_tag_struct(vbr_info)
^
--- mp3_check.o ---
mp3_check.c:74:1: error: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Werror,-Wdeprecated-non-prototype]
main(argc, argv)
^
--- mp3_check_misc.o ---
./support_functions.h:39:1: error: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Werror,-Wdeprecated-non-prototype]
init_gen_info_struct(file_info)
^
./support_functions.h:52:1: error: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Werror,-Wdeprecated-non-prototype]
init_mp3_time_struct(song_time)
^
./support_functions.h:61:1: error: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Werror,-Wdeprecated-non-prototype]
cmp_str (full_str, chk_str, full_str_offset)
^
./support_functions.h:76:1: error: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Werror,-Wdeprecated-non-prototype]
copy_int_array_to_str(possible_mp3_tag, tag_field, offset, length, max_length)
^
./support_functions.h:98:1: error: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Werror,-Wdeprecated-non-prototype]
validate_id3_tag(possible_mp3_tag, id3_tag)
^
./support_functions.h:149:1: error: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Werror,-Wdeprecated-non-prototype]
init_id3_tag_struct(TAG)
^
--- mp3_check.o ---
1 error generated.
--- mp3_check_misc.o ---
./support_functions.h:167:1: error: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Werror,-Wdeprecated-non-prototype]
check_header_value(header, filename, FI)
^
--- mp3_check.o ---
*** [mp3_check.o] Error code 1

bmake: stopped in /Users/pbulk/build/audio/mp3_check/work/mp3_check-1.98
--- mp3_check_misc.o ---
./support_functions.h:499:1: error: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Werror,-Wdeprecated-non-prototype]
rotate_char_array(byte_list, new_byte, file_info)
^
./support_functions.h:515:1: error: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Werror,-Wdeprecated-non-prototype]
transform_char_array(byte_list, file_info)
^
./support_functions.h:544:1: error: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Werror,-Wdeprecated-non-prototype]
translate_time(file_info, song_time)
^
./support_functions.h:561:1: error: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Werror,-Wdeprecated-non-prototype]
dump_id3_tag(id3_tag)
^
./support_functions.h:629:1: error: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Werror,-Wdeprecated-non-prototype]
get_last_char_offset(fat_string)
^
./support_functions.h:643:1: error: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Werror,-Wdeprecated-non-prototype]
check_vbr_and_time(mp3_i, vbr_info, file_info)
^
./support_functions.h:671:1: error: a function definition without a prototype is deprecated in all versions of C and is not supported in C2x [-Werror,-Wdeprecated-non-prototype]
print_frame_info(mp3_i, file_info)
^
./support_functions.h:167:1: error: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Werror,-Wdeprecated-non-prototype]
check_header_value(header, filename, FI)
^
mp3_check_misc.c:23:13: note: conflicting prototype is here
extern int              check_header_value(unsigned int *header, char *filename, frame_info *FI);
                        ^
In file included from mp3_check_misc.c:11:
./support_functions.h:643:1: error: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Werror,-Wdeprecated-non-prototype]
check_vbr_and_time(mp3_i, vbr_info, file_info)
^
mp3_check_misc.c:24:13: note: conflicting prototype is here
extern int              check_vbr_and_time(frame_info *mp3_i, vbr_data *vbr_info, gen_info *file_info);
                        ^
In file included from mp3_check_misc.c:11:
./support_functions.h:76:1: error: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Werror,-Wdeprecated-non-prototype]
copy_int_array_to_str(possible_mp3_tag, tag_field, offset, length, max_length)
^
mp3_check_misc.c:25:13: note: conflicting prototype is here
extern int              copy_int_array_to_str(char *possible_mp3_tag, char *tag_field, int offset, int length, int max_length);
                        ^
In file included from mp3_check_misc.c:11:
./support_functions.h:561:1: error: a function declaration without a prototype is deprecated in all versions of C and is not supported in C2x [-Werror,-Wdeprecated-non-prototype]
dump_id3_tag(id3_tag)
^
mp3_check_misc.c:26:13: note: conflicting prototype is here
extern int              dump_id3_tag(id3_tag_info *id3_tag);
                        ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
*** [mp3_check_misc.o] Error code 1

bmake: stopped in /Users/pbulk/build/audio/mp3_check/work/mp3_check-1.98
2 errors

bmake: stopped in /Users/pbulk/build/audio/mp3_check/work/mp3_check-1.98
*** Error code 2

Stop.
bmake[1]: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/audio/mp3_check
*** Error code 1

Stop.
bmake: stopped in /Volumes/data/jenkins/workspace/pkgsrc-macos11-trunk-arm64/audio/mp3_check