=> 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 frotz-2.54nb1
** Generating src/common/hash.h
** Generating src/common/defs.h
** Generating src/curses/ux_defines.h
/usr/pkg/bin/gmake -C src/blorb
gmake[1]: Entering directory '/tmp/pkgbuild/games/frotz/work.alpha/frotz-2.54/src/blorb'
gcc -O2 -mieee -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -Wall -std=c99  -D_NETBSD_SOURCE -I/usr/pkg/include -I../common -fPIC -fpic -o blorblib.o -c blorblib.c
ar rc blorblib.a blorblib.o
/usr/bin/ranlib blorblib.a
** Done with Blorb library.
gmake[1]: Leaving directory '/tmp/pkgbuild/games/frotz/work.alpha/frotz-2.54/src/blorb'
/usr/pkg/bin/gmake -C src/curses
gmake[1]: Entering directory '/tmp/pkgbuild/games/frotz/work.alpha/frotz-2.54/src/curses'
gcc -O2 -mieee -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -Wall -std=c99  -D_NETBSD_SOURCE -I/usr/pkg/include -pthread -I/usr/pkg/include/ncursesw -D_XOPEN_SOURCE_EXTENDED  -fPIC -fpic -o ux_audio.o -c ux_audio.c
gcc -O2 -mieee -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -Wall -std=c99  -D_NETBSD_SOURCE -I/usr/pkg/include -pthread -I/usr/pkg/include/ncursesw -D_XOPEN_SOURCE_EXTENDED  -fPIC -fpic -o ux_audio_none.o -c ux_audio_none.c
gcc -O2 -mieee -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -Wall -std=c99  -D_NETBSD_SOURCE -I/usr/pkg/include -pthread -I/usr/pkg/include/ncursesw -D_XOPEN_SOURCE_EXTENDED  -fPIC -fpic -o ux_audio_oss.o -c ux_audio_oss.c
gcc -O2 -mieee -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -Wall -std=c99  -D_NETBSD_SOURCE -I/usr/pkg/include -pthread -I/usr/pkg/include/ncursesw -D_XOPEN_SOURCE_EXTENDED  -fPIC -fpic -o ux_blorb.o -c ux_blorb.c
gcc -O2 -mieee -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -Wall -std=c99  -D_NETBSD_SOURCE -I/usr/pkg/include -pthread -I/usr/pkg/include/ncursesw -D_XOPEN_SOURCE_EXTENDED  -fPIC -fpic -o ux_init.o -c ux_init.c
gcc -O2 -mieee -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -Wall -std=c99  -D_NETBSD_SOURCE -I/usr/pkg/include -pthread -I/usr/pkg/include/ncursesw -D_XOPEN_SOURCE_EXTENDED  -fPIC -fpic -o ux_input.o -c ux_input.c
ux_input.c: In function 'os_read_line':
ux_input.c:717:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if (scrpos >= width)
   ^~
ux_input.c:719:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
    move(y, x + scrpos);
    ^~~~
