kenz-gelsoft / Inari

0 stars 0 forks source link

nss build failure #10

Closed kenz-gelsoft closed 1 month ago

kenz-gelsoft commented 1 year ago
/bin/clang -std=gnu99 -o ckhelper.o -c  -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fstack-clash-protection -DNDEBUG -DTRIMMED=1 -DNSS_FIPS_DISABLED -DNSS_NO_INIT_SUPPORT -DNSS_X86_OR_X64 -DNSS_X64 -DNSS_USE_64 -DUSE_UTIL_DIRECTLY -DNO_NSPR_10_SUPPORT -DSSL_DISABLE_DEPRECATED_CIPHER_SUITE_NAMES -DHAVE_STRERROR -DXP_UNIX -D_REENTRANT -DNSS_DISABLE_DBM -DNSS_DISABLE_LIBPKIX -I/boot/home/src/firefox-102.9.0/security/nss/lib/dev -I/boot/home/src/firefox-102.9.0/obj-a/security/nss/lib/dev/dev_nssdev -I/packages/nspr-4.34.1-3/.self/develop/headers/nspr -I/boot/home/src/firefox-102.9.0/obj-a/dist/include/private/nss -I/boot/home/src/firefox-102.9.0/obj-a/dist/include/nss -I/boot/home/src/firefox-102.9.0/obj-a/dist/include -include /boot/home/src/firefox-102.9.0/obj-a/mozilla-config.h -DMOZILLA_CLIENT -Qunused-arguments -fPIC -ffunction-sections -fdata-sections -fno-math-errno -pthread -pipe -gdwarf-4 -O -fomit-frame-pointer -funwind-tables -Qunused-arguments -Wall -Wbitfield-enum-conversion -Wempty-body -Wformat-type-confusion -Wignored-qualifiers -Wpointer-arith -Wshadow-field-in-constructor-modified -Wsign-compare -Wtype-limits -Wno-error=tautological-type-limit-compare -Wunreachable-code -Wunreachable-code-return -Wclass-varargs -Wfloat-overflow-conversion -Wfloat-zero-conversion -Wloop-analysis -Wno-range-loop-analysis -Wenum-compare-conditional -Wstring-conversion -Wno-error=deprecated-declarations -Wno-error=array-bounds -Wno-error=backend-plugin -Wno-error=free-nonheap-object -Wno-error=return-std-move -Wno-error=atomic-alignment -Wno-error=deprecated-copy -Wformat -Wformat-security -Wno-gnu-zero-variadic-macro-arguments -Werror=implicit-function-declaration -Wno-psabi -Wthread-safety -fexperimental-new-pass-manager -fno-strict-aliasing -ffp-contract=off  -MD -MP -MF .deps/ckhelper.o.pp   /boot/home/src/firefox-102.9.0/security/nss/lib/dev/ckhelper.c
/boot/home/src/firefox-102.9.0/security/nss/lib/dev/ckhelper.c:135:45: warning: comparison of integers of different signs: 'CK_ULONG' (aka 'unsigned long') and 'int' [-Wsign-compare]
                (obj_template[i].ulValueLen == -1)) {
                 ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~
/boot/home/src/firefox-102.9.0/security/nss/lib/dev/ckhelper.c:189:14: error: cannot combine with previous 'type-name' declaration specifier
    CK_BBOOL bool;
             ^
/boot/system/lib/clang/12.0.1/include/stdbool.h:15:14: note: expanded from macro 'bool'
#define bool _Bool
             ^
/boot/home/src/firefox-102.9.0/security/nss/lib/dev/ckhelper.c:189:5: warning: declaration does not declare anything [-Wmissing-declarations]
    CK_BBOOL bool;
    ^~~~~~~~~~~~~
/boot/home/src/firefox-102.9.0/security/nss/lib/dev/ckhelper.c:195:47: error: expected expression
    NSS_CK_SET_ATTRIBUTE_VAR(attr, attribute, bool);
                                              ^
/boot/system/lib/clang/12.0.1/include/stdbool.h:15:14: note: expanded from macro 'bool'
#define bool _Bool
             ^
/boot/home/src/firefox-102.9.0/security/nss/lib/dev/ckhelper.c:205:26: error: expected ')'
    return (PRBool)(bool == CK_TRUE);
                         ^
/boot/home/src/firefox-102.9.0/security/nss/lib/dev/ckhelper.c:205:20: note: to match this '('
    return (PRBool)(bool == CK_TRUE);
                   ^
/boot/home/src/firefox-102.9.0/security/nss/lib/dev/ckhelper.c:205:37: error: expected expression
    return (PRBool)(bool == CK_TRUE);
                                    ^
/boot/home/src/firefox-102.9.0/security/nss/lib/dev/ckhelper.c:445:36: warning: comparison of integers of different signs: 'CK_ULONG' (aka 'unsigned long') and 'int' [-Wsign-compare]
    if (sha1_hash_attr->ulValueLen == -1) {
        ~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~~
3 warnings and 4 errors generated.
/boot/home/src/firefox-102.9.0/config/rules.mk:589: recipe for target 'ckhelper.o' failed
make[3]: *** [ckhelper.o] Error 1
make[3]: Leaving directory '/boot/home/src/firefox-102.9.0/obj-a/security/nss/lib/dev/dev_nssdev'
/boot/home/src/firefox-102.9.0/config/recurse.mk:72: recipe for target 'security/nss/lib/dev/dev_nssdev/target-objects' failed
make[2]: *** [security/nss/lib/dev/dev_nssdev/target-objects] Error 2
make[2]: Leaving directory '/boot/home/src/firefox-102.9.0/obj-a'
/boot/home/src/firefox-102.9.0/config/recurse.mk:32: recipe for target 'compile' failed
make[1]: *** [compile] Error 2
make[1]: Leaving directory '/boot/home/src/firefox-102.9.0/obj-a'
/boot/home/src/firefox-102.9.0/config/rules.mk:361: recipe for target 'default' failed
make: *** [default] Error 2
kenz-gelsoft commented 1 year ago

try building with system nss

~/src/firefox-102.9.0/obj-a> cat ../mozconfig 
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-@CONFIG_GUESS@
ac_add_options --disable-audio-backends
ac_add_options --enable-default-toolkit=cairo-gtk3-wayland-only
ac_add_options --without-wasm-sandboxed-libraries
ac_add_options --with-system-nspr
ac_add_options --with-system-nss
kenz-gelsoft commented 1 year ago

version check failed

checking for nss >= 3.79.2... no
ERROR: Package dependency requirement 'nss >= 3.79.2' could not be satisfied.
ERROR: Package 'nss' has version '3.73.1', required version is '>= 3.79.2'
kenz-gelsoft commented 1 year ago

try using older version

diff --git a/build/moz.configure/nss.configure b/build/moz.configure/nss.configure
index 071f76c76e..7229b70a89 100644
--- a/build/moz.configure/nss.configure
+++ b/build/moz.configure/nss.configure
@@ -9,7 +9,8 @@ system_lib_option("--with-system-nss", help="Use system NSS")
 imply_option("--with-system-nspr", True, when="--with-system-nss")

 nss_pkg = pkg_check_modules(
-    "NSS", "nss >= 3.79.2", when="--with-system-nss", config=False
+    # "NSS", "nss >= 3.79.2", when="--with-system-nss", config=False
+    "NSS", "nss >= 3.73.1", when="--with-system-nss", config=False
 )

 set_config("MOZ_SYSTEM_NSS", True, when="--with-system-nss")
kenz-gelsoft commented 1 year ago
  /boot/home/src/firefox-102.9.0/obj-a/dist/include/nss/mozpkix/pkixtypes.h:28:10: fatal error: 'memory' file not found
  /boot/home/src/firefox-102.9.0/obj-a/dist/include/nss/mozpkix/pkixtypes.h:28:10: fatal error: 'memory' file not found, err: true
  thread 'main' panicked at 'unable to generate bindings: ()', /boot/home/src/firefox-102.9.0/third_party/rust/neqo-crypto/build.rs:277:39
  stack backtrace:
     0:      0x132c0600bd9 - <std::sys_common::backtrace::_print::DisplayBacktrace as core::fmt::Display>::fmt::h3f6b03fbbb6ea170
     1:      0x132c0628c3e - core::fmt::write::ha52d11f4ace7ccb3
     2:      0x132c05ec8b5 - std::io::Write::write_fmt::h4cb3d66d1368cf98
     3:      0x132c0600996 - std::sys_common::backtrace::print::he738d14b2a4638da
     4:      0x132c05ff08f - std::panicking::default_hook::{{closure}}::hb28f240267fd27aa
     5:      0x132c05fed24 - std::panicking::default_hook::h8bbc80bb2b6187a6
     6:      0x132c05ff757 - std::panicking::rust_panic_with_hook::hc55f8cd7bca636f4
     7:      0x132c0600f49 - std::panicking::begin_panic_handler::{{closure}}::h8e6905ebb12efda9
     8:      0x132c0600d2c - std::sys_common::backtrace::__rust_end_short_backtrace::hf23318794ad02902
     9:      0x132c05ff242 - rust_begin_unwind
    10:      0x132c04696d3 - core::panicking::panic_fmt::hedb9f4d38ea952d2
    11:      0x132c0469b43 - core::result::unwrap_failed::h5af0e3ea21b3c801
    12:      0x132c0476782 - build_script_build::main::hb35e82241f83bb5c
    13:      0x132c0477a93 - std::sys_common::backtrace::__rust_begin_short_backtrace::h80af262e073776d2
    14:      0x132c0477aa9 - std::rt::lang_start::{{closure}}::h38a644f73e844575
    15:      0x132c05f1734 - std::rt::lang_start_internal::h96f35d979206e269
    16:      0x132c0476ff5 - main
    17:      0x132c0469c5f - _start
    18:      0x1e847150ae5 - runtime_loader
warning: build failed, waiting for other jobs to finish...
/boot/home/src/firefox-102.9.0/config/makefiles/rust.mk:495: recipe for target 'force-cargo-program-build' failed
make[3]: *** [force-cargo-program-build] Error 101
make[3]: Leaving directory '/boot/home/src/firefox-102.9.0/obj-a/netwerk/test/http3server'
/boot/home/src/firefox-102.9.0/config/recurse.mk:72: recipe for target 'netwerk/test/http3server/target' failed
make[2]: *** [netwerk/test/http3server/target] Error 2
make[2]: Leaving directory '/boot/home/src/firefox-102.9.0/obj-a'
/boot/home/src/firefox-102.9.0/config/recurse.mk:32: recipe for target 'compile' failed
make[1]: *** [compile] Error 2
make[1]: Leaving directory '/boot/home/src/firefox-102.9.0/obj-a'
/boot/home/src/firefox-102.9.0/config/rules.mk:361: recipe for target 'default' failed
make: *** [default] Error 2

--with-system-nss doesn't work?

kenz-gelsoft commented 1 year ago

This looks test dependency. Try disabling it.

failure
     Running `CARGO=/boot/system/develop/tools/rust/bin/cargo CARGO_CRATE_NAME=data_encoding CARGO_MANIFEST_DIR=/boot/home/src/firefox-102.9.0/third_party/rust/data-encoding CARGO_PKG_AUTHORS='Julien Cretin ' CARGO_PKG_DESCRIPTION='Efficient and customizable data-encoding functions like base64, base32, and hex' CARGO_PKG_HOMEPAGE='' CARGO_PKG_LICENSE=MIT CARGO_PKG_LICENSE_FILE='' CARGO_PKG_NAME=data-encoding CARGO_PKG_REPOSITORY='https://github.com/ia0/data-encoding' CARGO_PKG_RUST_VERSION='' CARGO_PKG_VERSION=2.3.2 CARGO_PKG_VERSION_MAJOR=2 CARGO_PKG_VERSION_MINOR=3 CARGO_PKG_VERSION_PATCH=2 CARGO_PKG_VERSION_PRE='' LD_LIBRARY_PATH='/boot/home/src/firefox-102.9.0/obj-a/netwerk/test/http3server/./release/deps:/boot/system/develop/tools/rust/lib' /bin/rustc --crate-name data_encoding --edition=2018 /boot/home/src/firefox-102.9.0/third_party/rust/data-encoding/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C opt-level=2 -C panic=abort -C embed-bitcode=no --cfg 'feature="alloc"' --cfg 'feature="default"' --cfg 'feature="std"' -C metadata=a8aa68844573acc5 -C extra-filename=-a8aa68844573acc5 --out-dir /boot/home/src/firefox-102.9.0/obj-a/netwerk/test/http3server/./x86_64-unknown-haiku/release/deps --target x86_64-unknown-haiku -C linker=/boot/home/src/firefox-102.9.0/build/cargo-linker -L dependency=/boot/home/src/firefox-102.9.0/obj-a/netwerk/test/http3server/./x86_64-unknown-haiku/release/deps -L dependency=/boot/home/src/firefox-102.9.0/obj-a/netwerk/test/http3server/./release/deps --cap-lints warn -C debuginfo=2 --cap-lints warn -Cembed-bitcode=yes -C codegen-units=1`
[neqo-crypto 0.5.7] clang version 12.0.1
[neqo-crypto 0.5.7] Target: x86_64-unknown-haiku
[neqo-crypto 0.5.7] Thread model: posix
[neqo-crypto 0.5.7] InstalledDir: 
[neqo-crypto 0.5.7] ignoring nonexistent directory "/usr/local/include"
[neqo-crypto 0.5.7] ignoring nonexistent directory "/boot/system/non-packaged/develop/headers"
[neqo-crypto 0.5.7] ignoring nonexistent directory "/boot/system/develop/headers/os/be_apps/Deskbar"
[neqo-crypto 0.5.7] ignoring nonexistent directory "/boot/system/develop/headers/3rdparty"
[neqo-crypto 0.5.7] ignoring nonexistent directory "/usr/include"
[neqo-crypto 0.5.7] ignoring duplicate directory "/packages/nspr-4.34.1-3/.self/develop/headers/nspr"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/lib/clang/12.0.1/include"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/app"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/arch"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/device"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/drivers"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/game"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/interface"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/kernel"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/locale"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/mail"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/media"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/midi"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/midi2"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/net"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/opengl"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/storage"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/support"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/translation"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/graphics"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/input_server"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/mail_daemon"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/registrar"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/screen_saver"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/tracker"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/be_apps/NetPositive"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/be_apps/Tracker"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/bsd"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/glibc"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/posix"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers"
[neqo-crypto 0.5.7] #include "..." search starts here:
[neqo-crypto 0.5.7] #include <...> search starts here:
[neqo-crypto 0.5.7]  /packages/nspr-4.34.1-3/.self/develop/headers/nspr
[neqo-crypto 0.5.7]  /packages/nss-3.73.1-1/.self/develop/headers/nss
[neqo-crypto 0.5.7]  /boot/home/src/firefox-102.9.0/obj-a/dist/include/nss
[neqo-crypto 0.5.7]  /boot/system/lib/clang/12.0.1/include
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/app
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/arch
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/device
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/drivers
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/game
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/interface
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/kernel
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/locale
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/mail
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/media
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/midi
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/midi2
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/net
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/opengl
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/storage
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/support
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/translation
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/add-ons/graphics
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/add-ons/input_server
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/add-ons/mail_daemon
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/add-ons/registrar
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/add-ons/screen_saver
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/add-ons/tracker
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/be_apps/NetPositive
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/be_apps/Tracker
[neqo-crypto 0.5.7]  /boot/system/develop/headers/bsd
[neqo-crypto 0.5.7]  /boot/system/develop/headers/glibc
[neqo-crypto 0.5.7]  /boot/system/develop/headers/posix
[neqo-crypto 0.5.7]  /boot/system/develop/headers
[neqo-crypto 0.5.7] End of search list.
[neqo-crypto 0.5.7] cargo:rerun-if-changed=bindings/nss_ciphers.h
[neqo-crypto 0.5.7] clang version 12.0.1
[neqo-crypto 0.5.7] Target: x86_64-unknown-haiku
[neqo-crypto 0.5.7] Thread model: posix
[neqo-crypto 0.5.7] InstalledDir: 
[neqo-crypto 0.5.7] ignoring nonexistent directory "/usr/local/include"
[neqo-crypto 0.5.7] ignoring nonexistent directory "/boot/system/non-packaged/develop/headers"
[neqo-crypto 0.5.7] ignoring nonexistent directory "/boot/system/develop/headers/os/be_apps/Deskbar"
[neqo-crypto 0.5.7] ignoring nonexistent directory "/boot/system/develop/headers/3rdparty"
[neqo-crypto 0.5.7] ignoring nonexistent directory "/usr/include"
[neqo-crypto 0.5.7] ignoring duplicate directory "/packages/nspr-4.34.1-3/.self/develop/headers/nspr"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/lib/clang/12.0.1/include"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/app"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/arch"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/device"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/drivers"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/game"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/interface"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/kernel"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/locale"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/mail"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/media"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/midi"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/midi2"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/net"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/opengl"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/storage"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/support"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/translation"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/graphics"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/input_server"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/mail_daemon"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/registrar"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/screen_saver"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/tracker"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/be_apps/NetPositive"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/be_apps/Tracker"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/bsd"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/glibc"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/posix"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers"
[neqo-crypto 0.5.7] #include "..." search starts here:
[neqo-crypto 0.5.7] #include <...> search starts here:
[neqo-crypto 0.5.7]  /packages/nspr-4.34.1-3/.self/develop/headers/nspr
[neqo-crypto 0.5.7]  /packages/nss-3.73.1-1/.self/develop/headers/nss
[neqo-crypto 0.5.7]  /boot/home/src/firefox-102.9.0/obj-a/dist/include/nss
[neqo-crypto 0.5.7]  /boot/system/lib/clang/12.0.1/include
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/app
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/arch
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/device
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/drivers
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/game
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/interface
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/kernel
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/locale
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/mail
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/media
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/midi
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/midi2
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/net
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/opengl
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/storage
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/support
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/translation
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/add-ons/graphics
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/add-ons/input_server
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/add-ons/mail_daemon
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/add-ons/registrar
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/add-ons/screen_saver
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/add-ons/tracker
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/be_apps/NetPositive
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/be_apps/Tracker
[neqo-crypto 0.5.7]  /boot/system/develop/headers/bsd
[neqo-crypto 0.5.7]  /boot/system/develop/headers/glibc
[neqo-crypto 0.5.7]  /boot/system/develop/headers/posix
[neqo-crypto 0.5.7]  /boot/system/develop/headers
[neqo-crypto 0.5.7] End of search list.
[neqo-crypto 0.5.7] cargo:rerun-if-changed=bindings/nss_secerr.h
[neqo-crypto 0.5.7] clang version 12.0.1
[neqo-crypto 0.5.7] Target: x86_64-unknown-haiku
[neqo-crypto 0.5.7] Thread model: posix
[neqo-crypto 0.5.7] InstalledDir: 
[neqo-crypto 0.5.7] ignoring nonexistent directory "/usr/local/include"
[neqo-crypto 0.5.7] ignoring nonexistent directory "/boot/system/non-packaged/develop/headers"
[neqo-crypto 0.5.7] ignoring nonexistent directory "/boot/system/develop/headers/os/be_apps/Deskbar"
[neqo-crypto 0.5.7] ignoring nonexistent directory "/boot/system/develop/headers/3rdparty"
[neqo-crypto 0.5.7] ignoring nonexistent directory "/usr/include"
[neqo-crypto 0.5.7] ignoring duplicate directory "/packages/nspr-4.34.1-3/.self/develop/headers/nspr"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/lib/clang/12.0.1/include"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/app"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/arch"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/device"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/drivers"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/game"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/interface"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/kernel"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/locale"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/mail"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/media"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/midi"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/midi2"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/net"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/opengl"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/storage"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/support"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/translation"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/graphics"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/input_server"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/mail_daemon"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/registrar"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/screen_saver"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/tracker"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/be_apps/NetPositive"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/be_apps/Tracker"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/bsd"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/glibc"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/posix"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers"
[neqo-crypto 0.5.7] #include "..." search starts here:
[neqo-crypto 0.5.7] #include <...> search starts here:
[neqo-crypto 0.5.7]  /packages/nspr-4.34.1-3/.self/develop/headers/nspr
[neqo-crypto 0.5.7]  /packages/nss-3.73.1-1/.self/develop/headers/nss
[neqo-crypto 0.5.7]  /boot/home/src/firefox-102.9.0/obj-a/dist/include/nss
[neqo-crypto 0.5.7]  /boot/system/lib/clang/12.0.1/include
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/app
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/arch
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/device
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/drivers
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/game
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/interface
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/kernel
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/locale
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/mail
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/media
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/midi
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/midi2
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/net
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/opengl
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/storage
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/support
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/translation
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/add-ons/graphics
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/add-ons/input_server
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/add-ons/mail_daemon
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/add-ons/registrar
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/add-ons/screen_saver
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/add-ons/tracker
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/be_apps/NetPositive
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/be_apps/Tracker
[neqo-crypto 0.5.7]  /boot/system/develop/headers/bsd
[neqo-crypto 0.5.7]  /boot/system/develop/headers/glibc
[neqo-crypto 0.5.7]  /boot/system/develop/headers/posix
[neqo-crypto 0.5.7]  /boot/system/develop/headers
[neqo-crypto 0.5.7] End of search list.
[neqo-crypto 0.5.7] cargo:rerun-if-changed=bindings/nss_sslopt.h
[neqo-crypto 0.5.7] clang version 12.0.1
[neqo-crypto 0.5.7] Target: x86_64-unknown-haiku
[neqo-crypto 0.5.7] Thread model: posix
[neqo-crypto 0.5.7] InstalledDir: 
[neqo-crypto 0.5.7] ignoring nonexistent directory "/usr/local/include"
[neqo-crypto 0.5.7] ignoring nonexistent directory "/boot/system/non-packaged/develop/headers"
[neqo-crypto 0.5.7] ignoring nonexistent directory "/boot/system/develop/headers/os/be_apps/Deskbar"
[neqo-crypto 0.5.7] ignoring nonexistent directory "/boot/system/develop/headers/3rdparty"
[neqo-crypto 0.5.7] ignoring nonexistent directory "/usr/include"
[neqo-crypto 0.5.7] ignoring duplicate directory "/packages/nspr-4.34.1-3/.self/develop/headers/nspr"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/lib/clang/12.0.1/include"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/app"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/arch"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/device"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/drivers"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/game"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/interface"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/kernel"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/locale"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/mail"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/media"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/midi"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/midi2"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/net"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/opengl"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/storage"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/support"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/translation"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/graphics"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/input_server"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/mail_daemon"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/registrar"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/screen_saver"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/tracker"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/be_apps/NetPositive"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/be_apps/Tracker"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/bsd"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/glibc"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/posix"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers"
[neqo-crypto 0.5.7] #include "..." search starts here:
[neqo-crypto 0.5.7] #include <...> search starts here:
[neqo-crypto 0.5.7]  /packages/nspr-4.34.1-3/.self/develop/headers/nspr
[neqo-crypto 0.5.7]  /packages/nss-3.73.1-1/.self/develop/headers/nss
[neqo-crypto 0.5.7]  /boot/home/src/firefox-102.9.0/obj-a/dist/include/nss
[neqo-crypto 0.5.7]  /boot/system/lib/clang/12.0.1/include
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/app
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/arch
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/device
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/drivers
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/game
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/interface
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/kernel
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/locale
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/mail
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/media
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/midi
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/midi2
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/net
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/opengl
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/storage
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/support
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/translation
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/add-ons/graphics
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/add-ons/input_server
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/add-ons/mail_daemon
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/add-ons/registrar
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/add-ons/screen_saver
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/add-ons/tracker
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/be_apps/NetPositive
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/be_apps/Tracker
[neqo-crypto 0.5.7]  /boot/system/develop/headers/bsd
[neqo-crypto 0.5.7]  /boot/system/develop/headers/glibc
[neqo-crypto 0.5.7]  /boot/system/develop/headers/posix
[neqo-crypto 0.5.7]  /boot/system/develop/headers
[neqo-crypto 0.5.7] End of search list.
[neqo-crypto 0.5.7] cargo:rerun-if-changed=bindings/mozpkix.hpp
[neqo-crypto 0.5.7] clang version 12.0.1
[neqo-crypto 0.5.7] Target: x86_64-unknown-haiku
[neqo-crypto 0.5.7] Thread model: posix
[neqo-crypto 0.5.7] InstalledDir: 
[neqo-crypto 0.5.7] ignoring nonexistent directory "/usr/local/include"
[neqo-crypto 0.5.7] ignoring nonexistent directory "/boot/system/non-packaged/develop/headers"
[neqo-crypto 0.5.7] ignoring nonexistent directory "/boot/system/develop/headers/os/be_apps/Deskbar"
[neqo-crypto 0.5.7] ignoring nonexistent directory "/boot/system/develop/headers/3rdparty"
[neqo-crypto 0.5.7] ignoring nonexistent directory "/usr/include"
[neqo-crypto 0.5.7] ignoring duplicate directory "/packages/nspr-4.34.1-3/.self/develop/headers/nspr"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/lib/clang/12.0.1/include"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/app"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/arch"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/device"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/drivers"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/game"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/interface"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/kernel"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/locale"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/mail"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/media"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/midi"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/midi2"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/net"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/opengl"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/storage"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/support"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/translation"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/graphics"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/input_server"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/mail_daemon"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/registrar"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/screen_saver"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/tracker"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/be_apps/NetPositive"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/os/be_apps/Tracker"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/bsd"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/glibc"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers/posix"
[neqo-crypto 0.5.7] ignoring duplicate directory "/boot/system/develop/headers"
[neqo-crypto 0.5.7] #include "..." search starts here:
[neqo-crypto 0.5.7] #include <...> search starts here:
[neqo-crypto 0.5.7]  /packages/nspr-4.34.1-3/.self/develop/headers/nspr
[neqo-crypto 0.5.7]  /packages/nss-3.73.1-1/.self/develop/headers/nss
[neqo-crypto 0.5.7]  /boot/home/src/firefox-102.9.0/obj-a/dist/include/nss
[neqo-crypto 0.5.7]  /boot/system/lib/clang/12.0.1/include
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/app
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/arch
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/device
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/drivers
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/game
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/interface
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/kernel
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/locale
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/mail
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/media
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/midi
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/midi2
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/net
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/opengl
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/storage
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/support
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/translation
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/add-ons/graphics
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/add-ons/input_server
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/add-ons/mail_daemon
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/add-ons/registrar
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/add-ons/screen_saver
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/add-ons/tracker
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/be_apps/NetPositive
[neqo-crypto 0.5.7]  /boot/system/develop/headers/os/be_apps/Tracker
[neqo-crypto 0.5.7]  /boot/system/develop/headers/bsd
[neqo-crypto 0.5.7]  /boot/system/develop/headers/glibc
[neqo-crypto 0.5.7]  /boot/system/develop/headers/posix
[neqo-crypto 0.5.7]  /boot/system/develop/headers
[neqo-crypto 0.5.7] End of search list.
[neqo-crypto 0.5.7] /boot/home/src/firefox-102.9.0/obj-a/dist/include/nss/mozpkix/pkixtypes.h:28:10: fatal error: 'memory' file not found
[neqo-crypto 0.5.7] /boot/home/src/firefox-102.9.0/obj-a/dist/include/nss/mozpkix/pkixtypes.h:28:10: fatal error: 'memory' file not found, err: true
[neqo-crypto 0.5.7] thread 'main' panicked at 'unable to generate bindings: ()', /boot/home/src/firefox-102.9.0/third_party/rust/neqo-crypto/build.rs:277:39
[neqo-crypto 0.5.7] stack backtrace:
[neqo-crypto 0.5.7]    0:      0x132c0600bd9 - ::fmt::h3f6b03fbbb6ea170
[neqo-crypto 0.5.7]    1:      0x132c0628c3e - core::fmt::write::ha52d11f4ace7ccb3
[neqo-crypto 0.5.7]    2:      0x132c05ec8b5 - std::io::Write::write_fmt::h4cb3d66d1368cf98
[neqo-crypto 0.5.7]    3:      0x132c0600996 - std::sys_common::backtrace::print::he738d14b2a4638da
[neqo-crypto 0.5.7]    4:      0x132c05ff08f - std::panicking::default_hook::{{closure}}::hb28f240267fd27aa
[neqo-crypto 0.5.7]    5:      0x132c05fed24 - std::panicking::default_hook::h8bbc80bb2b6187a6
[neqo-crypto 0.5.7]    6:      0x132c05ff757 - std::panicking::rust_panic_with_hook::hc55f8cd7bca636f4
[neqo-crypto 0.5.7]    7:      0x132c0600f49 - std::panicking::begin_panic_handler::{{closure}}::h8e6905ebb12efda9
[neqo-crypto 0.5.7]    8:      0x132c0600d2c - std::sys_common::backtrace::__rust_end_short_backtrace::hf23318794ad02902
[neqo-crypto 0.5.7]    9:      0x132c05ff242 - rust_begin_unwind
[neqo-crypto 0.5.7]   10:      0x132c04696d3 - core::panicking::panic_fmt::hedb9f4d38ea952d2
[neqo-crypto 0.5.7]   11:      0x132c0469b43 - core::result::unwrap_failed::h5af0e3ea21b3c801
[neqo-crypto 0.5.7]   12:      0x132c0476782 - build_script_build::main::hb35e82241f83bb5c
[neqo-crypto 0.5.7]   13:      0x132c0477a93 - std::sys_common::backtrace::__rust_begin_short_backtrace::h80af262e073776d2
[neqo-crypto 0.5.7]   14:      0x132c0477aa9 - std::rt::lang_start::{{closure}}::h38a644f73e844575
[neqo-crypto 0.5.7]   15:      0x132c05f1734 - std::rt::lang_start_internal::h96f35d979206e269
[neqo-crypto 0.5.7]   16:      0x132c0476ff5 - main
[neqo-crypto 0.5.7]   17:      0x132c0469c5f - _start
[neqo-crypto 0.5.7]   18:      0x1e847150ae5 - runtime_loader
error: failed to run custom build command for `neqo-crypto v0.5.7 (https://github.com/mozilla/neqo?tag=v0.5.7#f3de275b)`

Caused by:
  process didn't exit successfully: `/boot/home/src/firefox-102.9.0/obj-a/netwerk/test/http3server/./release/build/neqo-crypto-69a5b1dd06fe7a96/build-script-build` (exit status: 101)
  --- stdout
  cargo:rustc-link-lib=dylib=nssutil3
  cargo:rustc-link-lib=dylib=nss3
  cargo:rustc-link-lib=dylib=ssl3
  cargo:rustc-link-lib=dylib=plds4
  cargo:rustc-link-lib=dylib=plc4
  cargo:rustc-link-lib=dylib=nspr4
  cargo:rustc-link-search=native=/boot/home/src/firefox-102.9.0/obj-a/dist/bin
  cargo:rustc-link-search=native=/boot/home/src/firefox-102.9.0/obj-a/security/nss/lib/nss/nss_nss3
  cargo:rustc-link-search=native=/boot/home/src/firefox-102.9.0/obj-a/security/nss/lib/ssl/ssl_ssl3
  cargo:rustc-link-search=native=/boot/home/src/firefox-102.9.0/obj-a/config/external/nspr/pr
  cargo:rerun-if-changed=/boot/home/src/firefox-102.9.0/obj-a/netwerk/socket/neqo/extra-bindgen-flags
  cargo:rerun-if-changed=bindings/bindings.toml
  cargo:rerun-if-changed=bindings/nss_init.h
  cargo:rerun-if-changed=bindings/nspr_err.h
  cargo:rerun-if-changed=bindings/nspr_error.h
  cargo:rerun-if-changed=bindings/nspr_io.h
  cargo:rerun-if-changed=bindings/nss_p11.h
  cargo:rerun-if-changed=bindings/nss_sslerr.h
  cargo:rerun-if-changed=bindings/nss_ciphers.h
  cargo:rerun-if-changed=bindings/nss_secerr.h
  cargo:rerun-if-changed=bindings/nss_sslopt.h
  cargo:rerun-if-changed=bindings/mozpkix.hpp

  --- stderr
  clang version 12.0.1
  Target: x86_64-unknown-haiku
  Thread model: posix
  InstalledDir: 
  ignoring nonexistent directory "/usr/local/include"
  ignoring nonexistent directory "/boot/system/non-packaged/develop/headers"
  ignoring nonexistent directory "/boot/system/develop/headers/os/be_apps/Deskbar"
  ignoring nonexistent directory "/boot/system/develop/headers/3rdparty"
  ignoring nonexistent directory "/usr/include"
  ignoring duplicate directory "/packages/nspr-4.34.1-3/.self/develop/headers/nspr"
  ignoring duplicate directory "/boot/system/lib/clang/12.0.1/include"
  ignoring duplicate directory "/boot/system/develop/headers/os"
  ignoring duplicate directory "/boot/system/develop/headers/os/app"
  ignoring duplicate directory "/boot/system/develop/headers/os/arch"
  ignoring duplicate directory "/boot/system/develop/headers/os/device"
  ignoring duplicate directory "/boot/system/develop/headers/os/drivers"
  ignoring duplicate directory "/boot/system/develop/headers/os/game"
  ignoring duplicate directory "/boot/system/develop/headers/os/interface"
  ignoring duplicate directory "/boot/system/develop/headers/os/kernel"
  ignoring duplicate directory "/boot/system/develop/headers/os/locale"
  ignoring duplicate directory "/boot/system/develop/headers/os/mail"
  ignoring duplicate directory "/boot/system/develop/headers/os/media"
  ignoring duplicate directory "/boot/system/develop/headers/os/midi"
  ignoring duplicate directory "/boot/system/develop/headers/os/midi2"
  ignoring duplicate directory "/boot/system/develop/headers/os/net"
  ignoring duplicate directory "/boot/system/develop/headers/os/opengl"
  ignoring duplicate directory "/boot/system/develop/headers/os/storage"
  ignoring duplicate directory "/boot/system/develop/headers/os/support"
  ignoring duplicate directory "/boot/system/develop/headers/os/translation"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/graphics"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/input_server"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/mail_daemon"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/registrar"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/screen_saver"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/tracker"
  ignoring duplicate directory "/boot/system/develop/headers/os/be_apps/NetPositive"
  ignoring duplicate directory "/boot/system/develop/headers/os/be_apps/Tracker"
  ignoring duplicate directory "/boot/system/develop/headers/bsd"
  ignoring duplicate directory "/boot/system/develop/headers/glibc"
  ignoring duplicate directory "/boot/system/develop/headers/posix"
  ignoring duplicate directory "/boot/system/develop/headers"
  #include "..." search starts here:
  #include <...> search starts here:
   /packages/nspr-4.34.1-3/.self/develop/headers/nspr
   /packages/nss-3.73.1-1/.self/develop/headers/nss
   /boot/home/src/firefox-102.9.0/obj-a/dist/include/nss
   /boot/system/lib/clang/12.0.1/include
   /boot/system/develop/headers/os
   /boot/system/develop/headers/os/app
   /boot/system/develop/headers/os/arch
   /boot/system/develop/headers/os/device
   /boot/system/develop/headers/os/drivers
   /boot/system/develop/headers/os/game
   /boot/system/develop/headers/os/interface
   /boot/system/develop/headers/os/kernel
   /boot/system/develop/headers/os/locale
   /boot/system/develop/headers/os/mail
   /boot/system/develop/headers/os/media
   /boot/system/develop/headers/os/midi
   /boot/system/develop/headers/os/midi2
   /boot/system/develop/headers/os/net
   /boot/system/develop/headers/os/opengl
   /boot/system/develop/headers/os/storage
   /boot/system/develop/headers/os/support
   /boot/system/develop/headers/os/translation
   /boot/system/develop/headers/os/add-ons/graphics
   /boot/system/develop/headers/os/add-ons/input_server
   /boot/system/develop/headers/os/add-ons/mail_daemon
   /boot/system/develop/headers/os/add-ons/registrar
   /boot/system/develop/headers/os/add-ons/screen_saver
   /boot/system/develop/headers/os/add-ons/tracker
   /boot/system/develop/headers/os/be_apps/NetPositive
   /boot/system/develop/headers/os/be_apps/Tracker
   /boot/system/develop/headers/bsd
   /boot/system/develop/headers/glibc
   /boot/system/develop/headers/posix
   /boot/system/develop/headers
  End of search list.
  clang version 12.0.1
  Target: x86_64-unknown-haiku
  Thread model: posix
  InstalledDir: 
  ignoring nonexistent directory "/usr/local/include"
  ignoring nonexistent directory "/boot/system/non-packaged/develop/headers"
  ignoring nonexistent directory "/boot/system/develop/headers/os/be_apps/Deskbar"
  ignoring nonexistent directory "/boot/system/develop/headers/3rdparty"
  ignoring nonexistent directory "/usr/include"
  ignoring duplicate directory "/packages/nspr-4.34.1-3/.self/develop/headers/nspr"
  ignoring duplicate directory "/boot/system/lib/clang/12.0.1/include"
  ignoring duplicate directory "/boot/system/develop/headers/os"
  ignoring duplicate directory "/boot/system/develop/headers/os/app"
  ignoring duplicate directory "/boot/system/develop/headers/os/arch"
  ignoring duplicate directory "/boot/system/develop/headers/os/device"
  ignoring duplicate directory "/boot/system/develop/headers/os/drivers"
  ignoring duplicate directory "/boot/system/develop/headers/os/game"
  ignoring duplicate directory "/boot/system/develop/headers/os/interface"
  ignoring duplicate directory "/boot/system/develop/headers/os/kernel"
  ignoring duplicate directory "/boot/system/develop/headers/os/locale"
  ignoring duplicate directory "/boot/system/develop/headers/os/mail"
  ignoring duplicate directory "/boot/system/develop/headers/os/media"
  ignoring duplicate directory "/boot/system/develop/headers/os/midi"
  ignoring duplicate directory "/boot/system/develop/headers/os/midi2"
  ignoring duplicate directory "/boot/system/develop/headers/os/net"
  ignoring duplicate directory "/boot/system/develop/headers/os/opengl"
  ignoring duplicate directory "/boot/system/develop/headers/os/storage"
  ignoring duplicate directory "/boot/system/develop/headers/os/support"
  ignoring duplicate directory "/boot/system/develop/headers/os/translation"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/graphics"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/input_server"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/mail_daemon"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/registrar"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/screen_saver"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/tracker"
  ignoring duplicate directory "/boot/system/develop/headers/os/be_apps/NetPositive"
  ignoring duplicate directory "/boot/system/develop/headers/os/be_apps/Tracker"
  ignoring duplicate directory "/boot/system/develop/headers/bsd"
  ignoring duplicate directory "/boot/system/develop/headers/glibc"
  ignoring duplicate directory "/boot/system/develop/headers/posix"
  ignoring duplicate directory "/boot/system/develop/headers"
  #include "..." search starts here:
  #include <...> search starts here:
   /packages/nspr-4.34.1-3/.self/develop/headers/nspr
   /packages/nss-3.73.1-1/.self/develop/headers/nss
   /boot/home/src/firefox-102.9.0/obj-a/dist/include/nss
   /boot/system/lib/clang/12.0.1/include
   /boot/system/develop/headers/os
   /boot/system/develop/headers/os/app
   /boot/system/develop/headers/os/arch
   /boot/system/develop/headers/os/device
   /boot/system/develop/headers/os/drivers
   /boot/system/develop/headers/os/game
   /boot/system/develop/headers/os/interface
   /boot/system/develop/headers/os/kernel
   /boot/system/develop/headers/os/locale
   /boot/system/develop/headers/os/mail
   /boot/system/develop/headers/os/media
   /boot/system/develop/headers/os/midi
   /boot/system/develop/headers/os/midi2
   /boot/system/develop/headers/os/net
   /boot/system/develop/headers/os/opengl
   /boot/system/develop/headers/os/storage
   /boot/system/develop/headers/os/support
   /boot/system/develop/headers/os/translation
   /boot/system/develop/headers/os/add-ons/graphics
   /boot/system/develop/headers/os/add-ons/input_server
   /boot/system/develop/headers/os/add-ons/mail_daemon
   /boot/system/develop/headers/os/add-ons/registrar
   /boot/system/develop/headers/os/add-ons/screen_saver
   /boot/system/develop/headers/os/add-ons/tracker
   /boot/system/develop/headers/os/be_apps/NetPositive
   /boot/system/develop/headers/os/be_apps/Tracker
   /boot/system/develop/headers/bsd
   /boot/system/develop/headers/glibc
   /boot/system/develop/headers/posix
   /boot/system/develop/headers
  End of search list.
  clang version 12.0.1
  Target: x86_64-unknown-haiku
  Thread model: posix
  InstalledDir: 
  ignoring nonexistent directory "/usr/local/include"
  ignoring nonexistent directory "/boot/system/non-packaged/develop/headers"
  ignoring nonexistent directory "/boot/system/develop/headers/os/be_apps/Deskbar"
  ignoring nonexistent directory "/boot/system/develop/headers/3rdparty"
  ignoring nonexistent directory "/usr/include"
  ignoring duplicate directory "/packages/nspr-4.34.1-3/.self/develop/headers/nspr"
  ignoring duplicate directory "/boot/system/lib/clang/12.0.1/include"
  ignoring duplicate directory "/boot/system/develop/headers/os"
  ignoring duplicate directory "/boot/system/develop/headers/os/app"
  ignoring duplicate directory "/boot/system/develop/headers/os/arch"
  ignoring duplicate directory "/boot/system/develop/headers/os/device"
  ignoring duplicate directory "/boot/system/develop/headers/os/drivers"
  ignoring duplicate directory "/boot/system/develop/headers/os/game"
  ignoring duplicate directory "/boot/system/develop/headers/os/interface"
  ignoring duplicate directory "/boot/system/develop/headers/os/kernel"
  ignoring duplicate directory "/boot/system/develop/headers/os/locale"
  ignoring duplicate directory "/boot/system/develop/headers/os/mail"
  ignoring duplicate directory "/boot/system/develop/headers/os/media"
  ignoring duplicate directory "/boot/system/develop/headers/os/midi"
  ignoring duplicate directory "/boot/system/develop/headers/os/midi2"
  ignoring duplicate directory "/boot/system/develop/headers/os/net"
  ignoring duplicate directory "/boot/system/develop/headers/os/opengl"
  ignoring duplicate directory "/boot/system/develop/headers/os/storage"
  ignoring duplicate directory "/boot/system/develop/headers/os/support"
  ignoring duplicate directory "/boot/system/develop/headers/os/translation"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/graphics"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/input_server"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/mail_daemon"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/registrar"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/screen_saver"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/tracker"
  ignoring duplicate directory "/boot/system/develop/headers/os/be_apps/NetPositive"
  ignoring duplicate directory "/boot/system/develop/headers/os/be_apps/Tracker"
  ignoring duplicate directory "/boot/system/develop/headers/bsd"
  ignoring duplicate directory "/boot/system/develop/headers/glibc"
  ignoring duplicate directory "/boot/system/develop/headers/posix"
  ignoring duplicate directory "/boot/system/develop/headers"
  #include "..." search starts here:
  #include <...> search starts here:
   /packages/nspr-4.34.1-3/.self/develop/headers/nspr
   /packages/nss-3.73.1-1/.self/develop/headers/nss
   /boot/home/src/firefox-102.9.0/obj-a/dist/include/nss
   /boot/system/lib/clang/12.0.1/include
   /boot/system/develop/headers/os
   /boot/system/develop/headers/os/app
   /boot/system/develop/headers/os/arch
   /boot/system/develop/headers/os/device
   /boot/system/develop/headers/os/drivers
   /boot/system/develop/headers/os/game
   /boot/system/develop/headers/os/interface
   /boot/system/develop/headers/os/kernel
   /boot/system/develop/headers/os/locale
   /boot/system/develop/headers/os/mail
   /boot/system/develop/headers/os/media
   /boot/system/develop/headers/os/midi
   /boot/system/develop/headers/os/midi2
   /boot/system/develop/headers/os/net
   /boot/system/develop/headers/os/opengl
   /boot/system/develop/headers/os/storage
   /boot/system/develop/headers/os/support
   /boot/system/develop/headers/os/translation
   /boot/system/develop/headers/os/add-ons/graphics
   /boot/system/develop/headers/os/add-ons/input_server
   /boot/system/develop/headers/os/add-ons/mail_daemon
   /boot/system/develop/headers/os/add-ons/registrar
   /boot/system/develop/headers/os/add-ons/screen_saver
   /boot/system/develop/headers/os/add-ons/tracker
   /boot/system/develop/headers/os/be_apps/NetPositive
   /boot/system/develop/headers/os/be_apps/Tracker
   /boot/system/develop/headers/bsd
   /boot/system/develop/headers/glibc
   /boot/system/develop/headers/posix
   /boot/system/develop/headers
  End of search list.
  clang version 12.0.1
  Target: x86_64-unknown-haiku
  Thread model: posix
  InstalledDir: 
  ignoring nonexistent directory "/usr/local/include"
  ignoring nonexistent directory "/boot/system/non-packaged/develop/headers"
  ignoring nonexistent directory "/boot/system/develop/headers/os/be_apps/Deskbar"
  ignoring nonexistent directory "/boot/system/develop/headers/3rdparty"
  ignoring nonexistent directory "/usr/include"
  ignoring duplicate directory "/packages/nspr-4.34.1-3/.self/develop/headers/nspr"
  ignoring duplicate directory "/boot/system/lib/clang/12.0.1/include"
  ignoring duplicate directory "/boot/system/develop/headers/os"
  ignoring duplicate directory "/boot/system/develop/headers/os/app"
  ignoring duplicate directory "/boot/system/develop/headers/os/arch"
  ignoring duplicate directory "/boot/system/develop/headers/os/device"
  ignoring duplicate directory "/boot/system/develop/headers/os/drivers"
  ignoring duplicate directory "/boot/system/develop/headers/os/game"
  ignoring duplicate directory "/boot/system/develop/headers/os/interface"
  ignoring duplicate directory "/boot/system/develop/headers/os/kernel"
  ignoring duplicate directory "/boot/system/develop/headers/os/locale"
  ignoring duplicate directory "/boot/system/develop/headers/os/mail"
  ignoring duplicate directory "/boot/system/develop/headers/os/media"
  ignoring duplicate directory "/boot/system/develop/headers/os/midi"
  ignoring duplicate directory "/boot/system/develop/headers/os/midi2"
  ignoring duplicate directory "/boot/system/develop/headers/os/net"
  ignoring duplicate directory "/boot/system/develop/headers/os/opengl"
  ignoring duplicate directory "/boot/system/develop/headers/os/storage"
  ignoring duplicate directory "/boot/system/develop/headers/os/support"
  ignoring duplicate directory "/boot/system/develop/headers/os/translation"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/graphics"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/input_server"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/mail_daemon"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/registrar"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/screen_saver"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/tracker"
  ignoring duplicate directory "/boot/system/develop/headers/os/be_apps/NetPositive"
  ignoring duplicate directory "/boot/system/develop/headers/os/be_apps/Tracker"
  ignoring duplicate directory "/boot/system/develop/headers/bsd"
  ignoring duplicate directory "/boot/system/develop/headers/glibc"
  ignoring duplicate directory "/boot/system/develop/headers/posix"
  ignoring duplicate directory "/boot/system/develop/headers"
  #include "..." search starts here:
  #include <...> search starts here:
   /packages/nspr-4.34.1-3/.self/develop/headers/nspr
   /packages/nss-3.73.1-1/.self/develop/headers/nss
   /boot/home/src/firefox-102.9.0/obj-a/dist/include/nss
   /boot/system/lib/clang/12.0.1/include
   /boot/system/develop/headers/os
   /boot/system/develop/headers/os/app
   /boot/system/develop/headers/os/arch
   /boot/system/develop/headers/os/device
   /boot/system/develop/headers/os/drivers
   /boot/system/develop/headers/os/game
   /boot/system/develop/headers/os/interface
   /boot/system/develop/headers/os/kernel
   /boot/system/develop/headers/os/locale
   /boot/system/develop/headers/os/mail
   /boot/system/develop/headers/os/media
   /boot/system/develop/headers/os/midi
   /boot/system/develop/headers/os/midi2
   /boot/system/develop/headers/os/net
   /boot/system/develop/headers/os/opengl
   /boot/system/develop/headers/os/storage
   /boot/system/develop/headers/os/support
   /boot/system/develop/headers/os/translation
   /boot/system/develop/headers/os/add-ons/graphics
   /boot/system/develop/headers/os/add-ons/input_server
   /boot/system/develop/headers/os/add-ons/mail_daemon
   /boot/system/develop/headers/os/add-ons/registrar
   /boot/system/develop/headers/os/add-ons/screen_saver
   /boot/system/develop/headers/os/add-ons/tracker
   /boot/system/develop/headers/os/be_apps/NetPositive
   /boot/system/develop/headers/os/be_apps/Tracker
   /boot/system/develop/headers/bsd
   /boot/system/develop/headers/glibc
   /boot/system/develop/headers/posix
   /boot/system/develop/headers
  End of search list.
  clang version 12.0.1
  Target: x86_64-unknown-haiku
  Thread model: posix
  InstalledDir: 
  ignoring nonexistent directory "/usr/local/include"
  ignoring nonexistent directory "/boot/system/non-packaged/develop/headers"
  ignoring nonexistent directory "/boot/system/develop/headers/os/be_apps/Deskbar"
  ignoring nonexistent directory "/boot/system/develop/headers/3rdparty"
  ignoring nonexistent directory "/usr/include"
  ignoring duplicate directory "/packages/nspr-4.34.1-3/.self/develop/headers/nspr"
  ignoring duplicate directory "/boot/system/lib/clang/12.0.1/include"
  ignoring duplicate directory "/boot/system/develop/headers/os"
  ignoring duplicate directory "/boot/system/develop/headers/os/app"
  ignoring duplicate directory "/boot/system/develop/headers/os/arch"
  ignoring duplicate directory "/boot/system/develop/headers/os/device"
  ignoring duplicate directory "/boot/system/develop/headers/os/drivers"
  ignoring duplicate directory "/boot/system/develop/headers/os/game"
  ignoring duplicate directory "/boot/system/develop/headers/os/interface"
  ignoring duplicate directory "/boot/system/develop/headers/os/kernel"
  ignoring duplicate directory "/boot/system/develop/headers/os/locale"
  ignoring duplicate directory "/boot/system/develop/headers/os/mail"
  ignoring duplicate directory "/boot/system/develop/headers/os/media"
  ignoring duplicate directory "/boot/system/develop/headers/os/midi"
  ignoring duplicate directory "/boot/system/develop/headers/os/midi2"
  ignoring duplicate directory "/boot/system/develop/headers/os/net"
  ignoring duplicate directory "/boot/system/develop/headers/os/opengl"
  ignoring duplicate directory "/boot/system/develop/headers/os/storage"
  ignoring duplicate directory "/boot/system/develop/headers/os/support"
  ignoring duplicate directory "/boot/system/develop/headers/os/translation"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/graphics"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/input_server"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/mail_daemon"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/registrar"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/screen_saver"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/tracker"
  ignoring duplicate directory "/boot/system/develop/headers/os/be_apps/NetPositive"
  ignoring duplicate directory "/boot/system/develop/headers/os/be_apps/Tracker"
  ignoring duplicate directory "/boot/system/develop/headers/bsd"
  ignoring duplicate directory "/boot/system/develop/headers/glibc"
  ignoring duplicate directory "/boot/system/develop/headers/posix"
  ignoring duplicate directory "/boot/system/develop/headers"
  #include "..." search starts here:
  #include <...> search starts here:
   /packages/nspr-4.34.1-3/.self/develop/headers/nspr
   /packages/nss-3.73.1-1/.self/develop/headers/nss
   /boot/home/src/firefox-102.9.0/obj-a/dist/include/nss
   /boot/system/lib/clang/12.0.1/include
   /boot/system/develop/headers/os
   /boot/system/develop/headers/os/app
   /boot/system/develop/headers/os/arch
   /boot/system/develop/headers/os/device
   /boot/system/develop/headers/os/drivers
   /boot/system/develop/headers/os/game
   /boot/system/develop/headers/os/interface
   /boot/system/develop/headers/os/kernel
   /boot/system/develop/headers/os/locale
   /boot/system/develop/headers/os/mail
   /boot/system/develop/headers/os/media
   /boot/system/develop/headers/os/midi
   /boot/system/develop/headers/os/midi2
   /boot/system/develop/headers/os/net
   /boot/system/develop/headers/os/opengl
   /boot/system/develop/headers/os/storage
   /boot/system/develop/headers/os/support
   /boot/system/develop/headers/os/translation
   /boot/system/develop/headers/os/add-ons/graphics
   /boot/system/develop/headers/os/add-ons/input_server
   /boot/system/develop/headers/os/add-ons/mail_daemon
   /boot/system/develop/headers/os/add-ons/registrar
   /boot/system/develop/headers/os/add-ons/screen_saver
   /boot/system/develop/headers/os/add-ons/tracker
   /boot/system/develop/headers/os/be_apps/NetPositive
   /boot/system/develop/headers/os/be_apps/Tracker
   /boot/system/develop/headers/bsd
   /boot/system/develop/headers/glibc
   /boot/system/develop/headers/posix
   /boot/system/develop/headers
  End of search list.
  clang version 12.0.1
  Target: x86_64-unknown-haiku
  Thread model: posix
  InstalledDir: 
  ignoring nonexistent directory "/usr/local/include"
  ignoring nonexistent directory "/boot/system/non-packaged/develop/headers"
  ignoring nonexistent directory "/boot/system/develop/headers/os/be_apps/Deskbar"
  ignoring nonexistent directory "/boot/system/develop/headers/3rdparty"
  ignoring nonexistent directory "/usr/include"
  ignoring duplicate directory "/packages/nspr-4.34.1-3/.self/develop/headers/nspr"
  ignoring duplicate directory "/boot/system/lib/clang/12.0.1/include"
  ignoring duplicate directory "/boot/system/develop/headers/os"
  ignoring duplicate directory "/boot/system/develop/headers/os/app"
  ignoring duplicate directory "/boot/system/develop/headers/os/arch"
  ignoring duplicate directory "/boot/system/develop/headers/os/device"
  ignoring duplicate directory "/boot/system/develop/headers/os/drivers"
  ignoring duplicate directory "/boot/system/develop/headers/os/game"
  ignoring duplicate directory "/boot/system/develop/headers/os/interface"
  ignoring duplicate directory "/boot/system/develop/headers/os/kernel"
  ignoring duplicate directory "/boot/system/develop/headers/os/locale"
  ignoring duplicate directory "/boot/system/develop/headers/os/mail"
  ignoring duplicate directory "/boot/system/develop/headers/os/media"
  ignoring duplicate directory "/boot/system/develop/headers/os/midi"
  ignoring duplicate directory "/boot/system/develop/headers/os/midi2"
  ignoring duplicate directory "/boot/system/develop/headers/os/net"
  ignoring duplicate directory "/boot/system/develop/headers/os/opengl"
  ignoring duplicate directory "/boot/system/develop/headers/os/storage"
  ignoring duplicate directory "/boot/system/develop/headers/os/support"
  ignoring duplicate directory "/boot/system/develop/headers/os/translation"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/graphics"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/input_server"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/mail_daemon"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/registrar"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/screen_saver"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/tracker"
  ignoring duplicate directory "/boot/system/develop/headers/os/be_apps/NetPositive"
  ignoring duplicate directory "/boot/system/develop/headers/os/be_apps/Tracker"
  ignoring duplicate directory "/boot/system/develop/headers/bsd"
  ignoring duplicate directory "/boot/system/develop/headers/glibc"
  ignoring duplicate directory "/boot/system/develop/headers/posix"
  ignoring duplicate directory "/boot/system/develop/headers"
  #include "..." search starts here:
  #include <...> search starts here:
   /packages/nspr-4.34.1-3/.self/develop/headers/nspr
   /packages/nss-3.73.1-1/.self/develop/headers/nss
   /boot/home/src/firefox-102.9.0/obj-a/dist/include/nss
   /boot/system/lib/clang/12.0.1/include
   /boot/system/develop/headers/os
   /boot/system/develop/headers/os/app
   /boot/system/develop/headers/os/arch
   /boot/system/develop/headers/os/device
   /boot/system/develop/headers/os/drivers
   /boot/system/develop/headers/os/game
   /boot/system/develop/headers/os/interface
   /boot/system/develop/headers/os/kernel
   /boot/system/develop/headers/os/locale
   /boot/system/develop/headers/os/mail
   /boot/system/develop/headers/os/media
   /boot/system/develop/headers/os/midi
   /boot/system/develop/headers/os/midi2
   /boot/system/develop/headers/os/net
   /boot/system/develop/headers/os/opengl
   /boot/system/develop/headers/os/storage
   /boot/system/develop/headers/os/support
   /boot/system/develop/headers/os/translation
   /boot/system/develop/headers/os/add-ons/graphics
   /boot/system/develop/headers/os/add-ons/input_server
   /boot/system/develop/headers/os/add-ons/mail_daemon
   /boot/system/develop/headers/os/add-ons/registrar
   /boot/system/develop/headers/os/add-ons/screen_saver
   /boot/system/develop/headers/os/add-ons/tracker
   /boot/system/develop/headers/os/be_apps/NetPositive
   /boot/system/develop/headers/os/be_apps/Tracker
   /boot/system/develop/headers/bsd
   /boot/system/develop/headers/glibc
   /boot/system/develop/headers/posix
   /boot/system/develop/headers
  End of search list.
  clang version 12.0.1
  Target: x86_64-unknown-haiku
  Thread model: posix
  InstalledDir: 
  ignoring nonexistent directory "/usr/local/include"
  ignoring nonexistent directory "/boot/system/non-packaged/develop/headers"
  ignoring nonexistent directory "/boot/system/develop/headers/os/be_apps/Deskbar"
  ignoring nonexistent directory "/boot/system/develop/headers/3rdparty"
  ignoring nonexistent directory "/usr/include"
  ignoring duplicate directory "/packages/nspr-4.34.1-3/.self/develop/headers/nspr"
  ignoring duplicate directory "/boot/system/lib/clang/12.0.1/include"
  ignoring duplicate directory "/boot/system/develop/headers/os"
  ignoring duplicate directory "/boot/system/develop/headers/os/app"
  ignoring duplicate directory "/boot/system/develop/headers/os/arch"
  ignoring duplicate directory "/boot/system/develop/headers/os/device"
  ignoring duplicate directory "/boot/system/develop/headers/os/drivers"
  ignoring duplicate directory "/boot/system/develop/headers/os/game"
  ignoring duplicate directory "/boot/system/develop/headers/os/interface"
  ignoring duplicate directory "/boot/system/develop/headers/os/kernel"
  ignoring duplicate directory "/boot/system/develop/headers/os/locale"
  ignoring duplicate directory "/boot/system/develop/headers/os/mail"
  ignoring duplicate directory "/boot/system/develop/headers/os/media"
  ignoring duplicate directory "/boot/system/develop/headers/os/midi"
  ignoring duplicate directory "/boot/system/develop/headers/os/midi2"
  ignoring duplicate directory "/boot/system/develop/headers/os/net"
  ignoring duplicate directory "/boot/system/develop/headers/os/opengl"
  ignoring duplicate directory "/boot/system/develop/headers/os/storage"
  ignoring duplicate directory "/boot/system/develop/headers/os/support"
  ignoring duplicate directory "/boot/system/develop/headers/os/translation"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/graphics"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/input_server"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/mail_daemon"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/registrar"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/screen_saver"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/tracker"
  ignoring duplicate directory "/boot/system/develop/headers/os/be_apps/NetPositive"
  ignoring duplicate directory "/boot/system/develop/headers/os/be_apps/Tracker"
  ignoring duplicate directory "/boot/system/develop/headers/bsd"
  ignoring duplicate directory "/boot/system/develop/headers/glibc"
  ignoring duplicate directory "/boot/system/develop/headers/posix"
  ignoring duplicate directory "/boot/system/develop/headers"
  #include "..." search starts here:
  #include <...> search starts here:
   /packages/nspr-4.34.1-3/.self/develop/headers/nspr
   /packages/nss-3.73.1-1/.self/develop/headers/nss
   /boot/home/src/firefox-102.9.0/obj-a/dist/include/nss
   /boot/system/lib/clang/12.0.1/include
   /boot/system/develop/headers/os
   /boot/system/develop/headers/os/app
   /boot/system/develop/headers/os/arch
   /boot/system/develop/headers/os/device
   /boot/system/develop/headers/os/drivers
   /boot/system/develop/headers/os/game
   /boot/system/develop/headers/os/interface
   /boot/system/develop/headers/os/kernel
   /boot/system/develop/headers/os/locale
   /boot/system/develop/headers/os/mail
   /boot/system/develop/headers/os/media
   /boot/system/develop/headers/os/midi
   /boot/system/develop/headers/os/midi2
   /boot/system/develop/headers/os/net
   /boot/system/develop/headers/os/opengl
   /boot/system/develop/headers/os/storage
   /boot/system/develop/headers/os/support
   /boot/system/develop/headers/os/translation
   /boot/system/develop/headers/os/add-ons/graphics
   /boot/system/develop/headers/os/add-ons/input_server
   /boot/system/develop/headers/os/add-ons/mail_daemon
   /boot/system/develop/headers/os/add-ons/registrar
   /boot/system/develop/headers/os/add-ons/screen_saver
   /boot/system/develop/headers/os/add-ons/tracker
   /boot/system/develop/headers/os/be_apps/NetPositive
   /boot/system/develop/headers/os/be_apps/Tracker
   /boot/system/develop/headers/bsd
   /boot/system/develop/headers/glibc
   /boot/system/develop/headers/posix
   /boot/system/develop/headers
  End of search list.
  clang version 12.0.1
  Target: x86_64-unknown-haiku
  Thread model: posix
  InstalledDir: 
  ignoring nonexistent directory "/usr/local/include"
  ignoring nonexistent directory "/boot/system/non-packaged/develop/headers"
  ignoring nonexistent directory "/boot/system/develop/headers/os/be_apps/Deskbar"
  ignoring nonexistent directory "/boot/system/develop/headers/3rdparty"
  ignoring nonexistent directory "/usr/include"
  ignoring duplicate directory "/packages/nspr-4.34.1-3/.self/develop/headers/nspr"
  ignoring duplicate directory "/boot/system/lib/clang/12.0.1/include"
  ignoring duplicate directory "/boot/system/develop/headers/os"
  ignoring duplicate directory "/boot/system/develop/headers/os/app"
  ignoring duplicate directory "/boot/system/develop/headers/os/arch"
  ignoring duplicate directory "/boot/system/develop/headers/os/device"
  ignoring duplicate directory "/boot/system/develop/headers/os/drivers"
  ignoring duplicate directory "/boot/system/develop/headers/os/game"
  ignoring duplicate directory "/boot/system/develop/headers/os/interface"
  ignoring duplicate directory "/boot/system/develop/headers/os/kernel"
  ignoring duplicate directory "/boot/system/develop/headers/os/locale"
  ignoring duplicate directory "/boot/system/develop/headers/os/mail"
  ignoring duplicate directory "/boot/system/develop/headers/os/media"
  ignoring duplicate directory "/boot/system/develop/headers/os/midi"
  ignoring duplicate directory "/boot/system/develop/headers/os/midi2"
  ignoring duplicate directory "/boot/system/develop/headers/os/net"
  ignoring duplicate directory "/boot/system/develop/headers/os/opengl"
  ignoring duplicate directory "/boot/system/develop/headers/os/storage"
  ignoring duplicate directory "/boot/system/develop/headers/os/support"
  ignoring duplicate directory "/boot/system/develop/headers/os/translation"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/graphics"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/input_server"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/mail_daemon"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/registrar"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/screen_saver"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/tracker"
  ignoring duplicate directory "/boot/system/develop/headers/os/be_apps/NetPositive"
  ignoring duplicate directory "/boot/system/develop/headers/os/be_apps/Tracker"
  ignoring duplicate directory "/boot/system/develop/headers/bsd"
  ignoring duplicate directory "/boot/system/develop/headers/glibc"
  ignoring duplicate directory "/boot/system/develop/headers/posix"
  ignoring duplicate directory "/boot/system/develop/headers"
  #include "..." search starts here:
  #include <...> search starts here:
   /packages/nspr-4.34.1-3/.self/develop/headers/nspr
   /packages/nss-3.73.1-1/.self/develop/headers/nss
   /boot/home/src/firefox-102.9.0/obj-a/dist/include/nss
   /boot/system/lib/clang/12.0.1/include
   /boot/system/develop/headers/os
   /boot/system/develop/headers/os/app
   /boot/system/develop/headers/os/arch
   /boot/system/develop/headers/os/device
   /boot/system/develop/headers/os/drivers
   /boot/system/develop/headers/os/game
   /boot/system/develop/headers/os/interface
   /boot/system/develop/headers/os/kernel
   /boot/system/develop/headers/os/locale
   /boot/system/develop/headers/os/mail
   /boot/system/develop/headers/os/media
   /boot/system/develop/headers/os/midi
   /boot/system/develop/headers/os/midi2
   /boot/system/develop/headers/os/net
   /boot/system/develop/headers/os/opengl
   /boot/system/develop/headers/os/storage
   /boot/system/develop/headers/os/support
   /boot/system/develop/headers/os/translation
   /boot/system/develop/headers/os/add-ons/graphics
   /boot/system/develop/headers/os/add-ons/input_server
   /boot/system/develop/headers/os/add-ons/mail_daemon
   /boot/system/develop/headers/os/add-ons/registrar
   /boot/system/develop/headers/os/add-ons/screen_saver
   /boot/system/develop/headers/os/add-ons/tracker
   /boot/system/develop/headers/os/be_apps/NetPositive
   /boot/system/develop/headers/os/be_apps/Tracker
   /boot/system/develop/headers/bsd
   /boot/system/develop/headers/glibc
   /boot/system/develop/headers/posix
   /boot/system/develop/headers
  End of search list.
  clang version 12.0.1
  Target: x86_64-unknown-haiku
  Thread model: posix
  InstalledDir: 
  ignoring nonexistent directory "/usr/local/include"
  ignoring nonexistent directory "/boot/system/non-packaged/develop/headers"
  ignoring nonexistent directory "/boot/system/develop/headers/os/be_apps/Deskbar"
  ignoring nonexistent directory "/boot/system/develop/headers/3rdparty"
  ignoring nonexistent directory "/usr/include"
  ignoring duplicate directory "/packages/nspr-4.34.1-3/.self/develop/headers/nspr"
  ignoring duplicate directory "/boot/system/lib/clang/12.0.1/include"
  ignoring duplicate directory "/boot/system/develop/headers/os"
  ignoring duplicate directory "/boot/system/develop/headers/os/app"
  ignoring duplicate directory "/boot/system/develop/headers/os/arch"
  ignoring duplicate directory "/boot/system/develop/headers/os/device"
  ignoring duplicate directory "/boot/system/develop/headers/os/drivers"
  ignoring duplicate directory "/boot/system/develop/headers/os/game"
  ignoring duplicate directory "/boot/system/develop/headers/os/interface"
  ignoring duplicate directory "/boot/system/develop/headers/os/kernel"
  ignoring duplicate directory "/boot/system/develop/headers/os/locale"
  ignoring duplicate directory "/boot/system/develop/headers/os/mail"
  ignoring duplicate directory "/boot/system/develop/headers/os/media"
  ignoring duplicate directory "/boot/system/develop/headers/os/midi"
  ignoring duplicate directory "/boot/system/develop/headers/os/midi2"
  ignoring duplicate directory "/boot/system/develop/headers/os/net"
  ignoring duplicate directory "/boot/system/develop/headers/os/opengl"
  ignoring duplicate directory "/boot/system/develop/headers/os/storage"
  ignoring duplicate directory "/boot/system/develop/headers/os/support"
  ignoring duplicate directory "/boot/system/develop/headers/os/translation"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/graphics"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/input_server"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/mail_daemon"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/registrar"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/screen_saver"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/tracker"
  ignoring duplicate directory "/boot/system/develop/headers/os/be_apps/NetPositive"
  ignoring duplicate directory "/boot/system/develop/headers/os/be_apps/Tracker"
  ignoring duplicate directory "/boot/system/develop/headers/bsd"
  ignoring duplicate directory "/boot/system/develop/headers/glibc"
  ignoring duplicate directory "/boot/system/develop/headers/posix"
  ignoring duplicate directory "/boot/system/develop/headers"
  #include "..." search starts here:
  #include <...> search starts here:
   /packages/nspr-4.34.1-3/.self/develop/headers/nspr
   /packages/nss-3.73.1-1/.self/develop/headers/nss
   /boot/home/src/firefox-102.9.0/obj-a/dist/include/nss
   /boot/system/lib/clang/12.0.1/include
   /boot/system/develop/headers/os
   /boot/system/develop/headers/os/app
   /boot/system/develop/headers/os/arch
   /boot/system/develop/headers/os/device
   /boot/system/develop/headers/os/drivers
   /boot/system/develop/headers/os/game
   /boot/system/develop/headers/os/interface
   /boot/system/develop/headers/os/kernel
   /boot/system/develop/headers/os/locale
   /boot/system/develop/headers/os/mail
   /boot/system/develop/headers/os/media
   /boot/system/develop/headers/os/midi
   /boot/system/develop/headers/os/midi2
   /boot/system/develop/headers/os/net
   /boot/system/develop/headers/os/opengl
   /boot/system/develop/headers/os/storage
   /boot/system/develop/headers/os/support
   /boot/system/develop/headers/os/translation
   /boot/system/develop/headers/os/add-ons/graphics
   /boot/system/develop/headers/os/add-ons/input_server
   /boot/system/develop/headers/os/add-ons/mail_daemon
   /boot/system/develop/headers/os/add-ons/registrar
   /boot/system/develop/headers/os/add-ons/screen_saver
   /boot/system/develop/headers/os/add-ons/tracker
   /boot/system/develop/headers/os/be_apps/NetPositive
   /boot/system/develop/headers/os/be_apps/Tracker
   /boot/system/develop/headers/bsd
   /boot/system/develop/headers/glibc
   /boot/system/develop/headers/posix
   /boot/system/develop/headers
  End of search list.
  clang version 12.0.1
  Target: x86_64-unknown-haiku
  Thread model: posix
  InstalledDir: 
  ignoring nonexistent directory "/usr/local/include"
  ignoring nonexistent directory "/boot/system/non-packaged/develop/headers"
  ignoring nonexistent directory "/boot/system/develop/headers/os/be_apps/Deskbar"
  ignoring nonexistent directory "/boot/system/develop/headers/3rdparty"
  ignoring nonexistent directory "/usr/include"
  ignoring duplicate directory "/packages/nspr-4.34.1-3/.self/develop/headers/nspr"
  ignoring duplicate directory "/boot/system/lib/clang/12.0.1/include"
  ignoring duplicate directory "/boot/system/develop/headers/os"
  ignoring duplicate directory "/boot/system/develop/headers/os/app"
  ignoring duplicate directory "/boot/system/develop/headers/os/arch"
  ignoring duplicate directory "/boot/system/develop/headers/os/device"
  ignoring duplicate directory "/boot/system/develop/headers/os/drivers"
  ignoring duplicate directory "/boot/system/develop/headers/os/game"
  ignoring duplicate directory "/boot/system/develop/headers/os/interface"
  ignoring duplicate directory "/boot/system/develop/headers/os/kernel"
  ignoring duplicate directory "/boot/system/develop/headers/os/locale"
  ignoring duplicate directory "/boot/system/develop/headers/os/mail"
  ignoring duplicate directory "/boot/system/develop/headers/os/media"
  ignoring duplicate directory "/boot/system/develop/headers/os/midi"
  ignoring duplicate directory "/boot/system/develop/headers/os/midi2"
  ignoring duplicate directory "/boot/system/develop/headers/os/net"
  ignoring duplicate directory "/boot/system/develop/headers/os/opengl"
  ignoring duplicate directory "/boot/system/develop/headers/os/storage"
  ignoring duplicate directory "/boot/system/develop/headers/os/support"
  ignoring duplicate directory "/boot/system/develop/headers/os/translation"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/graphics"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/input_server"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/mail_daemon"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/registrar"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/screen_saver"
  ignoring duplicate directory "/boot/system/develop/headers/os/add-ons/tracker"
  ignoring duplicate directory "/boot/system/develop/headers/os/be_apps/NetPositive"
  ignoring duplicate directory "/boot/system/develop/headers/os/be_apps/Tracker"
  ignoring duplicate directory "/boot/system/develop/headers/bsd"
  ignoring duplicate directory "/boot/system/develop/headers/glibc"
  ignoring duplicate directory "/boot/system/develop/headers/posix"
  ignoring duplicate directory "/boot/system/develop/headers"
  #include "..." search starts here:
  #include <...> search starts here:
   /packages/nspr-4.34.1-3/.self/develop/headers/nspr
   /packages/nss-3.73.1-1/.self/develop/headers/nss
   /boot/home/src/firefox-102.9.0/obj-a/dist/include/nss
   /boot/system/lib/clang/12.0.1/include
   /boot/system/develop/headers/os
   /boot/system/develop/headers/os/app
   /boot/system/develop/headers/os/arch
   /boot/system/develop/headers/os/device
   /boot/system/develop/headers/os/drivers
   /boot/system/develop/headers/os/game
   /boot/system/develop/headers/os/interface
   /boot/system/develop/headers/os/kernel
   /boot/system/develop/headers/os/locale
   /boot/system/develop/headers/os/mail
   /boot/system/develop/headers/os/media
   /boot/system/develop/headers/os/midi
   /boot/system/develop/headers/os/midi2
   /boot/system/develop/headers/os/net
   /boot/system/develop/headers/os/opengl
   /boot/system/develop/headers/os/storage
   /boot/system/develop/headers/os/support
   /boot/system/develop/headers/os/translation
   /boot/system/develop/headers/os/add-ons/graphics
   /boot/system/develop/headers/os/add-ons/input_server
   /boot/system/develop/headers/os/add-ons/mail_daemon
   /boot/system/develop/headers/os/add-ons/registrar
   /boot/system/develop/headers/os/add-ons/screen_saver
   /boot/system/develop/headers/os/add-ons/tracker
   /boot/system/develop/headers/os/be_apps/NetPositive
   /boot/system/develop/headers/os/be_apps/Tracker
   /boot/system/develop/headers/bsd
   /boot/system/develop/headers/glibc
   /boot/system/develop/headers/posix
   /boot/system/develop/headers
  End of search list.
  /boot/home/src/firefox-102.9.0/obj-a/dist/include/nss/mozpkix/pkixtypes.h:28:10: fatal error: 'memory' file not found
  /boot/home/src/firefox-102.9.0/obj-a/dist/include/nss/mozpkix/pkixtypes.h:28:10: fatal error: 'memory' file not found, err: true
  thread 'main' panicked at 'unable to generate bindings: ()', /boot/home/src/firefox-102.9.0/third_party/rust/neqo-crypto/build.rs:277:39
  stack backtrace:
     0:      0x132c0600bd9 - ::fmt::h3f6b03fbbb6ea170
     1:      0x132c0628c3e - core::fmt::write::ha52d11f4ace7ccb3
     2:      0x132c05ec8b5 - std::io::Write::write_fmt::h4cb3d66d1368cf98
     3:      0x132c0600996 - std::sys_common::backtrace::print::he738d14b2a4638da
     4:      0x132c05ff08f - std::panicking::default_hook::{{closure}}::hb28f240267fd27aa
     5:      0x132c05fed24 - std::panicking::default_hook::h8bbc80bb2b6187a6
     6:      0x132c05ff757 - std::panicking::rust_panic_with_hook::hc55f8cd7bca636f4
     7:      0x132c0600f49 - std::panicking::begin_panic_handler::{{closure}}::h8e6905ebb12efda9
     8:      0x132c0600d2c - std::sys_common::backtrace::__rust_end_short_backtrace::hf23318794ad02902
     9:      0x132c05ff242 - rust_begin_unwind
    10:      0x132c04696d3 - core::panicking::panic_fmt::hedb9f4d38ea952d2
    11:      0x132c0469b43 - core::result::unwrap_failed::h5af0e3ea21b3c801
    12:      0x132c0476782 - build_script_build::main::hb35e82241f83bb5c
    13:      0x132c0477a93 - std::sys_common::backtrace::__rust_begin_short_backtrace::h80af262e073776d2
    14:      0x132c0477aa9 - std::rt::lang_start::{{closure}}::h38a644f73e844575
    15:      0x132c05f1734 - std::rt::lang_start_internal::h96f35d979206e269
    16:      0x132c0476ff5 - main
    17:      0x132c0469c5f - _start
    18:      0x1e847150ae5 - runtime_loader
warning: build failed, waiting for other jobs to finish...
/boot/home/src/firefox-102.9.0/config/makefiles/rust.mk:495: recipe for target 'force-cargo-program-build' failed
make[3]: *** [force-cargo-program-build] Error 101
make[3]: Leaving directory '/boot/home/src/firefox-102.9.0/obj-a/netwerk/test/http3server'
/boot/home/src/firefox-102.9.0/config/recurse.mk:72: recipe for target 'netwerk/test/http3server/target' failed
make[2]: *** [netwerk/test/http3server/target] Error 2
make[2]: Leaving directory '/boot/home/src/firefox-102.9.0/obj-a'
/boot/home/src/firefox-102.9.0/config/recurse.mk:32: recipe for target 'compile' failed
make[1]: *** [compile] Error 2
make[1]: Leaving directory '/boot/home/src/firefox-102.9.0/obj-a'
/boot/home/src/firefox-102.9.0/config/rules.mk:361: recipe for target 'default' failed
make: *** [default] Error 2
kenz-gelsoft commented 1 year ago
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/obj-@CONFIG_GUESS@
ac_add_options --disable-audio-backends
ac_add_options --disable-tests
ac_add_options --enable-default-toolkit=cairo-gtk3-wayland-only
ac_add_options --without-wasm-sandboxed-libraries
ac_add_options --with-system-nspr
ac_add_options --with-system-nss
kenz-gelsoft commented 1 month ago

We are using in-tree NSS with resurrect BeOS support which removed from upstream and patchset applyied.

https://github.com/kenz-gelsoft/gecko-dev/pull/17