OCamllabs icon Home|Differences with the last checks|Previous runs


Building on summer

(from freebsd)
2024-04-19 19:24.47 ---> using "77d5fe31836124b4684d554707425c4fde23f9ef3df0a804431a47419573778d" from cache

/: (user (uid 1000) (gid 1000))

/: (env OPAMPRECISETRACKING 1)

/: (env OPAMUTF8 never)

/: (env OPAMEXTERNALSOLVER builtin-0install)

/: (env OPAMCRITERIA +removed)

/: (run (shell "sudo ln -f /usr/local/bin/opam-dev /usr/local/bin/opam"))
2024-04-19 19:24.48 ---> using "a2b22593046b56fadc85e22b0da7b84e903c1f5aa4d42a7c481121ceec28b31f" from cache

/: (run (network host)
        (shell "rm -rf ~/opam-repository && git clone -q 'https://github.com/ocaml/opam-repository' ~/opam-repository && git -C ~/opam-repository checkout -q f089d8564db935c703bea70a4b3d8335ffa1bef3"))
2024-04-19 19:24.48 ---> using "83de7f37a3fdfdf2af7d52001c195007ba3d03fbf63bb1c5deeb0bd7199a7e68" from cache

/: (run (shell "rm -rf ~/.opam && opam init -ya --bare ~/opam-repository"))
No configuration file found, using built-in defaults.
Checking for available remotes: rsync and local, git.
  - you won't be able to use mercurial repositories unless you install the hg command on your system.
  - you won't be able to use darcs repositories unless you install the darcs command on your system.


<><> Fetching repository information ><><><><><><><><><><><><><><><><><><><><><>
[default] Initialised

User configuration:
  ~/.profile is already up-to-date.
[NOTE] Make sure that ~/.profile is well sourced in your ~/.bashrc.

2024-04-19 19:24.49 ---> using "ae05d419fac6605f1fa37d4b0e1385766018ebaa3233982c89fd3cd33bf5b52b" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell "opam switch create --repositories=default '5.1.0' 'ocaml-base-compiler.5.1.0'"))

<><> Installing new switch packages <><><><><><><><><><><><><><><><><><><><><><>
Switch invariant: ["ocaml-base-compiler" {= "5.1.0"}]

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
-> installed base-bigarray.base
-> installed base-threads.base
-> installed base-unix.base
-> installed ocaml-options-vanilla.1
-> retrieved ocaml-base-compiler.5.1.0  (cached)
-> installed ocaml-base-compiler.5.1.0
-> installed ocaml-config.3
-> installed ocaml.5.1.0
-> installed base-domains.base
-> installed base-nnp.base
Done.
# Run eval $(opam env --switch=5.1.0) to update the current shell environment
2024-04-19 19:24.50 ---> using "00812c0655a363608144a2fbfe7a937b2ae842276c4f9d1df0b02161f399b104" from cache

/: (run (network host)
        (shell "opam update --depexts"))
[WARNING] Unknown update command for bsd, skipping system update
2024-04-19 19:24.51 ---> using "ed99a2b1c5a9bc50869d66e6efea1b612aec0720983f79577579611105ba004c" from cache

/: (run (cache (opam-archives (target /home/opam/.opam/download-cache)))
        (network host)
        (shell  "\
               \nopam remove -y \"unix-errno.0.6.2\"\
               \nopam install -vy \"unix-errno.0.6.2\"\
               \nres=$?\
               \nif [ $res = 31 ]; then\
               \n    if opam show -f x-ci-accept-failures: \"unix-errno.0.6.2\" | grep -q '\"freebsd\"'; then\
               \n        echo \"This package failed and has been disabled for CI using the 'x-ci-accept-failures' field.\"\
               \n        exit 69\
               \n    fi\
               \nfi\
               \n\
               \n\
               \nexit $res\
               \n"))
[NOTE] unix-errno.0.6.2 is not installed.

Nothing to do.
The following actions will be performed:
=== install 9 packages
  - install bigarray-compat   1.1.0  [required by ctypes]
  - install csexp             1.5.2  [required by dune-configurator]
  - install ctypes            0.22.0 [required by unix-errno]
  - install dune              3.15.0 [required by unix-errno]
  - install dune-configurator 3.15.0 [required by ctypes]
  - install integers          0.7.0  [required by unix-errno]
  - install result            1.5    [required by unix-errno]
  - install stdlib-shims      0.3.0  [required by integers]
  - install unix-errno        0.6.2

<><> Processing actions <><><><><><><><><><><><><><><><><><><><><><><><><><><><>
Processing  1/26:
Processing  2/26:
Processing  3/26:
-> retrieved bigarray-compat.1.1.0  (cached)
Processing  4/26:
-> retrieved csexp.1.5.2  (cached)
Processing  5/26:
-> retrieved integers.0.7.0  (cached)
Processing  6/26:
-> retrieved ctypes.0.22.0  (cached)
Processing  7/26:
-> retrieved result.1.5  (cached)
Processing  8/26:
-> retrieved stdlib-shims.0.3.0  (cached)
-> retrieved unix-errno.0.6.2  (cached)
-> retrieved dune.3.15.0, dune-configurator.3.15.0  (cached)
Processing  9/26: [dune: ocaml 15]
+ /home/opam/.opam/5.1.0/bin/ocaml "boot/bootstrap.ml" "-j" "15" (CWD=/home/opam/.opam/5.1.0/.opam-switch/build/dune.3.15.0)
- ocamlc -output-complete-exe -w -24 -g -o .duneboot.exe -I boot -I +unix unix.cma boot/libs.ml boot/duneboot.ml
- ./.duneboot.exe -j 15
- cd _boot && /home/opam/.opam/5.1.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +unix -I +threads opamLocal.ml
- File "vendor/opam/src/repository/opamLocal.ml", lines 109-114, characters 46-34:
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Checksum_mismatch _
- 
- File "vendor/opam/src/repository/opamLocal.ml", lines 170-189, characters 44-56:
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Checksum_mismatch _
- 
- File "vendor/opam/src/repository/opamLocal.ml", lines 209-231, characters 8-44:
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Checksum_mismatch _
- cd _boot && /home/opam/.opam/5.1.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +unix -I +threads opamVCS.ml
- File "vendor/opam/src/repository/opamVCS.ml", lines 179-182, characters 11-40:
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Checksum_mismatch _
- cd _boot && /home/opam/.opam/5.1.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +unix -I +threads opamDownload.ml
- File "vendor/opam/src/repository/opamDownload.ml", lines 323-361, characters 42-41:
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Checksum_mismatch _
- cd _boot && /home/opam/.opam/5.1.0/bin/ocamlopt.opt -c -g -no-alias-deps -w -49-6 -alert -unstable -I +unix -I +threads opamRepository.ml
- File "vendor/opam/src/repository/opamRepository.ml", lines 88-90, characters 45-77:
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Checksum_mismatch _
- 
- File "vendor/opam/src/repository/opamRepository.ml", lines 277-281, characters 38-17:
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- Checksum_mismatch _
- 
- File "vendor/opam/src/repository/opamRepository.ml", lines 423-427, characters 12-42:
- Warning 8 [partial-match]: this pattern-matching is not exhaustive.
- Here is an example of a case that is not matched:
- (_, Checksum_mismatch _)
- 

