=> 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 tp-note-1.19.11
   Compiling proc-macro2 v1.0.49
   Compiling quote v1.0.23
   Compiling unicode-ident v1.0.6
   Compiling syn v1.0.107
   Compiling serde v1.0.151
   Compiling serde_derive v1.0.151
   Compiling libc v0.2.138
   Compiling pkg-config v0.3.26
   Compiling autocfg v1.1.0
   Compiling version_check v0.9.4
   Compiling memchr v2.5.0
   Compiling smallvec v1.10.0
   Compiling heck v0.4.0
   Compiling version-compare v0.1.1
   Compiling cfg-if v1.0.0
   Compiling thiserror v1.0.38
   Compiling bitflags v1.3.2
   Compiling once_cell v1.16.0
   Compiling cc v1.0.78
   Compiling log v0.4.17
   Compiling ucd-trie v0.1.5
   Compiling futures-core v0.3.25
   Compiling lazy_static v1.4.0
   Compiling anyhow v1.0.68
   Compiling futures-task v0.3.25
   Compiling futures-util v0.3.25
   Compiling futures-channel v0.3.25
   Compiling xml-rs v0.8.4
   Compiling adler v1.0.2
   Compiling pin-project-lite v0.2.9
   Compiling pin-utils v0.1.0
   Compiling regex-syntax v0.6.28
   Compiling unicode-xid v0.2.4
   Compiling siphasher v0.3.10
   Compiling ppv-lite86 v0.2.17
   Compiling percent-encoding v2.2.0
   Compiling crossbeam-utils v0.8.14
   Compiling minimal-lexical v0.2.1
   Compiling tinyvec_macros v0.1.0
   Compiling gimli v0.27.0
   Compiling itoa v1.0.5
   Compiling rustc-demangle v0.1.21
   Compiling same-file v1.0.6
   Compiling failure_derive v0.1.8
   Compiling unicode-bidi v0.3.8
   Compiling fnv v1.0.7
   Compiling gio v0.15.12
   Compiling serde_json v1.0.91
   Compiling downcast-rs v1.2.0
   Compiling ryu v1.0.12
   Compiling scoped-tls v1.0.1
   Compiling unic-char-range v0.9.0
   Compiling unic-common v0.9.0
   Compiling hashbrown v0.12.3
   Compiling futures-io v0.3.25
   Compiling crc32fast v1.3.2
   Compiling iana-time-zone v0.1.53
   Compiling utf8-width v0.1.6
   Compiling safemem v0.3.3
   Compiling time-core v0.1.0
   Compiling pulldown-cmark v0.9.2
   Compiling base64 v0.13.1
   Compiling deunicode v0.4.3
   Compiling linked-hash-map v0.5.6
   Compiling unicode-width v0.1.10
   Compiling unicode-segmentation v1.10.0
   Compiling semver v1.0.16
   Compiling strsim v0.8.0
   Compiling unsafe-libyaml v0.2.5
   Compiling vec_map v0.8.2
   Compiling ansi_term v0.12.1
   Compiling httparse v1.8.0
   Compiling humansize v1.1.1
   Compiling latex2mathml v0.2.3
   Compiling windows-sys v0.42.0
error[E0412]: cannot find type `WSADATA` in this scope
    --> /tmp/pkgbuild/editors/tp-note/work.sparc64/vendor/windows-sys-0.42.0/src/Windows/Win32/Networking/WinSock/mod.rs:347:63
     |
347  |     pub fn WSAStartup(wversionrequested: u16, lpwsadata: *mut WSADATA) -> i32;
     |                                                               ^^^^^^^ help: a struct with a similar name exists: `WSPDATA`
...
8679 | pub struct WSPDATA {
     | ------------------ similarly named struct `WSPDATA` defined here

error[E0412]: cannot find type `SERVENT` in this scope
   --> /tmp/pkgbuild/editors/tp-note/work.sparc64/vendor/windows-sys-0.42.0/src/Windows/Win32/Networking/WinSock/mod.rs:481:103
    |
481 |     pub fn getservbyname(name: ::windows_sys::core::PCSTR, proto: ::windows_sys::core::PCSTR) -> *mut SERVENT;
    |                                                                                                       ^^^^^^^ not found in this scope

error[E0412]: cannot find type `SERVENT` in this scope
   --> /tmp/pkgbuild/editors/tp-note/work.sparc64/vendor/windows-sys-0.42.0/src/Windows/Win32/Networking/WinSock/mod.rs:483:80
    |
483 |     pub fn getservbyport(port: i32, proto: ::windows_sys::core::PCSTR) -> *mut SERVENT;
    |                                                                                ^^^^^^^ not found in this scope

error[E0412]: cannot find type `DELAYLOAD_INFO` in this scope
    --> /tmp/pkgbuild/editors/tp-note/work.sparc64/vendor/windows-sys-0.42.0/src/Windows/Win32/System/WindowsProgramming/mod.rs:3241:140
     |
3241 | ..._CALLBACK = ::core::option::Option<unsafe extern "system" fn(notificationreason: u32, delayloadinfo: *const DELAYLOAD_INFO) -> *mut ::...
     |             - help: you might be missing a type parameter: `<DELAYLOAD_INFO>`                                  ^^^^^^^^^^^^^^ not found in this scope

For more information about this error, try `rustc --explain E0412`.
error: could not compile `windows-sys` due to 4 previous errors
*** Error code 101

Stop.
make[1]: stopped in /usr/pkgsrc/editors/tp-note
*** Error code 1

Stop.
make: stopped in /usr/pkgsrc/editors/tp-note