=> Bootstrap dependency digest>=20010302: found digest-20121220 ===> Building for nosefart-2.3nb1 => Fixing audio device. mkdir -p nsfobj/build/ nsfobj/build/cpu/nes6502/ nsfobj/build/linux/ nsfobj/build/machine/ nsfobj/build/sndhrdw/ [nsfobj/config.h] cc -O2 -march=i586 -DNSF_PLAYER -ggdb -Isrc -Isrc/linux -Isrc/sndhrdw -Isrc/machine -Isrc/cpu/nes6502 -Insfobj -I/usr/local/include/ -DNES6502_MEM_ACCESS_CTRL -O2 -march=i586 -DNSF_PLAYER -ggdb -Isrc -Isrc/linux -Isrc/sndhrdw -Isrc/machine -Isrc/cpu/nes6502 -Insfobj -I/usr/local/include/ -M src/log.c src/memguard.c src/cpu/nes6502/nes6502.c src/cpu/nes6502/dis6502.c src/machine/nsf.c src/sndhrdw/nes_apu.c src/sndhrdw/vrcvisnd.c src/sndhrdw/fmopl.c src/sndhrdw/vrc7_snd.c src/sndhrdw/mmc5_snd.c src/sndhrdw/fds_snd.c src/linux/main_linux.c src/nsfinfo.c > nsfobj/build/dep src/linux/main_linux.c:21:10: fatal error: 'sys/soundcard.h' file not found #include ^ 1 error generated. cc -O2 -march=i586 -DNSF_PLAYER -ggdb -Isrc -Isrc/linux -Isrc/sndhrdw -Isrc/machine -Isrc/cpu/nes6502 -Insfobj -I/usr/local/include/ -DNES6502_MEM_ACCESS_CTRL -o nsfobj/build/log.o -c src/log.c cc -O2 -march=i586 -DNSF_PLAYER -ggdb -Isrc -Isrc/linux -Isrc/sndhrdw -Isrc/machine -Isrc/cpu/nes6502 -Insfobj -I/usr/local/include/ -DNES6502_MEM_ACCESS_CTRL -o nsfobj/build/memguard.o -c src/memguard.c cc -O2 -march=i586 -DNSF_PLAYER -ggdb -Isrc -Isrc/linux -Isrc/sndhrdw -Isrc/machine -Isrc/cpu/nes6502 -Insfobj -I/usr/local/include/ -DNES6502_MEM_ACCESS_CTRL -o nsfobj/build/cpu/nes6502/nes6502.o -c src/cpu/nes6502/nes6502.c cc -O2 -march=i586 -DNSF_PLAYER -ggdb -Isrc -Isrc/linux -Isrc/sndhrdw -Isrc/machine -Isrc/cpu/nes6502 -Insfobj -I/usr/local/include/ -DNES6502_MEM_ACCESS_CTRL -o nsfobj/build/cpu/nes6502/dis6502.o -c src/cpu/nes6502/dis6502.c cc -O2 -march=i586 -DNSF_PLAYER -ggdb -Isrc -Isrc/linux -Isrc/sndhrdw -Isrc/machine -Isrc/cpu/nes6502 -Insfobj -I/usr/local/include/ -DNES6502_MEM_ACCESS_CTRL -o nsfobj/build/machine/nsf.o -c src/machine/nsf.c In file included from src/machine/nsf.c:30: src/machine/nsf.h:70:31: warning: 'packed' attribute ignored for field of type 'uint8 [5]' [-Wignored-attributes] uint8 id[5] __PACKED__; /* NESM\x1A */ ^ src/osd.h:31:38: note: expanded from macro '__PACKED__' #define __PACKED__ __attribute__ ((packed)) ^ In file included from src/machine/nsf.c:30: src/machine/nsf.h:71:31: warning: 'packed' attribute ignored for field of type 'uint8' (aka 'unsigned char') [-Wignored-attributes] uint8 version __PACKED__; /* spec version */ ^ src/osd.h:31:38: note: expanded from macro '__PACKED__' #define __PACKED__ __attribute__ ((packed)) ^ In file included from src/machine/nsf.c:30: src/machine/nsf.h:72:31: warning: 'packed' attribute ignored for field of type 'uint8' (aka 'unsigned char') [-Wignored-attributes] uint8 num_songs __PACKED__; /* total num songs */ ^ src/osd.h:31:38: note: expanded from macro '__PACKED__' #define __PACKED__ __attribute__ ((packed)) ^ In file included from src/machine/nsf.c:30: src/machine/nsf.h:73:31: warning: 'packed' attribute ignored for field of type 'uint8' (aka 'unsigned char') [-Wignored-attributes] uint8 start_song __PACKED__; /* first song */ ^ src/osd.h:31:38: note: expanded from macro '__PACKED__' #define __PACKED__ __attribute__ ((packed)) ^ In file included from src/machine/nsf.c:30: src/machine/nsf.h:77:31: warning: 'packed' attribute ignored for field of type 'uint8 [32]' [-Wignored-attributes] uint8 song_name[32] __PACKED__; /* name of song */ ^ src/osd.h:31:38: note: expanded from macro '__PACKED__' #define __PACKED__ __attribute__ ((packed)) ^ In file included from src/machine/nsf.c:30: src/machine/nsf.h:78:31: warning: 'packed' attribute ignored for field of type 'uint8 [32]' [-Wignored-attributes] uint8 artist_name[32] __PACKED__; /* artist name */ ^ src/osd.h:31:38: note: expanded from macro '__PACKED__' #define __PACKED__ __attribute__ ((packed)) ^ In file included from src/machine/nsf.c:30: src/machine/nsf.h:79:31: warning: 'packed' attribute ignored for field of type 'uint8 [32]' [-Wignored-attributes] uint8 copyright[32] __PACKED__; /* copyright info */ ^ src/osd.h:31:38: note: expanded from macro '__PACKED__' #define __PACKED__ __attribute__ ((packed)) ^ In file included from src/machine/nsf.c:30: src/machine/nsf.h:81:31: warning: 'packed' attribute ignored for field of type 'uint8 [8]' [-Wignored-attributes] uint8 bankswitch_info[8] __PACKED__; /* initial code banking */ ^ src/osd.h:31:38: note: expanded from macro '__PACKED__' #define __PACKED__ __attribute__ ((packed)) ^ In file included from src/machine/nsf.c:30: src/machine/nsf.h:83:31: warning: 'packed' attribute ignored for field of type 'uint8' (aka 'unsigned char') [-Wignored-attributes] uint8 pal_ntsc_bits __PACKED__; /* NTSC/PAL determination bits */ ^ src/osd.h:31:38: note: expanded from macro '__PACKED__' #define __PACKED__ __attribute__ ((packed)) ^ In file included from src/machine/nsf.c:30: src/machine/nsf.h:84:31: warning: 'packed' attribute ignored for field of type 'uint8' (aka 'unsigned char') [-Wignored-attributes] uint8 ext_sound_type __PACKED__; /* type of external sound gen. */ ^ src/osd.h:31:38: note: expanded from macro '__PACKED__' #define __PACKED__ __attribute__ ((packed)) ^ In file included from src/machine/nsf.c:30: src/machine/nsf.h:85:31: warning: 'packed' attribute ignored for field of type 'uint8 [4]' [-Wignored-attributes] uint8 reserved[4] __PACKED__; /* reserved */ ^ src/osd.h:31:38: note: expanded from macro '__PACKED__' #define __PACKED__ __attribute__ ((packed)) ^ 11 warnings generated. cc -O2 -march=i586 -DNSF_PLAYER -ggdb -Isrc -Isrc/linux -Isrc/sndhrdw -Isrc/machine -Isrc/cpu/nes6502 -Insfobj -I/usr/local/include/ -DNES6502_MEM_ACCESS_CTRL -o nsfobj/build/sndhrdw/nes_apu.o -c src/sndhrdw/nes_apu.c In file included from src/sndhrdw/nes_apu.c:33: src/machine/nsf.h:70:31: warning: 'packed' attribute ignored for field of type 'uint8 [5]' [-Wignored-attributes] uint8 id[5] __PACKED__; /* NESM\x1A */ ^ src/osd.h:31:38: note: expanded from macro '__PACKED__' #define __PACKED__ __attribute__ ((packed)) ^ In file included from src/sndhrdw/nes_apu.c:33: src/machine/nsf.h:71:31: warning: 'packed' attribute ignored for field of type 'uint8' (aka 'unsigned char') [-Wignored-attributes] uint8 version __PACKED__; /* spec version */ ^ src/osd.h:31:38: note: expanded from macro '__PACKED__' #define __PACKED__ __attribute__ ((packed)) ^ In file included from src/sndhrdw/nes_apu.c:33: src/machine/nsf.h:72:31: warning: 'packed' attribute ignored for field of type 'uint8' (aka 'unsigned char') [-Wignored-attributes] uint8 num_songs __PACKED__; /* total num songs */ ^ src/osd.h:31:38: note: expanded from macro '__PACKED__' #define __PACKED__ __attribute__ ((packed)) ^ In file included from src/sndhrdw/nes_apu.c:33: src/machine/nsf.h:73:31: warning: 'packed' attribute ignored for field of type 'uint8' (aka 'unsigned char') [-Wignored-attributes] uint8 start_song __PACKED__; /* first song */ ^ src/osd.h:31:38: note: expanded from macro '__PACKED__' #define __PACKED__ __attribute__ ((packed)) ^ In file included from src/sndhrdw/nes_apu.c:33: src/machine/nsf.h:77:31: warning: 'packed' attribute ignored for field of type 'uint8 [32]' [-Wignored-attributes] uint8 song_name[32] __PACKED__; /* name of song */ ^ src/osd.h:31:38: note: expanded from macro '__PACKED__' #define __PACKED__ __attribute__ ((packed)) ^ In file included from src/sndhrdw/nes_apu.c:33: src/machine/nsf.h:78:31: warning: 'packed' attribute ignored for field of type 'uint8 [32]' [-Wignored-attributes] uint8 artist_name[32] __PACKED__; /* artist name */ ^ src/osd.h:31:38: note: expanded from macro '__PACKED__' #define __PACKED__ __attribute__ ((packed)) ^ In file included from src/sndhrdw/nes_apu.c:33: src/machine/nsf.h:79:31: warning: 'packed' attribute ignored for field of type 'uint8 [32]' [-Wignored-attributes] uint8 copyright[32] __PACKED__; /* copyright info */ ^ src/osd.h:31:38: note: expanded from macro '__PACKED__' #define __PACKED__ __attribute__ ((packed)) ^ In file included from src/sndhrdw/nes_apu.c:33: src/machine/nsf.h:81:31: warning: 'packed' attribute ignored for field of type 'uint8 [8]' [-Wignored-attributes] uint8 bankswitch_info[8] __PACKED__; /* initial code banking */ ^ src/osd.h:31:38: note: expanded from macro '__PACKED__' #define __PACKED__ __attribute__ ((packed)) ^ In file included from src/sndhrdw/nes_apu.c:33: src/machine/nsf.h:83:31: warning: 'packed' attribute ignored for field of type 'uint8' (aka 'unsigned char') [-Wignored-attributes] uint8 pal_ntsc_bits __PACKED__; /* NTSC/PAL determination bits */ ^ src/osd.h:31:38: note: expanded from macro '__PACKED__' #define __PACKED__ __attribute__ ((packed)) ^ In file included from src/sndhrdw/nes_apu.c:33: src/machine/nsf.h:84:31: warning: 'packed' attribute ignored for field of type 'uint8' (aka 'unsigned char') [-Wignored-attributes] uint8 ext_sound_type __PACKED__; /* type of external sound gen. */ ^ src/osd.h:31:38: note: expanded from macro '__PACKED__' #define __PACKED__ __attribute__ ((packed)) ^ In file included from src/sndhrdw/nes_apu.c:33: src/machine/nsf.h:85:31: warning: 'packed' attribute ignored for field of type 'uint8 [4]' [-Wignored-attributes] uint8 reserved[4] __PACKED__; /* reserved */ ^ src/osd.h:31:38: note: expanded from macro '__PACKED__' #define __PACKED__ __attribute__ ((packed)) ^ 11 warnings generated. cc -O2 -march=i586 -DNSF_PLAYER -ggdb -Isrc -Isrc/linux -Isrc/sndhrdw -Isrc/machine -Isrc/cpu/nes6502 -Insfobj -I/usr/local/include/ -DNES6502_MEM_ACCESS_CTRL -o nsfobj/build/sndhrdw/vrcvisnd.o -c src/sndhrdw/vrcvisnd.c cc -O2 -march=i586 -DNSF_PLAYER -ggdb -Isrc -Isrc/linux -Isrc/sndhrdw -Isrc/machine -Isrc/cpu/nes6502 -Insfobj -I/usr/local/include/ -DNES6502_MEM_ACCESS_CTRL -o nsfobj/build/sndhrdw/fmopl.o -c src/sndhrdw/fmopl.c cc -O2 -march=i586 -DNSF_PLAYER -ggdb -Isrc -Isrc/linux -Isrc/sndhrdw -Isrc/machine -Isrc/cpu/nes6502 -Insfobj -I/usr/local/include/ -DNES6502_MEM_ACCESS_CTRL -o nsfobj/build/sndhrdw/vrc7_snd.o -c src/sndhrdw/vrc7_snd.c cc -O2 -march=i586 -DNSF_PLAYER -ggdb -Isrc -Isrc/linux -Isrc/sndhrdw -Isrc/machine -Isrc/cpu/nes6502 -Insfobj -I/usr/local/include/ -DNES6502_MEM_ACCESS_CTRL -o nsfobj/build/sndhrdw/mmc5_snd.o -c src/sndhrdw/mmc5_snd.c cc -O2 -march=i586 -DNSF_PLAYER -ggdb -Isrc -Isrc/linux -Isrc/sndhrdw -Isrc/machine -Isrc/cpu/nes6502 -Insfobj -I/usr/local/include/ -DNES6502_MEM_ACCESS_CTRL -o nsfobj/build/sndhrdw/fds_snd.o -c src/sndhrdw/fds_snd.c cc -O2 -march=i586 -DNSF_PLAYER -ggdb -Isrc -Isrc/linux -Isrc/sndhrdw -Isrc/machine -Isrc/cpu/nes6502 -Insfobj -I/usr/local/include/ -DNES6502_MEM_ACCESS_CTRL -o nsfobj/build/linux/main_linux.o -c src/linux/main_linux.c src/linux/main_linux.c:21:10: fatal error: 'sys/soundcard.h' file not found #include ^ 1 error generated. Makefile:111: recipe for target 'nsfobj/build/linux/main_linux.o' failed gmake: *** [nsfobj/build/linux/main_linux.o] Error 1 *** Error code 2 Stop. bmake: stopped in /usr/pkgsrc/audio/nosefart *** Error code 1 Stop. bmake: stopped in /usr/pkgsrc/audio/nosefart