Processing  9/26: [dune: ./_boot/dune.exe build]
+ /home/opam/.opam/5.1.0/.opam-switch/build/dune.3.15.0/./_boot/dune.exe "build" "dune.install" "--release" "--profile" "dune-bootstrap" "-j" "15" (CWD=/home/opam/.opam/5.1.0/.opam-switch/build/dune.3.15.0)
-> compiled  dune.3.15.0
-> installed dune.3.15.0
Processing 11/26: [bigarray-compat: dune build]
Processing 12/26: [bigarray-compat: dune build] [csexp: dune build]
Processing 13/26: [bigarray-compat: dune build] [csexp: dune build] [result: dune build]
Processing 14/26: [bigarray-compat: dune build] [csexp: dune build] [result: dune build] [stdlib-shims: dune build]
+ /home/opam/.opam/5.1.0/bin/dune "build" "-p" "stdlib-shims" "-j" "15" (CWD=/home/opam/.opam/5.1.0/.opam-switch/build/stdlib-shims.0.3.0)
-> compiled  stdlib-shims.0.3.0
Processing 14/26: [bigarray-compat: dune build] [csexp: dune build] [result: dune build]
-> installed stdlib-shims.0.3.0
Processing 15/26: [bigarray-compat: dune build] [csexp: dune build] [result: dune build]
Processing 16/26: [bigarray-compat: dune build] [csexp: dune build] [integers: dune build] [result: dune build]
+ /home/opam/.opam/5.1.0/bin/dune "build" "-p" "bigarray-compat" "-j" "15" (CWD=/home/opam/.opam/5.1.0/.opam-switch/build/bigarray-compat.1.1.0)
-> compiled  bigarray-compat.1.1.0
Processing 16/26: [csexp: dune build] [integers: dune build] [result: dune build]
-> installed bigarray-compat.1.1.0
Processing 17/26: [csexp: dune build] [integers: dune build] [result: dune build]
+ /home/opam/.opam/5.1.0/bin/dune "build" "-p" "result" "-j" "15" (CWD=/home/opam/.opam/5.1.0/.opam-switch/build/result.1.5)
-> compiled  result.1.5
Processing 17/26: [csexp: dune build] [integers: dune build]
-> installed result.1.5
Processing 18/26: [csexp: dune build] [integers: dune build]
+ /home/opam/.opam/5.1.0/bin/dune "build" "-p" "csexp" "-j" "15" "@install" (CWD=/home/opam/.opam/5.1.0/.opam-switch/build/csexp.1.5.2)
-> compiled  csexp.1.5.2
Processing 18/26: [integers: dune build]
-> installed csexp.1.5.2
Processing 19/26: [integers: dune build]
Processing 20/26: [dune-configurator: rm] [integers: dune build]
+ /home/opam/.opam/5.1.0/bin/dune "build" "-p" "integers" "-j" "15" (CWD=/home/opam/.opam/5.1.0/.opam-switch/build/integers.0.7.0)
-> compiled  integers.0.7.0
Processing 20/26: [dune-configurator: rm]
-> installed integers.0.7.0
Processing 21/26: [dune-configurator: rm]
+ /bin/rm "-rf" "vendor/csexp" (CWD=/home/opam/.opam/5.1.0/.opam-switch/build/dune-configurator.3.15.0)
+ /bin/rm "-rf" "vendor/pp" (CWD=/home/opam/.opam/5.1.0/.opam-switch/build/dune-configurator.3.15.0)
Processing 21/26: [dune-configurator: dune build]
+ /home/opam/.opam/5.1.0/bin/dune "build" "-p" "dune-configurator" "-j" "15" "@install" (CWD=/home/opam/.opam/5.1.0/.opam-switch/build/dune-configurator.3.15.0)
-> compiled  dune-configurator.3.15.0
-> installed dune-configurator.3.15.0
Processing 23/26: [ctypes: dune build]
+ /home/opam/.opam/5.1.0/bin/dune "build" "-p" "ctypes" "-j" "15" "--promote-install-files=false" "@install" (CWD=/home/opam/.opam/5.1.0/.opam-switch/build/ctypes.0.22.0)
Processing 23/26: [ctypes: dune install]
+ /home/opam/.opam/5.1.0/bin/dune "install" "-p" "ctypes" "--create-install-files" "ctypes" (CWD=/home/opam/.opam/5.1.0/.opam-switch/build/ctypes.0.22.0)
-> compiled  ctypes.0.22.0
-> installed ctypes.0.22.0
Processing 25/26: [unix-errno: dune build]
+ /home/opam/.opam/5.1.0/bin/dune "build" "-p" "unix-errno" "-j" "15" (CWD=/home/opam/.opam/5.1.0/.opam-switch/build/unix-errno.0.6.2)
- (cd _build/default/unix && /usr/bin/cc -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -D_FILE_OFFSET_BITS=64 -O2 -fno-strict-aliasing -fwrapv -pthread -fPIC -g -I /home/opam/.opam/5.1.0/lib/ocaml -I /home/opam/.opam/5.1.0/lib/ctypes -I /home/opam/.opam/5.1.0/lib/ctypes/stubs -I /home/opam/.opam/5.1.0/lib/integers -I /home/opam/.opam/5.1.0/lib/ocaml/unix -I ../lib -I ../lib_gen -o unix_errno_util.o -c unix_errno_util.c)
- unix_errno_util.c:23:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && ECHRNG_UNAVAILABLE && !defined(ECHRNG)
-                     ^
- unix_errno_util.c:22:29: note: expanded from macro 'ECHRNG_UNAVAILABLE'
- #define ECHRNG_UNAVAILABLE (APPLE || FREEBSD)
-                             ^
- unix_errno_util.c:12:15: note: expanded from macro 'APPLE'
- #define APPLE defined(__APPLE__)
-               ^
- unix_errno_util.c:23:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:22:38: note: expanded from macro 'ECHRNG_UNAVAILABLE'
- #define ECHRNG_UNAVAILABLE (APPLE || FREEBSD)
-                                      ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:32:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && EL2NSYNC_UNAVAILABLE && !defined(EL2NSYNC)
-                     ^
- unix_errno_util.c:31:31: note: expanded from macro 'EL2NSYNC_UNAVAILABLE'
- #define EL2NSYNC_UNAVAILABLE (APPLE || FREEBSD)
-                               ^
- unix_errno_util.c:12:15: note: expanded from macro 'APPLE'
- #define APPLE defined(__APPLE__)
-               ^
- unix_errno_util.c:32:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:31:40: note: expanded from macro 'EL2NSYNC_UNAVAILABLE'
- #define EL2NSYNC_UNAVAILABLE (APPLE || FREEBSD)
-                                        ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:41:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && EL3HLT_UNAVAILABLE && !defined(EL3HLT)
-                     ^
- unix_errno_util.c:40:29: note: expanded from macro 'EL3HLT_UNAVAILABLE'
- #define EL3HLT_UNAVAILABLE (APPLE || FREEBSD)
-                             ^
- unix_errno_util.c:12:15: note: expanded from macro 'APPLE'
- #define APPLE defined(__APPLE__)
-               ^
- unix_errno_util.c:41:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:40:38: note: expanded from macro 'EL3HLT_UNAVAILABLE'
- #define EL3HLT_UNAVAILABLE (APPLE || FREEBSD)
-                                      ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:50:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && EL3RST_UNAVAILABLE && !defined(EL3RST)
-                     ^
- unix_errno_util.c:49:29: note: expanded from macro 'EL3RST_UNAVAILABLE'
- #define EL3RST_UNAVAILABLE (APPLE || FREEBSD)
-                             ^
- unix_errno_util.c:12:15: note: expanded from macro 'APPLE'
- #define APPLE defined(__APPLE__)
-               ^
- unix_errno_util.c:50:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:49:38: note: expanded from macro 'EL3RST_UNAVAILABLE'
- #define EL3RST_UNAVAILABLE (APPLE || FREEBSD)
-                                      ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:59:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && ELNRNG_UNAVAILABLE && !defined(ELNRNG)
-                     ^
- unix_errno_util.c:58:29: note: expanded from macro 'ELNRNG_UNAVAILABLE'
- #define ELNRNG_UNAVAILABLE (APPLE || FREEBSD)
-                             ^
- unix_errno_util.c:12:15: note: expanded from macro 'APPLE'
- #define APPLE defined(__APPLE__)
-               ^
- unix_errno_util.c:59:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:58:38: note: expanded from macro 'ELNRNG_UNAVAILABLE'
- #define ELNRNG_UNAVAILABLE (APPLE || FREEBSD)
-                                      ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:68:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && EUNATCH_UNAVAILABLE && !defined(EUNATCH)
-                     ^
- unix_errno_util.c:67:30: note: expanded from macro 'EUNATCH_UNAVAILABLE'
- #define EUNATCH_UNAVAILABLE (APPLE || FREEBSD)
-                              ^
- unix_errno_util.c:12:15: note: expanded from macro 'APPLE'
- #define APPLE defined(__APPLE__)
-               ^
- unix_errno_util.c:68:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:67:39: note: expanded from macro 'EUNATCH_UNAVAILABLE'
- #define EUNATCH_UNAVAILABLE (APPLE || FREEBSD)
-                                       ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:77:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && ENOCSI_UNAVAILABLE && !defined(ENOCSI)
-                     ^
- unix_errno_util.c:76:29: note: expanded from macro 'ENOCSI_UNAVAILABLE'
- #define ENOCSI_UNAVAILABLE (APPLE || FREEBSD)
-                             ^
- unix_errno_util.c:12:15: note: expanded from macro 'APPLE'
- #define APPLE defined(__APPLE__)
-               ^
- unix_errno_util.c:77:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:76:38: note: expanded from macro 'ENOCSI_UNAVAILABLE'
- #define ENOCSI_UNAVAILABLE (APPLE || FREEBSD)
-                                      ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:86:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && EL2HLT_UNAVAILABLE && !defined(EL2HLT)
-                     ^
- unix_errno_util.c:85:29: note: expanded from macro 'EL2HLT_UNAVAILABLE'
- #define EL2HLT_UNAVAILABLE (APPLE || FREEBSD)
-                             ^
- unix_errno_util.c:12:15: note: expanded from macro 'APPLE'
- #define APPLE defined(__APPLE__)
-               ^
- unix_errno_util.c:86:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:85:38: note: expanded from macro 'EL2HLT_UNAVAILABLE'
- #define EL2HLT_UNAVAILABLE (APPLE || FREEBSD)
-                                      ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:95:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && EBADE_UNAVAILABLE && !defined(EBADE)
-                     ^
- unix_errno_util.c:94:28: note: expanded from macro 'EBADE_UNAVAILABLE'
- #define EBADE_UNAVAILABLE (APPLE || FREEBSD)
-                            ^
- unix_errno_util.c:12:15: note: expanded from macro 'APPLE'
- #define APPLE defined(__APPLE__)
-               ^
- unix_errno_util.c:95:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:94:37: note: expanded from macro 'EBADE_UNAVAILABLE'
- #define EBADE_UNAVAILABLE (APPLE || FREEBSD)
-                                     ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:104:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && EBADR_UNAVAILABLE && !defined(EBADR)
-                     ^
- unix_errno_util.c:103:28: note: expanded from macro 'EBADR_UNAVAILABLE'
- #define EBADR_UNAVAILABLE (APPLE || FREEBSD)
-                            ^
- unix_errno_util.c:12:15: note: expanded from macro 'APPLE'
- #define APPLE defined(__APPLE__)
-               ^
- unix_errno_util.c:104:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:103:37: note: expanded from macro 'EBADR_UNAVAILABLE'
- #define EBADR_UNAVAILABLE (APPLE || FREEBSD)
-                                     ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:113:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && EXFULL_UNAVAILABLE && !defined(EXFULL)
-                     ^
- unix_errno_util.c:112:29: note: expanded from macro 'EXFULL_UNAVAILABLE'
- #define EXFULL_UNAVAILABLE (APPLE || FREEBSD)
-                             ^
- unix_errno_util.c:12:15: note: expanded from macro 'APPLE'
- #define APPLE defined(__APPLE__)
-               ^
- unix_errno_util.c:113:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:112:38: note: expanded from macro 'EXFULL_UNAVAILABLE'
- #define EXFULL_UNAVAILABLE (APPLE || FREEBSD)
-                                      ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:122:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && ENOANO_UNAVAILABLE && !defined(ENOANO)
-                     ^
- unix_errno_util.c:121:29: note: expanded from macro 'ENOANO_UNAVAILABLE'
- #define ENOANO_UNAVAILABLE (APPLE || FREEBSD)
-                             ^
- unix_errno_util.c:12:15: note: expanded from macro 'APPLE'
- #define APPLE defined(__APPLE__)
-               ^
- unix_errno_util.c:122:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:121:38: note: expanded from macro 'ENOANO_UNAVAILABLE'
- #define ENOANO_UNAVAILABLE (APPLE || FREEBSD)
-                                      ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:131:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && EBADRQC_UNAVAILABLE && !defined(EBADRQC)
-                     ^
- unix_errno_util.c:130:30: note: expanded from macro 'EBADRQC_UNAVAILABLE'
- #define EBADRQC_UNAVAILABLE (APPLE || FREEBSD)
-                              ^
- unix_errno_util.c:12:15: note: expanded from macro 'APPLE'
- #define APPLE defined(__APPLE__)
-               ^
- unix_errno_util.c:131:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:130:39: note: expanded from macro 'EBADRQC_UNAVAILABLE'
- #define EBADRQC_UNAVAILABLE (APPLE || FREEBSD)
-                                       ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:140:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && EBADSLT_UNAVAILABLE && !defined(EBADSLT)
-                     ^
- unix_errno_util.c:139:30: note: expanded from macro 'EBADSLT_UNAVAILABLE'
- #define EBADSLT_UNAVAILABLE (APPLE || FREEBSD)
-                              ^
- unix_errno_util.c:12:15: note: expanded from macro 'APPLE'
- #define APPLE defined(__APPLE__)
-               ^
- unix_errno_util.c:140:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:139:39: note: expanded from macro 'EBADSLT_UNAVAILABLE'
- #define EBADSLT_UNAVAILABLE (APPLE || FREEBSD)
-                                       ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:149:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && EBFONT_UNAVAILABLE && !defined(EBFONT)
-                     ^
- unix_errno_util.c:148:29: note: expanded from macro 'EBFONT_UNAVAILABLE'
- #define EBFONT_UNAVAILABLE (APPLE || FREEBSD)
-                             ^
- unix_errno_util.c:12:15: note: expanded from macro 'APPLE'
- #define APPLE defined(__APPLE__)
-               ^
- unix_errno_util.c:149:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:148:38: note: expanded from macro 'EBFONT_UNAVAILABLE'
- #define EBFONT_UNAVAILABLE (APPLE || FREEBSD)
-                                      ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:158:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && ENONET_UNAVAILABLE && !defined(ENONET)
-                     ^
- unix_errno_util.c:157:29: note: expanded from macro 'ENONET_UNAVAILABLE'
- #define ENONET_UNAVAILABLE (APPLE || FREEBSD)
-                             ^
- unix_errno_util.c:12:15: note: expanded from macro 'APPLE'
- #define APPLE defined(__APPLE__)
-               ^
- unix_errno_util.c:158:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:157:38: note: expanded from macro 'ENONET_UNAVAILABLE'
- #define ENONET_UNAVAILABLE (APPLE || FREEBSD)
-                                      ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:167:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && ENOPKG_UNAVAILABLE && !defined(ENOPKG)
-                     ^
- unix_errno_util.c:166:29: note: expanded from macro 'ENOPKG_UNAVAILABLE'
- #define ENOPKG_UNAVAILABLE (APPLE || FREEBSD)
-                             ^
- unix_errno_util.c:12:15: note: expanded from macro 'APPLE'
- #define APPLE defined(__APPLE__)
-               ^
- unix_errno_util.c:167:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:166:38: note: expanded from macro 'ENOPKG_UNAVAILABLE'
- #define ENOPKG_UNAVAILABLE (APPLE || FREEBSD)
-                                      ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:176:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && EADV_UNAVAILABLE && !defined(EADV)
-                     ^
- unix_errno_util.c:175:27: note: expanded from macro 'EADV_UNAVAILABLE'
- #define EADV_UNAVAILABLE (APPLE || FREEBSD)
-                           ^
- unix_errno_util.c:12:15: note: expanded from macro 'APPLE'
- #define APPLE defined(__APPLE__)
-               ^
- unix_errno_util.c:176:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:175:36: note: expanded from macro 'EADV_UNAVAILABLE'
- #define EADV_UNAVAILABLE (APPLE || FREEBSD)
-                                    ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:185:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && ESRMNT_UNAVAILABLE && !defined(ESRMNT)
-                     ^
- unix_errno_util.c:184:29: note: expanded from macro 'ESRMNT_UNAVAILABLE'
- #define ESRMNT_UNAVAILABLE (APPLE || FREEBSD)
-                             ^
- unix_errno_util.c:12:15: note: expanded from macro 'APPLE'
- #define APPLE defined(__APPLE__)
-               ^
- unix_errno_util.c:185:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:184:38: note: expanded from macro 'ESRMNT_UNAVAILABLE'
- #define ESRMNT_UNAVAILABLE (APPLE || FREEBSD)
-                                      ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:194:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && ECOMM_UNAVAILABLE && !defined(ECOMM)
-                     ^
- unix_errno_util.c:193:28: note: expanded from macro 'ECOMM_UNAVAILABLE'
- #define ECOMM_UNAVAILABLE (APPLE || FREEBSD)
-                            ^
- unix_errno_util.c:12:15: note: expanded from macro 'APPLE'
- #define APPLE defined(__APPLE__)
-               ^
- unix_errno_util.c:194:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:193:37: note: expanded from macro 'ECOMM_UNAVAILABLE'
- #define ECOMM_UNAVAILABLE (APPLE || FREEBSD)
-                                     ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:203:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && EDOTDOT_UNAVAILABLE && !defined(EDOTDOT)
-                     ^
- unix_errno_util.c:202:30: note: expanded from macro 'EDOTDOT_UNAVAILABLE'
- #define EDOTDOT_UNAVAILABLE (APPLE || FREEBSD)
-                              ^
- unix_errno_util.c:12:15: note: expanded from macro 'APPLE'
- #define APPLE defined(__APPLE__)
-               ^
- unix_errno_util.c:203:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:202:39: note: expanded from macro 'EDOTDOT_UNAVAILABLE'
- #define EDOTDOT_UNAVAILABLE (APPLE || FREEBSD)
-                                       ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:212:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && ENOTUNIQ_UNAVAILABLE && !defined(ENOTUNIQ)
-                     ^
- unix_errno_util.c:211:31: note: expanded from macro 'ENOTUNIQ_UNAVAILABLE'
- #define ENOTUNIQ_UNAVAILABLE (APPLE || FREEBSD)
-                               ^
- unix_errno_util.c:12:15: note: expanded from macro 'APPLE'
- #define APPLE defined(__APPLE__)
-               ^
- unix_errno_util.c:212:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:211:40: note: expanded from macro 'ENOTUNIQ_UNAVAILABLE'
- #define ENOTUNIQ_UNAVAILABLE (APPLE || FREEBSD)
-                                        ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:221:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && EBADFD_UNAVAILABLE && !defined(EBADFD)
-                     ^
- unix_errno_util.c:220:29: note: expanded from macro 'EBADFD_UNAVAILABLE'
- #define EBADFD_UNAVAILABLE (APPLE || FREEBSD)
-                             ^
- unix_errno_util.c:12:15: note: expanded from macro 'APPLE'
- #define APPLE defined(__APPLE__)
-               ^
- unix_errno_util.c:221:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:220:38: note: expanded from macro 'EBADFD_UNAVAILABLE'
- #define EBADFD_UNAVAILABLE (APPLE || FREEBSD)
-                                      ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:230:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && EREMCHG_UNAVAILABLE && !defined(EREMCHG)
-                     ^
- unix_errno_util.c:229:30: note: expanded from macro 'EREMCHG_UNAVAILABLE'
- #define EREMCHG_UNAVAILABLE (APPLE || FREEBSD)
-                              ^
- unix_errno_util.c:12:15: note: expanded from macro 'APPLE'
- #define APPLE defined(__APPLE__)
-               ^
- unix_errno_util.c:230:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:229:39: note: expanded from macro 'EREMCHG_UNAVAILABLE'
- #define EREMCHG_UNAVAILABLE (APPLE || FREEBSD)
-                                       ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:239:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && ELIBACC_UNAVAILABLE && !defined(ELIBACC)
-                     ^
- unix_errno_util.c:238:30: note: expanded from macro 'ELIBACC_UNAVAILABLE'
- #define ELIBACC_UNAVAILABLE (APPLE || FREEBSD)
-                              ^
- unix_errno_util.c:12:15: note: expanded from macro 'APPLE'
- #define APPLE defined(__APPLE__)
-               ^
- unix_errno_util.c:239:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:238:39: note: expanded from macro 'ELIBACC_UNAVAILABLE'
- #define ELIBACC_UNAVAILABLE (APPLE || FREEBSD)
-                                       ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:248:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && ELIBBAD_UNAVAILABLE && !defined(ELIBBAD)
-                     ^
- unix_errno_util.c:247:30: note: expanded from macro 'ELIBBAD_UNAVAILABLE'
- #define ELIBBAD_UNAVAILABLE (APPLE || FREEBSD)
-                              ^
- unix_errno_util.c:12:15: note: expanded from macro 'APPLE'
- #define APPLE defined(__APPLE__)
-               ^
- unix_errno_util.c:248:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:247:39: note: expanded from macro 'ELIBBAD_UNAVAILABLE'
- #define ELIBBAD_UNAVAILABLE (APPLE || FREEBSD)
-                                       ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:257:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && ELIBSCN_UNAVAILABLE && !defined(ELIBSCN)
-                     ^
- unix_errno_util.c:256:30: note: expanded from macro 'ELIBSCN_UNAVAILABLE'
- #define ELIBSCN_UNAVAILABLE (APPLE || FREEBSD)
-                              ^
- unix_errno_util.c:12:15: note: expanded from macro 'APPLE'
- #define APPLE defined(__APPLE__)
-               ^
- unix_errno_util.c:257:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:256:39: note: expanded from macro 'ELIBSCN_UNAVAILABLE'
- #define ELIBSCN_UNAVAILABLE (APPLE || FREEBSD)
-                                       ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:266:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && ELIBMAX_UNAVAILABLE && !defined(ELIBMAX)
-                     ^
- unix_errno_util.c:265:30: note: expanded from macro 'ELIBMAX_UNAVAILABLE'
- #define ELIBMAX_UNAVAILABLE (APPLE || FREEBSD)
-                              ^
- unix_errno_util.c:12:15: note: expanded from macro 'APPLE'
- #define APPLE defined(__APPLE__)
-               ^
- unix_errno_util.c:266:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:265:39: note: expanded from macro 'ELIBMAX_UNAVAILABLE'
- #define ELIBMAX_UNAVAILABLE (APPLE || FREEBSD)
-                                       ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:275:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && ELIBEXEC_UNAVAILABLE && !defined(ELIBEXEC)
-                     ^
- unix_errno_util.c:274:31: note: expanded from macro 'ELIBEXEC_UNAVAILABLE'
- #define ELIBEXEC_UNAVAILABLE (APPLE || FREEBSD)
-                               ^
- unix_errno_util.c:12:15: note: expanded from macro 'APPLE'
- #define APPLE defined(__APPLE__)
-               ^
- unix_errno_util.c:275:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:274:40: note: expanded from macro 'ELIBEXEC_UNAVAILABLE'
- #define ELIBEXEC_UNAVAILABLE (APPLE || FREEBSD)
-                                        ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:284:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && ERESTART_UNAVAILABLE && !defined(ERESTART)
-                     ^
- unix_errno_util.c:283:31: note: expanded from macro 'ERESTART_UNAVAILABLE'
- #define ERESTART_UNAVAILABLE (APPLE || FREEBSD)
-                               ^
- unix_errno_util.c:12:15: note: expanded from macro 'APPLE'
- #define APPLE defined(__APPLE__)
-               ^
- unix_errno_util.c:284:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:283:40: note: expanded from macro 'ERESTART_UNAVAILABLE'
- #define ERESTART_UNAVAILABLE (APPLE || FREEBSD)
-                                        ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:293:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && ESTRPIPE_UNAVAILABLE && !defined(ESTRPIPE)
-                     ^
- unix_errno_util.c:292:31: note: expanded from macro 'ESTRPIPE_UNAVAILABLE'
- #define ESTRPIPE_UNAVAILABLE (APPLE || FREEBSD)
-                               ^
- unix_errno_util.c:12:15: note: expanded from macro 'APPLE'
- #define APPLE defined(__APPLE__)
-               ^
- unix_errno_util.c:293:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:292:40: note: expanded from macro 'ESTRPIPE_UNAVAILABLE'
- #define ESTRPIPE_UNAVAILABLE (APPLE || FREEBSD)
-                                        ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:302:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && EUCLEAN_UNAVAILABLE && !defined(EUCLEAN)
-                     ^
- unix_errno_util.c:301:30: note: expanded from macro 'EUCLEAN_UNAVAILABLE'
- #define EUCLEAN_UNAVAILABLE (APPLE || FREEBSD)
-                              ^
- unix_errno_util.c:12:15: note: expanded from macro 'APPLE'
- #define APPLE defined(__APPLE__)
-               ^
- unix_errno_util.c:302:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:301:39: note: expanded from macro 'EUCLEAN_UNAVAILABLE'
- #define EUCLEAN_UNAVAILABLE (APPLE || FREEBSD)
-                                       ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:311:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && ENOTNAM_UNAVAILABLE && !defined(ENOTNAM)
-                     ^
- unix_errno_util.c:310:30: note: expanded from macro 'ENOTNAM_UNAVAILABLE'
- #define ENOTNAM_UNAVAILABLE (APPLE || FREEBSD)
-                              ^
- unix_errno_util.c:12:15: note: expanded from macro 'APPLE'
- #define APPLE defined(__APPLE__)
-               ^
- unix_errno_util.c:311:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:310:39: note: expanded from macro 'ENOTNAM_UNAVAILABLE'
- #define ENOTNAM_UNAVAILABLE (APPLE || FREEBSD)
-                                       ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:320:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && ENAVAIL_UNAVAILABLE && !defined(ENAVAIL)
-                     ^
- unix_errno_util.c:319:30: note: expanded from macro 'ENAVAIL_UNAVAILABLE'
- #define ENAVAIL_UNAVAILABLE (APPLE || FREEBSD)
-                              ^
- unix_errno_util.c:12:15: note: expanded from macro 'APPLE'
- #define APPLE defined(__APPLE__)
-               ^
- unix_errno_util.c:320:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:319:39: note: expanded from macro 'ENAVAIL_UNAVAILABLE'
- #define ENAVAIL_UNAVAILABLE (APPLE || FREEBSD)
-                                       ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:329:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && EISNAM_UNAVAILABLE && !defined(EISNAM)
-                     ^
- unix_errno_util.c:328:29: note: expanded from macro 'EISNAM_UNAVAILABLE'
- #define EISNAM_UNAVAILABLE (APPLE || FREEBSD)
-                             ^
- unix_errno_util.c:12:15: note: expanded from macro 'APPLE'
- #define APPLE defined(__APPLE__)
-               ^
- unix_errno_util.c:329:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:328:38: note: expanded from macro 'EISNAM_UNAVAILABLE'
- #define EISNAM_UNAVAILABLE (APPLE || FREEBSD)
-                                      ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:338:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && EREMOTEIO_UNAVAILABLE && !defined(EREMOTEIO)
-                     ^
- unix_errno_util.c:337:32: note: expanded from macro 'EREMOTEIO_UNAVAILABLE'
- #define EREMOTEIO_UNAVAILABLE (APPLE || FREEBSD)
-                                ^
- unix_errno_util.c:12:15: note: expanded from macro 'APPLE'
- #define APPLE defined(__APPLE__)
-               ^
- unix_errno_util.c:338:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:337:41: note: expanded from macro 'EREMOTEIO_UNAVAILABLE'
- #define EREMOTEIO_UNAVAILABLE (APPLE || FREEBSD)
-                                         ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:347:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && ENOMEDIUM_UNAVAILABLE && !defined(ENOMEDIUM)
-                     ^
- unix_errno_util.c:346:32: note: expanded from macro 'ENOMEDIUM_UNAVAILABLE'
- #define ENOMEDIUM_UNAVAILABLE (APPLE || FREEBSD)
-                                ^
- unix_errno_util.c:12:15: note: expanded from macro 'APPLE'
- #define APPLE defined(__APPLE__)
-               ^
- unix_errno_util.c:347:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:346:41: note: expanded from macro 'ENOMEDIUM_UNAVAILABLE'
- #define ENOMEDIUM_UNAVAILABLE (APPLE || FREEBSD)
-                                         ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:356:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && EMEDIUMTYPE_UNAVAILABLE && !defined(EMEDIUMTYPE)
-                     ^
- unix_errno_util.c:355:34: note: expanded from macro 'EMEDIUMTYPE_UNAVAILABLE'
- #define EMEDIUMTYPE_UNAVAILABLE (APPLE || FREEBSD)
-                                  ^
- unix_errno_util.c:12:15: note: expanded from macro 'APPLE'
- #define APPLE defined(__APPLE__)
-               ^
- unix_errno_util.c:356:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:355:43: note: expanded from macro 'EMEDIUMTYPE_UNAVAILABLE'
- #define EMEDIUMTYPE_UNAVAILABLE (APPLE || FREEBSD)
-                                           ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:365:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && ENOKEY_UNAVAILABLE && !defined(ENOKEY)
-                     ^
- unix_errno_util.c:364:29: note: expanded from macro 'ENOKEY_UNAVAILABLE'
- #define ENOKEY_UNAVAILABLE (APPLE || FREEBSD)
-                             ^
- unix_errno_util.c:12:15: note: expanded from macro 'APPLE'
- #define APPLE defined(__APPLE__)
-               ^
- unix_errno_util.c:365:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:364:38: note: expanded from macro 'ENOKEY_UNAVAILABLE'
- #define ENOKEY_UNAVAILABLE (APPLE || FREEBSD)
-                                      ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:374:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && EKEYEXPIRED_UNAVAILABLE && !defined(EKEYEXPIRED)
-                     ^
- unix_errno_util.c:373:34: note: expanded from macro 'EKEYEXPIRED_UNAVAILABLE'
- #define EKEYEXPIRED_UNAVAILABLE (APPLE || FREEBSD)
-                                  ^
- unix_errno_util.c:12:15: note: expanded from macro 'APPLE'
- #define APPLE defined(__APPLE__)
-               ^
- unix_errno_util.c:374:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:373:43: note: expanded from macro 'EKEYEXPIRED_UNAVAILABLE'
- #define EKEYEXPIRED_UNAVAILABLE (APPLE || FREEBSD)
-                                           ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:383:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && EKEYREVOKED_UNAVAILABLE && !defined(EKEYREVOKED)
-                     ^
- unix_errno_util.c:382:34: note: expanded from macro 'EKEYREVOKED_UNAVAILABLE'
- #define EKEYREVOKED_UNAVAILABLE (APPLE || FREEBSD)
-                                  ^
- unix_errno_util.c:12:15: note: expanded from macro 'APPLE'
- #define APPLE defined(__APPLE__)
-               ^
- unix_errno_util.c:383:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:382:43: note: expanded from macro 'EKEYREVOKED_UNAVAILABLE'
- #define EKEYREVOKED_UNAVAILABLE (APPLE || FREEBSD)
-                                           ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:392:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && EKEYREJECTED_UNAVAILABLE && !defined(EKEYREJECTED)
-                     ^
- unix_errno_util.c:391:35: note: expanded from macro 'EKEYREJECTED_UNAVAILABLE'
- #define EKEYREJECTED_UNAVAILABLE (APPLE || FREEBSD)
-                                   ^
- unix_errno_util.c:12:15: note: expanded from macro 'APPLE'
- #define APPLE defined(__APPLE__)
-               ^
- unix_errno_util.c:392:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:391:44: note: expanded from macro 'EKEYREJECTED_UNAVAILABLE'
- #define EKEYREJECTED_UNAVAILABLE (APPLE || FREEBSD)
-                                            ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:401:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && ERFKILL_UNAVAILABLE && !defined(ERFKILL)
-                     ^
- unix_errno_util.c:400:30: note: expanded from macro 'ERFKILL_UNAVAILABLE'
- #define ERFKILL_UNAVAILABLE (APPLE || FREEBSD)
-                              ^
- unix_errno_util.c:12:15: note: expanded from macro 'APPLE'
- #define APPLE defined(__APPLE__)
-               ^
- unix_errno_util.c:401:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:400:39: note: expanded from macro 'ERFKILL_UNAVAILABLE'
- #define ERFKILL_UNAVAILABLE (APPLE || FREEBSD)
-                                       ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:410:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && EHWPOISON_UNAVAILABLE && !defined(EHWPOISON)
-                     ^
- unix_errno_util.c:409:32: note: expanded from macro 'EHWPOISON_UNAVAILABLE'
- #define EHWPOISON_UNAVAILABLE (APPLE || FREEBSD)
-                                ^
- unix_errno_util.c:12:15: note: expanded from macro 'APPLE'
- #define APPLE defined(__APPLE__)
-               ^
- unix_errno_util.c:410:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:409:41: note: expanded from macro 'EHWPOISON_UNAVAILABLE'
- #define EHWPOISON_UNAVAILABLE (APPLE || FREEBSD)
-                                         ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:421:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && EPWROFF_UNAVAILABLE && !defined(EPWROFF)
-                     ^
- unix_errno_util.c:420:30: note: expanded from macro 'EPWROFF_UNAVAILABLE'
- #define EPWROFF_UNAVAILABLE (LINUX || FREEBSD)
-                              ^
- unix_errno_util.c:11:15: note: expanded from macro 'LINUX'
- #define LINUX defined(__linux__)
-               ^
- unix_errno_util.c:421:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:420:39: note: expanded from macro 'EPWROFF_UNAVAILABLE'
- #define EPWROFF_UNAVAILABLE (LINUX || FREEBSD)
-                                       ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:430:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && EDEVERR_UNAVAILABLE && !defined(EDEVERR)
-                     ^
- unix_errno_util.c:429:30: note: expanded from macro 'EDEVERR_UNAVAILABLE'
- #define EDEVERR_UNAVAILABLE (LINUX || FREEBSD)
-                              ^
- unix_errno_util.c:11:15: note: expanded from macro 'LINUX'
- #define LINUX defined(__linux__)
-               ^
- unix_errno_util.c:430:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:429:39: note: expanded from macro 'EDEVERR_UNAVAILABLE'
- #define EDEVERR_UNAVAILABLE (LINUX || FREEBSD)
-                                       ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:439:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && EBADEXEC_UNAVAILABLE && !defined(EBADEXEC)
-                     ^
- unix_errno_util.c:438:31: note: expanded from macro 'EBADEXEC_UNAVAILABLE'
- #define EBADEXEC_UNAVAILABLE (LINUX || FREEBSD)
-                               ^
- unix_errno_util.c:11:15: note: expanded from macro 'LINUX'
- #define LINUX defined(__linux__)
-               ^
- unix_errno_util.c:439:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:438:40: note: expanded from macro 'EBADEXEC_UNAVAILABLE'
- #define EBADEXEC_UNAVAILABLE (LINUX || FREEBSD)
-                                        ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:448:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && EBADARCH_UNAVAILABLE && !defined(EBADARCH)
-                     ^
- unix_errno_util.c:447:31: note: expanded from macro 'EBADARCH_UNAVAILABLE'
- #define EBADARCH_UNAVAILABLE (LINUX || FREEBSD)
-                               ^
- unix_errno_util.c:11:15: note: expanded from macro 'LINUX'
- #define LINUX defined(__linux__)
-               ^
- unix_errno_util.c:448:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:447:40: note: expanded from macro 'EBADARCH_UNAVAILABLE'
- #define EBADARCH_UNAVAILABLE (LINUX || FREEBSD)
-                                        ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:457:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && ESHLIBVERS_UNAVAILABLE && !defined(ESHLIBVERS)
-                     ^
- unix_errno_util.c:456:33: note: expanded from macro 'ESHLIBVERS_UNAVAILABLE'
- #define ESHLIBVERS_UNAVAILABLE (LINUX || FREEBSD)
-                                 ^
- unix_errno_util.c:11:15: note: expanded from macro 'LINUX'
- #define LINUX defined(__linux__)
-               ^
- unix_errno_util.c:457:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:456:42: note: expanded from macro 'ESHLIBVERS_UNAVAILABLE'
- #define ESHLIBVERS_UNAVAILABLE (LINUX || FREEBSD)
-                                          ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:466:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && EBADMACHO_UNAVAILABLE && !defined(EBADMACHO)
-                     ^
- unix_errno_util.c:465:32: note: expanded from macro 'EBADMACHO_UNAVAILABLE'
- #define EBADMACHO_UNAVAILABLE (LINUX || FREEBSD)
-                                ^
- unix_errno_util.c:11:15: note: expanded from macro 'LINUX'
- #define LINUX defined(__linux__)
-               ^
- unix_errno_util.c:466:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:465:41: note: expanded from macro 'EBADMACHO_UNAVAILABLE'
- #define EBADMACHO_UNAVAILABLE (LINUX || FREEBSD)
-                                         ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:475:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && ENOPOLICY_UNAVAILABLE && !defined(ENOPOLICY)
-                     ^
- unix_errno_util.c:474:32: note: expanded from macro 'ENOPOLICY_UNAVAILABLE'
- #define ENOPOLICY_UNAVAILABLE (LINUX || FREEBSD)
-                                ^
- unix_errno_util.c:11:15: note: expanded from macro 'LINUX'
- #define LINUX defined(__linux__)
-               ^
- unix_errno_util.c:475:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:474:41: note: expanded from macro 'ENOPOLICY_UNAVAILABLE'
- #define ENOPOLICY_UNAVAILABLE (LINUX || FREEBSD)
-                                         ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:484:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && EQFULL_UNAVAILABLE && !defined(EQFULL)
-                     ^
- unix_errno_util.c:483:29: note: expanded from macro 'EQFULL_UNAVAILABLE'
- #define EQFULL_UNAVAILABLE (LINUX || FREEBSD)
-                             ^
- unix_errno_util.c:11:15: note: expanded from macro 'LINUX'
- #define LINUX defined(__linux__)
-               ^
- unix_errno_util.c:484:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:483:38: note: expanded from macro 'EQFULL_UNAVAILABLE'
- #define EQFULL_UNAVAILABLE (LINUX || FREEBSD)
-                                      ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:495:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && EDOOFUS_UNAVAILABLE && !defined(EDOOFUS)
-                     ^
- unix_errno_util.c:494:30: note: expanded from macro 'EDOOFUS_UNAVAILABLE'
- #define EDOOFUS_UNAVAILABLE (LINUX || APPLE)
-                              ^
- unix_errno_util.c:11:15: note: expanded from macro 'LINUX'
- #define LINUX defined(__linux__)
-               ^
- unix_errno_util.c:495:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:494:39: note: expanded from macro 'EDOOFUS_UNAVAILABLE'
- #define EDOOFUS_UNAVAILABLE (LINUX || APPLE)
-                                       ^
- unix_errno_util.c:12:15: note: expanded from macro 'APPLE'
- #define APPLE defined(__APPLE__)
-               ^
- unix_errno_util.c:504:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && ENOTCAPABLE_UNAVAILABLE && !defined(ENOTCAPABLE)
-                     ^
- unix_errno_util.c:503:34: note: expanded from macro 'ENOTCAPABLE_UNAVAILABLE'
- #define ENOTCAPABLE_UNAVAILABLE (LINUX || APPLE)
-                                  ^
- unix_errno_util.c:11:15: note: expanded from macro 'LINUX'
- #define LINUX defined(__linux__)
-               ^
- unix_errno_util.c:504:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:503:43: note: expanded from macro 'ENOTCAPABLE_UNAVAILABLE'
- #define ENOTCAPABLE_UNAVAILABLE (LINUX || APPLE)
-                                           ^
- unix_errno_util.c:12:15: note: expanded from macro 'APPLE'
- #define APPLE defined(__APPLE__)
-               ^
- unix_errno_util.c:513:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && ECAPMODE_UNAVAILABLE && !defined(ECAPMODE)
-                     ^
- unix_errno_util.c:512:31: note: expanded from macro 'ECAPMODE_UNAVAILABLE'
- #define ECAPMODE_UNAVAILABLE (LINUX || APPLE)
-                               ^
- unix_errno_util.c:11:15: note: expanded from macro 'LINUX'
- #define LINUX defined(__linux__)
-               ^
- unix_errno_util.c:513:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- unix_errno_util.c:512:40: note: expanded from macro 'ECAPMODE_UNAVAILABLE'
- #define ECAPMODE_UNAVAILABLE (LINUX || APPLE)
-                                        ^
- unix_errno_util.c:12:15: note: expanded from macro 'APPLE'
- #define APPLE defined(__APPLE__)
-               ^
- unix_errno_util.c:524:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && EPROCLIM_UNAVAILABLE && !defined(EPROCLIM)
-                     ^
- unix_errno_util.c:523:31: note: expanded from macro 'EPROCLIM_UNAVAILABLE'
- #define EPROCLIM_UNAVAILABLE (LINUX)
-                               ^
- unix_errno_util.c:11:15: note: expanded from macro 'LINUX'
- #define LINUX defined(__linux__)
-               ^
- unix_errno_util.c:533:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && EBADRPC_UNAVAILABLE && !defined(EBADRPC)
-                     ^
- unix_errno_util.c:532:30: note: expanded from macro 'EBADRPC_UNAVAILABLE'
- #define EBADRPC_UNAVAILABLE (LINUX)
-                              ^
- unix_errno_util.c:11:15: note: expanded from macro 'LINUX'
- #define LINUX defined(__linux__)
-               ^
- unix_errno_util.c:542:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && ERPCMISMATCH_UNAVAILABLE && !defined(ERPCMISMATCH)
-                     ^
- unix_errno_util.c:541:35: note: expanded from macro 'ERPCMISMATCH_UNAVAILABLE'
- #define ERPCMISMATCH_UNAVAILABLE (LINUX)
-                                   ^
- unix_errno_util.c:11:15: note: expanded from macro 'LINUX'
- #define LINUX defined(__linux__)
-               ^
- unix_errno_util.c:551:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && EPROGUNAVAIL_UNAVAILABLE && !defined(EPROGUNAVAIL)
-                     ^
- unix_errno_util.c:550:35: note: expanded from macro 'EPROGUNAVAIL_UNAVAILABLE'
- #define EPROGUNAVAIL_UNAVAILABLE (LINUX)
-                                   ^
- unix_errno_util.c:11:15: note: expanded from macro 'LINUX'
- #define LINUX defined(__linux__)
-               ^
- unix_errno_util.c:560:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && EPROGMISMATCH_UNAVAILABLE && !defined(EPROGMISMATCH)
-                     ^
- unix_errno_util.c:559:36: note: expanded from macro 'EPROGMISMATCH_UNAVAILABLE'
- #define EPROGMISMATCH_UNAVAILABLE (LINUX)
-                                    ^
- unix_errno_util.c:11:15: note: expanded from macro 'LINUX'
- #define LINUX defined(__linux__)
-               ^
- unix_errno_util.c:569:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && EPROCUNAVAIL_UNAVAILABLE && !defined(EPROCUNAVAIL)
-                     ^
- unix_errno_util.c:568:35: note: expanded from macro 'EPROCUNAVAIL_UNAVAILABLE'
- #define EPROCUNAVAIL_UNAVAILABLE (LINUX)
-                                   ^
- unix_errno_util.c:11:15: note: expanded from macro 'LINUX'
- #define LINUX defined(__linux__)
-               ^
- unix_errno_util.c:578:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && EFTYPE_UNAVAILABLE && !defined(EFTYPE)
-                     ^
- unix_errno_util.c:577:29: note: expanded from macro 'EFTYPE_UNAVAILABLE'
- #define EFTYPE_UNAVAILABLE (LINUX)
-                             ^
- unix_errno_util.c:11:15: note: expanded from macro 'LINUX'
- #define LINUX defined(__linux__)
-               ^
- unix_errno_util.c:587:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && EAUTH_UNAVAILABLE && !defined(EAUTH)
-                     ^
- unix_errno_util.c:586:28: note: expanded from macro 'EAUTH_UNAVAILABLE'
- #define EAUTH_UNAVAILABLE (LINUX)
-                            ^
- unix_errno_util.c:11:15: note: expanded from macro 'LINUX'
- #define LINUX defined(__linux__)
-               ^
- unix_errno_util.c:596:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && ENEEDAUTH_UNAVAILABLE && !defined(ENEEDAUTH)
-                     ^
- unix_errno_util.c:595:32: note: expanded from macro 'ENEEDAUTH_UNAVAILABLE'
- #define ENEEDAUTH_UNAVAILABLE (LINUX)
-                                ^
- unix_errno_util.c:11:15: note: expanded from macro 'LINUX'
- #define LINUX defined(__linux__)
-               ^
- unix_errno_util.c:605:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && ENOATTR_UNAVAILABLE && !defined(ENOATTR)
-                     ^
- unix_errno_util.c:604:30: note: expanded from macro 'ENOATTR_UNAVAILABLE'
- #define ENOATTR_UNAVAILABLE (LINUX)
-                              ^
- unix_errno_util.c:11:15: note: expanded from macro 'LINUX'
- #define LINUX defined(__linux__)
-               ^
- unix_errno_util.c:616:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && ENOSTR_UNAVAILABLE && !defined(ENOSTR)
-                     ^
- unix_errno_util.c:615:29: note: expanded from macro 'ENOSTR_UNAVAILABLE'
- #define ENOSTR_UNAVAILABLE (FREEBSD)
-                             ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:625:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && ENODATA_UNAVAILABLE && !defined(ENODATA)
-                     ^
- unix_errno_util.c:624:30: note: expanded from macro 'ENODATA_UNAVAILABLE'
- #define ENODATA_UNAVAILABLE (FREEBSD)
-                              ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:634:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && ETIME_UNAVAILABLE && !defined(ETIME)
-                     ^
- unix_errno_util.c:633:28: note: expanded from macro 'ETIME_UNAVAILABLE'
- #define ETIME_UNAVAILABLE (FREEBSD)
-                            ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- unix_errno_util.c:643:21: warning: macro expansion producing 'defined' has undefined behavior [-Wexpansion-to-defined]
- #if !FORCE_CHECK && ENOSR_UNAVAILABLE && !defined(ENOSR)
-                     ^
- unix_errno_util.c:642:28: note: expanded from macro 'ENOSR_UNAVAILABLE'
- #define ENOSR_UNAVAILABLE (FREEBSD)
-                            ^
- unix_errno_util.c:13:17: note: expanded from macro 'FREEBSD'
- #define FREEBSD defined(__FreeBSD__)
-                 ^
- 124 warnings generated.
-> compiled  unix-errno.0.6.2
-> installed unix-errno.0.6.2
Done.
2024-04-19 19:28.22 ---> saved as "efa935ac7a5dbf77b30fb0abec9bc74d5570e1f544f7ee12f98e2e92836fc7d1"
Job succeeded