gcc -O2 -mieee -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -Wall -std=c99  -D_NETBSD_SOURCE -I/usr/pkg/include -pthread -I/usr/pkg/include/ncursesw -D_XOPEN_SOURCE_EXTENDED  -fPIC -fpic -o ux_pic.o -c ux_pic.c
gcc -O2 -mieee -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -Wall -std=c99  -D_NETBSD_SOURCE -I/usr/pkg/include -pthread -I/usr/pkg/include/ncursesw -D_XOPEN_SOURCE_EXTENDED  -fPIC -fpic -o ux_screen.o -c ux_screen.c
gcc -O2 -mieee -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -Wall -std=c99  -D_NETBSD_SOURCE -I/usr/pkg/include -pthread -I/usr/pkg/include/ncursesw -D_XOPEN_SOURCE_EXTENDED  -fPIC -fpic -o ux_text.o -c ux_text.c
ar rc frotz_curses.a ux_audio.o ux_audio_none.o ux_audio_oss.o ux_blorb.o ux_init.o ux_input.o ux_pic.o ux_screen.o ux_text.o
/usr/bin/ranlib frotz_curses.a
** Done with curses interface.
gmake[1]: Leaving directory '/tmp/pkgbuild/games/frotz/work.alpha/frotz-2.54/src/curses'
/usr/pkg/bin/gmake -C src/common
gmake[1]: Entering directory '/tmp/pkgbuild/games/frotz/work.alpha/frotz-2.54/src/common'
gcc -O2 -mieee -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -Wall -std=c99  -D_NETBSD_SOURCE -I/usr/pkg/include -fPIC -fpic -o buffer.o -c buffer.c
gcc -O2 -mieee -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -Wall -std=c99  -D_NETBSD_SOURCE -I/usr/pkg/include -fPIC -fpic -o err.o -c err.c
gcc -O2 -mieee -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -Wall -std=c99  -D_NETBSD_SOURCE -I/usr/pkg/include -fPIC -fpic -o files.o -c files.c
gcc -O2 -mieee -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -Wall -std=c99  -D_NETBSD_SOURCE -I/usr/pkg/include -fPIC -fpic -o getopt.o -c getopt.c
gcc -O2 -mieee -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -Wall -std=c99  -D_NETBSD_SOURCE -I/usr/pkg/include -fPIC -fpic -o hotkey.o -c hotkey.c
gcc -O2 -mieee -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -Wall -std=c99  -D_NETBSD_SOURCE -I/usr/pkg/include -fPIC -fpic -o fastmem.o -c fastmem.c
gcc -O2 -mieee -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -Wall -std=c99  -D_NETBSD_SOURCE -I/usr/pkg/include -fPIC -fpic -o input.o -c input.c
gcc -O2 -mieee -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -Wall -std=c99  -D_NETBSD_SOURCE -I/usr/pkg/include -fPIC -fpic -o main.o -c main.c
gcc -O2 -mieee -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -Wall -std=c99  -D_NETBSD_SOURCE -I/usr/pkg/include -fPIC -fpic -o math.o -c math.c
gcc -O2 -mieee -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -Wall -std=c99  -D_NETBSD_SOURCE -I/usr/pkg/include -fPIC -fpic -o missing.o -c missing.c
gcc -O2 -mieee -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -Wall -std=c99  -D_NETBSD_SOURCE -I/usr/pkg/include -fPIC -fpic -o object.o -c object.c
gcc -O2 -mieee -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -Wall -std=c99  -D_NETBSD_SOURCE -I/usr/pkg/include -fPIC -fpic -o process.o -c process.c
gcc -O2 -mieee -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -Wall -std=c99  -D_NETBSD_SOURCE -I/usr/pkg/include -fPIC -fpic -o quetzal.o -c quetzal.c
gcc -O2 -mieee -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -Wall -std=c99  -D_NETBSD_SOURCE -I/usr/pkg/include -fPIC -fpic -o random.o -c random.c
gcc -O2 -mieee -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -Wall -std=c99  -D_NETBSD_SOURCE -I/usr/pkg/include -fPIC -fpic -o redirect.o -c redirect.c
gcc -O2 -mieee -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -Wall -std=c99  -D_NETBSD_SOURCE -I/usr/pkg/include -fPIC -fpic -o sound.o -c sound.c
gcc -O2 -mieee -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -Wall -std=c99  -D_NETBSD_SOURCE -I/usr/pkg/include -fPIC -fpic -o stream.o -c stream.c
gcc -O2 -mieee -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -Wall -std=c99  -D_NETBSD_SOURCE -I/usr/pkg/include -fPIC -fpic -o screen.o -c screen.c
gcc -O2 -mieee -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -Wall -std=c99  -D_NETBSD_SOURCE -I/usr/pkg/include -fPIC -fpic -o table.o -c table.c
gcc -O2 -mieee -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -Wall -std=c99  -D_NETBSD_SOURCE -I/usr/pkg/include -fPIC -fpic -o variable.o -c variable.c
gcc -O2 -mieee -D_FORTIFY_SOURCE=2 -I/usr/pkg/include -Wall -std=c99  -D_NETBSD_SOURCE -I/usr/pkg/include -fPIC -fpic -o text.o -c text.c
ar rc frotz_common.a buffer.o err.o fastmem.o files.o getopt.o hotkey.o input.o main.o math.o missing.o object.o process.o quetzal.o random.o redirect.o screen.o sound.o stream.o table.o text.o variable.o
/usr/bin/ranlib frotz_common.a
** Done with Frotz core.
gmake[1]: Leaving directory '/tmp/pkgbuild/games/frotz/work.alpha/frotz-2.54/src/common'
gcc src/common/frotz_common.a src/curses/frotz_curses.a src/blorb/blorblib.a src/common/frotz_common.a -o frotz -lcurses -L/usr/lib -Wl,-R/usr/lib -L/usr/pkg/lib -Wl,-R/usr/pkg/lib -Wl,-R/usr/pkg/lib -L/usr/pkg/lib -lncursesw -lao -lpthread -lm -lsndfile -lvorbisfile -lmodplug -lsamplerate
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/lib/libsndfile.a(libsndfile_la-flac.o): in function `sf_flac_error_callback':
(.text+0x21c): undefined reference to `FLAC__StreamDecoderErrorStatusString'
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/lib/libsndfile.a(libsndfile_la-flac.o): in function `flac_seek':
(.text+0x828): undefined reference to `FLAC__stream_decoder_seek_absolute'
ld: (.text+0x82c): undefined reference to `FLAC__stream_decoder_seek_absolute'
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/lib/libsndfile.a(libsndfile_la-flac.o): in function `flac_close':
(.text+0x8c4): undefined reference to `FLAC__metadata_object_delete'
ld: (.text+0x8c8): undefined reference to `FLAC__metadata_object_delete'
ld: (.text+0x954): undefined reference to `FLAC__stream_decoder_finish'
ld: (.text+0x958): undefined reference to `FLAC__stream_decoder_finish'
ld: (.text+0x968): undefined reference to `FLAC__stream_decoder_delete'
ld: (.text+0x96c): undefined reference to `FLAC__stream_decoder_delete'
ld: (.text+0x984): undefined reference to `FLAC__stream_encoder_finish'
ld: (.text+0x988): undefined reference to `FLAC__stream_encoder_finish'
ld: (.text+0x998): undefined reference to `FLAC__stream_encoder_delete'
ld: (.text+0x99c): undefined reference to `FLAC__stream_encoder_delete'
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/lib/libsndfile.a(libsndfile_la-flac.o): in function `flac_write_header':
(.text+0xccc): undefined reference to `FLAC__metadata_object_vorbiscomment_entry_from_name_value_pair'
ld: (.text+0xcd4): undefined reference to `FLAC__metadata_object_vorbiscomment_entry_from_name_value_pair'
ld: (.text+0xcf0): undefined reference to `FLAC__metadata_object_vorbiscomment_append_comment'
ld: (.text+0xcf4): undefined reference to `FLAC__metadata_object_vorbiscomment_append_comment'
ld: (.text+0xd14): undefined reference to `FLAC__stream_encoder_set_metadata'
ld: (.text+0xd1c): undefined reference to `FLAC__stream_encoder_set_metadata'
ld: (.text+0xd34): undefined reference to `FLAC__stream_encoder_init_stream'
ld: (.text+0xd54): undefined reference to `FLAC__stream_encoder_init_stream'
ld: (.text+0xe94): undefined reference to `FLAC__metadata_object_new'
ld: (.text+0xe98): undefined reference to `FLAC__metadata_object_new'
ld: (.text+0xed0): undefined reference to `FLAC__StreamEncoderInitStatusString'
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/lib/libsndfile.a(libsndfile_la-flac.o): in function `sf_flac_meta_callback':
(.text+0x1138): undefined reference to `FLAC__metadata_object_vorbiscomment_find_entry_from'
ld: (.text+0x1144): undefined reference to `FLAC__metadata_object_vorbiscomment_find_entry_from'
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/lib/libsndfile.a(libsndfile_la-flac.o): in function `flac_enc_init':
(.text+0x140c): undefined reference to `FLAC__stream_encoder_delete'
ld: (.text+0x1410): undefined reference to `FLAC__stream_encoder_delete'
ld: (.text+0x141c): undefined reference to `FLAC__stream_encoder_new'
ld: (.text+0x1420): undefined reference to `FLAC__stream_encoder_new'
ld: (.text+0x1440): undefined reference to `FLAC__stream_encoder_set_channels'
ld: (.text+0x1444): undefined reference to `FLAC__stream_encoder_set_channels'
ld: (.text+0x145c): undefined reference to `FLAC__stream_encoder_set_sample_rate'
ld: (.text+0x1460): undefined reference to `FLAC__stream_encoder_set_sample_rate'
ld: (.text+0x1478): undefined reference to `FLAC__stream_encoder_set_bits_per_sample'
ld: (.text+0x147c): undefined reference to `FLAC__stream_encoder_set_bits_per_sample'
ld: (.text+0x1494): undefined reference to `FLAC__stream_encoder_set_compression_level'
ld: (.text+0x1498): undefined reference to `FLAC__stream_encoder_set_compression_level'
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/lib/libsndfile.a(libsndfile_la-flac.o): in function `flac_write_d2flac':
(.text+0x1838): undefined reference to `FLAC__stream_encoder_process_interleaved'
ld: (.text+0x183c): undefined reference to `FLAC__stream_encoder_process_interleaved'
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/lib/libsndfile.a(libsndfile_la-flac.o): in function `flac_write_f2flac':
(.text+0x19c8): undefined reference to `FLAC__stream_encoder_process_interleaved'
ld: (.text+0x19cc): undefined reference to `FLAC__stream_encoder_process_interleaved'
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/lib/libsndfile.a(libsndfile_la-flac.o): in function `flac_write_i2flac':
(.text+0x1b44): undefined reference to `FLAC__stream_encoder_process_interleaved'
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/lib/libsndfile.a(libsndfile_la-flac.o):(.text+0x1b48): more undefined references to `FLAC__stream_encoder_process_interleaved' follow
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/lib/libsndfile.a(libsndfile_la-flac.o): in function `flac_read_loop':
(.text+0x2b10): undefined reference to `FLAC__stream_decoder_get_state'
ld: (.text+0x2b24): undefined reference to `FLAC__stream_decoder_get_state'
ld: (.text+0x2b94): undefined reference to `FLAC__stream_decoder_process_single'
ld: (.text+0x2b98): undefined reference to `FLAC__stream_decoder_process_single'
ld: (.text+0x2bac): undefined reference to `FLAC__stream_decoder_get_state'
ld: (.text+0x2bb0): undefined reference to `FLAC__stream_decoder_get_state'
ld: (.text+0x2c40): undefined reference to `FLAC__StreamDecoderStateString'
ld: (.text+0x2c70): undefined reference to `FLAC__StreamDecoderStateString'
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/lib/libsndfile.a(libsndfile_la-flac.o): in function `flac_open':
(.text+0x3204): undefined reference to `FLAC__stream_decoder_delete'
ld: (.text+0x3208): undefined reference to `FLAC__stream_decoder_delete'
ld: (.text+0x3214): undefined reference to `FLAC__stream_decoder_new'
ld: (.text+0x3218): undefined reference to `FLAC__stream_decoder_new'
ld: (.text+0x3234): undefined reference to `FLAC__stream_decoder_set_metadata_respond_all'
ld: (.text+0x3238): undefined reference to `FLAC__stream_decoder_set_metadata_respond_all'
ld: (.text+0x3258): undefined reference to `FLAC__stream_decoder_init_stream'
ld: (.text+0x329c): undefined reference to `FLAC__stream_decoder_init_stream'
ld: (.text+0x32b8): undefined reference to `FLAC__stream_decoder_process_until_end_of_metadata'
ld: (.text+0x32bc): undefined reference to `FLAC__stream_decoder_process_until_end_of_metadata'
ld: (.text+0x32f4): undefined reference to `FLAC__stream_decoder_get_decode_position'
ld: (.text+0x32f8): undefined reference to `FLAC__stream_decoder_get_decode_position'
ld: (.text+0x3324): undefined reference to `FLAC__stream_decoder_delete'
ld: (.text+0x3328): undefined reference to `FLAC__stream_decoder_delete'
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/lib/libsndfile.a(libsndfile_la-ogg_vorbis.o): in function `vorbis_write_header':
(.text+0x1258): undefined reference to `vorbis_encode_init_vbr'
ld: (.text+0x1260): undefined reference to `vorbis_encode_init_vbr'
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/lib/libsndfile.a(libsndfile_la-ogg_opus.o): in function `ogg_opus_calculate_page_duration':
(.text+0x34c): undefined reference to `opus_packet_get_nb_samples'
ld: (.text+0x358): undefined reference to `opus_packet_get_nb_samples'
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/lib/libsndfile.a(libsndfile_la-ogg_opus.o): in function `ogg_opus_setup_decoder':
(.text+0x410): undefined reference to `opus_multistream_decoder_create'
ld: (.text+0x42c): undefined reference to `opus_multistream_decoder_create'
ld: (.text+0x44c): undefined reference to `opus_multistream_decoder_destroy'
ld: (.text+0x450): undefined reference to `opus_multistream_decoder_destroy'
ld: (.text+0x474): undefined reference to `opus_multistream_decoder_ctl'
ld: (.text+0x494): undefined reference to `opus_multistream_decoder_ctl'
ld: (.text+0x580): undefined reference to `opus_strerror'
ld: (.text+0x584): undefined reference to `opus_strerror'
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/lib/libsndfile.a(libsndfile_la-ogg_opus.o): in function `ogg_opus_command':
(.text+0x730): undefined reference to `opus_multistream_encoder_ctl'
ld: (.text+0x768): undefined reference to `opus_multistream_encoder_ctl'
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/lib/libsndfile.a(libsndfile_la-ogg_opus.o): in function `ogg_opus_write_out':
(.text+0x8dc): undefined reference to `opus_multistream_encoder_ctl'
ld: (.text+0x8e0): undefined reference to `opus_multistream_encoder_ctl'
ld: (.text+0x900): undefined reference to `opus_multistream_encode_float'
ld: (.text+0x904): undefined reference to `opus_multistream_encode_float'
ld: (.text+0xa84): undefined reference to `opus_strerror'
ld: (.text+0xa88): undefined reference to `opus_strerror'
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/lib/libsndfile.a(libsndfile_la-ogg_opus.o): in function `ogg_opus_write_header':
(.text+0x11f4): undefined reference to `opus_get_version_string'
ld: (.text+0x11f8): undefined reference to `opus_get_version_string'
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/lib/libsndfile.a(libsndfile_la-ogg_opus.o): in function `ogg_opus_byterate':
(.text+0x15b4): undefined reference to `opus_packet_get_nb_samples'
ld: (.text+0x15d4): undefined reference to `opus_packet_get_nb_samples'
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/lib/libsndfile.a(libsndfile_la-ogg_opus.o): in function `ogg_opus_read_refill':
(.text+0x175c): undefined reference to `opus_multistream_decode_float'
ld: (.text+0x1770): undefined reference to `opus_multistream_decode_float'
ld: (.text+0x187c): undefined reference to `opus_packet_get_nb_samples'
ld: (.text+0x1880): undefined reference to `opus_packet_get_nb_samples'
ld: (.text+0x1914): undefined reference to `opus_multistream_decode_float'
ld: (.text+0x191c): undefined reference to `opus_multistream_decode_float'
ld: (.text+0x19c4): undefined reference to `opus_strerror'
ld: (.text+0x19c8): undefined reference to `opus_strerror'
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/lib/libsndfile.a(libsndfile_la-ogg_opus.o): in function `ogg_opus_seek':
(.text+0x1ce4): undefined reference to `opus_multistream_decoder_ctl'
ld: (.text+0x1cec): undefined reference to `opus_multistream_decoder_ctl'
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/lib/libsndfile.a(libsndfile_la-ogg_opus.o): in function `ogg_opus_close':
(.text+0x276c): undefined reference to `opus_multistream_encode_float'
ld: (.text+0x2770): undefined reference to `opus_multistream_encode_float'
ld: (.text+0x2830): undefined reference to `opus_multistream_encoder_destroy'
ld: (.text+0x2834): undefined reference to `opus_multistream_encoder_destroy'
ld: (.text+0x28c8): undefined reference to `opus_multistream_decoder_destroy'
ld: (.text+0x28cc): undefined reference to `opus_multistream_decoder_destroy'
ld: (.text+0x2914): undefined reference to `opus_strerror'
ld: (.text+0x2918): undefined reference to `opus_strerror'
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/lib/libsndfile.a(libsndfile_la-ogg_opus.o): in function `ogg_opus_open':
(.text+0x29c0): undefined reference to `opus_get_version_string'
ld: (.text+0x29c4): undefined reference to `opus_get_version_string'
ld: (.text+0x2b7c): undefined reference to `opus_multistream_surround_encoder_create'
ld: (.text+0x2b98): undefined reference to `opus_multistream_surround_encoder_create'
ld: (.text+0x2bcc): undefined reference to `opus_multistream_encoder_ctl'
ld: (.text+0x2bf0): undefined reference to `opus_multistream_encoder_ctl'
ld: (.text+0x2c28): undefined reference to `opus_multistream_encoder_ctl'
ld: (.text+0x2c2c): undefined reference to `opus_multistream_encoder_ctl'
ld: (.text+0x2c48): undefined reference to `opus_multistream_encoder_ctl'
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/lib/libsndfile.a(libsndfile_la-ogg_opus.o):(.text+0x2c50): more undefined references to `opus_multistream_encoder_ctl' follow
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/lib/libsndfile.a(libsndfile_la-ogg_opus.o): in function `ogg_opus_open':
(.text+0x3150): undefined reference to `opus_multistream_encoder_create'
ld: (.text+0x3184): undefined reference to `opus_multistream_encoder_create'
ld: (.text+0x31a0): undefined reference to `opus_strerror'
ld: (.text+0x31a4): undefined reference to `opus_strerror'
ld: (.text+0x3204): undefined reference to `opus_strerror'
ld: (.text+0x3208): undefined reference to `opus_strerror'
ld: (.text+0x3244): undefined reference to `opus_strerror'
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/lib/libsndfile.a(libsndfile_la-ogg_opus.o):(.text+0x3248): more undefined references to `opus_strerror' follow
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/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: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/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: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/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: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/lib/libsndfile.a(libcommon_la-mpeg_decode.o): in function `mpeg_dec_close':
(.text+0x13c): undefined reference to `mpg123_close'
ld: (.text+0x140): undefined reference to `mpg123_close'
ld: (.text+0x150): undefined reference to `mpg123_delete'
ld: (.text+0x154): undefined reference to `mpg123_delete'
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/lib/libsndfile.a(libcommon_la-mpeg_decode.o): in function `mpeg_dec_decode.isra.0':
(.text+0x1bc): undefined reference to `mpg123_read'
ld: (.text+0x1d4): undefined reference to `mpg123_read'
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/lib/libsndfile.a(libcommon_la-mpeg_decode.o): in function `mpeg_decoder_init':
(.text+0x750): undefined reference to `mpg123_init'
ld: (.text+0x754): undefined reference to `mpg123_init'
ld: (.text+0x790): undefined reference to `mpg123_new'
ld: (.text+0x798): undefined reference to `mpg123_new'
ld: (.text+0x7b4): undefined reference to `mpg123_replace_reader_handle'
ld: (.text+0x7d4): undefined reference to `mpg123_replace_reader_handle'
ld: (.text+0x7f0): undefined reference to `mpg123_param2'
ld: (.text+0x804): undefined reference to `mpg123_param2'
ld: (.text+0x820): undefined reference to `mpg123_param2'
ld: (.text+0x824): undefined reference to `mpg123_param2'
ld: (.text+0x840): undefined reference to `mpg123_param2'
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/lib/libsndfile.a(libcommon_la-mpeg_decode.o):(.text+0x844): more undefined references to `mpg123_param2' follow
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/lib/libsndfile.a(libcommon_la-mpeg_decode.o): in function `mpeg_decoder_init':
(.text+0x898): undefined reference to `mpg123_open_handle'
ld: (.text+0x89c): undefined reference to `mpg123_open_handle'
ld: (.text+0x8b8): undefined reference to `mpg123_getformat'
ld: (.text+0x8d0): undefined reference to `mpg123_getformat'
ld: (.text+0x8e8): undefined reference to `mpg123_plain_strerror'
ld: (.text+0x8ec): undefined reference to `mpg123_plain_strerror'
ld: (.text+0x924): undefined reference to `mpg123_plain_strerror'
ld: (.text+0x928): undefined reference to `mpg123_plain_strerror'
ld: (.text+0x9ec): undefined reference to `mpg123_param2'
ld: (.text+0x9f8): undefined reference to `mpg123_param2'
ld: (.text+0xa14): undefined reference to `mpg123_plain_strerror'
ld: (.text+0xa1c): undefined reference to `mpg123_plain_strerror'
ld: (.text+0xa68): undefined reference to `mpg123_length'
ld: (.text+0xa78): undefined reference to `mpg123_length'
ld: (.text+0xaac): undefined reference to `mpg123_format'
ld: (.text+0xab4): undefined reference to `mpg123_format'
ld: (.text+0xacc): undefined reference to `mpg123_info2'
ld: (.text+0xad0): undefined reference to `mpg123_info2'
ld: (.text+0xb18): undefined reference to `mpg123_plain_strerror'
ld: (.text+0xb1c): undefined reference to `mpg123_plain_strerror'
ld: (.text+0xd9c): undefined reference to `mpg123_id3'
ld: (.text+0xdf0): undefined reference to `mpg123_id3'
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/lib/libsndfile.a(libcommon_la-mpeg_decode.o): in function `mpeg_decoder_get_bitrate_mode':
(.text+0x1710): undefined reference to `mpg123_info2'
ld: (.text+0x1718): undefined reference to `mpg123_info2'
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/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+0x70): undefined reference to `lame_get_id3v1_tag'
ld: (.text+0x78): undefined reference to `lame_get_id3v1_tag'
ld: (.text+0x94): undefined reference to `lame_get_lametag_frame'
ld: (.text+0x9c): undefined reference to `lame_get_lametag_frame'
ld: (.text+0xf0): undefined reference to `lame_get_lametag_frame'
ld: (.text+0xf4): undefined reference to `lame_get_lametag_frame'
ld: (.text+0x178): undefined reference to `lame_close'
ld: (.text+0x17c): undefined reference to `lame_close'
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/lib/libsndfile.a(libcommon_la-mpeg_l3_encode.o): in function `mpeg_l3_encoder_construct':
(.text+0x324): undefined reference to `lame_init_params'
ld: (.text+0x328): undefined reference to `lame_init_params'
ld: (.text+0x35c): undefined reference to `lame_get_version'
ld: (.text+0x360): undefined reference to `lame_get_version'
ld: (.text+0x394): undefined reference to `lame_get_mode'
ld: (.text+0x398): undefined reference to `lame_get_mode'
ld: (.text+0x3f0): undefined reference to `lame_get_framesize'
ld: (.text+0x3f4): undefined reference to `lame_get_framesize'
ld: (.text+0x444): undefined reference to `lame_get_out_samplerate'
ld: (.text+0x448): undefined reference to `lame_get_out_samplerate'
ld: (.text+0x494): undefined reference to `lame_get_VBR'
ld: (.text+0x498): undefined reference to `lame_get_VBR'
ld: (.text+0x4c8): undefined reference to `lame_get_VBR'
ld: (.text+0x4cc): undefined reference to `lame_get_VBR'
ld: (.text+0x4fc): undefined reference to `lame_get_encoder_delay'
ld: (.text+0x500): undefined reference to `lame_get_encoder_delay'
ld: (.text+0x530): undefined reference to `lame_get_bWriteVbrTag'
ld: (.text+0x534): undefined reference to `lame_get_bWriteVbrTag'
ld: (.text+0x564): undefined reference to `lame_get_framesize'
ld: (.text+0x568): undefined reference to `lame_get_framesize'
ld: (.text+0x650): undefined reference to `lame_get_brate'
ld: (.text+0x654): undefined reference to `lame_get_brate'
ld: (.text+0x6b0): undefined reference to `lame_get_VBR_q'
ld: (.text+0x6b4): undefined reference to `lame_get_VBR_q'
ld: (.text+0x710): undefined reference to `lame_get_VBR_mean_bitrate_kbps'
ld: (.text+0x714): undefined reference to `lame_get_VBR_mean_bitrate_kbps'
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/lib/libsndfile.a(libcommon_la-mpeg_l3_encode.o): in function `mpeg_l3_encode_write_double_mono':
(.text+0x840): undefined reference to `lame_encode_buffer_ieee_double'
ld: (.text+0x84c): undefined reference to `lame_encode_buffer_ieee_double'
ld: (.text+0x8f0): undefined reference to `lame_encode_buffer_ieee_double'
ld: (.text+0x8fc): undefined reference to `lame_encode_buffer_ieee_double'
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/lib/libsndfile.a(libcommon_la-mpeg_l3_encode.o): in function `mpeg_l3_encode_write_float_mono':
(.text+0xa34): undefined reference to `lame_encode_buffer_ieee_float'
ld: (.text+0xa38): undefined reference to `lame_encode_buffer_ieee_float'
ld: (.text+0xaf4): undefined reference to `lame_encode_buffer_float'
ld: (.text+0xafc): undefined reference to `lame_encode_buffer_float'
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/lib/libsndfile.a(libcommon_la-mpeg_l3_encode.o): in function `mpeg_l3_encode_write_int_mono':
(.text+0xbb8): undefined reference to `lame_encode_buffer_int'
ld: (.text+0xbcc): undefined reference to `lame_encode_buffer_int'
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/lib/libsndfile.a(libcommon_la-mpeg_l3_encode.o): in function `mpeg_l3_encode_write_short_mono':
(.text+0xd28): undefined reference to `lame_encode_buffer'
ld: (.text+0xd40): undefined reference to `lame_encode_buffer'
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/lib/libsndfile.a(libcommon_la-mpeg_l3_encode.o): in function `mpeg_l3_encode_write_double_stereo':
(.text+0xed8): undefined reference to `lame_encode_buffer_interleaved_ieee_double'
ld: (.text+0xee0): undefined reference to `lame_encode_buffer_interleaved_ieee_double'
ld: (.text+0xf90): undefined reference to `lame_encode_buffer_interleaved_ieee_double'
ld: (.text+0xf94): undefined reference to `lame_encode_buffer_interleaved_ieee_double'
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/lib/libsndfile.a(libcommon_la-mpeg_l3_encode.o): in function `mpeg_l3_encode_write_float_stereo':
(.text+0x10d8): undefined reference to `lame_encode_buffer_interleaved_ieee_float'
ld: (.text+0x10e0): undefined reference to `lame_encode_buffer_interleaved_ieee_float'
ld: (.text+0x1180): undefined reference to `lame_encode_buffer_interleaved_ieee_float'
ld: (.text+0x1184): undefined reference to `lame_encode_buffer_interleaved_ieee_float'
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/lib/libsndfile.a(libcommon_la-mpeg_l3_encode.o): in function `mpeg_l3_encode_write_int_stereo':
(.text+0x1288): undefined reference to `lame_encode_buffer_interleaved_int'
ld: (.text+0x12a4): undefined reference to `lame_encode_buffer_interleaved_int'
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/lib/libsndfile.a(libcommon_la-mpeg_l3_encode.o): in function `mpeg_l3_encode_write_short_stereo':
(.text+0x14d8): undefined reference to `lame_encode_buffer_interleaved'
ld: (.text+0x14e0): undefined reference to `lame_encode_buffer_interleaved'
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/lib/libsndfile.a(libcommon_la-mpeg_l3_encode.o): in function `mpeg_l3_encoder_init':
(.text+0x15cc): undefined reference to `lame_init'
ld: (.text+0x15d0): undefined reference to `lame_init'
ld: (.text+0x15f0): undefined reference to `lame_set_in_samplerate'
ld: (.text+0x1600): undefined reference to `lame_set_in_samplerate'
ld: (.text+0x1614): undefined reference to `lame_set_num_channels'
ld: (.text+0x1618): undefined reference to `lame_set_num_channels'
ld: (.text+0x162c): undefined reference to `lame_set_out_samplerate'
ld: (.text+0x1630): undefined reference to `lame_set_out_samplerate'
ld: (.text+0x1650): undefined reference to `lame_set_write_id3tag_automatic'
ld: (.text+0x1654): undefined reference to `lame_set_write_id3tag_automatic'
ld: (.text+0x1674): undefined reference to `lame_set_bWriteVbrTag'
ld: (.text+0x1678): undefined reference to `lame_set_bWriteVbrTag'
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/lib/libsndfile.a(libcommon_la-mpeg_l3_encode.o): in function `mpeg_l3_encoder_write_id3tag':
(.text+0x17d4): undefined reference to `id3tag_init'
ld: (.text+0x17dc): undefined reference to `id3tag_init'
ld: (.text+0x1828): undefined reference to `id3tag_set_genre'
ld: (.text+0x1830): undefined reference to `id3tag_set_genre'
ld: (.text+0x1850): undefined reference to `lame_get_id3v2_tag'
ld: (.text+0x1858): undefined reference to `lame_get_id3v2_tag'
ld: (.text+0x18ac): undefined reference to `lame_get_id3v2_tag'
ld: (.text+0x18b4): undefined reference to `lame_get_id3v2_tag'
ld: (.text+0x1908): undefined reference to `id3tag_set_track'
ld: (.text+0x1910): undefined reference to `id3tag_set_track'
ld: (.text+0x1938): undefined reference to `id3tag_set_artist'
ld: (.text+0x1940): undefined reference to `id3tag_set_artist'
ld: (.text+0x1968): undefined reference to `id3tag_set_title'
ld: (.text+0x1970): undefined reference to `id3tag_set_title'
ld: (.text+0x1998): undefined reference to `id3tag_set_year'
ld: (.text+0x19a0): undefined reference to `id3tag_set_year'
ld: (.text+0x19c8): undefined reference to `id3tag_set_comment'
ld: (.text+0x19d0): undefined reference to `id3tag_set_comment'
ld: (.text+0x19f8): undefined reference to `id3tag_set_album'
ld: (.text+0x1a00): undefined reference to `id3tag_set_album'
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/lib/libsndfile.a(libcommon_la-mpeg_l3_encode.o): in function `mpeg_l3_encoder_get_bitrate_mode':
(.text+0x1a4c): undefined reference to `lame_get_VBR'
ld: (.text+0x1a54): undefined reference to `lame_get_VBR'
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/lib/libsndfile.a(libcommon_la-mpeg_l3_encode.o): in function `mpeg_l3_encoder_byterate':
(.text+0x1af0): undefined reference to `lame_get_brate'
ld: (.text+0x1af4): undefined reference to `lame_get_brate'
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/lib/libsndfile.a(libcommon_la-mpeg_l3_encode.o): in function `mpeg_l3_encoder_set_quality':
(.text+0x1c84): undefined reference to `lame_set_brate'
ld: (.text+0x1c88): undefined reference to `lame_set_brate'
ld: (.text+0x1d20): undefined reference to `lame_set_VBR_mean_bitrate_kbps'
ld: (.text+0x1d24): undefined reference to `lame_set_VBR_mean_bitrate_kbps'
ld: (.text+0x1d48): undefined reference to `lame_set_VBR_quality'
ld: (.text+0x1d5c): undefined reference to `lame_set_VBR_quality'
ld: /tmp/pkgbuild/games/frotz/work.alpha/.buildlink/lib/libsndfile.a(libcommon_la-mpeg_l3_encode.o): in function `mpeg_l3_encoder_set_bitrate_mode':
(.text+0x1e1c): undefined reference to `lame_set_VBR'
ld: (.text+0x1e20): undefined reference to `lame_set_VBR'
gmake: *** [Makefile:353: frotz] Error 1
*** Error code 2

Stop.
make[1]: stopped in /usr/pkgsrc/games/frotz
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/games/frotz