=> Bootstrap dependency digest>=20010302: found digest-20111104
=> Bootstrap dependency fetch-[0-9]*: found fetch-1.7
WARNING: [license.mk] Every package should define a LICENSE.
===> Building for tracker-5.3nb1
rm -f config.h
cp Arch/PCux/linux_config.h config.h
gcc -I. -c -Wall -N -O2 -funroll-loops -DDEVOSSAUDIO=\"/dev/dsp\" tracker.c -o tracker.o
tracker.c:182:1: warning: 'id' defined but not used
gcc -I. -c -Wall -N -O2 -funroll-loops -DDEVOSSAUDIO=\"/dev/dsp\" automaton.c -o automaton.o
automaton.c:84:1: warning: 'id' defined but not used
gcc -c -Wall -N -O2 -funroll-loops -DDEVOSSAUDIO=\"/dev/dsp\" -DCOMPRESSION_FILE=\"/usr/pkg/etc/compression_methods\" open.c
open.c:82:1: warning: 'id' defined but not used
gcc -I. -c -Wall -N -O2 -funroll-loops -DDEVOSSAUDIO=\"/dev/dsp\" timing.c -o timing.o
timing.c:15:1: warning: 'id' defined but not used
gcc -I. -c -Wall -N -O2 -funroll-loops -DDEVOSSAUDIO=\"/dev/dsp\" dump_song.c -o dump_song.o
dump_song.c:80:1: warning: 'id' defined but not used
gcc -I. -c -Wall -N -O2 -funroll-loops -DDEVOSSAUDIO=\"/dev/dsp\" setup_audio.c -o setup_audio.o
setup_audio.c:61:1: warning: 'id' defined but not used
gcc -I. -c -Wall -N -O2 -funroll-loops -DDEVOSSAUDIO=\"/dev/dsp\" notes.c -o notes.o
notes.c:79:1: warning: 'id' defined but not used
gcc -I. -c -Wall -N -O2 -funroll-loops -DDEVOSSAUDIO=\"/dev/dsp\" display.c -o display.o
display.c:82:1: warning: 'id' defined but not used
gcc -I. -c -Wall -N -O2 -funroll-loops -DDEVOSSAUDIO=\"/dev/dsp\" empty.c -o empty.o
empty.c:41:1: warning: 'id' defined but not used
gcc -I. -c -Wall -N -O2 -funroll-loops -DDEVOSSAUDIO=\"/dev/dsp\" Arch/Unix/ui.c -o Arch/Unix/ui.o
Arch/Unix/ui.c: In function 'run_in_fg':
Arch/Unix/ui.c:233:2: warning: implicit declaration of function 'isatty'
Arch/Unix/ui.c:241:2: warning: implicit declaration of function 'tcgetpgrp'
Arch/Unix/ui.c:256:4: warning: implicit declaration of function 'getpgrp'
Arch/Unix/ui.c: In function 'switch_mode':
Arch/Unix/ui.c:282:4: warning: passing argument 2 of 'signal' from incompatible pointer type
/usr/include/signal.h:101:23: note: expected '__sighandler_t' but argument is of type 'void (*)(void)'
Arch/Unix/ui.c: In function 'may_getchar':
Arch/Unix/ui.c:396:4: warning: implicit declaration of function 'read'
Arch/Unix/ui.c: In function 'scroll':
Arch/Unix/ui.c:589:4: warning: passing argument 1 of 'sync_audio' from incompatible pointer type
./extern.h:280:9: note: expected 'void (*)(void *)' but argument is of type 'void (*)(char *)'
gcc -I. -c -Wall -N -O2 -funroll-loops -DDEVOSSAUDIO=\"/dev/dsp\" prefs.c -o prefs.o
prefs.c:38:1: warning: 'id' defined but not used
gcc -I. -c -Wall -N -O2 -funroll-loops -DDEVOSSAUDIO=\"/dev/dsp\" tags.c -o tags.o
tags.c:22:1: warning: 'id' defined but not used
gcc -I. -c -Wall -N -O2 -funroll-loops -DDEVOSSAUDIO=\"/dev/dsp\" autoinit.c -o autoinit.o
autoinit.c:30:1: warning: 'id' defined but not used
autoinit.c:36:5: warning: 'list' defined but not used
gcc -I. -c -Wall -N -O2 -funroll-loops -DDEVOSSAUDIO=\"/dev/dsp\" color.c -o color.o
echo >version.c char \*VERSION=\"5.3\"\;
gcc -I. -c -Wall -N -O2 -funroll-loops -DDEVOSSAUDIO=\"/dev/dsp\" version.c -o version.o
gcc -I. -c -Wall -N -O2 -funroll-loops -DDEVOSSAUDIO=\"/dev/dsp\" play_list.c -o play_list.o
play_list.c: In function 'random_range':
play_list.c:98:9: warning: implicit declaration of function 'time'
gcc -I. -c -Wall -N -O2 -funroll-loops -DDEVOSSAUDIO=\"/dev/dsp\" handle_options.c -o handle_options.o
handle_options.c: In function 'read_line':
handle_options.c:195:2: warning: implicit declaration of function 'getc_file'
handle_options.c: In function 'handle_options':
handle_options.c:288:3: warning: implicit declaration of function 'open_file'
handle_options.c:288:8: warning: assignment makes pointer from integer without a cast
handle_options.c:294:3: warning: implicit declaration of function 'close_file'
handle_options.c:253:7: warning: 'mode' may be used uninitialized in this function
gcc -I. -c -Wall -N -O2 -funroll-loops -DDEVOSSAUDIO=\"/dev/dsp\" parse_options.c -o parse_options.o
parse_options.c: In function 'string2args':
parse_options.c:61:7: warning: 'c' may be used uninitialized in this function
gcc -I. -c -Wall -N -O2 -funroll-loops -DDEVOSSAUDIO=\"/dev/dsp\" watched_var.c -o watched_var.o
gcc -I. -c -Wall -N -O2 -funroll-loops -DDEVOSSAUDIO=\"/dev/dsp\" Modules/Pro/low.c -o Modules/Pro/low.o
Modules/Pro/low.c:35:1: warning: 'id' defined but not used
gcc -I. -c -Wall -N -O2 -funroll-loops -DDEVOSSAUDIO=\"/dev/dsp\" Modules/Pro/read.c -o Modules/Pro/read.o
Modules/Pro/read.c: In function 'getstring':
Modules/Pro/read.c:170:2: warning: implicit declaration of function 'read_file'
Modules/Pro/read.c:172:4: warning: pointer targets in passing argument 1 of 'strlen' differ in signedness
/usr/include/string.h:399:15: note: expected 'const char *' but argument is of type 'unsigned char *'
Modules/Pro/read.c:176:4: warning: pointer targets in passing argument 2 of 'strcpy' differ in signedness
/usr/include/string.h:128:14: note: expected 'const char * __restrict__' but argument is of type 'unsigned char *'
Modules/Pro/read.c: In function 'getushort':
Modules/Pro/read.c:200:4: warning: implicit declaration of function 'getc_file'
Modules/Pro/read.c: In function 'read_song':
Modules/Pro/read.c:808:4: warning: implicit declaration of function 'tell_file'
Modules/Pro/read.c:810:2: warning: pointer targets in passing argument 3 of 'read_samples' differ in signedness
Modules/Pro/read.c:400:12: note: expected 'char *' but argument is of type 'unsigned char *'
Modules/Pro/read.c: At top level:
Modules/Pro/read.c:140:1: warning: 'id' defined but not used
gcc -I. -c -Wall -N -O2 -funroll-loops -DDEVOSSAUDIO=\"/dev/dsp\" Modules/Pro/effects.c -o Modules/Pro/effects.o
Modules/Pro/effects.c:105:1: warning: 'id' defined but not used
gcc -I. -c -Wall -N -O2 -funroll-loops -DDEVOSSAUDIO=\"/dev/dsp\" Modules/Pro/virt.c -o Modules/Pro/virt.o
Modules/Pro/virt.c:55:1: warning: 'id' defined but not used
gcc -I. -c -Wall -N -O2 -funroll-loops -DDEVOSSAUDIO=\"/dev/dsp\" Modules/Pro/play.c -o Modules/Pro/play.o
Modules/Pro/play.c:156:1: warning: 'id' defined but not used
gcc -I. -c -Wall -N -O2 -funroll-loops -DDEVOSSAUDIO=\"/dev/dsp\" Arch/PCux/audio.c -o Arch/PCux/audio.o
Arch/PCux/audio.c: In function 'open_audio':
Arch/PCux/audio.c:60:2: warning: implicit declaration of function 'ioctl'
Arch/PCux/audio.c: In function 'actually_flush_buffer':
Arch/PCux/audio.c:129:10: warning: unused variable 'i'
Arch/PCux/audio.c:129:8: warning: unused variable 'l'
Arch/PCux/audio.c: At top level:
./Arch/common.c:62:21: warning: 'best_frequency' defined but not used
./Arch/common.c:159:20: warning: 'cvt' defined but not used
./Arch/common.c:231:11: warning: 'tsync' defined but not used
Arch/PCux/audio.c:41:1: warning: 'id' defined but not used
gcc -I. -c -Wall -N -O2 -funroll-loops -DDEVOSSAUDIO=\"/dev/dsp\" resample.c -o resample.o
resample.c: In function 'notify_resample':
resample.c:255:2: warning: enumeration value 'NUMBER_WATCHED' not handled in switch
resample.c: At top level:
resample.c:109:1: warning: 'id' defined but not used
gcc -I. -c -Wall -N -O2 -funroll-loops -DDEVOSSAUDIO=\"/dev/dsp\" usage.c -o usage.o
gcc -o tracker -Wall -N -O2 -funroll-loops -DDEVOSSAUDIO=\"/dev/dsp\" tracker.o  automaton.o open.o timing.o  dump_song.o setup_audio.o notes.o display.o empty.o  Arch/Unix/ui.o prefs.o tags.o autoinit.o color.o version.o  play_list.o handle_options.o parse_options.o watched_var.o  Modules/Pro/low.o Modules/Pro/read.o Modules/Pro/effects.o  Modules/Pro/virt.o Modules/Pro/play.o  Arch/PCux/audio.o resample.o usage.o -lm 
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.2/../../../../x86_64-unknown-linux-gnu/bin/ld: cannot find -lgcc_s
/usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.2/../../../../x86_64-unknown-linux-gnu/bin/ld: cannot find -lgcc_s
collect2: ld returned 1 exit status
*** Error code 1

Stop.
bmake: stopped in /tmp/pkgsrc/audio/tracker/work/tracker
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/audio/tracker
*** Error code 1

Stop.
bmake: stopped in /usr/pkgsrc/audio/tracker