===> Building for yasr-0.0.0.144
ninja: Entering directory `output'
[1/13] Compiling C object yasr/yasr.p/config.c.o
[2/13] Compiling C object yasr/yasr.p/debug.c.o
[3/13] Compiling C object yasr/yasr.p/getfn.c.o
[4/13] Compiling C object yasr/yasr.p/keybind.c.o
[5/13] Compiling C object yasr/yasr.p/main.c.o
../yasr/main.c:197:10: warning: 'utmp' is deprecated [-Wdeprecated-declarations]
  struct utmp u;
         ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/utmp.h:97:7: note: 'utmp' has been explicitly marked deprecated here
}                                       __deprecated;
                                        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:40: note: expanded from macro '__deprecated'
#define __deprecated    __attribute__((__deprecated__))
                                       ^
../yasr/main.c:208:38: warning: 'utmp' is deprecated [-Wdeprecated-declarations]
    (void) fread (&u, sizeof (struct utmp), 1, fp);
                                     ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/utmp.h:97:7: note: 'utmp' has been explicitly marked deprecated here
}                                       __deprecated;
                                        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:40: note: expanded from macro '__deprecated'
#define __deprecated    __attribute__((__deprecated__))
                                       ^
../yasr/main.c:217:41: warning: 'utmp' is deprecated [-Wdeprecated-declarations]
      (void) fwrite (&u, sizeof (struct utmp), 1, fp);
                                        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/utmp.h:97:7: note: 'utmp' has been explicitly marked deprecated here
}                                       __deprecated;
                                        ^
/Applications/Xcode-13.4.1.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX12.3.sdk/usr/include/sys/cdefs.h:204:40: note: expanded from macro '__deprecated'
#define __deprecated    __attribute__((__deprecated__))
                                       ^
3 warnings generated.
[6/13] Compiling C object yasr/yasr.p/option.c.o
[7/13] Compiling C object yasr/yasr.p/tts.c.o
[8/13] Compiling C object yasr/yasr.p/ui.c.o
[9/13] Compiling C object tools/keytest.p/keytest.c.o
[10/13] Linking target yasr/yasr
FAILED: yasr/yasr 
clang  -o yasr/yasr yasr/yasr.p/config.c.o yasr/yasr.p/debug.c.o yasr/yasr.p/getfn.c.o yasr/yasr.p/keybind.c.o yasr/yasr.p/main.c.o yasr/yasr.p/option.c.o yasr/yasr.p/tts.c.o yasr/yasr.p/ui.c.o -L/opt/pkg/lib -I/opt/pkg/include -I/opt/pkg/include/glib-2.0 -I/opt/pkg/include/gio-unix-2.0 -I/opt/pkg/lib/glib-2.0/include -Wl,-dead_strip_dylibs -Wl,-headerpad_max_install_names -pipe -Os -Wl,-rpath,/opt/pkg/lib -lutil /opt/pkg/lib/libspeechd.dylib /opt/pkg/lib/libglib-2.0.dylib /opt/pkg/lib/libintl.dylib
Undefined symbols for architecture x86_64:
  "_libiconv", referenced from:
      _tts_send_iso in tts.c.o
  "_libiconv_close", referenced from:
      _tts_send_iso in tts.c.o
  "_libiconv_open", referenced from:
      _tts_send_iso in tts.c.o
ld: symbol(s) not found for architecture x86_64
clang: error: linker command failed with exit code 1 (use -v to see invocation)
ninja: build stopped: subcommand failed.
*** Error code 1

Stop.
bmake[1]: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/audio/yasr
*** Error code 1

Stop.
bmake: stopped making "all" in /Volumes/data/jenkins/workspace/pkgsrc-macos-trunk-x86_64/audio/yasr