===================== AIPS 31DEC21 Install Wizard===================== Screen 11: FINAL REVIEW before installing! ------------------------------------------ This is your last, best hope for checking the settings before committing to the install. Please check these settings, and make sure they are what you want: AIPS_ROOT (screen 3): /Users/sinachen/AIPS/ Group (screen 4): staff Group Write (screen 4): YES Architecture (screen 5): MACINT Site name (screen 5): SINA AIPS hosts (screen 6): LOCALHOST Data areas (screen 7): Printers (screen 8): Paper type (screen 8): A Tape drives (screen 9): Tape hosts (screen 9): 127.0.0.1 Advanced (screen 10): (not listed here) You can skip back to a previous menu by entering its number, or use the phrase 'start over' to go back to the beginning. [You may also type B for back, or Q to Quit] AipsWiz: ===> [A]ccept (default) or menu number: AipsWiz: ==> Confirm: start the install with these settings [Y]: AipsWiz: =====> Creating or updating HOSTS.LIST file AipsWiz: -- Already exists, checking list of hosts... AipsWiz: -- adding 1 host(s)... AipsWiz: -- Done. AipsWiz: =====> Configuring your AIPS_ROOT area... AipsWiz: Moving old AIPSASSN.SH to AIPSASSN.SH.OLD AipsWiz: Moving old AIPSPATH.SH to AIPSPATH.SH.OLD AipsWiz: Moving old AIPSASSN.CSH to AIPSASSN.CSH.OLD AipsWiz: Moving old AIPSPATH.CSH to AIPSPATH.CSH.OLD AipsWiz: Moving old HOSTS.SH to HOSTS.SH.OLD AipsWiz: Moving old HOSTS.CSH to HOSTS.CSH.OLD AipsWiz: Moving old LOGIN.SH to LOGIN.SH.OLD AipsWiz: Moving old LOGIN.CSH to LOGIN.CSH.OLD AipsWiz: Moving old START_AIPS to START_AIPS.OLD AipsWiz: Moving old START_TPSERVERS to START_TPSERVERS.OLD AipsWiz: Moving old AIPS.BOOT to AIPS.BOOT.OLD AipsWiz: Moving old START_TVSERVERS to START_TVSERVERS.OLD AipsWiz: Moving old TVALT to TVALT.OLD AipsWiz: Moving old SETNAME to SETNAME.OLD AipsWiz: Moving old SETUNAME to SETUNAME.OLD AipsWiz: Moving old START_QMNGR to START_QMNGR.OLD AipsWiz: =====> Running 31DEC21/SYSTEM/UNIX/AIPSROOT.DEFINE /Users/sinachen/AIPS/ AipsWiz: =====> changing LOGIN.SH to LAPTOP=YES AipsWiz: =====> changing LOGIN.CSH to LAPTOP=YES AipsWiz: -- Done. AipsWiz: =====> Setting up MACINT-specific areas and SYSLOCAL... AipsWiz: Skipping CDVER.SH (already copied to SYSLOCAL) AipsWiz: Skipping LDOPTS.SH (already copied to SYSLOCAL) AipsWiz: Skipping CDVER.CSH (already copied to SYSLOCAL) AipsWiz: Skipping COMRPL.ADD (already copied to SYSLOCAL) AipsWiz: Skipping CCOPTS.SH (already copied to SYSLOCAL) AipsWiz: Skipping INCS.SH (already copied to SYSLOCAL) AipsWiz: Skipping fix_aips_elcap.sh (already copied to SYSLOCAL) AipsWiz: Skipping COMLNK.ADD (already copied to SYSLOCAL) AipsWiz: Skipping FDEFAULT.SH (already copied to SYSLOCAL) AipsWiz: Skipping fix_aips_macos.sh (already copied to SYSLOCAL) AipsWiz: Skipping LIBR.DAT (already copied to SYSLOCAL) AipsWiz: -- Done. AipsWiz: =====> Configuring AIPS for your printers... AipsWiz: Text printing set up for 'A' size paper AipsWiz: -- done AipsWiz: =====> Configure AIPS data areas ... AipsWiz: -- done AipsWiz: =====> Configure AIPS Tape drives... AipsWiz: -- done AipsWiz: =====> Create DA00/hostname/ directories... AipsWiz: -- done. AipsWiz: =====> Deploying your compiler options in script files... AipsWiz: CCOPTS.SH done (C Compiler and options) AipsWiz: LDOPTS.SH done (Linker) AipsWiz: FDEFAULT.SH done (Fortran compiler and options) WARNING! The structure of /Users/sinachen/AIPS//31DEC21/MACINT/SYSTEM/SINA/FDEFAULT.SH is very complex, and while this wizard install tries VERY hard to change the right section, it may have failed. Please, PLEASE inspect the file and compare it to the original (saved as FDEFAULT.SH.dist in /Users/sinachen/AIPS//31DEC21/MACINT/SYSTEM/SINA) to make sure the settings are right. Do this BEFORE you proceed any further. THIS IS REQUIRED FOR THE 2.95.3 COMPILER IN LINUX AipsWiz: ==> Press after you have verified FDEFAULT.SH:: AipsWiz: =====> Compile Utility Programs (if needed) in /Users/sinachen/AIPS//31DEC21/MACINT/SYSTEM/SINA... AipsWiz: - found existing F2PS program; assume it's ok. AipsWiz: - found existing F2TEXT program; assume it's ok. AipsWiz: - found existing NEWEST program; assume it's ok. AipsWiz: - found existing PRINTENV program; assume it's ok. AipsWiz: - found existing AIPWD program; assume it's ok. AipsWiz: - found existing REVENV program; assume it's ok. AipsWiz: - Compiling ZTRLOP.c... In file included from ZTRLOP.c:2: /usr/local/include/stdlib.h:134:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] double atof(const char *); ^ /usr/local/include/stdlib.h:134:25: note: insert '_Nullable' if the pointer may be null double atof(const char *); ^ _Nullable /usr/local/include/stdlib.h:134:25: note: insert '_Nonnull' if the pointer should never be null double atof(const char *); ^ _Nonnull /usr/local/include/stdlib.h:135:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int atoi(const char *); ^ /usr/local/include/stdlib.h:135:22: note: insert '_Nullable' if the pointer may be null int atoi(const char *); ^ _Nullable /usr/local/include/stdlib.h:135:22: note: insert '_Nonnull' if the pointer should never be null int atoi(const char *); ^ _Nonnull /usr/local/include/stdlib.h:136:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] long atol(const char *); ^ /usr/local/include/stdlib.h:136:23: note: insert '_Nullable' if the pointer may be null long atol(const char *); ^ _Nullable /usr/local/include/stdlib.h:136:23: note: insert '_Nonnull' if the pointer should never be null long atol(const char *); ^ _Nonnull /usr/local/include/stdlib.h:139:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] atoll(const char *); ^ /usr/local/include/stdlib.h:139:20: note: insert '_Nullable' if the pointer may be null atoll(const char *); ^ _Nullable /usr/local/include/stdlib.h:139:20: note: insert '_Nonnull' if the pointer should never be null atoll(const char *); ^ _Nonnull /usr/local/include/stdlib.h:141:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] void *bsearch(const void *__key, const void *__base, size_t __nel, ^ /usr/local/include/stdlib.h:141:26: note: insert '_Nullable' if the pointer may be null void *bsearch(const void *__key, const void *__base, size_t __nel, ^ _Nullable /usr/local/include/stdlib.h:141:26: note: insert '_Nonnull' if the pointer should never be null void *bsearch(const void *__key, const void *__base, size_t __nel, ^ _Nonnull /usr/local/include/stdlib.h:141:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] void *bsearch(const void *__key, const void *__base, size_t __nel, ^ /usr/local/include/stdlib.h:141:45: note: insert '_Nullable' if the pointer may be null void *bsearch(const void *__key, const void *__base, size_t __nel, ^ _Nullable /usr/local/include/stdlib.h:141:45: note: insert '_Nonnull' if the pointer should never be null void *bsearch(const void *__key, const void *__base, size_t __nel, ^ _Nonnull /usr/local/include/stdlib.h:142:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] ...size_t __width, int (* _Nonnull __compar)(const void *, const ... ^ /usr/local/include/stdlib.h:142:59: note: insert '_Nullable' if the pointer may be null ...__width, int (* _Nonnull __compar)(const void *, const void *)); ^ _Nullable /usr/local/include/stdlib.h:142:59: note: insert '_Nonnull' if the pointer should never be null ...__width, int (* _Nonnull __compar)(const void *, const void *)); ^ _Nonnull /usr/local/include/stdlib.h:142:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] ...int (* _Nonnull __compar)(const void *, const void *)); ^ /usr/local/include/stdlib.h:142:73: note: insert '_Nullable' if the pointer may be null ...int (* _Nonnull __compar)(const void *, const void *)); ^ _Nullable /usr/local/include/stdlib.h:142:73: note: insert '_Nonnull' if the pointer should never be null ...int (* _Nonnull __compar)(const void *, const void *)); ^ _Nonnull /usr/local/include/stdlib.h:141:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] void *bsearch(const void *__key, const void *__base, size_t __nel, ^ /usr/local/include/stdlib.h:141:6: note: insert '_Nullable' if the pointer may be null void *bsearch(const void *__key, const void *__base, size_t __nel, ^ _Nullable /usr/local/include/stdlib.h:141:6: note: insert '_Nonnull' if the pointer should never be null void *bsearch(const void *__key, const void *__base, size_t __nel, ^ _Nonnull /usr/local/include/stdlib.h:147:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] char *getenv(const char *); ^ /usr/local/include/stdlib.h:147:25: note: insert '_Nullable' if the pointer may be null char *getenv(const char *); ^ _Nullable /usr/local/include/stdlib.h:147:25: note: insert '_Nonnull' if the pointer should never be null char *getenv(const char *); ^ _Nonnull /usr/local/include/stdlib.h:147:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] char *getenv(const char *); ^ /usr/local/include/stdlib.h:147:6: note: insert '_Nullable' if the pointer may be null char *getenv(const char *); ^ _Nullable /usr/local/include/stdlib.h:147:6: note: insert '_Nonnull' if the pointer should never be null char *getenv(const char *); ^ _Nonnull /usr/local/include/stdlib.h:156:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int mblen(const char *__s, size_t __n); ^ /usr/local/include/stdlib.h:156:23: note: insert '_Nullable' if the pointer may be null int mblen(const char *__s, size_t __n); ^ _Nullable /usr/local/include/stdlib.h:156:23: note: insert '_Nonnull' if the pointer should never be null int mblen(const char *__s, size_t __n); ^ _Nonnull /usr/local/include/stdlib.h:157:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] size_t mbstowcs(wchar_t * __restrict , const char * __restri... ^ /usr/local/include/stdlib.h:157:26: note: insert '_Nullable' if the pointer may be null size_t mbstowcs(wchar_t * __restrict , const char * __restri... ^ _Nullable /usr/local/include/stdlib.h:157:26: note: insert '_Nonnull' if the pointer should never be null size_t mbstowcs(wchar_t * __restrict , const char * __restri... ^ _Nonnull /usr/local/include/stdlib.h:157:52: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] size_t mbstowcs(wchar_t * __restrict , const char * __restri... ^ /usr/local/include/stdlib.h:157:52: note: insert '_Nullable' if the pointer may be null ...mbstowcs(wchar_t * __restrict , const char * __restrict, size_t); ^ _Nullable /usr/local/include/stdlib.h:157:52: note: insert '_Nonnull' if the pointer should never be null ...mbstowcs(wchar_t * __restrict , const char * __restrict, size_t); ^ _Nonnull /usr/local/include/stdlib.h:158:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int mbtowc(wchar_t * __restrict, const char * __restrict... ^ /usr/local/include/stdlib.h:158:21: note: insert '_Nullable' if the pointer may be null int mbtowc(wchar_t * __restrict, const char * __restrict... ^ _Nullable /usr/local/include/stdlib.h:158:21: note: insert '_Nonnull' if the pointer should never be null int mbtowc(wchar_t * __restrict, const char * __restrict... ^ _Nonnull /usr/local/include/stdlib.h:158:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int mbtowc(wchar_t * __restrict, const char * __restrict... ^ /usr/local/include/stdlib.h:158:46: note: insert '_Nullable' if the pointer may be null ...mbtowc(wchar_t * __restrict, const char * __restrict, size_t); ^ _Nullable /usr/local/include/stdlib.h:158:46: note: insert '_Nonnull' if the pointer should never be null ...mbtowc(wchar_t * __restrict, const char * __restrict, size_t); ^ _Nonnull /usr/local/include/stdlib.h:160:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] void qsort(void *__base, size_t __nel, size_t __width, ^ /usr/local/include/stdlib.h:160:18: note: insert '_Nullable' if the pointer may be null void qsort(void *__base, size_t __nel, size_t __width, ^ _Nullable /usr/local/include/stdlib.h:160:18: note: insert '_Nonnull' if the pointer should never be null void qsort(void *__base, size_t __nel, size_t __width, ^ _Nonnull /usr/local/include/stdlib.h:161:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int (* _Nonnull __compar)(const void *, const void *)); ^ /usr/local/include/stdlib.h:161:43: note: insert '_Nullable' if the pointer may be null int (* _Nonnull __compar)(const void *, const void *)); ^ _Nullable /usr/local/include/stdlib.h:161:43: note: insert '_Nonnull' if the pointer should never be null int (* _Nonnull __compar)(const void *, const void *)); ^ _Nonnull /usr/local/include/stdlib.h:161:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int (* _Nonnull __compar)(const void *, const void *)); ^ /usr/local/include/stdlib.h:161:57: note: insert '_Nullable' if the pointer may be null ...int (* _Nonnull __compar)(const void *, const void *)); ^ _Nullable /usr/local/include/stdlib.h:161:57: note: insert '_Nonnull' if the pointer should never be null ...int (* _Nonnull __compar)(const void *, const void *)); ^ _Nonnull /usr/local/include/stdlib.h:165:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] double strtod(const char *, char **) __DARWIN_ALIAS(strtod); ^ /usr/local/include/stdlib.h:165:27: note: insert '_Nullable' if the pointer may be null double strtod(const char *, char **) __DARWIN_ALIAS(strtod); ^ _Nullable /usr/local/include/stdlib.h:165:27: note: insert '_Nonnull' if the pointer should never be null double strtod(const char *, char **) __DARWIN_ALIAS(strtod); ^ _Nonnull /usr/local/include/stdlib.h:165:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] double strtod(const char *, char **) __DARWIN_ALIAS(strtod); ^ /usr/local/include/stdlib.h:165:35: note: insert '_Nullable' if the pointer may be null double strtod(const char *, char **) __DARWIN_ALIAS(strtod); ^ _Nullable /usr/local/include/stdlib.h:165:35: note: insert '_Nonnull' if the pointer should never be null double strtod(const char *, char **) __DARWIN_ALIAS(strtod); ^ _Nonnull /usr/local/include/stdlib.h:165:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] double strtod(const char *, char **) __DARWIN_ALIAS(strtod); ^ /usr/local/include/stdlib.h:165:36: note: insert '_Nullable' if the pointer may be null double strtod(const char *, char **) __DARWIN_ALIAS(strtod); ^ _Nullable /usr/local/include/stdlib.h:165:36: note: insert '_Nonnull' if the pointer should never be null double strtod(const char *, char **) __DARWIN_ALIAS(strtod); ^ _Nonnull /usr/local/include/stdlib.h:166:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] float strtof(const char *, char **) __DARWIN_ALIAS(strtof); ^ /usr/local/include/stdlib.h:166:26: note: insert '_Nullable' if the pointer may be null float strtof(const char *, char **) __DARWIN_ALIAS(strtof); ^ _Nullable /usr/local/include/stdlib.h:166:26: note: insert '_Nonnull' if the pointer should never be null float strtof(const char *, char **) __DARWIN_ALIAS(strtof); ^ _Nonnull /usr/local/include/stdlib.h:166:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] float strtof(const char *, char **) __DARWIN_ALIAS(strtof); ^ /usr/local/include/stdlib.h:166:34: note: insert '_Nullable' if the pointer may be null float strtof(const char *, char **) __DARWIN_ALIAS(strtof); ^ _Nullable /usr/local/include/stdlib.h:166:34: note: insert '_Nonnull' if the pointer should never be null float strtof(const char *, char **) __DARWIN_ALIAS(strtof); ^ _Nonnull /usr/local/include/stdlib.h:166:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] float strtof(const char *, char **) __DARWIN_ALIAS(strtof); ^ /usr/local/include/stdlib.h:166:35: note: insert '_Nullable' if the pointer may be null float strtof(const char *, char **) __DARWIN_ALIAS(strtof); ^ _Nullable /usr/local/include/stdlib.h:166:35: note: insert '_Nonnull' if the pointer should never be null float strtof(const char *, char **) __DARWIN_ALIAS(strtof); ^ _Nonnull /usr/local/include/stdlib.h:167:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] long strtol(const char *__str, char **__endptr, int __base); ^ /usr/local/include/stdlib.h:167:25: note: insert '_Nullable' if the pointer may be null long strtol(const char *__str, char **__endptr, int __base); ^ _Nullable /usr/local/include/stdlib.h:167:25: note: insert '_Nonnull' if the pointer should never be null long strtol(const char *__str, char **__endptr, int __base); ^ _Nonnull /usr/local/include/stdlib.h:167:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] long strtol(const char *__str, char **__endptr, int __base); ^ /usr/local/include/stdlib.h:167:38: note: insert '_Nullable' if the pointer may be null long strtol(const char *__str, char **__endptr, int __base); ^ _Nullable /usr/local/include/stdlib.h:167:38: note: insert '_Nonnull' if the pointer should never be null long strtol(const char *__str, char **__endptr, int __base); ^ _Nonnull /usr/local/include/stdlib.h:167:39: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] long strtol(const char *__str, char **__endptr, int __base); ^ /usr/local/include/stdlib.h:167:39: note: insert '_Nullable' if the pointer may be null long strtol(const char *__str, char **__endptr, int __base); ^ _Nullable /usr/local/include/stdlib.h:167:39: note: insert '_Nonnull' if the pointer should never be null long strtol(const char *__str, char **__endptr, int __base); ^ _Nonnull /usr/local/include/stdlib.h:169:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] strtold(const char *, char **); ^ /usr/local/include/stdlib.h:169:22: note: insert '_Nullable' if the pointer may be null strtold(const char *, char **); ^ _Nullable /usr/local/include/stdlib.h:169:22: note: insert '_Nonnull' if the pointer should never be null strtold(const char *, char **); ^ _Nonnull /usr/local/include/stdlib.h:169:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] strtold(const char *, char **); ^ /usr/local/include/stdlib.h:169:30: note: insert '_Nullable' if the pointer may be null strtold(const char *, char **); ^ _Nullable /usr/local/include/stdlib.h:169:30: note: insert '_Nonnull' if the pointer should never be null strtold(const char *, char **); ^ _Nonnull /usr/local/include/stdlib.h:169:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] strtold(const char *, char **); ^ /usr/local/include/stdlib.h:169:31: note: insert '_Nullable' if the pointer may be null strtold(const char *, char **); ^ _Nullable /usr/local/include/stdlib.h:169:31: note: insert '_Nonnull' if the pointer should never be null strtold(const char *, char **); ^ _Nonnull /usr/local/include/stdlib.h:172:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] strtoll(const char *__str, char **__endptr, int __base); ^ /usr/local/include/stdlib.h:172:22: note: insert '_Nullable' if the pointer may be null strtoll(const char *__str, char **__endptr, int __base); ^ _Nullable /usr/local/include/stdlib.h:172:22: note: insert '_Nonnull' if the pointer should never be null strtoll(const char *__str, char **__endptr, int __base); ^ _Nonnull /usr/local/include/stdlib.h:172:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] strtoll(const char *__str, char **__endptr, int __base); ^ /usr/local/include/stdlib.h:172:35: note: insert '_Nullable' if the pointer may be null strtoll(const char *__str, char **__endptr, int __base); ^ _Nullable /usr/local/include/stdlib.h:172:35: note: insert '_Nonnull' if the pointer should never be null strtoll(const char *__str, char **__endptr, int __base); ^ _Nonnull /usr/local/include/stdlib.h:172:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] strtoll(const char *__str, char **__endptr, int __base); ^ /usr/local/include/stdlib.h:172:36: note: insert '_Nullable' if the pointer may be null strtoll(const char *__str, char **__endptr, int __base); ^ _Nullable /usr/local/include/stdlib.h:172:36: note: insert '_Nonnull' if the pointer should never be null strtoll(const char *__str, char **__endptr, int __base); ^ _Nonnull /usr/local/include/stdlib.h:175:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] strtoul(const char *__str, char **__endptr, int __base); ^ /usr/local/include/stdlib.h:175:22: note: insert '_Nullable' if the pointer may be null strtoul(const char *__str, char **__endptr, int __base); ^ _Nullable /usr/local/include/stdlib.h:175:22: note: insert '_Nonnull' if the pointer should never be null strtoul(const char *__str, char **__endptr, int __base); ^ _Nonnull /usr/local/include/stdlib.h:175:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] strtoul(const char *__str, char **__endptr, int __base); ^ /usr/local/include/stdlib.h:175:35: note: insert '_Nullable' if the pointer may be null strtoul(const char *__str, char **__endptr, int __base); ^ _Nullable /usr/local/include/stdlib.h:175:35: note: insert '_Nonnull' if the pointer should never be null strtoul(const char *__str, char **__endptr, int __base); ^ _Nonnull /usr/local/include/stdlib.h:175:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] strtoul(const char *__str, char **__endptr, int __base); ^ /usr/local/include/stdlib.h:175:36: note: insert '_Nullable' if the pointer may be null strtoul(const char *__str, char **__endptr, int __base); ^ _Nullable /usr/local/include/stdlib.h:175:36: note: insert '_Nonnull' if the pointer should never be null strtoul(const char *__str, char **__endptr, int __base); ^ _Nonnull /usr/local/include/stdlib.h:178:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] strtoull(const char *__str, char **__endptr, int __base); ^ /usr/local/include/stdlib.h:178:23: note: insert '_Nullable' if the pointer may be null strtoull(const char *__str, char **__endptr, int __base); ^ _Nullable /usr/local/include/stdlib.h:178:23: note: insert '_Nonnull' if the pointer should never be null strtoull(const char *__str, char **__endptr, int __base); ^ _Nonnull /usr/local/include/stdlib.h:178:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] strtoull(const char *__str, char **__endptr, int __base); ^ /usr/local/include/stdlib.h:178:36: note: insert '_Nullable' if the pointer may be null strtoull(const char *__str, char **__endptr, int __base); ^ _Nullable /usr/local/include/stdlib.h:178:36: note: insert '_Nonnull' if the pointer should never be null strtoull(const char *__str, char **__endptr, int __base); ^ _Nonnull /usr/local/include/stdlib.h:178:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] strtoull(const char *__str, char **__endptr, int __base); ^ /usr/local/include/stdlib.h:178:37: note: insert '_Nullable' if the pointer may be null strtoull(const char *__str, char **__endptr, int __base); ^ _Nullable /usr/local/include/stdlib.h:178:37: note: insert '_Nonnull' if the pointer should never be null strtoull(const char *__str, char **__endptr, int __base); ^ _Nonnull /usr/local/include/stdlib.h:190:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int system(const char *) __DARWIN_ALIAS_C(system); ^ /usr/local/include/stdlib.h:190:24: note: insert '_Nullable' if the pointer may be null int system(const char *) __DARWIN_ALIAS_C(system); ^ _Nullable /usr/local/include/stdlib.h:190:24: note: insert '_Nonnull' if the pointer should never be null int system(const char *) __DARWIN_ALIAS_C(system); ^ _Nonnull /usr/local/include/stdlib.h:194:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] size_t wcstombs(char * __restrict, const wchar_t * __restric... ^ /usr/local/include/stdlib.h:194:23: note: insert '_Nullable' if the pointer may be null size_t wcstombs(char * __restrict, const wchar_t * __restric... ^ _Nullable /usr/local/include/stdlib.h:194:23: note: insert '_Nonnull' if the pointer should never be null size_t wcstombs(char * __restrict, const wchar_t * __restric... ^ _Nonnull /usr/local/include/stdlib.h:194:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] size_t wcstombs(char * __restrict, const wchar_t * __restric... ^ /usr/local/include/stdlib.h:194:51: note: insert '_Nullable' if the pointer may be null ...wcstombs(char * __restrict, const wchar_t * __restrict, size_t); ^ _Nullable /usr/local/include/stdlib.h:194:51: note: insert '_Nonnull' if the pointer should never be null ...wcstombs(char * __restrict, const wchar_t * __restrict, size_t); ^ _Nonnull /usr/local/include/stdlib.h:195:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int wctomb(char *, wchar_t); ^ /usr/local/include/stdlib.h:195:18: note: insert '_Nullable' if the pointer may be null int wctomb(char *, wchar_t); ^ _Nullable /usr/local/include/stdlib.h:195:18: note: insert '_Nonnull' if the pointer should never be null int wctomb(char *, wchar_t); ^ _Nonnull /usr/local/include/stdlib.h:199:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] long a64l(const char *); ^ /usr/local/include/stdlib.h:199:23: note: insert '_Nullable' if the pointer may be null long a64l(const char *); ^ _Nullable /usr/local/include/stdlib.h:199:23: note: insert '_Nonnull' if the pointer should never be null long a64l(const char *); ^ _Nonnull /usr/local/include/stdlib.h:201:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] char *ecvt(double, int, int *__restrict, int *__restrict); ... ^ /usr/local/include/stdlib.h:201:29: note: insert '_Nullable' if the pointer may be null char *ecvt(double, int, int *__restrict, int *__restrict); ... ^ _Nullable /usr/local/include/stdlib.h:201:29: note: insert '_Nonnull' if the pointer should never be null char *ecvt(double, int, int *__restrict, int *__restrict); ... ^ _Nonnull /usr/local/include/stdlib.h:201:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] char *ecvt(double, int, int *__restrict, int *__restrict); ... ^ /usr/local/include/stdlib.h:201:46: note: insert '_Nullable' if the pointer may be null char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGAC... ^ _Nullable /usr/local/include/stdlib.h:201:46: note: insert '_Nonnull' if the pointer should never be null char *ecvt(double, int, int *__restrict, int *__restrict); /* LEGAC... ^ _Nonnull /usr/local/include/stdlib.h:201:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] char *ecvt(double, int, int *__restrict, int *__restrict); ... ^ /usr/local/include/stdlib.h:201:6: note: insert '_Nullable' if the pointer may be null char *ecvt(double, int, int *__restrict, int *__restrict); ... ^ _Nullable /usr/local/include/stdlib.h:201:6: note: insert '_Nonnull' if the pointer should never be null char *ecvt(double, int, int *__restrict, int *__restrict); ... ^ _Nonnull /usr/local/include/stdlib.h:202:31: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] double erand48(unsigned short[3]); ^ /usr/local/include/stdlib.h:202:31: note: insert '_Nullable' if the array parameter may be null double erand48(unsigned short[3]); ^ _Nullable /usr/local/include/stdlib.h:202:31: note: insert '_Nonnull' if the array parameter should never be null double erand48(unsigned short[3]); ^ _Nonnull /usr/local/include/stdlib.h:203:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] char *fcvt(double, int, int *__restrict, int *__restrict); ... ^ /usr/local/include/stdlib.h:203:29: note: insert '_Nullable' if the pointer may be null char *fcvt(double, int, int *__restrict, int *__restrict); ... ^ _Nullable /usr/local/include/stdlib.h:203:29: note: insert '_Nonnull' if the pointer should never be null char *fcvt(double, int, int *__restrict, int *__restrict); ... ^ _Nonnull /usr/local/include/stdlib.h:203:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] char *fcvt(double, int, int *__restrict, int *__restrict); ... ^ /usr/local/include/stdlib.h:203:46: note: insert '_Nullable' if the pointer may be null char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGAC... ^ _Nullable /usr/local/include/stdlib.h:203:46: note: insert '_Nonnull' if the pointer should never be null char *fcvt(double, int, int *__restrict, int *__restrict); /* LEGAC... ^ _Nonnull /usr/local/include/stdlib.h:203:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] char *fcvt(double, int, int *__restrict, int *__restrict); ... ^ /usr/local/include/stdlib.h:203:6: note: insert '_Nullable' if the pointer may be null char *fcvt(double, int, int *__restrict, int *__restrict); ... ^ _Nullable /usr/local/include/stdlib.h:203:6: note: insert '_Nonnull' if the pointer should never be null char *fcvt(double, int, int *__restrict, int *__restrict); ... ^ _Nonnull /usr/local/include/stdlib.h:204:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] char *gcvt(double, int, char *); /* LEGACY */ ^ /usr/local/include/stdlib.h:204:30: note: insert '_Nullable' if the pointer may be null char *gcvt(double, int, char *); /* LEGACY */ ^ _Nullable /usr/local/include/stdlib.h:204:30: note: insert '_Nonnull' if the pointer should never be null char *gcvt(double, int, char *); /* LEGACY */ ^ _Nonnull /usr/local/include/stdlib.h:204:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] char *gcvt(double, int, char *); /* LEGACY */ ^ /usr/local/include/stdlib.h:204:6: note: insert '_Nullable' if the pointer may be null char *gcvt(double, int, char *); /* LEGACY */ ^ _Nullable /usr/local/include/stdlib.h:204:6: note: insert '_Nonnull' if the pointer should never be null char *gcvt(double, int, char *); /* LEGACY */ ^ _Nonnull /usr/local/include/stdlib.h:205:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int getsubopt(char **, char * const *, char **); ^ /usr/local/include/stdlib.h:205:21: note: insert '_Nullable' if the pointer may be null int getsubopt(char **, char * const *, char **); ^ _Nullable /usr/local/include/stdlib.h:205:21: note: insert '_Nonnull' if the pointer should never be null int getsubopt(char **, char * const *, char **); ^ _Nonnull /usr/local/include/stdlib.h:205:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int getsubopt(char **, char * const *, char **); ^ /usr/local/include/stdlib.h:205:22: note: insert '_Nullable' if the pointer may be null int getsubopt(char **, char * const *, char **); ^ _Nullable /usr/local/include/stdlib.h:205:22: note: insert '_Nonnull' if the pointer should never be null int getsubopt(char **, char * const *, char **); ^ _Nonnull /usr/local/include/stdlib.h:205:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int getsubopt(char **, char * const *, char **); ^ /usr/local/include/stdlib.h:205:30: note: insert '_Nullable' if the pointer may be null int getsubopt(char **, char * const *, char **); ^ _Nullable /usr/local/include/stdlib.h:205:30: note: insert '_Nonnull' if the pointer should never be null int getsubopt(char **, char * const *, char **); ^ _Nonnull /usr/local/include/stdlib.h:205:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int getsubopt(char **, char * const *, char **); ^ /usr/local/include/stdlib.h:205:38: note: insert '_Nullable' if the pointer may be null int getsubopt(char **, char * const *, char **); ^ _Nullable /usr/local/include/stdlib.h:205:38: note: insert '_Nonnull' if the pointer should never be null int getsubopt(char **, char * const *, char **); ^ _Nonnull /usr/local/include/stdlib.h:205:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int getsubopt(char **, char * const *, char **); ^ /usr/local/include/stdlib.h:205:46: note: insert '_Nullable' if the pointer may be null int getsubopt(char **, char * const *, char **); ^ _Nullable /usr/local/include/stdlib.h:205:46: note: insert '_Nonnull' if the pointer should never be null int getsubopt(char **, char * const *, char **); ^ _Nonnull /usr/local/include/stdlib.h:205:47: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int getsubopt(char **, char * const *, char **); ^ /usr/local/include/stdlib.h:205:47: note: insert '_Nullable' if the pointer may be null int getsubopt(char **, char * const *, char **); ^ _Nullable /usr/local/include/stdlib.h:205:47: note: insert '_Nonnull' if the pointer should never be null int getsubopt(char **, char * const *, char **); ^ _Nonnull /usr/local/include/stdlib.h:208:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] char *initstate(unsigned, char *, size_t); /* no __DARWIN_... ^ /usr/local/include/stdlib.h:208:32: note: insert '_Nullable' if the pointer may be null char *initstate(unsigned, char *, size_t); /* no __DARWIN_... ^ _Nullable /usr/local/include/stdlib.h:208:32: note: insert '_Nonnull' if the pointer should never be null char *initstate(unsigned, char *, size_t); /* no __DARWIN_... ^ _Nonnull /usr/local/include/stdlib.h:208:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] char *initstate(unsigned, char *, size_t); /* no __DARWIN_... ^ /usr/local/include/stdlib.h:208:6: note: insert '_Nullable' if the pointer may be null char *initstate(unsigned, char *, size_t); /* no __DARWIN_... ^ _Nullable /usr/local/include/stdlib.h:208:6: note: insert '_Nonnull' if the pointer should never be null char *initstate(unsigned, char *, size_t); /* no __DARWIN_... ^ _Nonnull /usr/local/include/stdlib.h:212:29: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] long jrand48(unsigned short[3]) __swift_unavailable("Use a... ^ /usr/local/include/stdlib.h:212:29: note: insert '_Nullable' if the array parameter may be null long jrand48(unsigned short[3]) __swift_unavailable("Use a... ^ _Nullable /usr/local/include/stdlib.h:212:29: note: insert '_Nonnull' if the array parameter should never be null long jrand48(unsigned short[3]) __swift_unavailable("Use a... ^ _Nonnull /usr/local/include/stdlib.h:213:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] char *l64a(long); ^ /usr/local/include/stdlib.h:213:6: note: insert '_Nullable' if the pointer may be null char *l64a(long); ^ _Nullable /usr/local/include/stdlib.h:213:6: note: insert '_Nonnull' if the pointer should never be null char *l64a(long); ^ _Nonnull /usr/local/include/stdlib.h:214:29: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] void lcong48(unsigned short[7]); ^ /usr/local/include/stdlib.h:214:29: note: insert '_Nullable' if the array parameter may be null void lcong48(unsigned short[7]); ^ _Nullable /usr/local/include/stdlib.h:214:29: note: insert '_Nonnull' if the array parameter should never be null void lcong48(unsigned short[7]); ^ _Nonnull /usr/local/include/stdlib.h:216:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] char *mktemp(char *); ^ /usr/local/include/stdlib.h:216:19: note: insert '_Nullable' if the pointer may be null char *mktemp(char *); ^ _Nullable /usr/local/include/stdlib.h:216:19: note: insert '_Nonnull' if the pointer should never be null char *mktemp(char *); ^ _Nonnull /usr/local/include/stdlib.h:216:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] char *mktemp(char *); ^ /usr/local/include/stdlib.h:216:6: note: insert '_Nullable' if the pointer may be null char *mktemp(char *); ^ _Nullable /usr/local/include/stdlib.h:216:6: note: insert '_Nonnull' if the pointer should never be null char *mktemp(char *); ^ _Nonnull /usr/local/include/stdlib.h:217:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int mkstemp(char *); ^ /usr/local/include/stdlib.h:217:19: note: insert '_Nullable' if the pointer may be null int mkstemp(char *); ^ _Nullable /usr/local/include/stdlib.h:217:19: note: insert '_Nonnull' if the pointer should never be null int mkstemp(char *); ^ _Nonnull /usr/local/include/stdlib.h:219:29: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] long nrand48(unsigned short[3]) __swift_unavailable("Use a... ^ /usr/local/include/stdlib.h:219:29: note: insert '_Nullable' if the array parameter may be null long nrand48(unsigned short[3]) __swift_unavailable("Use a... ^ _Nullable /usr/local/include/stdlib.h:219:29: note: insert '_Nonnull' if the array parameter should never be null long nrand48(unsigned short[3]) __swift_unavailable("Use a... ^ _Nonnull /usr/local/include/stdlib.h:221:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] char *ptsname(int); ^ /usr/local/include/stdlib.h:221:6: note: insert '_Nullable' if the pointer may be null char *ptsname(int); ^ _Nullable /usr/local/include/stdlib.h:221:6: note: insert '_Nonnull' if the pointer should never be null char *ptsname(int); ^ _Nonnull /usr/local/include/stdlib.h:224:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int ptsname_r(int fildes, char *buffer, size_t buflen) __API_A... ^ /usr/local/include/stdlib.h:224:32: note: insert '_Nullable' if the pointer may be null int ptsname_r(int fildes, char *buffer, size_t buflen) __API_A... ^ _Nullable /usr/local/include/stdlib.h:224:32: note: insert '_Nonnull' if the pointer should never be null int ptsname_r(int fildes, char *buffer, size_t buflen) __API_A... ^ _Nonnull /usr/local/include/stdlib.h:227:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int putenv(char *) __DARWIN_ALIAS(putenv); ^ /usr/local/include/stdlib.h:227:18: note: insert '_Nullable' if the pointer may be null int putenv(char *) __DARWIN_ALIAS(putenv); ^ _Nullable /usr/local/include/stdlib.h:227:18: note: insert '_Nonnull' if the pointer should never be null int putenv(char *) __DARWIN_ALIAS(putenv); ^ _Nonnull /usr/local/include/stdlib.h:229:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int rand_r(unsigned *) __swift_unavailable("Use arc4rando... ^ /usr/local/include/stdlib.h:229:22: note: insert '_Nullable' if the pointer may be null int rand_r(unsigned *) __swift_unavailable("Use arc4rando... ^ _Nullable /usr/local/include/stdlib.h:229:22: note: insert '_Nonnull' if the pointer should never be null int rand_r(unsigned *) __swift_unavailable("Use arc4rando... ^ _Nonnull /usr/local/include/stdlib.h:231:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] char *realpath(const char * __restrict, char * __restrict) ... ^ /usr/local/include/stdlib.h:231:27: note: insert '_Nullable' if the pointer may be null char *realpath(const char * __restrict, char * __restrict) ... ^ _Nullable /usr/local/include/stdlib.h:231:27: note: insert '_Nonnull' if the pointer should never be null char *realpath(const char * __restrict, char * __restrict) ... ^ _Nonnull /usr/local/include/stdlib.h:231:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] char *realpath(const char * __restrict, char * __restrict) ... ^ /usr/local/include/stdlib.h:231:46: note: insert '_Nullable' if the pointer may be null char *realpath(const char * __restrict, char * __restrict) __DARWIN... ^ _Nullable /usr/local/include/stdlib.h:231:46: note: insert '_Nonnull' if the pointer should never be null char *realpath(const char * __restrict, char * __restrict) __DARWIN... ^ _Nonnull /usr/local/include/stdlib.h:231:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] char *realpath(const char * __restrict, char * __restrict) ... ^ /usr/local/include/stdlib.h:231:6: note: insert '_Nullable' if the pointer may be null char *realpath(const char * __restrict, char * __restrict) ... ^ _Nullable /usr/local/include/stdlib.h:231:6: note: insert '_Nonnull' if the pointer should never be null char *realpath(const char * __restrict, char * __restrict) ... ^ _Nonnull /usr/local/include/stdlib.h:236:24: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] *seed48(unsigned short[3]); ^ /usr/local/include/stdlib.h:236:24: note: insert '_Nullable' if the array parameter may be null *seed48(unsigned short[3]); ^ _Nullable /usr/local/include/stdlib.h:236:24: note: insert '_Nonnull' if the array parameter should never be null *seed48(unsigned short[3]); ^ _Nonnull /usr/local/include/stdlib.h:236:2: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] *seed48(unsigned short[3]); ^ /usr/local/include/stdlib.h:236:2: note: insert '_Nullable' if the pointer may be null *seed48(unsigned short[3]); ^ _Nullable /usr/local/include/stdlib.h:236:2: note: insert '_Nonnull' if the pointer should never be null *seed48(unsigned short[3]); ^ _Nonnull /usr/local/include/stdlib.h:237:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int setenv(const char * __name, const char * __value, in... ^ /usr/local/include/stdlib.h:237:24: note: insert '_Nullable' if the pointer may be null int setenv(const char * __name, const char * __value, in... ^ _Nullable /usr/local/include/stdlib.h:237:24: note: insert '_Nonnull' if the pointer should never be null int setenv(const char * __name, const char * __value, in... ^ _Nonnull /usr/local/include/stdlib.h:237:45: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int setenv(const char * __name, const char * __value, in... ^ /usr/local/include/stdlib.h:237:45: note: insert '_Nullable' if the pointer may be null ...setenv(const char * __name, const char * __value, int __overwr... ^ _Nullable /usr/local/include/stdlib.h:237:45: note: insert '_Nonnull' if the pointer should never be null ...setenv(const char * __name, const char * __value, int __overwr... ^ _Nonnull /usr/local/include/stdlib.h:239:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] void setkey(const char *) __DARWIN_ALIAS(setkey); ^ /usr/local/include/stdlib.h:239:25: note: insert '_Nullable' if the pointer may be null void setkey(const char *) __DARWIN_ALIAS(setkey); ^ _Nullable /usr/local/include/stdlib.h:239:25: note: insert '_Nonnull' if the pointer should never be null void setkey(const char *) __DARWIN_ALIAS(setkey); ^ _Nonnull /usr/local/include/stdlib.h:243:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] char *setstate(const char *); ^ /usr/local/include/stdlib.h:243:27: note: insert '_Nullable' if the pointer may be null char *setstate(const char *); ^ _Nullable /usr/local/include/stdlib.h:243:27: note: insert '_Nonnull' if the pointer should never be null char *setstate(const char *); ^ _Nonnull /usr/local/include/stdlib.h:243:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] char *setstate(const char *); ^ /usr/local/include/stdlib.h:243:6: note: insert '_Nullable' if the pointer may be null char *setstate(const char *); ^ _Nullable /usr/local/include/stdlib.h:243:6: note: insert '_Nonnull' if the pointer should never be null char *setstate(const char *); ^ _Nonnull /usr/local/include/stdlib.h:252:26: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int unsetenv(const char *) __DARWIN_ALIAS(unsetenv); ^ /usr/local/include/stdlib.h:252:26: note: insert '_Nullable' if the pointer may be null int unsetenv(const char *) __DARWIN_ALIAS(unsetenv); ^ _Nullable /usr/local/include/stdlib.h:252:26: note: insert '_Nonnull' if the pointer should never be null int unsetenv(const char *) __DARWIN_ALIAS(unsetenv); ^ _Nonnull /usr/local/include/stdlib.h:265:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] void arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/) ^ /usr/local/include/stdlib.h:265:42: note: insert '_Nullable' if the pointer may be null void arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/) ^ _Nullable /usr/local/include/stdlib.h:265:42: note: insert '_Nonnull' if the pointer should never be null void arc4random_addrandom(unsigned char * /*dat*/, int /*datlen*/) ^ _Nonnull /usr/local/include/stdlib.h:270:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] void arc4random_buf(void * __buf, size_t __nbytes) __OSX_A... ^ /usr/local/include/stdlib.h:270:27: note: insert '_Nullable' if the pointer may be null void arc4random_buf(void * __buf, size_t __nbytes) __OSX_A... ^ _Nullable /usr/local/include/stdlib.h:270:27: note: insert '_Nonnull' if the pointer should never be null void arc4random_buf(void * __buf, size_t __nbytes) __OSX_A... ^ _Nonnull /usr/local/include/stdlib.h:276:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] void *bsearch_b(const void *__key, const void *__base, size... ^ /usr/local/include/stdlib.h:276:28: note: insert '_Nullable' if the pointer may be null void *bsearch_b(const void *__key, const void *__base, size... ^ _Nullable /usr/local/include/stdlib.h:276:28: note: insert '_Nonnull' if the pointer should never be null void *bsearch_b(const void *__key, const void *__base, size... ^ _Nonnull /usr/local/include/stdlib.h:276:47: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] void *bsearch_b(const void *__key, const void *__base, size... ^ /usr/local/include/stdlib.h:276:47: note: insert '_Nullable' if the pointer may be null void *bsearch_b(const void *__key, const void *__base, size_t __nel, ^ _Nullable /usr/local/include/stdlib.h:276:47: note: insert '_Nonnull' if the pointer should never be null void *bsearch_b(const void *__key, const void *__base, size_t __nel, ^ _Nonnull /usr/local/include/stdlib.h:277:59: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] ...size_t __width, int (^ _Nonnull __compar)(const void *, const ... ^ /usr/local/include/stdlib.h:277:59: note: insert '_Nullable' if the pointer may be null ...__width, int (^ _Nonnull __compar)(const void *, const void *)... ^ _Nullable /usr/local/include/stdlib.h:277:59: note: insert '_Nonnull' if the pointer should never be null ...__width, int (^ _Nonnull __compar)(const void *, const void *)... ^ _Nonnull /usr/local/include/stdlib.h:277:73: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] ...int (^ _Nonnull __compar)(const void *, const void *)) __OSX_A... ^ /usr/local/include/stdlib.h:277:73: note: insert '_Nullable' if the pointer may be null ..._Nonnull __compar)(const void *, const void *)) __OSX_AVAILABL... ^ _Nullable /usr/local/include/stdlib.h:277:73: note: insert '_Nonnull' if the pointer should never be null ...(^ _Nonnull __compar)(const void *, const void *)) __OSX_AVAIL... ^ _Nonnull /usr/local/include/stdlib.h:276:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] void *bsearch_b(const void *__key, const void *__base, size... ^ /usr/local/include/stdlib.h:276:6: note: insert '_Nullable' if the pointer may be null void *bsearch_b(const void *__key, const void *__base, size... ^ _Nullable /usr/local/include/stdlib.h:276:6: note: insert '_Nonnull' if the pointer should never be null void *bsearch_b(const void *__key, const void *__base, size... ^ _Nonnull /usr/local/include/stdlib.h:281:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] char *cgetcap(char *, const char *, int); ^ /usr/local/include/stdlib.h:281:20: note: insert '_Nullable' if the pointer may be null char *cgetcap(char *, const char *, int); ^ _Nullable /usr/local/include/stdlib.h:281:20: note: insert '_Nonnull' if the pointer should never be null char *cgetcap(char *, const char *, int); ^ _Nonnull /usr/local/include/stdlib.h:281:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] char *cgetcap(char *, const char *, int); ^ /usr/local/include/stdlib.h:281:34: note: insert '_Nullable' if the pointer may be null char *cgetcap(char *, const char *, int); ^ _Nullable /usr/local/include/stdlib.h:281:34: note: insert '_Nonnull' if the pointer should never be null char *cgetcap(char *, const char *, int); ^ _Nonnull /usr/local/include/stdlib.h:281:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] char *cgetcap(char *, const char *, int); ^ /usr/local/include/stdlib.h:281:6: note: insert '_Nullable' if the pointer may be null char *cgetcap(char *, const char *, int); ^ _Nullable /usr/local/include/stdlib.h:281:6: note: insert '_Nonnull' if the pointer should never be null char *cgetcap(char *, const char *, int); ^ _Nonnull /usr/local/include/stdlib.h:283:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int cgetent(char **, char **, const char *); ^ /usr/local/include/stdlib.h:283:19: note: insert '_Nullable' if the pointer may be null int cgetent(char **, char **, const char *); ^ _Nullable /usr/local/include/stdlib.h:283:19: note: insert '_Nonnull' if the pointer should never be null int cgetent(char **, char **, const char *); ^ _Nonnull /usr/local/include/stdlib.h:283:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int cgetent(char **, char **, const char *); ^ /usr/local/include/stdlib.h:283:20: note: insert '_Nullable' if the pointer may be null int cgetent(char **, char **, const char *); ^ _Nullable /usr/local/include/stdlib.h:283:20: note: insert '_Nonnull' if the pointer should never be null int cgetent(char **, char **, const char *); ^ _Nonnull /usr/local/include/stdlib.h:283:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int cgetent(char **, char **, const char *); ^ /usr/local/include/stdlib.h:283:28: note: insert '_Nullable' if the pointer may be null int cgetent(char **, char **, const char *); ^ _Nullable /usr/local/include/stdlib.h:283:28: note: insert '_Nonnull' if the pointer should never be null int cgetent(char **, char **, const char *); ^ _Nonnull /usr/local/include/stdlib.h:283:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int cgetent(char **, char **, const char *); ^ /usr/local/include/stdlib.h:283:29: note: insert '_Nullable' if the pointer may be null int cgetent(char **, char **, const char *); ^ _Nullable /usr/local/include/stdlib.h:283:29: note: insert '_Nonnull' if the pointer should never be null int cgetent(char **, char **, const char *); ^ _Nonnull /usr/local/include/stdlib.h:283:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int cgetent(char **, char **, const char *); ^ /usr/local/include/stdlib.h:283:43: note: insert '_Nullable' if the pointer may be null int cgetent(char **, char **, const char *); ^ _Nullable /usr/local/include/stdlib.h:283:43: note: insert '_Nonnull' if the pointer should never be null int cgetent(char **, char **, const char *); ^ _Nonnull /usr/local/include/stdlib.h:284:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int cgetfirst(char **, char **); ^ /usr/local/include/stdlib.h:284:21: note: insert '_Nullable' if the pointer may be null int cgetfirst(char **, char **); ^ _Nullable /usr/local/include/stdlib.h:284:21: note: insert '_Nonnull' if the pointer should never be null int cgetfirst(char **, char **); ^ _Nonnull /usr/local/include/stdlib.h:284:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int cgetfirst(char **, char **); ^ /usr/local/include/stdlib.h:284:22: note: insert '_Nullable' if the pointer may be null int cgetfirst(char **, char **); ^ _Nullable /usr/local/include/stdlib.h:284:22: note: insert '_Nonnull' if the pointer should never be null int cgetfirst(char **, char **); ^ _Nonnull /usr/local/include/stdlib.h:284:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int cgetfirst(char **, char **); ^ /usr/local/include/stdlib.h:284:30: note: insert '_Nullable' if the pointer may be null int cgetfirst(char **, char **); ^ _Nullable /usr/local/include/stdlib.h:284:30: note: insert '_Nonnull' if the pointer should never be null int cgetfirst(char **, char **); ^ _Nonnull /usr/local/include/stdlib.h:284:31: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int cgetfirst(char **, char **); ^ /usr/local/include/stdlib.h:284:31: note: insert '_Nullable' if the pointer may be null int cgetfirst(char **, char **); ^ _Nullable /usr/local/include/stdlib.h:284:31: note: insert '_Nonnull' if the pointer should never be null int cgetfirst(char **, char **); ^ _Nonnull /usr/local/include/stdlib.h:285:27: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int cgetmatch(const char *, const char *); ^ /usr/local/include/stdlib.h:285:27: note: insert '_Nullable' if the pointer may be null int cgetmatch(const char *, const char *); ^ _Nullable /usr/local/include/stdlib.h:285:27: note: insert '_Nonnull' if the pointer should never be null int cgetmatch(const char *, const char *); ^ _Nonnull /usr/local/include/stdlib.h:285:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int cgetmatch(const char *, const char *); ^ /usr/local/include/stdlib.h:285:41: note: insert '_Nullable' if the pointer may be null int cgetmatch(const char *, const char *); ^ _Nullable /usr/local/include/stdlib.h:285:41: note: insert '_Nonnull' if the pointer should never be null int cgetmatch(const char *, const char *); ^ _Nonnull /usr/local/include/stdlib.h:286:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int cgetnext(char **, char **); ^ /usr/local/include/stdlib.h:286:20: note: insert '_Nullable' if the pointer may be null int cgetnext(char **, char **); ^ _Nullable /usr/local/include/stdlib.h:286:20: note: insert '_Nonnull' if the pointer should never be null int cgetnext(char **, char **); ^ _Nonnull /usr/local/include/stdlib.h:286:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int cgetnext(char **, char **); ^ /usr/local/include/stdlib.h:286:21: note: insert '_Nullable' if the pointer may be null int cgetnext(char **, char **); ^ _Nullable /usr/local/include/stdlib.h:286:21: note: insert '_Nonnull' if the pointer should never be null int cgetnext(char **, char **); ^ _Nonnull /usr/local/include/stdlib.h:286:29: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int cgetnext(char **, char **); ^ /usr/local/include/stdlib.h:286:29: note: insert '_Nullable' if the pointer may be null int cgetnext(char **, char **); ^ _Nullable /usr/local/include/stdlib.h:286:29: note: insert '_Nonnull' if the pointer should never be null int cgetnext(char **, char **); ^ _Nonnull /usr/local/include/stdlib.h:286:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int cgetnext(char **, char **); ^ /usr/local/include/stdlib.h:286:30: note: insert '_Nullable' if the pointer may be null int cgetnext(char **, char **); ^ _Nullable /usr/local/include/stdlib.h:286:30: note: insert '_Nonnull' if the pointer should never be null int cgetnext(char **, char **); ^ _Nonnull /usr/local/include/stdlib.h:287:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int cgetnum(char *, const char *, long *); ^ /usr/local/include/stdlib.h:287:19: note: insert '_Nullable' if the pointer may be null int cgetnum(char *, const char *, long *); ^ _Nullable /usr/local/include/stdlib.h:287:19: note: insert '_Nonnull' if the pointer should never be null int cgetnum(char *, const char *, long *); ^ _Nonnull /usr/local/include/stdlib.h:287:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int cgetnum(char *, const char *, long *); ^ /usr/local/include/stdlib.h:287:33: note: insert '_Nullable' if the pointer may be null int cgetnum(char *, const char *, long *); ^ _Nullable /usr/local/include/stdlib.h:287:33: note: insert '_Nonnull' if the pointer should never be null int cgetnum(char *, const char *, long *); ^ _Nonnull /usr/local/include/stdlib.h:287:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int cgetnum(char *, const char *, long *); ^ /usr/local/include/stdlib.h:287:41: note: insert '_Nullable' if the pointer may be null int cgetnum(char *, const char *, long *); ^ _Nullable /usr/local/include/stdlib.h:287:41: note: insert '_Nonnull' if the pointer should never be null int cgetnum(char *, const char *, long *); ^ _Nonnull /usr/local/include/stdlib.h:288:25: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int cgetset(const char *); ^ /usr/local/include/stdlib.h:288:25: note: insert '_Nullable' if the pointer may be null int cgetset(const char *); ^ _Nullable /usr/local/include/stdlib.h:288:25: note: insert '_Nonnull' if the pointer should never be null int cgetset(const char *); ^ _Nonnull /usr/local/include/stdlib.h:289:19: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int cgetstr(char *, const char *, char **); ^ /usr/local/include/stdlib.h:289:19: note: insert '_Nullable' if the pointer may be null int cgetstr(char *, const char *, char **); ^ _Nullable /usr/local/include/stdlib.h:289:19: note: insert '_Nonnull' if the pointer should never be null int cgetstr(char *, const char *, char **); ^ _Nonnull /usr/local/include/stdlib.h:289:33: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int cgetstr(char *, const char *, char **); ^ /usr/local/include/stdlib.h:289:33: note: insert '_Nullable' if the pointer may be null int cgetstr(char *, const char *, char **); ^ _Nullable /usr/local/include/stdlib.h:289:33: note: insert '_Nonnull' if the pointer should never be null int cgetstr(char *, const char *, char **); ^ _Nonnull /usr/local/include/stdlib.h:289:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int cgetstr(char *, const char *, char **); ^ /usr/local/include/stdlib.h:289:41: note: insert '_Nullable' if the pointer may be null int cgetstr(char *, const char *, char **); ^ _Nullable /usr/local/include/stdlib.h:289:41: note: insert '_Nonnull' if the pointer should never be null int cgetstr(char *, const char *, char **); ^ _Nonnull /usr/local/include/stdlib.h:289:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int cgetstr(char *, const char *, char **); ^ /usr/local/include/stdlib.h:289:42: note: insert '_Nullable' if the pointer may be null int cgetstr(char *, const char *, char **); ^ _Nullable /usr/local/include/stdlib.h:289:42: note: insert '_Nonnull' if the pointer should never be null int cgetstr(char *, const char *, char **); ^ _Nonnull /usr/local/include/stdlib.h:290:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int cgetustr(char *, const char *, char **); ^ /usr/local/include/stdlib.h:290:20: note: insert '_Nullable' if the pointer may be null int cgetustr(char *, const char *, char **); ^ _Nullable /usr/local/include/stdlib.h:290:20: note: insert '_Nonnull' if the pointer should never be null int cgetustr(char *, const char *, char **); ^ _Nonnull /usr/local/include/stdlib.h:290:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int cgetustr(char *, const char *, char **); ^ /usr/local/include/stdlib.h:290:34: note: insert '_Nullable' if the pointer may be null int cgetustr(char *, const char *, char **); ^ _Nullable /usr/local/include/stdlib.h:290:34: note: insert '_Nonnull' if the pointer should never be null int cgetustr(char *, const char *, char **); ^ _Nonnull /usr/local/include/stdlib.h:290:42: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int cgetustr(char *, const char *, char **); ^ /usr/local/include/stdlib.h:290:42: note: insert '_Nullable' if the pointer may be null int cgetustr(char *, const char *, char **); ^ _Nullable /usr/local/include/stdlib.h:290:42: note: insert '_Nonnull' if the pointer should never be null int cgetustr(char *, const char *, char **); ^ _Nonnull /usr/local/include/stdlib.h:290:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int cgetustr(char *, const char *, char **); ^ /usr/local/include/stdlib.h:290:43: note: insert '_Nullable' if the pointer may be null int cgetustr(char *, const char *, char **); ^ _Nullable /usr/local/include/stdlib.h:290:43: note: insert '_Nonnull' if the pointer should never be null int cgetustr(char *, const char *, char **); ^ _Nonnull /usr/local/include/stdlib.h:293:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] char *devname(dev_t, mode_t); ^ /usr/local/include/stdlib.h:293:6: note: insert '_Nullable' if the pointer may be null char *devname(dev_t, mode_t); ^ _Nullable /usr/local/include/stdlib.h:293:6: note: insert '_Nonnull' if the pointer should never be null char *devname(dev_t, mode_t); ^ _Nonnull /usr/local/include/stdlib.h:294:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] char *devname_r(dev_t, mode_t, char *buf, int len); ^ /usr/local/include/stdlib.h:294:37: note: insert '_Nullable' if the pointer may be null char *devname_r(dev_t, mode_t, char *buf, int len); ^ _Nullable /usr/local/include/stdlib.h:294:37: note: insert '_Nonnull' if the pointer should never be null char *devname_r(dev_t, mode_t, char *buf, int len); ^ _Nonnull /usr/local/include/stdlib.h:294:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] char *devname_r(dev_t, mode_t, char *buf, int len); ^ /usr/local/include/stdlib.h:294:6: note: insert '_Nullable' if the pointer may be null char *devname_r(dev_t, mode_t, char *buf, int len); ^ _Nullable /usr/local/include/stdlib.h:294:6: note: insert '_Nonnull' if the pointer should never be null char *devname_r(dev_t, mode_t, char *buf, int len); ^ _Nonnull /usr/local/include/stdlib.h:295:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] char *getbsize(int *, long *); ^ /usr/local/include/stdlib.h:295:20: note: insert '_Nullable' if the pointer may be null char *getbsize(int *, long *); ^ _Nullable /usr/local/include/stdlib.h:295:20: note: insert '_Nonnull' if the pointer should never be null char *getbsize(int *, long *); ^ _Nonnull /usr/local/include/stdlib.h:295:28: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] char *getbsize(int *, long *); ^ /usr/local/include/stdlib.h:295:28: note: insert '_Nullable' if the pointer may be null char *getbsize(int *, long *); ^ _Nullable /usr/local/include/stdlib.h:295:28: note: insert '_Nonnull' if the pointer should never be null char *getbsize(int *, long *); ^ _Nonnull /usr/local/include/stdlib.h:295:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] char *getbsize(int *, long *); ^ /usr/local/include/stdlib.h:295:6: note: insert '_Nullable' if the pointer may be null char *getbsize(int *, long *); ^ _Nullable /usr/local/include/stdlib.h:295:6: note: insert '_Nonnull' if the pointer should never be null char *getbsize(int *, long *); ^ _Nonnull /usr/local/include/stdlib.h:296:24: warning: array parameter is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness-on-arrays] int getloadavg(double [], int); ^ /usr/local/include/stdlib.h:296:24: note: insert '_Nullable' if the array parameter may be null int getloadavg(double [], int); ^ _Nullable /usr/local/include/stdlib.h:296:24: note: insert '_Nonnull' if the array parameter should never be null int getloadavg(double [], int); ^ _Nonnull /usr/local/include/stdlib.h:298:2: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] *getprogname(void); ^ /usr/local/include/stdlib.h:298:2: note: insert '_Nullable' if the pointer may be null *getprogname(void); ^ _Nullable /usr/local/include/stdlib.h:298:2: note: insert '_Nonnull' if the pointer should never be null *getprogname(void); ^ _Nonnull /usr/local/include/stdlib.h:299:30: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] void setprogname(const char *); ^ /usr/local/include/stdlib.h:299:30: note: insert '_Nullable' if the pointer may be null void setprogname(const char *); ^ _Nullable /usr/local/include/stdlib.h:299:30: note: insert '_Nonnull' if the pointer should never be null void setprogname(const char *); ^ _Nonnull /usr/local/include/stdlib.h:309:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int heapsort(void *__base, size_t __nel, size_t __width, ^ /usr/local/include/stdlib.h:309:20: note: insert '_Nullable' if the pointer may be null int heapsort(void *__base, size_t __nel, size_t __width, ^ _Nullable /usr/local/include/stdlib.h:309:20: note: insert '_Nonnull' if the pointer should never be null int heapsort(void *__base, size_t __nel, size_t __width, ^ _Nonnull /usr/local/include/stdlib.h:310:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int (* _Nonnull __compar)(const void *, const void *)); ^ /usr/local/include/stdlib.h:310:43: note: insert '_Nullable' if the pointer may be null int (* _Nonnull __compar)(const void *, const void *)); ^ _Nullable /usr/local/include/stdlib.h:310:43: note: insert '_Nonnull' if the pointer should never be null int (* _Nonnull __compar)(const void *, const void *)); ^ _Nonnull /usr/local/include/stdlib.h:310:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int (* _Nonnull __compar)(const void *, const void *)); ^ /usr/local/include/stdlib.h:310:57: note: insert '_Nullable' if the pointer may be null ...int (* _Nonnull __compar)(const void *, const void *)); ^ _Nullable /usr/local/include/stdlib.h:310:57: note: insert '_Nonnull' if the pointer should never be null ...int (* _Nonnull __compar)(const void *, const void *)); ^ _Nonnull /usr/local/include/stdlib.h:312:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int heapsort_b(void *__base, size_t __nel, size_t __width, ^ /usr/local/include/stdlib.h:312:22: note: insert '_Nullable' if the pointer may be null int heapsort_b(void *__base, size_t __nel, size_t __width, ^ _Nullable /usr/local/include/stdlib.h:312:22: note: insert '_Nonnull' if the pointer should never be null int heapsort_b(void *__base, size_t __nel, size_t __width, ^ _Nonnull /usr/local/include/stdlib.h:313:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int (^ _Nonnull __compar)(const void *, const voi... ^ /usr/local/include/stdlib.h:313:43: note: insert '_Nullable' if the pointer may be null ...int (^ _Nonnull __compar)(const void *, const void *) __sort_n... ^ _Nullable /usr/local/include/stdlib.h:313:43: note: insert '_Nonnull' if the pointer should never be null ...int (^ _Nonnull __compar)(const void *, const void *) __sort_n... ^ _Nonnull /usr/local/include/stdlib.h:313:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] ...int (^ _Nonnull __compar)(const void *, const void *) __sort_n... ^ /usr/local/include/stdlib.h:313:57: note: insert '_Nullable' if the pointer may be null ..._Nonnull __compar)(const void *, const void *) __sort_noescape) ^ _Nullable /usr/local/include/stdlib.h:313:57: note: insert '_Nonnull' if the pointer should never be null ...(^ _Nonnull __compar)(const void *, const void *) __sort_noesc... ^ _Nonnull /usr/local/include/stdlib.h:316:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int mergesort(void *__base, size_t __nel, size_t __width, ^ /usr/local/include/stdlib.h:316:21: note: insert '_Nullable' if the pointer may be null int mergesort(void *__base, size_t __nel, size_t __width, ^ _Nullable /usr/local/include/stdlib.h:316:21: note: insert '_Nonnull' if the pointer should never be null int mergesort(void *__base, size_t __nel, size_t __width, ^ _Nonnull /usr/local/include/stdlib.h:317:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int (* _Nonnull __compar)(const void *, const void *)); ^ /usr/local/include/stdlib.h:317:43: note: insert '_Nullable' if the pointer may be null int (* _Nonnull __compar)(const void *, const void *)); ^ _Nullable /usr/local/include/stdlib.h:317:43: note: insert '_Nonnull' if the pointer should never be null int (* _Nonnull __compar)(const void *, const void *)); ^ _Nonnull /usr/local/include/stdlib.h:317:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int (* _Nonnull __compar)(const void *, const void *)); ^ /usr/local/include/stdlib.h:317:57: note: insert '_Nullable' if the pointer may be null ...int (* _Nonnull __compar)(const void *, const void *)); ^ _Nullable /usr/local/include/stdlib.h:317:57: note: insert '_Nonnull' if the pointer should never be null ...int (* _Nonnull __compar)(const void *, const void *)); ^ _Nonnull /usr/local/include/stdlib.h:319:23: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int mergesort_b(void *__base, size_t __nel, size_t __width, ^ /usr/local/include/stdlib.h:319:23: note: insert '_Nullable' if the pointer may be null int mergesort_b(void *__base, size_t __nel, size_t __width, ^ _Nullable /usr/local/include/stdlib.h:319:23: note: insert '_Nonnull' if the pointer should never be null int mergesort_b(void *__base, size_t __nel, size_t __width, ^ _Nonnull /usr/local/include/stdlib.h:320:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int (^ _Nonnull __compar)(const void *, const voi... ^ /usr/local/include/stdlib.h:320:43: note: insert '_Nullable' if the pointer may be null ...int (^ _Nonnull __compar)(const void *, const void *) __sort_n... ^ _Nullable /usr/local/include/stdlib.h:320:43: note: insert '_Nonnull' if the pointer should never be null ...int (^ _Nonnull __compar)(const void *, const void *) __sort_n... ^ _Nonnull /usr/local/include/stdlib.h:320:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] ...int (^ _Nonnull __compar)(const void *, const void *) __sort_n... ^ /usr/local/include/stdlib.h:320:57: note: insert '_Nullable' if the pointer may be null ..._Nonnull __compar)(const void *, const void *) __sort_noescape) ^ _Nullable /usr/local/include/stdlib.h:320:57: note: insert '_Nonnull' if the pointer should never be null ...(^ _Nonnull __compar)(const void *, const void *) __sort_noesc... ^ _Nonnull /usr/local/include/stdlib.h:323:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] void psort(void *__base, size_t __nel, size_t __width, ^ /usr/local/include/stdlib.h:323:18: note: insert '_Nullable' if the pointer may be null void psort(void *__base, size_t __nel, size_t __width, ^ _Nullable /usr/local/include/stdlib.h:323:18: note: insert '_Nonnull' if the pointer should never be null void psort(void *__base, size_t __nel, size_t __width, ^ _Nonnull /usr/local/include/stdlib.h:324:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int (* _Nonnull __compar)(const void *, const void *)) ^ /usr/local/include/stdlib.h:324:43: note: insert '_Nullable' if the pointer may be null int (* _Nonnull __compar)(const void *, const void *)) ^ _Nullable /usr/local/include/stdlib.h:324:43: note: insert '_Nonnull' if the pointer should never be null int (* _Nonnull __compar)(const void *, const void *)) ^ _Nonnull /usr/local/include/stdlib.h:324:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int (* _Nonnull __compar)(const void *, const void *)) ^ /usr/local/include/stdlib.h:324:57: note: insert '_Nullable' if the pointer may be null ...int (* _Nonnull __compar)(const void *, const void *)) ^ _Nullable /usr/local/include/stdlib.h:324:57: note: insert '_Nonnull' if the pointer should never be null ...int (* _Nonnull __compar)(const void *, const void *)) ^ _Nonnull /usr/local/include/stdlib.h:327:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] void psort_b(void *__base, size_t __nel, size_t __width, ^ /usr/local/include/stdlib.h:327:20: note: insert '_Nullable' if the pointer may be null void psort_b(void *__base, size_t __nel, size_t __width, ^ _Nullable /usr/local/include/stdlib.h:327:20: note: insert '_Nonnull' if the pointer should never be null void psort_b(void *__base, size_t __nel, size_t __width, ^ _Nonnull /usr/local/include/stdlib.h:328:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int (^ _Nonnull __compar)(const void *, const voi... ^ /usr/local/include/stdlib.h:328:43: note: insert '_Nullable' if the pointer may be null ...int (^ _Nonnull __compar)(const void *, const void *) __sort_n... ^ _Nullable /usr/local/include/stdlib.h:328:43: note: insert '_Nonnull' if the pointer should never be null ...int (^ _Nonnull __compar)(const void *, const void *) __sort_n... ^ _Nonnull /usr/local/include/stdlib.h:328:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] ...int (^ _Nonnull __compar)(const void *, const void *) __sort_n... ^ /usr/local/include/stdlib.h:328:57: note: insert '_Nullable' if the pointer may be null ..._Nonnull __compar)(const void *, const void *) __sort_noescape) ^ _Nullable /usr/local/include/stdlib.h:328:57: note: insert '_Nonnull' if the pointer should never be null ...(^ _Nonnull __compar)(const void *, const void *) __sort_noesc... ^ _Nonnull /usr/local/include/stdlib.h:331:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] void psort_r(void *__base, size_t __nel, size_t __width, void *, ^ /usr/local/include/stdlib.h:331:20: note: insert '_Nullable' if the pointer may be null void psort_r(void *__base, size_t __nel, size_t __width, void *, ^ _Nullable /usr/local/include/stdlib.h:331:20: note: insert '_Nonnull' if the pointer should never be null void psort_r(void *__base, size_t __nel, size_t __width, void *, ^ _Nonnull /usr/local/include/stdlib.h:331:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] void psort_r(void *__base, size_t __nel, size_t __width, void *, ^ /usr/local/include/stdlib.h:331:64: note: insert '_Nullable' if the pointer may be null ...*__base, size_t __nel, size_t __width, void *, ^ _Nullable /usr/local/include/stdlib.h:331:64: note: insert '_Nonnull' if the pointer should never be null ...*__base, size_t __nel, size_t __width, void *, ^ _Nonnull /usr/local/include/stdlib.h:332:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int (* _Nonnull __compar)(void *, const void *, co... ^ /usr/local/include/stdlib.h:332:37: note: insert '_Nullable' if the pointer may be null int (* _Nonnull __compar)(void *, const void *, co... ^ _Nullable /usr/local/include/stdlib.h:332:37: note: insert '_Nonnull' if the pointer should never be null int (* _Nonnull __compar)(void *, const void *, co... ^ _Nonnull /usr/local/include/stdlib.h:332:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] ...int (* _Nonnull __compar)(void *, const void *, const void *)) ^ /usr/local/include/stdlib.h:332:51: note: insert '_Nullable' if the pointer may be null ...int (* _Nonnull __compar)(void *, const void *, const void *)) ^ _Nullable /usr/local/include/stdlib.h:332:51: note: insert '_Nonnull' if the pointer should never be null ...int (* _Nonnull __compar)(void *, const void *, const void *)) ^ _Nonnull /usr/local/include/stdlib.h:332:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] ...int (* _Nonnull __compar)(void *, const void *, const void *)) ^ /usr/local/include/stdlib.h:332:65: note: insert '_Nullable' if the pointer may be null ..._Nonnull __compar)(void *, const void *, const void *)) ^ _Nullable /usr/local/include/stdlib.h:332:65: note: insert '_Nonnull' if the pointer should never be null ..._Nonnull __compar)(void *, const void *, const void *)) ^ _Nonnull /usr/local/include/stdlib.h:335:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] void qsort_b(void *__base, size_t __nel, size_t __width, ^ /usr/local/include/stdlib.h:335:20: note: insert '_Nullable' if the pointer may be null void qsort_b(void *__base, size_t __nel, size_t __width, ^ _Nullable /usr/local/include/stdlib.h:335:20: note: insert '_Nonnull' if the pointer should never be null void qsort_b(void *__base, size_t __nel, size_t __width, ^ _Nonnull /usr/local/include/stdlib.h:336:43: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int (^ _Nonnull __compar)(const void *, const voi... ^ /usr/local/include/stdlib.h:336:43: note: insert '_Nullable' if the pointer may be null ...int (^ _Nonnull __compar)(const void *, const void *) __sort_n... ^ _Nullable /usr/local/include/stdlib.h:336:43: note: insert '_Nonnull' if the pointer should never be null ...int (^ _Nonnull __compar)(const void *, const void *) __sort_n... ^ _Nonnull /usr/local/include/stdlib.h:336:57: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] ...int (^ _Nonnull __compar)(const void *, const void *) __sort_n... ^ /usr/local/include/stdlib.h:336:57: note: insert '_Nullable' if the pointer may be null ..._Nonnull __compar)(const void *, const void *) __sort_noescape) ^ _Nullable /usr/local/include/stdlib.h:336:57: note: insert '_Nonnull' if the pointer should never be null ...(^ _Nonnull __compar)(const void *, const void *) __sort_noesc... ^ _Nonnull /usr/local/include/stdlib.h:339:20: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] void qsort_r(void *__base, size_t __nel, size_t __width, void *, ^ /usr/local/include/stdlib.h:339:20: note: insert '_Nullable' if the pointer may be null void qsort_r(void *__base, size_t __nel, size_t __width, void *, ^ _Nullable /usr/local/include/stdlib.h:339:20: note: insert '_Nonnull' if the pointer should never be null void qsort_r(void *__base, size_t __nel, size_t __width, void *, ^ _Nonnull /usr/local/include/stdlib.h:339:64: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] void qsort_r(void *__base, size_t __nel, size_t __width, void *, ^ /usr/local/include/stdlib.h:339:64: note: insert '_Nullable' if the pointer may be null ...*__base, size_t __nel, size_t __width, void *, ^ _Nullable /usr/local/include/stdlib.h:339:64: note: insert '_Nonnull' if the pointer should never be null ...*__base, size_t __nel, size_t __width, void *, ^ _Nonnull /usr/local/include/stdlib.h:340:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int (* _Nonnull __compar)(void *, const void *, co... ^ /usr/local/include/stdlib.h:340:37: note: insert '_Nullable' if the pointer may be null int (* _Nonnull __compar)(void *, const void *, co... ^ _Nullable /usr/local/include/stdlib.h:340:37: note: insert '_Nonnull' if the pointer should never be null int (* _Nonnull __compar)(void *, const void *, co... ^ _Nonnull /usr/local/include/stdlib.h:340:51: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] ...int (* _Nonnull __compar)(void *, const void *, const void *)); ^ /usr/local/include/stdlib.h:340:51: note: insert '_Nullable' if the pointer may be null ...int (* _Nonnull __compar)(void *, const void *, const void *)); ^ _Nullable /usr/local/include/stdlib.h:340:51: note: insert '_Nonnull' if the pointer should never be null ...int (* _Nonnull __compar)(void *, const void *, const void *)); ^ _Nonnull /usr/local/include/stdlib.h:340:65: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] ...(* _Nonnull __compar)(void *, const void *, const void *)); ^ /usr/local/include/stdlib.h:340:65: note: insert '_Nullable' if the pointer may be null ..._Nonnull __compar)(void *, const void *, const void *)); ^ _Nullable /usr/local/include/stdlib.h:340:65: note: insert '_Nonnull' if the pointer should never be null ..._Nonnull __compar)(void *, const void *, const void *)); ^ _Nonnull /usr/local/include/stdlib.h:341:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int radixsort(const unsigned char **__base, int __nel, co... ^ /usr/local/include/stdlib.h:341:36: note: insert '_Nullable' if the pointer may be null int radixsort(const unsigned char **__base, int __nel, co... ^ _Nullable /usr/local/include/stdlib.h:341:36: note: insert '_Nonnull' if the pointer should never be null int radixsort(const unsigned char **__base, int __nel, co... ^ _Nonnull /usr/local/include/stdlib.h:341:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int radixsort(const unsigned char **__base, int __nel, co... ^ /usr/local/include/stdlib.h:341:37: note: insert '_Nullable' if the pointer may be null int radixsort(const unsigned char **__base, int __nel, co... ^ _Nullable /usr/local/include/stdlib.h:341:37: note: insert '_Nonnull' if the pointer should never be null int radixsort(const unsigned char **__base, int __nel, co... ^ _Nonnull /usr/local/include/stdlib.h:341:77: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] ...char **__base, int __nel, const unsigned char *__table, ^ /usr/local/include/stdlib.h:341:77: note: insert '_Nullable' if the pointer may be null ...char **__base, int __nel, const unsigned char *__table, ^ _Nullable /usr/local/include/stdlib.h:341:77: note: insert '_Nonnull' if the pointer should never be null ...char **__base, int __nel, const unsigned char *__table, ^ _Nonnull /usr/local/include/stdlib.h:343:24: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int rpmatch(const char *) ^ /usr/local/include/stdlib.h:343:24: note: insert '_Nullable' if the pointer may be null int rpmatch(const char *) ^ _Nullable /usr/local/include/stdlib.h:343:24: note: insert '_Nonnull' if the pointer should never be null int rpmatch(const char *) ^ _Nonnull /usr/local/include/stdlib.h:345:37: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int sradixsort(const unsigned char **__base, int __nel, c... ^ /usr/local/include/stdlib.h:345:37: note: insert '_Nullable' if the pointer may be null int sradixsort(const unsigned char **__base, int __nel, c... ^ _Nullable /usr/local/include/stdlib.h:345:37: note: insert '_Nonnull' if the pointer should never be null int sradixsort(const unsigned char **__base, int __nel, c... ^ _Nonnull /usr/local/include/stdlib.h:345:38: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int sradixsort(const unsigned char **__base, int __nel, c... ^ /usr/local/include/stdlib.h:345:38: note: insert '_Nullable' if the pointer may be null int sradixsort(const unsigned char **__base, int __nel, c... ^ _Nullable /usr/local/include/stdlib.h:345:38: note: insert '_Nonnull' if the pointer should never be null int sradixsort(const unsigned char **__base, int __nel, c... ^ _Nonnull /usr/local/include/stdlib.h:345:78: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] ...char **__base, int __nel, const unsigned char *__table, ^ /usr/local/include/stdlib.h:345:78: note: insert '_Nullable' if the pointer may be null ...char **__base, int __nel, const unsigned char *__table, ^ _Nullable /usr/local/include/stdlib.h:345:78: note: insert '_Nonnull' if the pointer should never be null ...char **__base, int __nel, const unsigned char *__table, ^ _Nonnull /usr/local/include/stdlib.h:349:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] void *reallocf(void *__ptr, size_t __size) __alloc_size(2); ^ /usr/local/include/stdlib.h:349:21: note: insert '_Nullable' if the pointer may be null void *reallocf(void *__ptr, size_t __size) __alloc_size(2); ^ _Nullable /usr/local/include/stdlib.h:349:21: note: insert '_Nonnull' if the pointer should never be null void *reallocf(void *__ptr, size_t __size) __alloc_size(2); ^ _Nonnull /usr/local/include/stdlib.h:349:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] void *reallocf(void *__ptr, size_t __size) __alloc_size(2); ^ /usr/local/include/stdlib.h:349:6: note: insert '_Nullable' if the pointer may be null void *reallocf(void *__ptr, size_t __size) __alloc_size(2); ^ _Nullable /usr/local/include/stdlib.h:349:6: note: insert '_Nonnull' if the pointer should never be null void *reallocf(void *__ptr, size_t __size) __alloc_size(2); ^ _Nonnull /usr/local/include/stdlib.h:352:21: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] strtoq(const char *__str, char **__endptr, int __base); ^ /usr/local/include/stdlib.h:352:21: note: insert '_Nullable' if the pointer may be null strtoq(const char *__str, char **__endptr, int __base); ^ _Nullable /usr/local/include/stdlib.h:352:21: note: insert '_Nonnull' if the pointer should never be null strtoq(const char *__str, char **__endptr, int __base); ^ _Nonnull /usr/local/include/stdlib.h:352:34: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] strtoq(const char *__str, char **__endptr, int __base); ^ /usr/local/include/stdlib.h:352:34: note: insert '_Nullable' if the pointer may be null strtoq(const char *__str, char **__endptr, int __base); ^ _Nullable /usr/local/include/stdlib.h:352:34: note: insert '_Nonnull' if the pointer should never be null strtoq(const char *__str, char **__endptr, int __base); ^ _Nonnull /usr/local/include/stdlib.h:352:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] strtoq(const char *__str, char **__endptr, int __base); ^ /usr/local/include/stdlib.h:352:35: note: insert '_Nullable' if the pointer may be null strtoq(const char *__str, char **__endptr, int __base); ^ _Nullable /usr/local/include/stdlib.h:352:35: note: insert '_Nonnull' if the pointer should never be null strtoq(const char *__str, char **__endptr, int __base); ^ _Nonnull /usr/local/include/stdlib.h:354:22: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] strtouq(const char *__str, char **__endptr, int __base); ^ /usr/local/include/stdlib.h:354:22: note: insert '_Nullable' if the pointer may be null strtouq(const char *__str, char **__endptr, int __base); ^ _Nullable /usr/local/include/stdlib.h:354:22: note: insert '_Nonnull' if the pointer should never be null strtouq(const char *__str, char **__endptr, int __base); ^ _Nonnull /usr/local/include/stdlib.h:354:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] strtouq(const char *__str, char **__endptr, int __base); ^ /usr/local/include/stdlib.h:354:35: note: insert '_Nullable' if the pointer may be null strtouq(const char *__str, char **__endptr, int __base); ^ _Nullable /usr/local/include/stdlib.h:354:35: note: insert '_Nonnull' if the pointer should never be null strtouq(const char *__str, char **__endptr, int __base); ^ _Nonnull /usr/local/include/stdlib.h:354:36: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] strtouq(const char *__str, char **__endptr, int __base); ^ /usr/local/include/stdlib.h:354:36: note: insert '_Nullable' if the pointer may be null strtouq(const char *__str, char **__endptr, int __base); ^ _Nullable /usr/local/include/stdlib.h:354:36: note: insert '_Nonnull' if the pointer should never be null strtouq(const char *__str, char **__endptr, int __base); ^ _Nonnull /usr/local/include/stdlib.h:356:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] extern char *suboptarg; /* getsubopt(3) external variable */ ^ /usr/local/include/stdlib.h:356:13: note: insert '_Nullable' if the pointer may be null extern char *suboptarg; /* getsubopt(3) external variable */ ^ _Nullable /usr/local/include/stdlib.h:356:13: note: insert '_Nonnull' if the pointer should never be null extern char *suboptarg; /* getsubopt(3) external variable */ ^ _Nonnull In file included from ZTRLOP.c:4: In file included from /usr/local/include/stdio.h:64: /usr/local/include/_stdio.h:93:16: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] unsigned char *_base; ^ /usr/local/include/_stdio.h:93:16: note: insert '_Nullable' if the pointer may be null unsigned char *_base; ^ _Nullable /usr/local/include/_stdio.h:93:16: note: insert '_Nonnull' if the pointer should never be null unsigned char *_base; ^ _Nonnull /usr/local/include/_stdio.h:138:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int (* _Nullable _read) (void *, char *, int); ^ /usr/local/include/_stdio.h:138:32: note: insert '_Nullable' if the pointer may be null int (* _Nullable _read) (void *, char *, int); ^ _Nullable /usr/local/include/_stdio.h:138:32: note: insert '_Nonnull' if the pointer should never be null int (* _Nullable _read) (void *, char *, int); ^ _Nonnull /usr/local/include/_stdio.h:138:40: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int (* _Nullable _read) (void *, char *, int); ^ /usr/local/include/_stdio.h:138:40: note: insert '_Nullable' if the pointer may be null int (* _Nullable _read) (void *, char *, int); ^ _Nullable /usr/local/include/_stdio.h:138:40: note: insert '_Nonnull' if the pointer should never be null int (* _Nullable _read) (void *, char *, int); ^ _Nonnull /usr/local/include/_stdio.h:139:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] fpos_t (* _Nullable _seek) (void *, fpos_t, int); ^ /usr/local/include/_stdio.h:139:35: note: insert '_Nullable' if the pointer may be null fpos_t (* _Nullable _seek) (void *, fpos_t, int); ^ _Nullable /usr/local/include/_stdio.h:139:35: note: insert '_Nonnull' if the pointer should never be null fpos_t (* _Nullable _seek) (void *, fpos_t, int); ^ _Nonnull /usr/local/include/_stdio.h:140:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int (* _Nullable _write)(void *, const char *, int); ^ /usr/local/include/_stdio.h:140:32: note: insert '_Nullable' if the pointer may be null int (* _Nullable _write)(void *, const char *, int); ^ _Nullable /usr/local/include/_stdio.h:140:32: note: insert '_Nonnull' if the pointer should never be null int (* _Nullable _write)(void *, const char *, int); ^ _Nonnull /usr/local/include/_stdio.h:140:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int (* _Nullable _write)(void *, const char *, int); ^ /usr/local/include/_stdio.h:140:46: note: insert '_Nullable' if the pointer may be null int (* _Nullable _write)(void *, const char *, int); ^ _Nullable /usr/local/include/_stdio.h:140:46: note: insert '_Nonnull' if the pointer should never be null int (* _Nullable _write)(void *, const char *, int); ^ _Nonnull /usr/local/include/_stdio.h:144:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] struct __sFILEX *_extra; /* additions to FILE to not b... ^ /usr/local/include/_stdio.h:144:18: note: insert '_Nullable' if the pointer may be null struct __sFILEX *_extra; /* additions to FILE to not b... ^ _Nullable /usr/local/include/_stdio.h:144:18: note: insert '_Nonnull' if the pointer should never be null struct __sFILEX *_extra; /* additions to FILE to not b... ^ _Nonnull In file included from ZTRLOP.c:4: /usr/local/include/stdio.h:67:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] extern FILE *__stdinp; ^ /usr/local/include/stdio.h:67:13: note: insert '_Nullable' if the pointer may be null extern FILE *__stdinp; ^ _Nullable /usr/local/include/stdio.h:67:13: note: insert '_Nonnull' if the pointer should never be null extern FILE *__stdinp; ^ _Nonnull /usr/local/include/stdio.h:386:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int (* _Nullable)(void *, const char *, int), ^ /usr/local/include/stdio.h:386:41: note: insert '_Nullable' if the pointer may be null int (* _Nullable)(void *, const char *, int), ^ _Nullable /usr/local/include/stdio.h:386:41: note: insert '_Nonnull' if the pointer should never be null int (* _Nullable)(void *, const char *, int), ^ _Nonnull /usr/local/include/stdio.h:386:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int (* _Nullable)(void *, const char *, int), ^ /usr/local/include/stdio.h:386:55: note: insert '_Nullable' if the pointer may be null int (* _Nullable)(void *, const char *, int), ^ _Nullable /usr/local/include/stdio.h:386:55: note: insert '_Nonnull' if the pointer should never be null int (* _Nullable)(void *, const char *, int), ^ _Nonnull /usr/local/include/stdio.h:387:44: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] fpos_t (* _Nullable)(void *, fpos_t, int), ^ /usr/local/include/stdio.h:387:44: note: insert '_Nullable' if the pointer may be null fpos_t (* _Nullable)(void *, fpos_t, int), ^ _Nullable /usr/local/include/stdio.h:387:44: note: insert '_Nonnull' if the pointer should never be null fpos_t (* _Nullable)(void *, fpos_t, int), ^ _Nonnull /usr/local/include/stdio.h:388:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int (* _Nullable)(void *)); ^ /usr/local/include/stdio.h:388:41: note: insert '_Nullable' if the pointer may be null int (* _Nullable)(void *)); ^ _Nullable /usr/local/include/stdio.h:388:41: note: insert '_Nonnull' if the pointer should never be null int (* _Nullable)(void *)); ^ _Nonnull /usr/local/include/stdio.h:384:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] FILE *funopen(const void *, ^ /usr/local/include/stdio.h:384:6: note: insert '_Nullable' if the pointer may be null FILE *funopen(const void *, ^ _Nullable /usr/local/include/stdio.h:384:6: note: insert '_Nonnull' if the pointer should never be null FILE *funopen(const void *, ^ _Nonnull 190 warnings generated. AipsWiz: - done. Now try building the PP preprocessor... AipsWiz: /usr/local/bin/gfortran -O -o PP.EXE PP.f ZTRLOP.o PP.f:140:0: 140 | MSG = INLINE(:ILEN) | Warning: '__builtin_memcpy' reading 80 bytes from a region of size 72 [-Wstringop-overflow=] ld: library not found for -lSystem collect2: error: ld returned 1 exit status AipsWiz: Error: Failed to build PP.EXE in /Users/sinachen/AIPS//31DEC21/MACINT/SYSTEM/SINA AipsWiz: Error: This will prevent INSTEP2 from starting!!!! AipsWiz: Error: You need to find out why it failed, but for now AipsWiz: Error: you can proceed with the rest of the install... AipsWiz: ==> Press to acknowledge:: AipsWiz: =====> Make the XAS TV Server from source if needed... AipsWiz: XAS seems to be already built; good. AipsWiz: =====> Preparing for INSTEP2 and INSTEP4 (building AIPS)... AipsWiz: =====> Preparing for the "Midnight Job"... AipsWiz: MAKE.MNJ done (C Compiler and options) AipsWiz: The AIPS Midnight Job is a way to keep your AIPS AipsWiz: installation up to date. It is secure, relatively AipsWiz: easy, and can be done on demand or in a cron job AipsWiz: (i.e. periodically, daily or weekly or whenever). AipsWiz: It does require that you have the cvs software AipsWiz: package installed on your system. AipsWiz: This script will set up the infrastructure for you AipsWiz: to be *able* to run the Midnight Job (MNJ), but you AipsWiz: have the power to make it run or not. Should you choose to run the Midnight Job, the 'begin date' will be set to 20220306 (format is YYYYMMDD); This is ONE day before the generation time of /Users/sinachen/AIPS/31DEC21.tar.gz (if I've subtracted right!) AipsWiz: ==> If you want a different date, enter it now:: AipsWiz: About to run '/Users/sinachen/AIPS//31DEC21/MACINT/SYSTEM/SINA/MAKE.MNJ 20220306'... AipsWiz: This will generate a fair bit of output. AipsWiz: Engaging MAKE.MNJ... AIPS_VERSION=/Users/sinachen/AIPS//31DEC21 MAKE.MNJ - Moving to /Users/sinachen/AIPS//31DEC21/MACINT/UPDATE MAKE.MNJ - Creating copies of files in /Users/sinachen/AIPS//31DEC21/SYSTEM/UNIX/UPDATE MAKE.MNJ - Found existing AIPSUPD here (/Users/sinachen/AIPS/31DEC21/MACINT/UPDATE), need to remove it so we can MAKE.MNJ - copy /Users/sinachen/AIPS//31DEC21/SYSTEM/UNIX/UPDATE/AIPSUPD here... MAKE.MNJ - Found existing MAKE.BMNJ here (/Users/sinachen/AIPS/31DEC21/MACINT/UPDATE), need to remove it so we can MAKE.MNJ - copy /Users/sinachen/AIPS//31DEC21/SYSTEM/UNIX/UPDATE/MAKE.BMNJ here... MAKE.MNJ - Found existing MAKE.MNJ here (/Users/sinachen/AIPS/31DEC21/MACINT/UPDATE), need to remove it so we can MAKE.MNJ - copy /Users/sinachen/AIPS//31DEC21/SYSTEM/UNIX/UPDATE/MAKE.MNJ here... MAKE.MNJ - Found existing RUNTIME.SED here (/Users/sinachen/AIPS/31DEC21/MACINT/UPDATE), need to remove it so we can MAKE.MNJ - copy /Users/sinachen/AIPS//31DEC21/SYSTEM/UNIX/UPDATE/RUNTIME.SED here... MAKE.MNJ - Found existing UPDAREAS here (/Users/sinachen/AIPS/31DEC21/MACINT/UPDATE), need to remove it so we can MAKE.MNJ - copy /Users/sinachen/AIPS//31DEC21/SYSTEM/UNIX/UPDATE/UPDAREAS here... MAKE.MNJ - Found existing UPDCOMLNK here (/Users/sinachen/AIPS/31DEC21/MACINT/UPDATE), need to remove it so we can MAKE.MNJ - copy /Users/sinachen/AIPS//31DEC21/SYSTEM/UNIX/UPDATE/UPDCOMLNK here... MAKE.MNJ - Found existing UPDCOMRPL here (/Users/sinachen/AIPS/31DEC21/MACINT/UPDATE), need to remove it so we can MAKE.MNJ - copy /Users/sinachen/AIPS//31DEC21/SYSTEM/UNIX/UPDATE/UPDCOMRPL here... MAKE.MNJ - Found existing UPDCONFIG here (/Users/sinachen/AIPS/31DEC21/MACINT/UPDATE), need to remove it so we can MAKE.MNJ - copy /Users/sinachen/AIPS//31DEC21/SYSTEM/UNIX/UPDATE/UPDCONFIG here... MAKE.MNJ - Found existing UPDCONTROL here (/Users/sinachen/AIPS/31DEC21/MACINT/UPDATE), need to remove it so we can MAKE.MNJ - copy /Users/sinachen/AIPS//31DEC21/SYSTEM/UNIX/UPDATE/UPDCONTROL here... MAKE.MNJ - Found existing UPDCOPY here (/Users/sinachen/AIPS/31DEC21/MACINT/UPDATE), need to remove it so we can MAKE.MNJ - copy /Users/sinachen/AIPS//31DEC21/SYSTEM/UNIX/UPDATE/UPDCOPY here... MAKE.MNJ - Found existing UPDCOPYSUB here (/Users/sinachen/AIPS/31DEC21/MACINT/UPDATE), need to remove it so we can MAKE.MNJ - copy /Users/sinachen/AIPS//31DEC21/SYSTEM/UNIX/UPDATE/UPDCOPYSUB here... MAKE.MNJ - Found existing UPDCVS here (/Users/sinachen/AIPS/31DEC21/MACINT/UPDATE), need to remove it so we can MAKE.MNJ - copy /Users/sinachen/AIPS//31DEC21/SYSTEM/UNIX/UPDATE/UPDCVS here... MAKE.MNJ - Found existing UPDERROR here (/Users/sinachen/AIPS/31DEC21/MACINT/UPDATE), need to remove it so we can MAKE.MNJ - copy /Users/sinachen/AIPS//31DEC21/SYSTEM/UNIX/UPDATE/UPDERROR here... MAKE.MNJ - Found existing UPDLSTDAT.c here (/Users/sinachen/AIPS/31DEC21/MACINT/UPDATE), need to remove it so we can MAKE.MNJ - copy /Users/sinachen/AIPS//31DEC21/SYSTEM/UNIX/UPDATE/UPDLSTDAT.c here... MAKE.MNJ - Found existing UPDOBSLT.c here (/Users/sinachen/AIPS/31DEC21/MACINT/UPDATE), need to remove it so we can MAKE.MNJ - copy /Users/sinachen/AIPS//31DEC21/SYSTEM/UNIX/UPDATE/UPDOBSLT.c here... MAKE.MNJ - Found existing UPDREMOVE here (/Users/sinachen/AIPS/31DEC21/MACINT/UPDATE), need to remove it so we can MAKE.MNJ - copy /Users/sinachen/AIPS//31DEC21/SYSTEM/UNIX/UPDATE/UPDREMOVE here... MAKE.MNJ - Found existing UPDREPORT here (/Users/sinachen/AIPS/31DEC21/MACINT/UPDATE), need to remove it so we can MAKE.MNJ - copy /Users/sinachen/AIPS//31DEC21/SYSTEM/UNIX/UPDATE/UPDREPORT here... MAKE.MNJ - Found existing UPDRSYNC here (/Users/sinachen/AIPS/31DEC21/MACINT/UPDATE), need to remove it so we can MAKE.MNJ - copy /Users/sinachen/AIPS//31DEC21/SYSTEM/UNIX/UPDATE/UPDRSYNC here... MAKE.MNJ - Found existing UPDSRTUNQ here (/Users/sinachen/AIPS/31DEC21/MACINT/UPDATE), need to remove it so we can MAKE.MNJ - copy /Users/sinachen/AIPS//31DEC21/SYSTEM/UNIX/UPDATE/UPDSRTUNQ here... MAKE.MNJ - Found existing UPDSRTUNQ.SED here (/Users/sinachen/AIPS/31DEC21/MACINT/UPDATE), need to remove it so we can MAKE.MNJ - copy /Users/sinachen/AIPS//31DEC21/SYSTEM/UNIX/UPDATE/UPDSRTUNQ.SED here... MAKE.MNJ - Found existing UPDSSHD.PL here (/Users/sinachen/AIPS/31DEC21/MACINT/UPDATE), need to remove it so we can MAKE.MNJ - copy /Users/sinachen/AIPS//31DEC21/SYSTEM/UNIX/UPDATE/UPDSSHD.PL here... MAKE.MNJ - Found existing UPDUPDATE here (/Users/sinachen/AIPS/31DEC21/MACINT/UPDATE), need to remove it so we can MAKE.MNJ - copy /Users/sinachen/AIPS//31DEC21/SYSTEM/UNIX/UPDATE/UPDUPDATE here... MAKE.MNJ - Compiling utility programs... In file included from UPDLSTDAT.c:39: In file included from /usr/local/include/stdio.h:64: /usr/local/include/_stdio.h:93:16: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] unsigned char *_base; ^ /usr/local/include/_stdio.h:93:16: note: insert '_Nullable' if the pointer may be null unsigned char *_base; ^ _Nullable /usr/local/include/_stdio.h:93:16: note: insert '_Nonnull' if the pointer should never be null unsigned char *_base; ^ _Nonnull /usr/local/include/_stdio.h:138:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int (* _Nullable _read) (void *, char *, int); ^ /usr/local/include/_stdio.h:138:32: note: insert '_Nullable' if the pointer may be null int (* _Nullable _read) (void *, char *, int); ^ _Nullable /usr/local/include/_stdio.h:138:32: note: insert '_Nonnull' if the pointer should never be null int (* _Nullable _read) (void *, char *, int); ^ _Nonnull /usr/local/include/_stdio.h:138:40: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int (* _Nullable _read) (void *, char *, int); ^ /usr/local/include/_stdio.h:138:40: note: insert '_Nullable' if the pointer may be null int (* _Nullable _read) (void *, char *, int); ^ _Nullable /usr/local/include/_stdio.h:138:40: note: insert '_Nonnull' if the pointer should never be null int (* _Nullable _read) (void *, char *, int); ^ _Nonnull /usr/local/include/_stdio.h:139:35: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] fpos_t (* _Nullable _seek) (void *, fpos_t, int); ^ /usr/local/include/_stdio.h:139:35: note: insert '_Nullable' if the pointer may be null fpos_t (* _Nullable _seek) (void *, fpos_t, int); ^ _Nullable /usr/local/include/_stdio.h:139:35: note: insert '_Nonnull' if the pointer should never be null fpos_t (* _Nullable _seek) (void *, fpos_t, int); ^ _Nonnull /usr/local/include/_stdio.h:140:32: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int (* _Nullable _write)(void *, const char *, int); ^ /usr/local/include/_stdio.h:140:32: note: insert '_Nullable' if the pointer may be null int (* _Nullable _write)(void *, const char *, int); ^ _Nullable /usr/local/include/_stdio.h:140:32: note: insert '_Nonnull' if the pointer should never be null int (* _Nullable _write)(void *, const char *, int); ^ _Nonnull /usr/local/include/_stdio.h:140:46: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int (* _Nullable _write)(void *, const char *, int); ^ /usr/local/include/_stdio.h:140:46: note: insert '_Nullable' if the pointer may be null int (* _Nullable _write)(void *, const char *, int); ^ _Nullable /usr/local/include/_stdio.h:140:46: note: insert '_Nonnull' if the pointer should never be null int (* _Nullable _write)(void *, const char *, int); ^ _Nonnull /usr/local/include/_stdio.h:144:18: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] struct __sFILEX *_extra; /* additions to FILE to not b... ^ /usr/local/include/_stdio.h:144:18: note: insert '_Nullable' if the pointer may be null struct __sFILEX *_extra; /* additions to FILE to not b... ^ _Nullable /usr/local/include/_stdio.h:144:18: note: insert '_Nonnull' if the pointer should never be null struct __sFILEX *_extra; /* additions to FILE to not b... ^ _Nonnull In file included from UPDLSTDAT.c:39: /usr/local/include/stdio.h:67:13: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] extern FILE *__stdinp; ^ /usr/local/include/stdio.h:67:13: note: insert '_Nullable' if the pointer may be null extern FILE *__stdinp; ^ _Nullable /usr/local/include/stdio.h:67:13: note: insert '_Nonnull' if the pointer should never be null extern FILE *__stdinp; ^ _Nonnull /usr/local/include/stdio.h:386:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int (* _Nullable)(void *, const char *, int), ^ /usr/local/include/stdio.h:386:41: note: insert '_Nullable' if the pointer may be null int (* _Nullable)(void *, const char *, int), ^ _Nullable /usr/local/include/stdio.h:386:41: note: insert '_Nonnull' if the pointer should never be null int (* _Nullable)(void *, const char *, int), ^ _Nonnull /usr/local/include/stdio.h:386:55: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int (* _Nullable)(void *, const char *, int), ^ /usr/local/include/stdio.h:386:55: note: insert '_Nullable' if the pointer may be null int (* _Nullable)(void *, const char *, int), ^ _Nullable /usr/local/include/stdio.h:386:55: note: insert '_Nonnull' if the pointer should never be null int (* _Nullable)(void *, const char *, int), ^ _Nonnull /usr/local/include/stdio.h:387:44: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] fpos_t (* _Nullable)(void *, fpos_t, int), ^ /usr/local/include/stdio.h:387:44: note: insert '_Nullable' if the pointer may be null fpos_t (* _Nullable)(void *, fpos_t, int), ^ _Nullable /usr/local/include/stdio.h:387:44: note: insert '_Nonnull' if the pointer should never be null fpos_t (* _Nullable)(void *, fpos_t, int), ^ _Nonnull /usr/local/include/stdio.h:388:41: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] int (* _Nullable)(void *)); ^ /usr/local/include/stdio.h:388:41: note: insert '_Nullable' if the pointer may be null int (* _Nullable)(void *)); ^ _Nullable /usr/local/include/stdio.h:388:41: note: insert '_Nonnull' if the pointer should never be null int (* _Nullable)(void *)); ^ _Nonnull /usr/local/include/stdio.h:384:6: warning: pointer is missing a nullability type specifier (_Nonnull, _Nullable, or _Null_unspecified) [-Wnullability-completeness] FILE *funopen(const void *, ^ /usr/local/include/stdio.h:384:6: note: insert '_Nullable' if the pointer may be null FILE *funopen(const void *, ^ _Nullable /usr/local/include/stdio.h:384:6: note: insert '_Nonnull' if the pointer should never be null FILE *funopen(const void *, ^ _Nonnull UPDLSTDAT.c:46:1: warning: type specifier missing, defaults to 'int' [-Wimplicit-int] main(argc, argv) ^ UPDLSTDAT.c:56:5: warning: implicitly declaring library function 'exit' with type 'void (int) __attribute__((noreturn))' [-Wimplicit-function-declaration] exit(1); ^ UPDLSTDAT.c:56:5: note: include the header or explicitly provide a declaration for 'exit' 15 warnings generated. MAKE.MNJ - UPDLSTDAT compiled MAKE.MNJ - all .OLD files created MAKE.MNJ - LAST*.DAT files created with begin date of 20220306.000000 MAKE.MNJ - Done. MAKE.MNJ - The MNJ now uses cvs (http://www.cvshome.org) for updates; MAKE.MNJ - looking to see if I can find a copy of it.... MAKE.MNJ - I can not seem to find it, either it is not here or it is MAKE.MNJ - here, but it is installed in a place that is not in your MAKE.MNJ - search path. If it is not here, you should install it and MAKE.MNJ - run MAKE.MNJ again. Otherwise, please tell me where you MAKE.MNJ - put it. -n MAKE.MNJ - Full path to cvs: : /Users/sinachen/AIPS//31DEC21/MACINT/SYSTEM/SINA/MAKE.MNJ: line 119: [: too many arguments /Users/sinachen/AIPS//31DEC21/MACINT/SYSTEM/SINA/MAKE.MNJ: line 117: [: too many arguments MAKE.MNJ - Found UPDCONFIG in your SYSLOCAL area /Users/sinachen/AIPS//31DEC21/MACINT/SYSTEM/SINA MAKE.MNJ - - but it was created by this script. Good! MAKE.MNJ - cvs needs to be primed by a login operation; this MAKE.MNJ - is also a good time to test and make sure you can MAKE.MNJ - connect to our server. We will now try to login to MAKE.MNJ - the server (mnj.aoc.nrao.edu); when prompted for MAKE.MNJ - a password, just hit the enter or return key. /Users/sinachen/AIPS//31DEC21/MACINT/SYSTEM/SINA/MAKE.MNJ: line 189: -d: command not found MAKE.MNJ - /Users/sinachen/do_daily.localhost already exists MAKE.MNJ - You might want to add a crontab entry, e.g. 30 1 * * 1-6 /Users/sinachen/do_daily.localhost MAKE.MNJ - when you are ready to start the MNJ. MAKE.MNJ - Your configuration for the AIPS midnight job is complete. AipsWiz: ========================================================= AipsWiz: MAKE.MNJ seemed to work (LASTGOOD.DOC found) AipsWiz: ***** You will have to edit /Users/sinachen/AIPS//31DEC21/MACINT/SYSTEM/SINA/UPDCONFIG AipsWiz: ***** to correct your e-mail address AipsWiz: ==> Press to continue...: AipsWiz: ========================================================= AipsWiz: =====> start INSTEP2 and INSTEP4... This takes hours, is VERY verbose (lots of output). It compiles the AIPS libraries (INSTEP2), and then links the 400 or so AIPS tasks (INSTEP4). We can start it now, or you can run it yourself later (instructions will be given if you do it later). AipsWiz: ==> Shall I start INSTEP2 and then INSTEP4 here, now? [Y]: AIPS_VERSION=/Users/sinachen/AIPS//31DEC21 INSTEP2 : Begins Sat Jun 11 20:13:38 IDT 2022 INSTEP2 : Create any missing binary file directories. INSTEP2 : Directory /Users/sinachen/AIPS//31DEC21/MACINT/LIBR INSTEP2 : already exists (no need to create). INSTEP2 : Directory /Users/sinachen/AIPS//31DEC21/MACINT/LIBR/AIPSUB INSTEP2 : already exists (no need to create). INSTEP2 : Directory /Users/sinachen/AIPS//31DEC21/MACINT/LIBR/APLNOT INSTEP2 : already exists (no need to create). INSTEP2 : Directory /Users/sinachen/AIPS//31DEC21/MACINT/LIBR/APLOOP INSTEP2 : already exists (no need to create). INSTEP2 : Directory /Users/sinachen/AIPS//31DEC21/MACINT/LIBR/APLSUB INSTEP2 : already exists (no need to create). INSTEP2 : Directory /Users/sinachen/AIPS//31DEC21/MACINT/LIBR/QNOT INSTEP2 : already exists (no need to create). INSTEP2 : Directory /Users/sinachen/AIPS//31DEC21/MACINT/LIBR/QOOP INSTEP2 : already exists (no need to create). INSTEP2 : Directory /Users/sinachen/AIPS//31DEC21/MACINT/LIBR/QPSAP INSTEP2 : already exists (no need to create). INSTEP2 : Directory /Users/sinachen/AIPS//31DEC21/MACINT/LIBR/QSUB INSTEP2 : already exists (no need to create). INSTEP2 : Directory /Users/sinachen/AIPS//31DEC21/MACINT/LIBR/YNOT INSTEP2 : already exists (no need to create). INSTEP2 : Directory /Users/sinachen/AIPS//31DEC21/MACINT/LIBR/YSS INSTEP2 : already exists (no need to create). INSTEP2 : Directory /Users/sinachen/AIPS//31DEC21/MACINT/LIBR/YSUB INSTEP2 : already exists (no need to create). INSTEP2 : Directory /Users/sinachen/AIPS//31DEC21/MACINT/LOAD INSTEP2 : already exists (no need to create). INSTEP2 : Directory /Users/sinachen/AIPS//31DEC21/MACINT/MEMORY INSTEP2 : already exists (no need to create). INSTEP2 : Directory /Users/sinachen/AIPS//31DEC21/MACINT/ERRORS INSTEP2 : already exists (no need to create). INSTEP2 : Grind away on mass compilation of subroutines. INSTEP2 : This part can take a very long time. INSTEP2 : Process $AIPSUB/... INSTEP2 : subroutines. INSTEP2 : File /Users/sinachen/AIPS/31DEC21/MACINT/INSTALL/AIPSUB.LIS INSTEP2 : already exists (no need to create). INSTEP2 : Resume $AIPSUB/... INSTEP2 : compilations at INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/ADVERB.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/ADVRBS.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/ASSGN.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/AU1.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/AU1A.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/AU2.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/AU2A.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/AU3.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/AU3A.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/AU3B.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/AU4.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/AU4A.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/AU5.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/AU5A.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/AU5B.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/AU5C.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/AU5D.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/AU5E.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/AU5F.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/AU6.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/AU6A.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/AU6B.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/AU6C.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/AU6D.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/AU6E.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/AU7.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/AU7A.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/AU7B.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/AU7C.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/AU8.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/AU8A.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/AU9.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/AU9A.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/AU9B.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/AU9C.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/AUA.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/AUB.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/AUC.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/AUO.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/AUT.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/BBUILD.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/BCLEAN.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/CATCR.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/CATLST.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/CHGRIP.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/CHUNT.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/COMPIL.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/CONCAT.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/CONFRM.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/DESCR.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/DSKASS.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/EDITOR.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/EQUIV.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/FWRITE.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/GETFLD.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/GETNME.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/GNETSP.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/GRLUTS.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/HELPS.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/HIENH.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/HILUT.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/HUNT.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/INIT.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/K2TEXT.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/KILSRV.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/KWICK.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/KWIKHD.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/LAYOUT.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/LLOCAT.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/LTSTOR.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/MASSGN.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/MSGHDR.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/OBITXT.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/OERROR.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/OFMLST.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/PASSGN.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/PFIT.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/POLISH.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/POP.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/PREAD.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/PRINTR.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/PRTALN.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/PRTMSG.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/PSEUDO.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/PUSH.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/RDUSER.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/RENUMB.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/RLHIST.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/RLOCAT.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/SCHOLD.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/SET1DG.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/SETTYP.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/SGLAST.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/SGLOCA.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/SLOCIN.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/STORES.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/SUBS.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/SYMBOL.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/TAPSHO.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/TASKWT.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/TBDATA.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/TBHEAD.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/TKGGPL.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/TKGMPL.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/TKRSPL.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/TKSLAC.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/TKSLPL.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/TVHELX.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/TVMOVI.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/TVSLAC.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/TVSLIN.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/TVSLPL.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/UINIT.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/UWRITE.FOR INSTEP2 : /Users/sinachen/AIPS/31DEC21/AIPS/SUB/VERSTR.FOR COMRPL : Date Sat Jun 11 20:13:38 IDT 2022 SEARCH : No valid ADVERB(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:38 IDT 2022 SEARCH : No valid ADVRBS(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:38 IDT 2022 SEARCH : No valid ASSGN(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:38 IDT 2022 SEARCH : No valid AU1(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:38 IDT 2022 SEARCH : No valid AU1A(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:38 IDT 2022 SEARCH : No valid AU2(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:38 IDT 2022 SEARCH : No valid AU2A(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:38 IDT 2022 SEARCH : No valid AU3(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:38 IDT 2022 SEARCH : No valid AU3A(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:38 IDT 2022 SEARCH : No valid AU3B(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:38 IDT 2022 SEARCH : No valid AU4(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:38 IDT 2022 SEARCH : No valid AU4A(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:38 IDT 2022 SEARCH : No valid AU5(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:39 IDT 2022 SEARCH : No valid AU5A(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:39 IDT 2022 SEARCH : No valid AU5B(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:39 IDT 2022 SEARCH : No valid AU5C(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:39 IDT 2022 SEARCH : No valid AU5D(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:39 IDT 2022 SEARCH : No valid AU5E(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:39 IDT 2022 SEARCH : No valid AU5F(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:39 IDT 2022 SEARCH : No valid AU6(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:39 IDT 2022 SEARCH : No valid AU6A(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:39 IDT 2022 SEARCH : No valid AU6B(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:39 IDT 2022 SEARCH : No valid AU6C(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:39 IDT 2022 SEARCH : No valid AU6D(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:39 IDT 2022 SEARCH : No valid AU6E(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:39 IDT 2022 SEARCH : No valid AU7(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:39 IDT 2022 SEARCH : No valid AU7A(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:39 IDT 2022 SEARCH : No valid AU7B(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:39 IDT 2022 SEARCH : No valid AU7C(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:39 IDT 2022 SEARCH : No valid AU8(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:39 IDT 2022 SEARCH : No valid AU8A(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:39 IDT 2022 SEARCH : No valid AU9(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:39 IDT 2022 SEARCH : No valid AU9A(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:39 IDT 2022 SEARCH : No valid AU9B(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:39 IDT 2022 SEARCH : No valid AU9C(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:39 IDT 2022 SEARCH : No valid AUA(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:39 IDT 2022 SEARCH : No valid AUB(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:39 IDT 2022 SEARCH : No valid AUC(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:40 IDT 2022 SEARCH : No valid AUO(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:40 IDT 2022 SEARCH : No valid AUT(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:40 IDT 2022 SEARCH : No valid BBUILD(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:40 IDT 2022 SEARCH : No valid BCLEAN(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:40 IDT 2022 SEARCH : No valid CATCR(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:40 IDT 2022 SEARCH : No valid CATLST(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:40 IDT 2022 SEARCH : No valid CHGRIP(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:40 IDT 2022 SEARCH : No valid CHUNT(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:40 IDT 2022 SEARCH : No valid COMPIL(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:40 IDT 2022 SEARCH : No valid CONCAT(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:40 IDT 2022 SEARCH : No valid CONFRM(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:40 IDT 2022 SEARCH : No valid DESCR(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:40 IDT 2022 SEARCH : No valid DSKASS(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:40 IDT 2022 SEARCH : No valid EDITOR(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:40 IDT 2022 SEARCH : No valid EQUIV(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:40 IDT 2022 SEARCH : No valid FWRITE(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:40 IDT 2022 SEARCH : No valid GETFLD(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:40 IDT 2022 SEARCH : No valid GETNME(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:40 IDT 2022 SEARCH : No valid GNETSP(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:40 IDT 2022 SEARCH : No valid GRLUTS(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:40 IDT 2022 SEARCH : No valid HELPS(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:40 IDT 2022 SEARCH : No valid HIENH(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:40 IDT 2022 SEARCH : No valid HILUT(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:40 IDT 2022 SEARCH : No valid HUNT(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:40 IDT 2022 SEARCH : No valid INIT(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:41 IDT 2022 SEARCH : No valid K2TEXT(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:41 IDT 2022 SEARCH : No valid KILSRV(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:41 IDT 2022 SEARCH : No valid KWICK(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:41 IDT 2022 SEARCH : No valid KWIKHD(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:41 IDT 2022 SEARCH : No valid LAYOUT(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:41 IDT 2022 SEARCH : No valid LLOCAT(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:41 IDT 2022 SEARCH : No valid LTSTOR(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:41 IDT 2022 SEARCH : No valid MASSGN(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:41 IDT 2022 SEARCH : No valid MSGHDR(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:41 IDT 2022 SEARCH : No valid OBITXT(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:41 IDT 2022 SEARCH : No valid OERROR(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:41 IDT 2022 SEARCH : No valid OFMLST(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:41 IDT 2022 SEARCH : No valid PASSGN(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:41 IDT 2022 SEARCH : No valid PFIT(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:41 IDT 2022 SEARCH : No valid POLISH(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:41 IDT 2022 SEARCH : No valid POP(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:41 IDT 2022 SEARCH : No valid PREAD(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:41 IDT 2022 SEARCH : No valid PRINTR(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:41 IDT 2022 SEARCH : No valid PRTALN(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:41 IDT 2022 SEARCH : No valid PRTMSG(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:41 IDT 2022 SEARCH : No valid PSEUDO(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:41 IDT 2022 SEARCH : No valid PUSH(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:41 IDT 2022 SEARCH : No valid RDUSER(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:41 IDT 2022 SEARCH : No valid RENUMB(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:41 IDT 2022 SEARCH : No valid RLHIST(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:42 IDT 2022 SEARCH : No valid RLOCAT(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:42 IDT 2022 SEARCH : No valid SCHOLD(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:42 IDT 2022 SEARCH : No valid SET1DG(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:42 IDT 2022 SEARCH : No valid SETTYP(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:42 IDT 2022 SEARCH : No valid SGLAST(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:42 IDT 2022 SEARCH : No valid SGLOCA(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:42 IDT 2022 SEARCH : No valid SLOCIN(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:42 IDT 2022 SEARCH : No valid STORES(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:42 IDT 2022 SEARCH : No valid SUBS(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:42 IDT 2022 SEARCH : No valid SYMBOL(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:42 IDT 2022 SEARCH : No valid TAPSHO(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:42 IDT 2022 SEARCH : No valid TASKWT(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:42 IDT 2022 SEARCH : No valid TBDATA(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:42 IDT 2022 SEARCH : No valid TBHEAD(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:42 IDT 2022 SEARCH : No valid TKGGPL(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:42 IDT 2022 SEARCH : No valid TKGMPL(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:42 IDT 2022 SEARCH : No valid TKRSPL(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:42 IDT 2022 SEARCH : No valid TKSLAC(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:42 IDT 2022 SEARCH : No valid TKSLPL(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:42 IDT 2022 SEARCH : No valid TVHELX(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:42 IDT 2022 SEARCH : No valid TVMOVI(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:42 IDT 2022 SEARCH : No valid TVSLAC(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:42 IDT 2022 SEARCH : No valid TVSLIN(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:42 IDT 2022 SEARCH : No valid TVSLPL(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:42 IDT 2022 SEARCH : No valid UINIT(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:42 IDT 2022 SEARCH : No valid UWRITE(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Date Sat Jun 11 20:13:43 IDT 2022 SEARCH : No valid VERSTR(.FOR,.f,.C,.c,.S,.s,.o) SEARCH : found in /Users/sinachen/AIPS/31DEC21/AIPS/SUB/... COMRPL : Dies of unnatural causes INSTEP2 : Failure in $AIPSUB/... INSTEP2 : compilations. INSTEP2 : Aborts! Sat Jun 11 20:13:43 IDT 2022 AipsWiz: Error: INSTEP2 failed, no point in proceeding. AipsWiz: Error: Look in /Users/sinachen/AIPS//31DEC21/MACINT/INSTALL to see AipsWiz: Error: if you can figure out what went wrong. There are AipsWiz: Error: many log and list files there. You may want to do grep -v ^- *.LIS AipsWiz: Error: to see what modules did not compile. AipsWiz: Install Wizard stopping. Current settings saved in ~/.AIPSRC AipsWiz: Abandoning ship! Goodbye. ======================================================================== sinachen@SinaChens-MacBook-Pro AIPS %