=> Bootstrap dependency digest>=20211023: found digest-20220214 ===> Skipping vulnerability checks. WARNING: No /usr/pkg/pkgdb/pkg-vulnerabilities file found. WARNING: To fix run: `/usr/sbin/pkg_admin -K /usr/pkg/pkgdb fetch-pkg-vulnerabilities'. ===> Building for freedv-1.4.2nb13 [ 4%] Building CXX object src/CMakeFiles/freedv.dir/dlg_filter.cpp.o [ 8%] Building CXX object src/CMakeFiles/freedv.dir/dlg_audiooptions.cpp.o [ 12%] Building CXX object src/CMakeFiles/freedv.dir/dlg_options.cpp.o [ 16%] Building CXX object src/CMakeFiles/freedv.dir/dlg_ptt.cpp.o [ 20%] Building CXX object src/CMakeFiles/freedv.dir/dlg_plugin.cpp.o [ 25%] Building CXX object src/CMakeFiles/freedv.dir/fdmdv2_main.cpp.o /tmp/pkgbuild/ham/freedv/work.alpha/freedv-gui-bb9558cc496b7b253fb54bb28486b0bcd7516ae5/src/fdmdv2_main.cpp: In function 'int resample(SRC_STATE*, short int*, short int*, int, int, int, int)': /tmp/pkgbuild/ham/freedv/work.alpha/freedv-gui-bb9558cc496b7b253fb54bb28486b0bcd7516ae5/src/fdmdv2_main.cpp:3703:14: warning: variable 'ret' set but not used [-Wunused-but-set-variable] 3703 | int ret; | ^~~ [ 29%] Building CXX object src/CMakeFiles/freedv.dir/fdmdv2_pa_wrapper.cpp.o /tmp/pkgbuild/ham/freedv/work.alpha/freedv-gui-bb9558cc496b7b253fb54bb28486b0bcd7516ae5/src/fdmdv2_main.cpp: In member function 'void MainFrame::startRxStream()': /tmp/pkgbuild/ham/freedv/work.alpha/freedv-gui-bb9558cc496b7b253fb54bb28486b0bcd7516ae5/src/fdmdv2_main.cpp:3290:30: warning: 'rxOutFifoSizeSamples' may be used uninitialized in this function [-Wmaybe-uninitialized] 3290 | rxOutFifoSizeSamples += 0.04*modem_samplerate; | ~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/pkgbuild/ham/freedv/work.alpha/freedv-gui-bb9558cc496b7b253fb54bb28486b0bcd7516ae5/src/fdmdv2_main.cpp:3289:29: warning: 'rxInFifoSizeSamples' may be used uninitialized in this function [-Wmaybe-uninitialized] 3289 | rxInFifoSizeSamples += 0.04*modem_samplerate; | ~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~ /tmp/pkgbuild/ham/freedv/work.alpha/freedv-gui-bb9558cc496b7b253fb54bb28486b0bcd7516ae5/src/fdmdv2_main.cpp:3289:36: warning: 'modem_samplerate' may be used uninitialized in this function [-Wmaybe-uninitialized] 3289 | rxInFifoSizeSamples += 0.04*modem_samplerate; | ~~~~^~~~~~~~~~~~~~~~~ /tmp/pkgbuild/ham/freedv/work.alpha/freedv-gui-bb9558cc496b7b253fb54bb28486b0bcd7516ae5/src/fdmdv2_main.cpp: In member function 'void MainFrame::OnTimer(wxTimerEvent&)': /tmp/pkgbuild/ham/freedv/work.alpha/freedv-gui-bb9558cc496b7b253fb54bb28486b0bcd7516ae5/src/fdmdv2_main.cpp:1140:49: warning: 'sprintf' may write a terminating nul past the end of the destination [-Wformat-overflow=] 1140 | sprintf(callsign_checksum_cr, "%s%2x", callsign, checksum); | ^ /tmp/pkgbuild/ham/freedv/work.alpha/freedv-gui-bb9558cc496b7b253fb54bb28486b0bcd7516ae5/src/fdmdv2_main.cpp:1140:20: note: 'sprintf' output between 4 and 82 bytes into a destination of size 81 1140 | sprintf(callsign_checksum_cr, "%s%2x", callsign, checksum); | ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /tmp/pkgbuild/ham/freedv/work.alpha/freedv-gui-bb9558cc496b7b253fb54bb28486b0bcd7516ae5/src/fdmdv2_main.cpp: In function 'void txRxProcessing()': /tmp/pkgbuild/ham/freedv/work.alpha/freedv-gui-bb9558cc496b7b253fb54bb28486b0bcd7516ae5/src/fdmdv2_main.cpp:3811:67: warning: 'freedv_samplerate' may be used uninitialized in this function [-Wmaybe-uninitialized] 3811 | int nsam = g_soundCard1SampleRate * (float)g_modemInbufferSize/freedv_samplerate; | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~ /tmp/pkgbuild/ham/freedv/work.alpha/freedv-gui-bb9558cc496b7b253fb54bb28486b0bcd7516ae5/src/fdmdv2_main.cpp: In member function 'virtual void MainFrame::OnRecFileFromRadio(wxCommandEvent&)': /tmp/pkgbuild/ham/freedv/work.alpha/freedv-gui-bb9558cc496b7b253fb54bb28486b0bcd7516ae5/src/fdmdv2_main.cpp:2260:35: warning: 'sample_rate' may be used uninitialized in this function [-Wmaybe-uninitialized] 2260 | sfInfo.samplerate = sample_rate; | ~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~ /tmp/pkgbuild/ham/freedv/work.alpha/freedv-gui-bb9558cc496b7b253fb54bb28486b0bcd7516ae5/src/fdmdv2_main.cpp: In member function 'virtual void MainFrame::OnRecFileFromModulator(wxCommandEvent&)': /tmp/pkgbuild/ham/freedv/work.alpha/freedv-gui-bb9558cc496b7b253fb54bb28486b0bcd7516ae5/src/fdmdv2_main.cpp:2416:41: warning: 'sample_rate' may be used uninitialized in this function [-Wmaybe-uninitialized] 2416 | g_recFromModulatorSamples = sample_rate*(unsigned int)secs; | ^~~~~~~~~~~ [ 33%] Building CXX object src/CMakeFiles/freedv.dir/fdmdv2_plot.cpp.o [ 37%] Building CXX object src/CMakeFiles/freedv.dir/fdmdv2_plot_scalar.cpp.o [ 41%] Building CXX object src/CMakeFiles/freedv.dir/fdmdv2_plot_scatter.cpp.o [ 45%] Building CXX object src/CMakeFiles/freedv.dir/fdmdv2_plot_spectrum.cpp.o [ 50%] Building CXX object src/CMakeFiles/freedv.dir/fdmdv2_plot_waterfall.cpp.o [ 54%] Building CXX object src/CMakeFiles/freedv.dir/hamlib.cpp.o [ 58%] Building CXX object src/CMakeFiles/freedv.dir/serialport.cpp.o [ 62%] Building CXX object src/CMakeFiles/freedv.dir/topFrame.cpp.o [ 66%] Building C object src/CMakeFiles/freedv.dir/sox_biquad.c.o /tmp/pkgbuild/ham/freedv/work.alpha/freedv-gui-bb9558cc496b7b253fb54bb28486b0bcd7516ae5/src/sox_biquad.c: In function 'sox_biquad_start': /tmp/pkgbuild/ham/freedv/work.alpha/freedv-gui-bb9558cc496b7b253fb54bb28486b0bcd7516ae5/src/sox_biquad.c:45:9: warning: unused variable 'r' [-Wunused-variable] 45 | int r = sox_init(); | ^ /tmp/pkgbuild/ham/freedv/work.alpha/freedv-gui-bb9558cc496b7b253fb54bb28486b0bcd7516ae5/src/sox_biquad.c: In function 'sox_biquad_create': /tmp/pkgbuild/ham/freedv/work.alpha/freedv-gui-bb9558cc496b7b253fb54bb28486b0bcd7516ae5/src/sox_biquad.c:64:9: warning: variable 'ret' set but not used [-Wunused-but-set-variable] 64 | int ret; | ^~~ [ 70%] Building C object src/CMakeFiles/freedv.dir/sox/biquad.c.o [ 75%] Building C object src/CMakeFiles/freedv.dir/sox/biquads.c.o [ 79%] Building C object src/CMakeFiles/freedv.dir/sox/effects.c.o [ 83%] Building C object src/CMakeFiles/freedv.dir/sox/effects_i.c.o [ 87%] Building C object src/CMakeFiles/freedv.dir/sox/formats_i.c.o [ 91%] Building C object src/CMakeFiles/freedv.dir/sox/libsox.c.o [ 95%] Building C object src/CMakeFiles/freedv.dir/sox/xmalloc.c.o [100%] Linking CXX executable freedv ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-flac.o): in function `sf_flac_error_callback': (.text+0x220): undefined reference to `FLAC__StreamDecoderErrorStatusString' ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-flac.o): in function `flac_seek': (.text+0x82c): undefined reference to `FLAC__stream_decoder_seek_absolute' ld: (.text+0x830): undefined reference to `FLAC__stream_decoder_seek_absolute' ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-flac.o): in function `flac_close': (.text+0x8d4): undefined reference to `FLAC__metadata_object_delete' ld: (.text+0x8d8): undefined reference to `FLAC__metadata_object_delete' ld: (.text+0x964): undefined reference to `FLAC__stream_decoder_finish' ld: (.text+0x968): undefined reference to `FLAC__stream_decoder_finish' ld: (.text+0x978): undefined reference to `FLAC__stream_decoder_delete' ld: (.text+0x97c): undefined reference to `FLAC__stream_decoder_delete' ld: (.text+0x994): undefined reference to `FLAC__stream_encoder_finish' ld: (.text+0x998): undefined reference to `FLAC__stream_encoder_finish' ld: (.text+0x9a8): undefined reference to `FLAC__stream_encoder_delete' ld: (.text+0x9ac): undefined reference to `FLAC__stream_encoder_delete' ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-flac.o): in function `flac_write_header': (.text+0xc2c): undefined reference to `FLAC__metadata_object_vorbiscomment_entry_from_name_value_pair' ld: (.text+0xc34): undefined reference to `FLAC__metadata_object_vorbiscomment_entry_from_name_value_pair' ld: (.text+0xc50): undefined reference to `FLAC__metadata_object_vorbiscomment_append_comment' ld: (.text+0xc54): undefined reference to `FLAC__metadata_object_vorbiscomment_append_comment' ld: (.text+0xc74): undefined reference to `FLAC__stream_encoder_set_metadata' ld: (.text+0xc7c): undefined reference to `FLAC__stream_encoder_set_metadata' ld: (.text+0xc94): undefined reference to `FLAC__stream_encoder_init_stream' ld: (.text+0xcb4): undefined reference to `FLAC__stream_encoder_init_stream' ld: (.text+0xdf0): undefined reference to `FLAC__StreamEncoderInitStatusString' ld: (.text+0xe24): undefined reference to `FLAC__metadata_object_new' ld: (.text+0xe28): undefined reference to `FLAC__metadata_object_new' ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-flac.o): in function `sf_flac_meta_callback': (.text+0x1098): undefined reference to `FLAC__metadata_object_vorbiscomment_find_entry_from' ld: (.text+0x10a4): undefined reference to `FLAC__metadata_object_vorbiscomment_find_entry_from' ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-flac.o): in function `flac_enc_init': (.text+0x1360): undefined reference to `FLAC__stream_encoder_delete' ld: (.text+0x1364): undefined reference to `FLAC__stream_encoder_delete' ld: (.text+0x1370): undefined reference to `FLAC__stream_encoder_new' ld: (.text+0x1374): undefined reference to `FLAC__stream_encoder_new' ld: (.text+0x1394): undefined reference to `FLAC__stream_encoder_set_channels' ld: (.text+0x1398): undefined reference to `FLAC__stream_encoder_set_channels' ld: (.text+0x13b0): undefined reference to `FLAC__stream_encoder_set_sample_rate' ld: (.text+0x13b4): undefined reference to `FLAC__stream_encoder_set_sample_rate' ld: (.text+0x13cc): undefined reference to `FLAC__stream_encoder_set_bits_per_sample' ld: (.text+0x13d0): undefined reference to `FLAC__stream_encoder_set_bits_per_sample' ld: (.text+0x13e8): undefined reference to `FLAC__stream_encoder_set_compression_level' ld: (.text+0x13ec): undefined reference to `FLAC__stream_encoder_set_compression_level' ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-flac.o): in function `flac_write_d2flac': (.text+0x1778): undefined reference to `FLAC__stream_encoder_process_interleaved' ld: (.text+0x177c): undefined reference to `FLAC__stream_encoder_process_interleaved' ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-flac.o): in function `flac_write_f2flac': (.text+0x1908): undefined reference to `FLAC__stream_encoder_process_interleaved' ld: (.text+0x190c): undefined reference to `FLAC__stream_encoder_process_interleaved' ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-flac.o): in function `flac_write_i2flac': (.text+0x1a54): undefined reference to `FLAC__stream_encoder_process_interleaved' ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-flac.o):(.text+0x1a58): more undefined references to `FLAC__stream_encoder_process_interleaved' follow ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-flac.o): in function `flac_read_loop': (.text+0x2910): undefined reference to `FLAC__stream_decoder_get_state' ld: (.text+0x2924): undefined reference to `FLAC__stream_decoder_get_state' ld: (.text+0x2994): undefined reference to `FLAC__stream_decoder_process_single' ld: (.text+0x2998): undefined reference to `FLAC__stream_decoder_process_single' ld: (.text+0x29ac): undefined reference to `FLAC__stream_decoder_get_state' ld: (.text+0x29b0): undefined reference to `FLAC__stream_decoder_get_state' ld: (.text+0x2a40): undefined reference to `FLAC__StreamDecoderStateString' ld: (.text+0x2a70): undefined reference to `FLAC__StreamDecoderStateString' ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-flac.o): in function `flac_open': (.text+0x3114): undefined reference to `FLAC__stream_decoder_delete' ld: (.text+0x3118): undefined reference to `FLAC__stream_decoder_delete' ld: (.text+0x3124): undefined reference to `FLAC__stream_decoder_new' ld: (.text+0x3128): undefined reference to `FLAC__stream_decoder_new' ld: (.text+0x3140): undefined reference to `FLAC__stream_decoder_set_metadata_respond_all' ld: (.text+0x3144): undefined reference to `FLAC__stream_decoder_set_metadata_respond_all' ld: (.text+0x3168): undefined reference to `FLAC__stream_decoder_init_stream' ld: (.text+0x31a8): undefined reference to `FLAC__stream_decoder_init_stream' ld: (.text+0x31c0): undefined reference to `FLAC__stream_decoder_process_until_end_of_metadata' ld: (.text+0x31c4): undefined reference to `FLAC__stream_decoder_process_until_end_of_metadata' ld: (.text+0x31fc): undefined reference to `FLAC__stream_decoder_get_decode_position' ld: (.text+0x3200): undefined reference to `FLAC__stream_decoder_get_decode_position' ld: (.text+0x3264): undefined reference to `FLAC__stream_decoder_delete' ld: (.text+0x3268): undefined reference to `FLAC__stream_decoder_delete' ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-ogg.o): in function `ogg_close': (.text+0x18): undefined reference to `ogg_sync_clear' ld: (.text+0x20): undefined reference to `ogg_sync_clear' ld: (.text+0x30): undefined reference to `ogg_stream_clear' ld: (.text+0x34): undefined reference to `ogg_stream_clear' ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-ogg.o): in function `ogg_sync_fseek': (.text+0x198): undefined reference to `ogg_sync_reset' ld: (.text+0x1a0): undefined reference to `ogg_sync_reset' ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-ogg.o): in function `ogg_sync_next_page': (.text+0x224): undefined reference to `ogg_sync_pageseek' ld: (.text+0x22c): undefined reference to `ogg_sync_pageseek' ld: (.text+0x26c): undefined reference to `ogg_sync_buffer' ld: (.text+0x274): undefined reference to `ogg_sync_buffer' ld: (.text+0x2b0): undefined reference to `ogg_sync_wrote' ld: (.text+0x2b8): undefined reference to `ogg_sync_wrote' ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-ogg.o): in function `ogg_read_first_page': (.text+0x3d0): undefined reference to `ogg_sync_reset' ld: (.text+0x3d8): undefined reference to `ogg_sync_reset' ld: (.text+0x3f8): undefined reference to `ogg_sync_buffer' ld: (.text+0x3fc): undefined reference to `ogg_sync_buffer' ld: (.text+0x438): undefined reference to `ogg_sync_wrote' ld: (.text+0x43c): undefined reference to `ogg_sync_wrote' ld: (.text+0x484): undefined reference to `ogg_page_bos' ld: (.text+0x488): undefined reference to `ogg_page_bos' ld: (.text+0x49c): undefined reference to `ogg_page_serialno' ld: (.text+0x4a4): undefined reference to `ogg_page_serialno' ld: (.text+0x4b8): undefined reference to `ogg_stream_reset_serialno' ld: (.text+0x4bc): undefined reference to `ogg_stream_reset_serialno' ld: (.text+0x4d0): undefined reference to `ogg_stream_pagein' ld: (.text+0x4d4): undefined reference to `ogg_stream_pagein' ld: (.text+0x4ec): undefined reference to `ogg_stream_packetout' ld: (.text+0x4f4): undefined reference to `ogg_stream_packetout' ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-ogg.o): in function `ogg_stream_next_page.part.0': (.text+0x624): undefined reference to `ogg_page_serialno' ld: (.text+0x628): undefined reference to `ogg_page_serialno' ld: (.text+0x6c4): undefined reference to `ogg_page_eos' ld: (.text+0x6c8): undefined reference to `ogg_page_eos' ld: (.text+0x6e4): undefined reference to `ogg_stream_pagein' ld: (.text+0x6f0): undefined reference to `ogg_stream_pagein' ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-ogg.o): in function `ogg_stream_unpack_page': (.text+0x77c): undefined reference to `ogg_stream_packetout' ld: (.text+0x798): undefined reference to `ogg_stream_packetout' ld: (.text+0x7d0): undefined reference to `ogg_stream_packetout' ld: (.text+0x7dc): undefined reference to `ogg_stream_packetout' ld: (.text+0x84c): undefined reference to `ogg_stream_packetout' ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-ogg.o):(.text+0x850): more undefined references to `ogg_stream_packetout' follow ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-ogg.o): in function `ogg_stream_unpack_page': (.text+0x904): undefined reference to `ogg_stream_packetpeek' ld: (.text+0x90c): undefined reference to `ogg_stream_packetpeek' ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-ogg.o): in function `ogg_sync_last_page_before': (.text+0xa10): undefined reference to `ogg_sync_reset' ld: (.text+0xa24): undefined reference to `ogg_sync_reset' ld: (.text+0xa70): undefined reference to `ogg_page_serialno' ld: (.text+0xa74): undefined reference to `ogg_page_serialno' ld: (.text+0xac4): undefined reference to `ogg_page_granulepos' ld: (.text+0xac8): undefined reference to `ogg_page_granulepos' ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-ogg.o): in function `ogg_stream_seek_page_search': (.text+0xbb8): undefined reference to `ogg_stream_reset_serialno' ld: (.text+0xbec): undefined reference to `ogg_stream_reset_serialno' ld: (.text+0xde4): undefined reference to `ogg_page_serialno' ld: (.text+0xe00): undefined reference to `ogg_page_serialno' ld: (.text+0xe18): undefined reference to `ogg_page_packets' ld: (.text+0xe1c): undefined reference to `ogg_page_packets' ld: (.text+0xe30): undefined reference to `ogg_page_granulepos' ld: (.text+0xe34): undefined reference to `ogg_page_granulepos' ld: (.text+0xef0): undefined reference to `ogg_stream_pagein' ld: (.text+0xef4): undefined reference to `ogg_stream_pagein' ld: (.text+0xf14): undefined reference to `ogg_stream_reset' ld: (.text+0xf1c): undefined reference to `ogg_stream_reset' ld: (.text+0xf3c): undefined reference to `ogg_stream_reset' ld: (.text+0xf40): undefined reference to `ogg_stream_reset' ld: (.text+0xf64): undefined reference to `ogg_stream_pagein' ld: (.text+0xf70): undefined reference to `ogg_stream_pagein' ld: (.text+0xf88): undefined reference to `ogg_stream_packetout' ld: (.text+0xf90): undefined reference to `ogg_stream_packetout' ld: (.text+0xff0): undefined reference to `ogg_sync_reset' ld: (.text+0x1000): undefined reference to `ogg_sync_reset' ld: (.text+0x102c): undefined reference to `ogg_stream_reset' ld: (.text+0x1030): undefined reference to `ogg_stream_reset' ld: (.text+0x1064): undefined reference to `ogg_stream_pagein' ld: (.text+0x1068): undefined reference to `ogg_stream_pagein' ld: (.text+0x10ec): undefined reference to `ogg_stream_pagein' ld: (.text+0x10f4): undefined reference to `ogg_stream_pagein' ld: (.text+0x1108): undefined reference to `ogg_stream_packetout' ld: (.text+0x110c): undefined reference to `ogg_stream_packetout' ld: (.text+0x1164): undefined reference to `ogg_sync_reset' ld: (.text+0x116c): undefined reference to `ogg_sync_reset' ld: (.text+0x11ac): undefined reference to `ogg_sync_reset' ld: (.text+0x11b4): undefined reference to `ogg_sync_reset' ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-ogg.o): in function `ogg_open': (.text+0x1368): undefined reference to `ogg_sync_clear' ld: (.text+0x136c): undefined reference to `ogg_sync_clear' ld: (.text+0x137c): undefined reference to `ogg_stream_clear' ld: (.text+0x1380): undefined reference to `ogg_stream_clear' ld: (.text+0x1414): undefined reference to `ogg_sync_init' ld: (.text+0x141c): undefined reference to `ogg_sync_init' ld: (.text+0x1430): undefined reference to `ogg_stream_init' ld: (.text+0x1434): undefined reference to `ogg_stream_init' ld: (.text+0x1638): undefined reference to `ogg_page_serialno' ld: (.text+0x163c): undefined reference to `ogg_page_serialno' ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-ogg_vorbis.o): in function `vorbis_calculate_granulepos': (.text+0x2a4): undefined reference to `vorbis_packet_blocksize' ld: (.text+0x2ac): undefined reference to `vorbis_packet_blocksize' ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-ogg_vorbis.o): in function `vorbis_read_sample': (.text+0x47c): undefined reference to `vorbis_synthesis_read' ld: (.text+0x488): undefined reference to `vorbis_synthesis_read' ld: (.text+0x4a8): undefined reference to `vorbis_synthesis_pcmout' ld: (.text+0x4b0): undefined reference to `vorbis_synthesis_pcmout' ld: (.text+0x4f8): undefined reference to `vorbis_synthesis' ld: (.text+0x504): undefined reference to `vorbis_synthesis' ld: (.text+0x598): undefined reference to `vorbis_synthesis_blockin' ld: (.text+0x59c): undefined reference to `vorbis_synthesis_blockin' ld: (.text+0x5b0): undefined reference to `vorbis_synthesis_restart' ld: (.text+0x5b4): undefined reference to `vorbis_synthesis_restart' ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-ogg_vorbis.o): in function `vorbis_write_samples': (.text+0x690): undefined reference to `vorbis_analysis_wrote' ld: (.text+0x6ac): undefined reference to `vorbis_analysis_wrote' ld: (.text+0x6c8): undefined reference to `vorbis_analysis_blockout' ld: (.text+0x6d0): undefined reference to `vorbis_analysis_blockout' ld: (.text+0x6e8): undefined reference to `vorbis_analysis' ld: (.text+0x6f4): undefined reference to `vorbis_analysis' ld: (.text+0x704): undefined reference to `vorbis_bitrate_addblock' ld: (.text+0x708): undefined reference to `vorbis_bitrate_addblock' ld: (.text+0x724): undefined reference to `vorbis_bitrate_flushpacket' ld: (.text+0x72c): undefined reference to `vorbis_bitrate_flushpacket' ld: (.text+0x740): undefined reference to `ogg_stream_packetin' ld: (.text+0x74c): undefined reference to `ogg_stream_packetin' ld: (.text+0x770): undefined reference to `ogg_stream_pageout' ld: (.text+0x774): undefined reference to `ogg_stream_pageout' ld: (.text+0x7a0): undefined reference to `ogg_page_eos' ld: (.text+0x7a4): undefined reference to `ogg_page_eos' ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-ogg_vorbis.o): in function `vorbis_write_d': (.text+0x858): undefined reference to `vorbis_analysis_buffer' ld: (.text+0x864): undefined reference to `vorbis_analysis_buffer' ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-ogg_vorbis.o): in function `vorbis_write_f': (.text+0x998): undefined reference to `vorbis_analysis_buffer' ld: (.text+0x9a4): undefined reference to `vorbis_analysis_buffer' ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-ogg_vorbis.o): in function `vorbis_write_i': (.text+0xad8): undefined reference to `vorbis_analysis_buffer' ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-ogg_vorbis.o):(.text+0xae4): more undefined references to `vorbis_analysis_buffer' follow ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-ogg_vorbis.o): in function `vorbis_write_header': (.text+0xd68): undefined reference to `vorbis_info_init' ld: (.text+0xd78): undefined reference to `vorbis_info_init' ld: (.text+0xd98): undefined reference to `vorbis_encode_init_vbr' ld: (.text+0xda0): undefined reference to `vorbis_encode_init_vbr' ld: (.text+0xde4): undefined reference to `vorbis_comment_init' ld: (.text+0xdf4): undefined reference to `vorbis_comment_init' ld: (.text+0xe10): undefined reference to `vorbis_comment_add_tag' ld: (.text+0xe1c): undefined reference to `vorbis_comment_add_tag' ld: (.text+0xe7c): undefined reference to `vorbis_comment_add_tag' ld: (.text+0xe84): undefined reference to `vorbis_comment_add_tag' ld: (.text+0xea0): undefined reference to `vorbis_analysis_init' ld: (.text+0xeac): undefined reference to `vorbis_analysis_init' ld: (.text+0xec8): undefined reference to `vorbis_block_init' ld: (.text+0xecc): undefined reference to `vorbis_block_init' ld: (.text+0xef0): undefined reference to `ogg_stream_init' ld: (.text+0xef4): undefined reference to `ogg_stream_init' ld: (.text+0xf10): undefined reference to `vorbis_analysis_headerout' ld: (.text+0xf20): undefined reference to `vorbis_analysis_headerout' ld: (.text+0xf34): undefined reference to `ogg_stream_packetin' ld: (.text+0xf38): undefined reference to `ogg_stream_packetin' ld: (.text+0xf4c): undefined reference to `ogg_stream_packetin' ld: (.text+0xf50): undefined reference to `ogg_stream_packetin' ld: (.text+0xf64): undefined reference to `ogg_stream_packetin' ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-ogg_vorbis.o):(.text+0xf68): more undefined references to `ogg_stream_packetin' follow ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-ogg_vorbis.o): in function `vorbis_write_header': (.text+0xf9c): undefined reference to `ogg_stream_flush' ld: (.text+0xfa4): undefined reference to `ogg_stream_flush' ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-ogg_vorbis.o): in function `vorbis_close': (.text+0x10b8): undefined reference to `vorbis_block_clear' ld: (.text+0x10bc): undefined reference to `vorbis_block_clear' ld: (.text+0x10cc): undefined reference to `vorbis_dsp_clear' ld: (.text+0x10d0): undefined reference to `vorbis_dsp_clear' ld: (.text+0x10e4): undefined reference to `vorbis_comment_clear' ld: (.text+0x10e8): undefined reference to `vorbis_comment_clear' ld: (.text+0x10fc): undefined reference to `vorbis_info_clear' ld: (.text+0x1100): undefined reference to `vorbis_info_clear' ld: (.text+0x1144): undefined reference to `vorbis_analysis_wrote' ld: (.text+0x1150): undefined reference to `vorbis_analysis_wrote' ld: (.text+0x1160): undefined reference to `vorbis_analysis_blockout' ld: (.text+0x1168): undefined reference to `vorbis_analysis_blockout' ld: (.text+0x1180): undefined reference to `vorbis_analysis' ld: (.text+0x118c): undefined reference to `vorbis_analysis' ld: (.text+0x119c): undefined reference to `vorbis_bitrate_addblock' ld: (.text+0x11a0): undefined reference to `vorbis_bitrate_addblock' ld: (.text+0x11b4): undefined reference to `vorbis_bitrate_flushpacket' ld: (.text+0x11bc): undefined reference to `vorbis_bitrate_flushpacket' ld: (.text+0x11d0): undefined reference to `ogg_stream_packetin' ld: (.text+0x11dc): undefined reference to `ogg_stream_packetin' ld: (.text+0x1200): undefined reference to `ogg_stream_pageout' ld: (.text+0x1204): undefined reference to `ogg_stream_pageout' ld: (.text+0x1230): undefined reference to `ogg_page_eos' ld: (.text+0x1234): undefined reference to `ogg_page_eos' ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-ogg_vorbis.o): in function `vorbis_seek': (.text+0x1764): undefined reference to `vorbis_info_blocksize' ld: (.text+0x176c): undefined reference to `vorbis_info_blocksize' ld: (.text+0x1830): undefined reference to `ogg_stream_reset_serialno' ld: (.text+0x1834): undefined reference to `ogg_stream_reset_serialno' ld: (.text+0x1870): undefined reference to `vorbis_synthesis_restart' ld: (.text+0x1878): undefined reference to `vorbis_synthesis_restart' ld: (.text+0x1894): undefined reference to `vorbis_info_blocksize' ld: (.text+0x18a0): undefined reference to `vorbis_info_blocksize' ld: (.text+0x18c0): undefined reference to `vorbis_synthesis_pcmout' ld: (.text+0x18c4): undefined reference to `vorbis_synthesis_pcmout' ld: (.text+0x18f0): undefined reference to `vorbis_synthesis_read' ld: (.text+0x18f4): undefined reference to `vorbis_synthesis_read' ld: (.text+0x1934): undefined reference to `vorbis_packet_blocksize' ld: (.text+0x1950): undefined reference to `vorbis_packet_blocksize' ld: (.text+0x19a8): undefined reference to `vorbis_synthesis_trackonly' ld: (.text+0x19bc): undefined reference to `vorbis_synthesis_trackonly' ld: (.text+0x19d0): undefined reference to `vorbis_synthesis_blockin' ld: (.text+0x19d4): undefined reference to `vorbis_synthesis_blockin' ld: (.text+0x1aa4): undefined reference to `vorbis_synthesis_restart' ld: (.text+0x1aa8): undefined reference to `vorbis_synthesis_restart' ld: (.text+0x1b1c): undefined reference to `vorbis_synthesis_restart' ld: (.text+0x1b24): undefined reference to `vorbis_synthesis_restart' ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-ogg_vorbis.o): in function `ogg_vorbis_open': (.text+0x1bd8): undefined reference to `vorbis_version_string' ld: (.text+0x1bdc): undefined reference to `vorbis_version_string' ld: (.text+0x1d04): undefined reference to `vorbis_info_init' ld: (.text+0x1d20): undefined reference to `vorbis_info_init' ld: (.text+0x1d34): undefined reference to `vorbis_comment_init' ld: (.text+0x1d3c): undefined reference to `vorbis_comment_init' ld: (.text+0x1d5c): undefined reference to `ogg_stream_packetpeek' ld: (.text+0x1d68): undefined reference to `ogg_stream_packetpeek' ld: (.text+0x1d84): undefined reference to `vorbis_synthesis_headerin' ld: (.text+0x1d94): undefined reference to `vorbis_synthesis_headerin' ld: (.text+0x1db4): undefined reference to `ogg_stream_packetout' ld: (.text+0x1dbc): undefined reference to `ogg_stream_packetout' ld: (.text+0x1de4): undefined reference to `vorbis_synthesis_headerin' ld: (.text+0x1de8): undefined reference to `vorbis_synthesis_headerin' ld: (.text+0x1e08): undefined reference to `ogg_stream_packetout' ld: (.text+0x1e10): undefined reference to `ogg_stream_packetout' ld: (.text+0x1fb4): undefined reference to `vorbis_comment_query' ld: (.text+0x1fc0): undefined reference to `vorbis_comment_query' ld: (.text+0x2168): undefined reference to `vorbis_synthesis_init' ld: (.text+0x2178): undefined reference to `vorbis_synthesis_init' ld: (.text+0x2190): undefined reference to `vorbis_block_init' ld: (.text+0x2194): undefined reference to `vorbis_block_init' ld: (.text+0x22e0): undefined reference to `ogg_page_eos' ld: (.text+0x22e8): undefined reference to `ogg_page_eos' ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-ogg_opus.o): in function `ogg_opus_setup_decoder': (.text+0x360): undefined reference to `opus_multistream_decoder_create' ld: (.text+0x37c): undefined reference to `opus_multistream_decoder_create' ld: (.text+0x39c): undefined reference to `opus_multistream_decoder_destroy' ld: (.text+0x3a0): undefined reference to `opus_multistream_decoder_destroy' ld: (.text+0x3c4): undefined reference to `opus_multistream_decoder_ctl' ld: (.text+0x3e4): undefined reference to `opus_multistream_decoder_ctl' ld: (.text+0x4e4): undefined reference to `opus_strerror' ld: (.text+0x4e8): undefined reference to `opus_strerror' ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-ogg_opus.o): in function `ogg_opus_command': (.text+0x668): undefined reference to `opus_multistream_encoder_ctl' ld: (.text+0x6a0): undefined reference to `opus_multistream_encoder_ctl' ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-ogg_opus.o): in function `ogg_opus_write_out': (.text+0x86c): undefined reference to `opus_multistream_encoder_ctl' ld: (.text+0x870): undefined reference to `opus_multistream_encoder_ctl' ld: (.text+0x890): undefined reference to `opus_multistream_encode_float' ld: (.text+0x894): undefined reference to `opus_multistream_encode_float' ld: (.text+0x920): undefined reference to `ogg_stream_flush_fill' ld: (.text+0x924): undefined reference to `ogg_stream_flush_fill' ld: (.text+0x9a0): undefined reference to `ogg_stream_pageout_fill' ld: (.text+0x9a4): undefined reference to `ogg_stream_pageout_fill' ld: (.text+0x9bc): undefined reference to `ogg_stream_packetin' ld: (.text+0x9c8): undefined reference to `ogg_stream_packetin' ld: (.text+0xa14): undefined reference to `opus_strerror' ld: (.text+0xa18): undefined reference to `opus_strerror' ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-ogg_opus.o): in function `ogg_opus_write_header': (.text+0xf80): undefined reference to `ogg_stream_reset_serialno' ld: (.text+0xf88): undefined reference to `ogg_stream_reset_serialno' ld: (.text+0x107c): undefined reference to `ogg_stream_packetin' ld: (.text+0x10a4): undefined reference to `ogg_stream_packetin' ld: (.text+0x10e4): undefined reference to `ogg_stream_flush' ld: (.text+0x10ec): undefined reference to `ogg_stream_flush' ld: (.text+0x1104): undefined reference to `opus_get_version_string' ld: (.text+0x1108): undefined reference to `opus_get_version_string' ld: (.text+0x114c): undefined reference to `ogg_stream_packetin' ld: (.text+0x1150): undefined reference to `ogg_stream_packetin' ld: (.text+0x1184): undefined reference to `ogg_stream_flush' ld: (.text+0x118c): undefined reference to `ogg_stream_flush' ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-ogg_opus.o): in function `ogg_opus_unpack_next_page': (.text+0x13ec): undefined reference to `opus_packet_get_nb_samples' ld: (.text+0x13f8): undefined reference to `opus_packet_get_nb_samples' ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-ogg_opus.o): in function `ogg_opus_byterate': (.text+0x1574): undefined reference to `opus_packet_get_nb_samples' ld: (.text+0x1594): undefined reference to `opus_packet_get_nb_samples' ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-ogg_opus.o): in function `ogg_opus_page_seek_manual': (.text+0x1674): undefined reference to `ogg_stream_reset' ld: (.text+0x1678): undefined reference to `ogg_stream_reset' ld: (.text+0x16b0): undefined reference to `opus_multistream_decoder_ctl' ld: (.text+0x16b8): undefined reference to `opus_multistream_decoder_ctl' ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-ogg_opus.o): in function `ogg_opus_read_refill': (.text+0x172c): undefined reference to `opus_multistream_decode_float' ld: (.text+0x1740): undefined reference to `opus_multistream_decode_float' ld: (.text+0x183c): undefined reference to `opus_packet_get_nb_samples' ld: (.text+0x1840): undefined reference to `opus_packet_get_nb_samples' ld: (.text+0x18d4): undefined reference to `opus_multistream_decode_float' ld: (.text+0x18dc): undefined reference to `opus_multistream_decode_float' ld: (.text+0x18f4): undefined reference to `opus_strerror' ld: (.text+0x18f8): undefined reference to `opus_strerror' ld: (.text+0x1934): undefined reference to `ogg_page_eos' ld: (.text+0x1938): undefined reference to `ogg_page_eos' ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-ogg_opus.o): in function `ogg_opus_seek': (.text+0x1d40): undefined reference to `opus_packet_get_nb_samples' ld: (.text+0x1d5c): undefined reference to `opus_packet_get_nb_samples' ld: (.text+0x1da8): undefined reference to `opus_multistream_decoder_ctl' ld: (.text+0x1db0): undefined reference to `opus_multistream_decoder_ctl' ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-ogg_opus.o): in function `ogg_opus_close': (.text+0x2784): undefined reference to `opus_multistream_encode_float' ld: (.text+0x2788): undefined reference to `opus_multistream_encode_float' ld: (.text+0x27c0): undefined reference to `ogg_stream_packetin' ld: (.text+0x27c8): undefined reference to `ogg_stream_packetin' ld: (.text+0x27f4): undefined reference to `ogg_stream_pageout' ld: (.text+0x27fc): undefined reference to `ogg_stream_pageout' ld: (.text+0x2828): undefined reference to `opus_multistream_decoder_destroy' ld: (.text+0x282c): undefined reference to `opus_multistream_decoder_destroy' ld: (.text+0x2858): undefined reference to `ogg_packet_clear' ld: (.text+0x285c): undefined reference to `ogg_packet_clear' ld: (.text+0x2870): undefined reference to `opus_multistream_encoder_destroy' ld: (.text+0x2874): undefined reference to `opus_multistream_encoder_destroy' ld: (.text+0x28a4): undefined reference to `ogg_stream_flush' ld: (.text+0x28ac): undefined reference to `ogg_stream_flush' ld: (.text+0x28d0): undefined reference to `opus_multistream_encode_float' ld: (.text+0x28d4): undefined reference to `opus_multistream_encode_float' ld: (.text+0x2950): undefined reference to `opus_strerror' ld: (.text+0x2954): undefined reference to `opus_strerror' ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-ogg_opus.o): in function `ogg_opus_open': (.text+0x29fc): undefined reference to `opus_get_version_string' ld: (.text+0x2a00): undefined reference to `opus_get_version_string' ld: (.text+0x2ab8): undefined reference to `ogg_page_packets' ld: (.text+0x2ac8): undefined reference to `ogg_page_packets' ld: (.text+0x2ae0): undefined reference to `ogg_page_bos' ld: (.text+0x2ae4): undefined reference to `ogg_page_bos' ld: (.text+0x2af8): undefined reference to `ogg_page_serialno' ld: (.text+0x2afc): undefined reference to `ogg_page_serialno' ld: (.text+0x2cdc): undefined reference to `ogg_stream_packetout' ld: (.text+0x2ce4): undefined reference to `ogg_stream_packetout' ld: (.text+0x2dfc): undefined reference to `opus_packet_get_nb_samples' ld: (.text+0x2e08): undefined reference to `opus_packet_get_nb_samples' ld: (.text+0x2e34): undefined reference to `ogg_page_eos' ld: (.text+0x2e3c): undefined reference to `ogg_page_eos' ld: (.text+0x3008): undefined reference to `opus_multistream_surround_encoder_create' ld: (.text+0x303c): undefined reference to `opus_multistream_surround_encoder_create' ld: (.text+0x3070): undefined reference to `opus_multistream_encoder_ctl' ld: (.text+0x3094): undefined reference to `opus_multistream_encoder_ctl' ld: (.text+0x30cc): undefined reference to `opus_multistream_encoder_ctl' ld: (.text+0x30d0): undefined reference to `opus_multistream_encoder_ctl' ld: (.text+0x30ec): undefined reference to `opus_multistream_encoder_ctl' ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-ogg_opus.o):(.text+0x30f4): more undefined references to `opus_multistream_encoder_ctl' follow ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-ogg_opus.o): in function `ogg_opus_open': (.text+0x318c): undefined reference to `ogg_packet_clear' ld: (.text+0x3190): undefined reference to `ogg_packet_clear' ld: (.text+0x31fc): undefined reference to `ogg_stream_init' ld: (.text+0x3200): undefined reference to `ogg_stream_init' ld: (.text+0x32d4): undefined reference to `opus_strerror' ld: (.text+0x32d8): undefined reference to `opus_strerror' ld: (.text+0x3314): undefined reference to `opus_strerror' ld: (.text+0x3318): undefined reference to `opus_strerror' ld: (.text+0x3350): undefined reference to `opus_strerror' ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-ogg_opus.o):(.text+0x3354): more undefined references to `opus_strerror' follow ld: /usr/pkg/lib/libsndfile.a(libsndfile_la-ogg_opus.o): in function `ogg_opus_open': (.text+0x33a0): undefined reference to `opus_multistream_encoder_create' ld: (.text+0x33d4): undefined reference to `opus_multistream_encoder_create' ld: (.text+0x3570): undefined reference to `ogg_page_eos' ld: (.text+0x3574): undefined reference to `ogg_page_eos' ld: /usr/pkg/lib/libsndfile.a(libcommon_la-id3.o): in function `id3_lookup_v1_genre': (.text+0x30): undefined reference to `id3tag_genre_list' ld: (.text+0x48): undefined reference to `id3tag_genre_list' ld: /usr/pkg/lib/libsndfile.a(libcommon_la-mpeg_decode.o): in function `mpeg_dec_byterate': (.text+0x48): undefined reference to `mpg123_info2' ld: (.text+0x50): undefined reference to `mpg123_info2' ld: /usr/pkg/lib/libsndfile.a(libcommon_la-mpeg_decode.o): in function `mpeg_dec_seek': (.text+0xc4): undefined reference to `mpg123_seek' ld: (.text+0xc8): undefined reference to `mpg123_seek' ld: /usr/pkg/lib/libsndfile.a(libcommon_la-mpeg_decode.o): in function `mpeg_dec_read_f': (.text+0x124): undefined reference to `mpg123_read' ld: (.text+0x134): undefined reference to `mpg123_read' ld: /usr/pkg/lib/libsndfile.a(libcommon_la-mpeg_decode.o): in function `mpeg_dec_close': (.text+0x21c): undefined reference to `mpg123_close' ld: (.text+0x220): undefined reference to `mpg123_close' ld: (.text+0x230): undefined reference to `mpg123_delete' ld: (.text+0x234): undefined reference to `mpg123_delete' ld: /usr/pkg/lib/libsndfile.a(libcommon_la-mpeg_decode.o): in function `mpeg_dec_read_s': (.text+0x39c): undefined reference to `mpg123_read' ld: (.text+0x3b4): undefined reference to `mpg123_read' ld: /usr/pkg/lib/libsndfile.a(libcommon_la-mpeg_decode.o): in function `mpeg_dec_read_i': (.text+0x4cc): undefined reference to `mpg123_read' ld: (.text+0x4e4): undefined reference to `mpg123_read' ld: /usr/pkg/lib/libsndfile.a(libcommon_la-mpeg_decode.o): in function `mpeg_dec_read_d': (.text+0x5fc): undefined reference to `mpg123_read' ld: /usr/pkg/lib/libsndfile.a(libcommon_la-mpeg_decode.o):(.text+0x614): more undefined references to `mpg123_read' follow ld: /usr/pkg/lib/libsndfile.a(libcommon_la-mpeg_decode.o): in function `mpeg_decoder_init': (.text+0x730): undefined reference to `mpg123_init' ld: (.text+0x734): undefined reference to `mpg123_init' ld: (.text+0x76c): undefined reference to `mpg123_new' ld: (.text+0x774): undefined reference to `mpg123_new' ld: (.text+0x790): undefined reference to `mpg123_replace_reader_handle' ld: (.text+0x7b0): undefined reference to `mpg123_replace_reader_handle' ld: (.text+0x7cc): undefined reference to `mpg123_param2' ld: (.text+0x7e0): undefined reference to `mpg123_param2' ld: (.text+0x7fc): undefined reference to `mpg123_param2' ld: (.text+0x800): undefined reference to `mpg123_param2' ld: (.text+0x81c): undefined reference to `mpg123_param2' ld: /usr/pkg/lib/libsndfile.a(libcommon_la-mpeg_decode.o):(.text+0x820): more undefined references to `mpg123_param2' follow ld: /usr/pkg/lib/libsndfile.a(libcommon_la-mpeg_decode.o): in function `mpeg_decoder_init': (.text+0x874): undefined reference to `mpg123_open_handle' ld: (.text+0x878): undefined reference to `mpg123_open_handle' ld: (.text+0x894): undefined reference to `mpg123_getformat' ld: (.text+0x8ac): undefined reference to `mpg123_getformat' ld: (.text+0x8c4): undefined reference to `mpg123_plain_strerror' ld: (.text+0x8c8): undefined reference to `mpg123_plain_strerror' ld: (.text+0x904): undefined reference to `mpg123_plain_strerror' ld: (.text+0x908): undefined reference to `mpg123_plain_strerror' ld: (.text+0x988): undefined reference to `mpg123_length' ld: (.text+0x998): undefined reference to `mpg123_length' ld: (.text+0x9cc): undefined reference to `mpg123_format' ld: (.text+0x9d4): undefined reference to `mpg123_format' ld: (.text+0x9ec): undefined reference to `mpg123_info2' ld: (.text+0x9f0): undefined reference to `mpg123_info2' ld: (.text+0xa7c): undefined reference to `mpg123_param2' ld: (.text+0xa88): undefined reference to `mpg123_param2' ld: (.text+0xaa4): undefined reference to `mpg123_plain_strerror' ld: (.text+0xaac): undefined reference to `mpg123_plain_strerror' ld: (.text+0xb14): undefined reference to `mpg123_scan' ld: (.text+0xb18): undefined reference to `mpg123_scan' ld: (.text+0xb2c): undefined reference to `mpg123_length' ld: (.text+0xb30): undefined reference to `mpg123_length' ld: (.text+0xd8c): undefined reference to `mpg123_id3' ld: (.text+0xde0): undefined reference to `mpg123_id3' ld: (.text+0x1458): undefined reference to `mpg123_plain_strerror' ld: (.text+0x145c): undefined reference to `mpg123_plain_strerror' ld: /usr/pkg/lib/libsndfile.a(libcommon_la-mpeg_decode.o): in function `mpeg_decoder_get_bitrate_mode': (.text+0x17b0): undefined reference to `mpg123_info2' ld: (.text+0x17b8): undefined reference to `mpg123_info2' ld: /usr/pkg/lib/libsndfile.a(libcommon_la-mpeg_l3_encode.o): in function `mpeg_l3_encoder_close': (.text+0x50): undefined reference to `lame_encode_flush' ld: (.text+0x58): undefined reference to `lame_encode_flush' ld: (.text+0x90): undefined reference to `lame_get_id3v1_tag' ld: (.text+0x98): undefined reference to `lame_get_id3v1_tag' ld: (.text+0xf0): undefined reference to `lame_get_lametag_frame' ld: (.text+0xf8): undefined reference to `lame_get_lametag_frame' ld: (.text+0x190): undefined reference to `lame_get_lametag_frame' ld: (.text+0x194): undefined reference to `lame_get_lametag_frame' ld: (.text+0x218): undefined reference to `lame_close' ld: (.text+0x21c): undefined reference to `lame_close' ld: /usr/pkg/lib/libsndfile.a(libcommon_la-mpeg_l3_encode.o): in function `mpeg_l3_encoder_construct': (.text+0x314): undefined reference to `lame_init_params' ld: (.text+0x318): undefined reference to `lame_init_params' ld: (.text+0x350): undefined reference to `lame_get_version' ld: (.text+0x354): undefined reference to `lame_get_version' ld: (.text+0x388): undefined reference to `lame_get_mode' ld: (.text+0x38c): undefined reference to `lame_get_mode' ld: (.text+0x3e8): undefined reference to `lame_get_framesize' ld: (.text+0x3ec): undefined reference to `lame_get_framesize' ld: (.text+0x43c): undefined reference to `lame_get_out_samplerate' ld: (.text+0x440): undefined reference to `lame_get_out_samplerate' ld: (.text+0x48c): undefined reference to `lame_get_VBR' ld: (.text+0x490): undefined reference to `lame_get_VBR' ld: (.text+0x4e0): undefined reference to `lame_get_VBR_q' ld: (.text+0x4e4): undefined reference to `lame_get_VBR_q' ld: (.text+0x514): undefined reference to `lame_get_encoder_delay' ld: (.text+0x518): undefined reference to `lame_get_encoder_delay' ld: (.text+0x548): undefined reference to `lame_get_bWriteVbrTag' ld: (.text+0x54c): undefined reference to `lame_get_bWriteVbrTag' ld: (.text+0x57c): undefined reference to `lame_get_framesize' ld: (.text+0x580): undefined reference to `lame_get_framesize' ld: (.text+0x60c): undefined reference to `lame_get_VBR' ld: (.text+0x610): undefined reference to `lame_get_VBR' ld: (.text+0x660): undefined reference to `lame_get_brate' ld: (.text+0x664): undefined reference to `lame_get_brate' ld: (.text+0x6f0): undefined reference to `lame_get_VBR_mean_bitrate_kbps' ld: (.text+0x6f4): undefined reference to `lame_get_VBR_mean_bitrate_kbps' ld: /usr/pkg/lib/libsndfile.a(libcommon_la-mpeg_l3_encode.o): in function `mpeg_l3_encode_write_double_mono': (.text+0x808): undefined reference to `lame_encode_buffer_ieee_double' ld: (.text+0x814): undefined reference to `lame_encode_buffer_ieee_double' ld: (.text+0x8b0): undefined reference to `lame_encode_buffer_ieee_double' ld: (.text+0x8bc): undefined reference to `lame_encode_buffer_ieee_double' ld: /usr/pkg/lib/libsndfile.a(libcommon_la-mpeg_l3_encode.o): in function `mpeg_l3_encode_write_float_mono': (.text+0xa24): undefined reference to `lame_encode_buffer_ieee_float' ld: (.text+0xa28): undefined reference to `lame_encode_buffer_ieee_float' ld: (.text+0xae4): undefined reference to `lame_encode_buffer_float' ld: (.text+0xaec): undefined reference to `lame_encode_buffer_float' ld: /usr/pkg/lib/libsndfile.a(libcommon_la-mpeg_l3_encode.o): in function `mpeg_l3_encode_write_int_mono': (.text+0xba8): undefined reference to `lame_encode_buffer_int' ld: (.text+0xbbc): undefined reference to `lame_encode_buffer_int' ld: /usr/pkg/lib/libsndfile.a(libcommon_la-mpeg_l3_encode.o): in function `mpeg_l3_encode_write_short_mono': (.text+0xd18): undefined reference to `lame_encode_buffer' ld: (.text+0xd30): undefined reference to `lame_encode_buffer' ld: /usr/pkg/lib/libsndfile.a(libcommon_la-mpeg_l3_encode.o): in function `mpeg_l3_encode_write_double_stereo': (.text+0xeb4): undefined reference to `lame_encode_buffer_interleaved_ieee_double' ld: (.text+0xebc): undefined reference to `lame_encode_buffer_interleaved_ieee_double' ld: (.text+0xf60): undefined reference to `lame_encode_buffer_interleaved_ieee_double' ld: (.text+0xf64): undefined reference to `lame_encode_buffer_interleaved_ieee_double' ld: /usr/pkg/lib/libsndfile.a(libcommon_la-mpeg_l3_encode.o): in function `mpeg_l3_encode_write_float_stereo': (.text+0x10b4): undefined reference to `lame_encode_buffer_interleaved_ieee_float' ld: (.text+0x10bc): undefined reference to `lame_encode_buffer_interleaved_ieee_float' ld: (.text+0x1160): undefined reference to `lame_encode_buffer_interleaved_ieee_float' ld: (.text+0x1164): undefined reference to `lame_encode_buffer_interleaved_ieee_float' ld: /usr/pkg/lib/libsndfile.a(libcommon_la-mpeg_l3_encode.o): in function `mpeg_l3_encode_write_int_stereo': (.text+0x1298): undefined reference to `lame_encode_buffer_interleaved_int' ld: (.text+0x12b4): undefined reference to `lame_encode_buffer_interleaved_int' ld: /usr/pkg/lib/libsndfile.a(libcommon_la-mpeg_l3_encode.o): in function `mpeg_l3_encode_write_short_stereo': (.text+0x147c): undefined reference to `lame_encode_buffer_interleaved' ld: (.text+0x1484): undefined reference to `lame_encode_buffer_interleaved' ld: /usr/pkg/lib/libsndfile.a(libcommon_la-mpeg_l3_encode.o): in function `mpeg_l3_encoder_init': (.text+0x15fc): undefined reference to `lame_init' ld: (.text+0x1600): undefined reference to `lame_init' ld: (.text+0x1620): undefined reference to `lame_set_in_samplerate' ld: (.text+0x1630): undefined reference to `lame_set_in_samplerate' ld: (.text+0x1644): undefined reference to `lame_set_num_channels' ld: (.text+0x1648): undefined reference to `lame_set_num_channels' ld: (.text+0x165c): undefined reference to `lame_set_out_samplerate' ld: (.text+0x1660): undefined reference to `lame_set_out_samplerate' ld: (.text+0x1680): undefined reference to `lame_set_write_id3tag_automatic' ld: (.text+0x1684): undefined reference to `lame_set_write_id3tag_automatic' ld: (.text+0x1708): undefined reference to `lame_set_bWriteVbrTag' ld: (.text+0x170c): undefined reference to `lame_set_bWriteVbrTag' ld: /usr/pkg/lib/libsndfile.a(libcommon_la-mpeg_l3_encode.o): in function `mpeg_l3_encoder_write_id3tag': (.text+0x1814): undefined reference to `id3tag_init' ld: (.text+0x181c): undefined reference to `id3tag_init' ld: (.text+0x1868): undefined reference to `id3tag_set_title' ld: (.text+0x1870): undefined reference to `id3tag_set_title' ld: (.text+0x1890): undefined reference to `lame_get_id3v2_tag' ld: (.text+0x1898): undefined reference to `lame_get_id3v2_tag' ld: (.text+0x18ec): undefined reference to `lame_get_id3v2_tag' ld: (.text+0x18f4): undefined reference to `lame_get_id3v2_tag' ld: (.text+0x194c): undefined reference to `id3tag_set_genre' ld: (.text+0x1954): undefined reference to `id3tag_set_genre' ld: (.text+0x197c): undefined reference to `id3tag_set_year' ld: (.text+0x1984): undefined reference to `id3tag_set_year' ld: (.text+0x19ac): undefined reference to `id3tag_set_comment' ld: (.text+0x19b4): undefined reference to `id3tag_set_comment' ld: (.text+0x19dc): undefined reference to `id3tag_set_artist' ld: (.text+0x19e4): undefined reference to `id3tag_set_artist' ld: (.text+0x1a0c): undefined reference to `id3tag_set_track' ld: (.text+0x1a14): undefined reference to `id3tag_set_track' ld: (.text+0x1a3c): undefined reference to `id3tag_set_album' ld: (.text+0x1a44): undefined reference to `id3tag_set_album' ld: /usr/pkg/lib/libsndfile.a(libcommon_la-mpeg_l3_encode.o): in function `mpeg_l3_encoder_get_bitrate_mode': (.text+0x1a8c): undefined reference to `lame_get_VBR' ld: (.text+0x1a94): undefined reference to `lame_get_VBR' ld: /usr/pkg/lib/libsndfile.a(libcommon_la-mpeg_l3_encode.o): in function `mpeg_l3_encoder_byterate': (.text+0x1b30): undefined reference to `lame_get_brate' ld: (.text+0x1b34): undefined reference to `lame_get_brate' ld: /usr/pkg/lib/libsndfile.a(libcommon_la-mpeg_l3_encode.o): in function `mpeg_l3_encoder_set_quality': (.text+0x1cd8): undefined reference to `lame_set_brate' ld: (.text+0x1cdc): undefined reference to `lame_set_brate' ld: (.text+0x1d50): undefined reference to `lame_set_VBR_mean_bitrate_kbps' ld: (.text+0x1d54): undefined reference to `lame_set_VBR_mean_bitrate_kbps' ld: (.text+0x1d78): undefined reference to `lame_set_VBR_quality' ld: (.text+0x1d90): undefined reference to `lame_set_VBR_quality' ld: /usr/pkg/lib/libsndfile.a(libcommon_la-mpeg_l3_encode.o): in function `mpeg_l3_encoder_set_bitrate_mode': (.text+0x1e4c): undefined reference to `lame_set_VBR' ld: (.text+0x1e5c): undefined reference to `lame_set_VBR' --- src/freedv --- *** [src/freedv] Error code 1 make[2]: stopped in /tmp/pkgbuild/ham/freedv/work.alpha/freedv-gui-bb9558cc496b7b253fb54bb28486b0bcd7516ae5/cmake-pkgsrc-build 1 error make[2]: stopped in /tmp/pkgbuild/ham/freedv/work.alpha/freedv-gui-bb9558cc496b7b253fb54bb28486b0bcd7516ae5/cmake-pkgsrc-build --- src/CMakeFiles/freedv.dir/all --- *** [src/CMakeFiles/freedv.dir/all] Error code 2 make[1]: stopped in /tmp/pkgbuild/ham/freedv/work.alpha/freedv-gui-bb9558cc496b7b253fb54bb28486b0bcd7516ae5/cmake-pkgsrc-build 1 error make[1]: stopped in /tmp/pkgbuild/ham/freedv/work.alpha/freedv-gui-bb9558cc496b7b253fb54bb28486b0bcd7516ae5/cmake-pkgsrc-build *** [all] Error code 2 make: stopped in /tmp/pkgbuild/ham/freedv/work.alpha/freedv-gui-bb9558cc496b7b253fb54bb28486b0bcd7516ae5/cmake-pkgsrc-build 1 error make: stopped in /tmp/pkgbuild/ham/freedv/work.alpha/freedv-gui-bb9558cc496b7b253fb54bb28486b0bcd7516ae5/cmake-pkgsrc-build *** Error code 2 Stop. make[1]: stopped in /usr/pkgsrc/ham/freedv *** Error code 1 Stop. make: stopped in /usr/pkgsrc/ham/freedv