=> Bootstrap dependency digest>=20010302: found digest-20160304 ===> Building for tracker-5.3nb1 rm -f config.h cp Arch/PCux/freebsd_config.h config.h gcc -I. -c -O2 -funroll-loops -finline-functions -DDEVOSSAUDIO=\"/dev/dsp\" tracker.c -o tracker.o gcc -I. -c -O2 -funroll-loops -finline-functions -DDEVOSSAUDIO=\"/dev/dsp\" automaton.c -o automaton.o gcc -c -O2 -funroll-loops -finline-functions -DDEVOSSAUDIO=\"/dev/dsp\" -DCOMPRESSION_FILE=\"/usr/pkg/etc/compression_methods\" open.c gcc -I. -c -O2 -funroll-loops -finline-functions -DDEVOSSAUDIO=\"/dev/dsp\" timing.c -o timing.o gcc -I. -c -O2 -funroll-loops -finline-functions -DDEVOSSAUDIO=\"/dev/dsp\" dump_song.c -o dump_song.o gcc -I. -c -O2 -funroll-loops -finline-functions -DDEVOSSAUDIO=\"/dev/dsp\" setup_audio.c -o setup_audio.o gcc -I. -c -O2 -funroll-loops -finline-functions -DDEVOSSAUDIO=\"/dev/dsp\" notes.c -o notes.o gcc -I. -c -O2 -funroll-loops -finline-functions -DDEVOSSAUDIO=\"/dev/dsp\" display.c -o display.o gcc -I. -c -O2 -funroll-loops -finline-functions -DDEVOSSAUDIO=\"/dev/dsp\" empty.c -o empty.o gcc -I. -c -O2 -funroll-loops -finline-functions -DDEVOSSAUDIO=\"/dev/dsp\" Arch/Unix/ui.c -o Arch/Unix/ui.o In file included from Arch/Unix/ui.c:160: /usr/include/sys/termios.h:3:2: warning: "this file includes which is deprecated, use instead" [-W#warnings] #warning "this file includes which is deprecated, use instead" ^ Arch/Unix/ui.c:233:7: warning: implicit declaration of function 'isatty' is invalid in C99 [-Wimplicit-function-declaration] if (!isatty(fileno(stdin)) || !isatty(fileno(stdout))) ^ Arch/Unix/ui.c:241:8: warning: implicit declaration of function 'tcgetpgrp' is invalid in C99 [-Wimplicit-function-declaration] val = tcgetpgrp(fileno(stdin)); ^ Arch/Unix/ui.c:254:15: warning: implicit declaration of function 'getpgrp' is invalid in C99 [-Wimplicit-function-declaration] if (val == getpgrp()) ^ Arch/Unix/ui.c:282:26: warning: incompatible pointer types passing 'void (void)' to parameter of type '__sighandler_t *' (aka 'void (*)(int)') [-Wincompatible-pointer-types] (void)signal(SIGCONT, switch_mode); ^~~~~~~~~~~ /usr/include/sys/signal.h:507:45: note: passing argument to parameter here __sighandler_t *signal(int, __sighandler_t *); ^ Arch/Unix/ui.c:396:23: warning: implicit declaration of function 'read' is invalid in C99 [-Wimplicit-function-declaration] if (run_in_fg() && read(fileno(stdin), &buffer, 1)) ^ Arch/Unix/ui.c:531:14: warning: format string is not a string literal (potentially insecure) [-Wformat-security] printf(s); ^ Arch/Unix/ui.c:531:14: note: treat the string as an argument to avoid this printf(s); ^ "%s", Arch/Unix/ui.c:589:15: warning: incompatible pointer types passing 'void (char *)' to parameter of type 'void (*)(GENERIC)' (aka 'void (*)(void *)') [-Wincompatible-pointer-types] sync_audio(do_scroll, free_p, p); ^~~~~~~~~ ./extern.h:281:10: note: passing argument to parameter 'function' here (void (*function)(GENERIC), void (*f2) (GENERIC), GENERIC parameter); ^ 8 warnings generated. gcc -I. -c -O2 -funroll-loops -finline-functions -DDEVOSSAUDIO=\"/dev/dsp\" prefs.c -o prefs.o gcc -I. -c -O2 -funroll-loops -finline-functions -DDEVOSSAUDIO=\"/dev/dsp\" tags.c -o tags.o gcc -I. -c -O2 -funroll-loops -finline-functions -DDEVOSSAUDIO=\"/dev/dsp\" autoinit.c -o autoinit.o gcc -I. -c -O2 -funroll-loops -finline-functions -DDEVOSSAUDIO=\"/dev/dsp\" color.c -o color.o echo >version.c char \*VERSION=\"5.3\"\; gcc -I. -c -O2 -funroll-loops -finline-functions -DDEVOSSAUDIO=\"/dev/dsp\" version.c -o version.o gcc -I. -c -O2 -funroll-loops -finline-functions -DDEVOSSAUDIO=\"/dev/dsp\" play_list.c -o play_list.o gcc -I. -c -O2 -funroll-loops -finline-functions -DDEVOSSAUDIO=\"/dev/dsp\" handle_options.c -o handle_options.o handle_options.c:195:15: warning: implicit declaration of function 'getc_file' is invalid in C99 [-Wimplicit-function-declaration] while (((c = getc_file(f)) != EOF) && (c != '\n')) ^ handle_options.c:288:10: warning: implicit declaration of function 'open_file' is invalid in C99 [-Wimplicit-function-declaration] file = open_file(args[22].pointer, "r", 0); ^ handle_options.c:288:8: warning: incompatible integer to pointer conversion assigning to 'struct exfile *' from 'int' [-Wint-conversion] file = open_file(args[22].pointer, "r", 0); ^ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ handle_options.c:294:3: warning: implicit declaration of function 'close_file' is invalid in C99 [-Wimplicit-function-declaration] close_file(file); ^ 4 warnings generated. gcc -I. -c -O2 -funroll-loops -finline-functions -DDEVOSSAUDIO=\"/dev/dsp\" parse_options.c -o parse_options.o gcc -I. -c -O2 -funroll-loops -finline-functions -DDEVOSSAUDIO=\"/dev/dsp\" watched_var.c -o watched_var.o gcc -I. -c -O2 -funroll-loops -finline-functions -DDEVOSSAUDIO=\"/dev/dsp\" Modules/Pro/low.c -o Modules/Pro/low.o gcc -I. -c -O2 -funroll-loops -finline-functions -DDEVOSSAUDIO=\"/dev/dsp\" Modules/Pro/read.c -o Modules/Pro/read.o Modules/Pro/read.c:170:2: warning: implicit declaration of function 'read_file' is invalid in C99 [-Wimplicit-function-declaration] read_file(buffer, len, 1, f); ^ Modules/Pro/read.c:172:24: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] new = malloc(strlen(buffer)+1); ^~~~~~ /usr/include/string.h:95:28: note: passing argument to parameter here size_t strlen(const char *) __pure; ^ Modules/Pro/read.c:176:23: warning: passing 'unsigned char *' to parameter of type 'const char *' converts between pointers to integer types with different sign [-Wpointer-sign] return strcpy(new, buffer); ^~~~~~ /usr/include/string.h:82:56: note: passing argument to parameter here char *strcpy(char * __restrict, const char * __restrict); ^ Modules/Pro/read.c:186:3: warning: implicit declaration of function 'read_file' is invalid in C99 [-Wimplicit-function-declaration] read_file(buffer, bufsize, 1, f); ^ Modules/Pro/read.c:189:2: warning: implicit declaration of function 'read_file' is invalid in C99 [-Wimplicit-function-declaration] read_file(buffer, len, 1, f); ^ Modules/Pro/read.c:200:8: warning: implicit declaration of function 'getc_file' is invalid in C99 [-Wimplicit-function-declaration] i = getc_file(f) << 8; ^ Modules/Pro/read.c:246:21: warning: implicit declaration of function 'getc_file' is invalid in C99 [-Wimplicit-function-declaration] info->finetune = getc_file(f); ^ Modules/Pro/read.c:396:2: warning: implicit declaration of function 'read_file' is invalid in C99 [-Wimplicit-function-declaration] obtain_sample(info->start, info->length, f); ^ ./extern.h:291:36: note: expanded from macro 'obtain_sample' #define obtain_sample(start, l, f) read_file(start, 1, l, f) ^ Modules/Pro/read.c:432:7: warning: implicit declaration of function 'getc_file' is invalid in C99 [-Wimplicit-function-declaration] p = getc_file(f); ^ Modules/Pro/read.c:552:2: warning: implicit declaration of function 'read_file' is invalid in C99 [-Wimplicit-function-declaration] read_file(buffer, patsize, 1, f); ^ Modules/Pro/read.c:630:19: warning: implicit declaration of function 'getc_file' is invalid in C99 [-Wimplicit-function-declaration] info->length = getc_file(f); ^ Modules/Pro/read.c:703:8: warning: implicit declaration of function 'getc_file' is invalid in C99 [-Wimplicit-function-declaration] a = getc_file(f); ^ Modules/Pro/read.c:808:26: warning: implicit declaration of function 'tell_file' is invalid in C99 [-Wimplicit-function-declaration] song->samples_start = tell_file(f); ^ Modules/Pro/read.c:810:24: warning: passing 'unsigned char [32]' to parameter of type 'char *' converts between pointers to integer types with different sign [-Wpointer-sign] read_samples(song, f, sample_used); ^~~~~~~~~~~ Modules/Pro/read.c:400:67: note: passing argument to parameter 'used' here LOCAL void read_samples(struct song *song, struct exfile *f, char used[]) ^ 14 warnings generated. gcc -I. -c -O2 -funroll-loops -finline-functions -DDEVOSSAUDIO=\"/dev/dsp\" Modules/Pro/effects.c -o Modules/Pro/effects.o gcc -I. -c -O2 -funroll-loops -finline-functions -DDEVOSSAUDIO=\"/dev/dsp\" Modules/Pro/virt.c -o Modules/Pro/virt.o gcc -I. -c -O2 -funroll-loops -finline-functions -DDEVOSSAUDIO=\"/dev/dsp\" Modules/Pro/play.c -o Modules/Pro/play.o gcc -I. -c -O2 -funroll-loops -finline-functions -DDEVOSSAUDIO=\"/dev/dsp\" Arch/PCux/audio.c -o Arch/PCux/audio.o Arch/PCux/audio.c:34:10: fatal error: 'machine/soundcard.h' file not found #include ^~~~~~~~~~~~~~~~~~~~~ 1 error generated. *** Error code 1 Stop. bmake: stopped in /var/pkgsrc/work/audio/tracker/work/tracker *** Error code 1 Stop. bmake[1]: stopped in /usr/pkgsrc/audio/tracker *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/audio/tracker