ProductName: macOS
ProductVersion: 11.0
BuildVersion: 20A5323l````
```❯ uname -a
Darwin Diegos-MBP 20.0.0 Darwin Kernel Version 20.0.0: Wed Jul 15 21:07:06 PDT 2020; root:xnu-7155.0.0.131.6~1/RELEASE_X86_64 x86_64````
```Apple clang version 12.0.0 (clang-1200.0.26.2)
Target: x86_64-apple-darwin20.0.0
Thread model: posix
InstalledDir: /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
-
-
Save DiegoMagdaleno/4684f94978813a07c4b93f1ebe6a65cf to your computer and use it in GitHub Desktop.
checking build system type... x86_64-apple-darwin20.0.0 | |
checking host system type... x86_64-apple-darwin20.0.0 | |
Beginning configuration for bash-5.0-release for x86_64-apple-darwin20.0.0 | |
checking for gcc... gcc | |
checking whether the C compiler works... yes | |
checking for C compiler default output file name... a.out | |
checking for suffix of executables... | |
checking whether we are cross compiling... no | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking for strerror in -lcposix... no | |
checking how to run the C preprocessor... gcc -E | |
checking for grep that handles long lines and -e... /usr/bin/grep | |
checking for egrep... /usr/bin/grep -E | |
checking for ANSI C header files... yes | |
checking for sys/types.h... yes | |
checking for sys/stat.h... yes | |
checking for stdlib.h... yes | |
checking for string.h... yes | |
checking for memory.h... yes | |
checking for strings.h... yes | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unistd.h... yes | |
checking minix/config.h usability... no | |
checking minix/config.h presence... no | |
checking for minix/config.h... no | |
checking whether it is safe to define __EXTENSIONS__... yes | |
checking for special C compiler options needed for large files... no | |
checking for _FILE_OFFSET_BITS value needed for large files... no | |
checking whether gcc needs -traditional... no | |
checking for a BSD-compatible install... /usr/local/bin/ginstall -c | |
checking for ar... ar | |
checking for ranlib... ranlib | |
checking for bison... bison -y | |
checking whether make sets $(MAKE)... yes | |
checking for an ANSI C-conforming const... yes | |
checking for inline... inline | |
checking whether byte ordering is bigendian... no | |
checking for preprocessor stringizing operator... yes | |
checking for long double with more range or precision than double... yes | |
checking for function prototypes... yes | |
checking whether char is unsigned... no | |
checking for working volatile... yes | |
checking for C/C++ restrict keyword... __restrict | |
checking whether NLS is requested... yes | |
checking for msgfmt... /usr/local/bin/msgfmt | |
checking for gmsgfmt... /usr/local/bin/msgfmt | |
checking for xgettext... /usr/local/bin/xgettext | |
checking for msgmerge... /usr/local/bin/msgmerge | |
checking for off_t... yes | |
checking for size_t... yes | |
checking for working alloca.h... yes | |
checking for alloca... yes | |
checking for stdlib.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for sys/param.h... yes | |
checking for sys/time.h... yes | |
checking for getpagesize... yes | |
checking for working mmap... yes | |
checking whether we are using the GNU C Library 2.1 or newer... no | |
checking whether integer division by zero raises SIGFPE... no | |
checking for inttypes.h... yes | |
checking for stdint.h... yes | |
checking for unsigned long long... yes | |
checking for inttypes.h... yes | |
checking whether the inttypes.h PRIxNN macros are broken... no | |
checking for ld used by GCC... /Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld | |
checking if the linker (/Applications/Xcode-beta.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/ld) is GNU ld... no | |
checking for shared library run path origin... done | |
checking argz.h usability... no | |
checking argz.h presence... no | |
checking for argz.h... no | |
checking limits.h usability... yes | |
checking limits.h presence... yes | |
checking for limits.h... yes | |
checking locale.h usability... yes | |
checking locale.h presence... yes | |
checking for locale.h... yes | |
checking nl_types.h usability... yes | |
checking nl_types.h presence... yes | |
checking for nl_types.h... yes | |
checking malloc.h usability... no | |
checking malloc.h presence... no | |
checking for malloc.h... no | |
checking stddef.h usability... yes | |
checking stddef.h presence... yes | |
checking for stddef.h... yes | |
checking for stdlib.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for sys/param.h... (cached) yes | |
checking for feof_unlocked... yes | |
checking for fgets_unlocked... no | |
checking for getc_unlocked... yes | |
checking for getcwd... yes | |
checking for getegid... yes | |
checking for geteuid... yes | |
checking for getgid... yes | |
checking for getuid... yes | |
checking for mempcpy... no | |
checking for munmap... yes | |
checking for putenv... yes | |
checking for setenv... yes | |
checking for setlocale... yes | |
checking for localeconv... yes | |
checking for stpcpy... yes | |
checking for strcasecmp... yes | |
checking for strdup... yes | |
checking for strtoul... yes | |
checking for tsearch... yes | |
checking for __argz_count... no | |
checking for __argz_stringify... no | |
checking for __argz_next... no | |
checking for __fsetlocking... no | |
checking for iconv... yes | |
checking how to link with libiconv... -liconv | |
checking for iconv declaration... | |
extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); | |
checking for nl_langinfo and CODESET... yes | |
checking for LC_MESSAGES... yes | |
checking for bison... bison | |
checking version of bison... 2.3, ok | |
checking whether NLS is requested... yes | |
checking whether included gettext is requested... no | |
checking for GNU gettext in libc... no | |
checking for GNU gettext in libintl... yes | |
checking whether to use NLS... yes | |
checking where the gettext function comes from... external libintl | |
checking how to link with libintl... -L/usr/local/lib -lintl | |
checking for dirent.h that defines DIR... yes | |
checking for library containing opendir... none required | |
checking whether time.h and sys/time.h may both be included... yes | |
checking for inttypes.h... (cached) yes | |
checking for unistd.h... (cached) yes | |
checking for stdlib.h... (cached) yes | |
checking stdarg.h usability... yes | |
checking stdarg.h presence... yes | |
checking for stdarg.h... yes | |
checking varargs.h usability... no | |
checking varargs.h presence... no | |
checking for varargs.h... no | |
checking for limits.h... (cached) yes | |
checking for string.h... (cached) yes | |
checking for memory.h... (cached) yes | |
checking for locale.h... (cached) yes | |
checking termcap.h usability... yes | |
checking termcap.h presence... yes | |
checking for termcap.h... yes | |
checking termio.h usability... no | |
checking termio.h presence... no | |
checking for termio.h... no | |
checking termios.h usability... yes | |
checking termios.h presence... yes | |
checking for termios.h... yes | |
checking dlfcn.h usability... yes | |
checking dlfcn.h presence... yes | |
checking for dlfcn.h... yes | |
checking stdbool.h usability... yes | |
checking stdbool.h presence... yes | |
checking for stdbool.h... yes | |
checking for stddef.h... (cached) yes | |
checking for stdint.h... (cached) yes | |
checking netdb.h usability... yes | |
checking netdb.h presence... yes | |
checking for netdb.h... yes | |
checking pwd.h usability... yes | |
checking pwd.h presence... yes | |
checking for pwd.h... yes | |
checking grp.h usability... yes | |
checking grp.h presence... yes | |
checking for grp.h... yes | |
checking for strings.h... (cached) yes | |
checking regex.h usability... yes | |
checking regex.h presence... yes | |
checking for regex.h... yes | |
checking syslog.h usability... yes | |
checking syslog.h presence... yes | |
checking for syslog.h... yes | |
checking ulimit.h usability... yes | |
checking ulimit.h presence... yes | |
checking for ulimit.h... yes | |
checking sys/pte.h usability... no | |
checking sys/pte.h presence... no | |
checking for sys/pte.h... no | |
checking sys/stream.h usability... no | |
checking sys/stream.h presence... no | |
checking for sys/stream.h... no | |
checking sys/select.h usability... yes | |
checking sys/select.h presence... yes | |
checking for sys/select.h... yes | |
checking sys/file.h usability... yes | |
checking sys/file.h presence... yes | |
checking for sys/file.h... yes | |
checking sys/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.h... yes | |
checking sys/mman.h usability... yes | |
checking sys/mman.h presence... yes | |
checking for sys/mman.h... yes | |
checking for sys/param.h... (cached) yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking for sys/stat.h... (cached) yes | |
checking for sys/time.h... (cached) yes | |
checking sys/times.h usability... yes | |
checking sys/times.h presence... yes | |
checking for sys/times.h... yes | |
checking for sys/types.h... (cached) yes | |
checking sys/wait.h usability... yes | |
checking sys/wait.h presence... yes | |
checking for sys/wait.h... yes | |
checking netinet/in.h usability... yes | |
checking netinet/in.h presence... yes | |
checking for netinet/in.h... yes | |
checking arpa/inet.h usability... yes | |
checking arpa/inet.h presence... yes | |
checking for arpa/inet.h... yes | |
checking for sys/ptem.h... no | |
checking for sys/resource.h... yes | |
checking for working alloca.h... (cached) yes | |
checking for alloca... (cached) yes | |
checking for uid_t in sys/types.h... yes | |
checking for unistd.h... (cached) yes | |
checking for working chown... yes | |
checking whether getpgrp requires zero arguments... yes | |
checking for vprintf... yes | |
checking for _doprnt... no | |
checking for working strcoll... yes | |
checking return type of signal handlers... void | |
checking for __setostype... no | |
checking for wait3... yes | |
checking for mkfifo... yes | |
checking for dup2... yes | |
checking for eaccess... no | |
checking for fcntl... yes | |
checking for getdtablesize... yes | |
checking for getgroups... yes | |
checking for gethostname... yes | |
checking for getpagesize... (cached) yes | |
checking for getpeername... yes | |
checking for getrlimit... yes | |
checking for getrusage... yes | |
checking for gettimeofday... yes | |
checking for kill... yes | |
checking for killpg... yes | |
checking for lstat... yes | |
checking for pselect... yes | |
checking for readlink... yes | |
checking for select... yes | |
checking for setdtablesize... no | |
checking for setitimer... yes | |
checking for tcgetpgrp... yes | |
checking for uname... yes | |
checking for ulimit... yes | |
checking for waitpid... yes | |
checking for rename... yes | |
checking for bcopy... yes | |
checking for bzero... yes | |
checking for confstr... yes | |
checking for faccessat... yes | |
checking for fnmatch... yes | |
checking for getaddrinfo... yes | |
checking for gethostbyname... yes | |
checking for getservbyname... yes | |
checking for getservent... yes | |
checking for inet_aton... yes | |
checking for imaxdiv... yes | |
checking for memmove... yes | |
checking for pathconf... yes | |
checking for putenv... (cached) yes | |
checking for raise... yes | |
checking for random... yes | |
checking for regcomp... yes | |
checking for regexec... yes | |
checking for setenv... (cached) yes | |
checking for setlinebuf... yes | |
checking for setlocale... (cached) yes | |
checking for setvbuf... yes | |
checking for siginterrupt... yes | |
checking for strchr... yes | |
checking for sysconf... yes | |
checking for syslog... yes | |
checking for tcgetattr... yes | |
checking for times... yes | |
checking for ttyname... yes | |
checking for tzset... yes | |
checking for unsetenv... yes | |
checking for vasprintf... yes | |
checking for asprintf... yes | |
checking for isascii... yes | |
checking for isblank... yes | |
checking for isgraph... yes | |
checking for isprint... yes | |
checking for isspace... yes | |
checking for isxdigit... yes | |
checking for getpwent... yes | |
checking for getpwnam... yes | |
checking for getpwuid... yes | |
checking for mkstemp... yes | |
checking for getcwd... (cached) yes | |
checking for memset... yes | |
checking for strcasecmp... (cached) yes | |
checking for strcasestr... yes | |
checking for strerror... yes | |
checking for strftime... yes | |
checking for strnlen... yes | |
checking for strpbrk... yes | |
checking for strstr... yes | |
checking for strtod... yes | |
checking for strtol... yes | |
checking for strtoul... (cached) yes | |
checking for strtoll... yes | |
checking for strtoull... yes | |
checking for strtoimax... yes | |
checking for strtoumax... yes | |
checking for dprintf... yes | |
checking for strchrnul... no | |
checking for strdup... (cached) yes | |
checking libaudit.h usability... no | |
checking libaudit.h presence... no | |
checking for libaudit.h... no | |
checking whether AUDIT_USER_TTY is declared... no | |
checking whether confstr is declared... yes | |
checking whether printf is declared... yes | |
checking whether sbrk is declared... yes | |
checking whether setregid is declared... yes | |
checking whether strcpy is declared... yes | |
checking whether strsignal is declared... yes | |
checking whether strtold is declared... yes | |
checking for broken strtold... no | |
checking for declaration of strtoimax... yes | |
checking for declaration of strtol... yes | |
checking for declaration of strtoll... yes | |
checking for declaration of strtoul... yes | |
checking for declaration of strtoull... yes | |
checking for declaration of strtoumax... yes | |
checking for alarm... yes | |
checking for sbrk... yes | |
checking for fpurge... yes | |
checking for __fpurge... no | |
checking for snprintf... yes | |
checking for vsnprintf... yes | |
checking for working mktime... no | |
checking for argz.h... (cached) no | |
checking errno.h usability... yes | |
checking errno.h presence... yes | |
checking for errno.h... yes | |
checking fcntl.h usability... yes | |
checking fcntl.h presence... yes | |
checking for fcntl.h... yes | |
checking for malloc.h... (cached) no | |
checking stdio_ext.h usability... no | |
checking stdio_ext.h presence... no | |
checking for stdio_ext.h... no | |
checking for getpagesize... (cached) yes | |
checking for working mmap... (cached) yes | |
checking for __argz_count... (cached) no | |
checking for __argz_next... (cached) no | |
checking for __argz_stringify... (cached) no | |
checking for dcgettext... no | |
checking for mempcpy... (cached) no | |
checking for munmap... (cached) yes | |
checking for mremap... no | |
checking for stpcpy... (cached) yes | |
checking for strcspn... yes | |
checking wctype.h usability... yes | |
checking wctype.h presence... yes | |
checking for wctype.h... yes | |
checking wchar.h usability... yes | |
checking wchar.h presence... yes | |
checking for wchar.h... yes | |
checking langinfo.h usability... yes | |
checking langinfo.h presence... yes | |
checking for langinfo.h... yes | |
checking mbstr.h usability... no | |
checking mbstr.h presence... no | |
checking for mbstr.h... no | |
checking for mbrlen... yes | |
checking for mbscasecmp... no | |
checking for mbscmp... no | |
checking for mbsnrtowcs... yes | |
checking for mbsrtowcs... yes | |
checking for mbschr... no | |
checking for wcrtomb... yes | |
checking for wcscoll... yes | |
checking for wcsdup... yes | |
checking for wcwidth... yes | |
checking for wctype... yes | |
checking for wcswidth... yes | |
checking whether mbrtowc and mbstate_t are properly declared... yes | |
checking for iswlower... yes | |
checking for iswupper... yes | |
checking for towlower... yes | |
checking for towupper... yes | |
checking for iswctype... yes | |
checking for nl_langinfo and CODESET... yes | |
checking for wchar_t in wchar.h... yes | |
checking for wctype_t in wctype.h... yes | |
checking for wint_t in wctype.h... yes | |
checking for wcwidth broken with unicode combining characters... no | |
checking for locale_charset... yes | |
checking size of wchar_t... 4 | |
checking for dlopen in -ldl... yes | |
checking for dlopen... yes | |
checking for dlclose... yes | |
checking for dlsym... yes | |
checking whether sys_siglist is declared... yes | |
checking type of array argument to getgroups... gid_t | |
checking for off_t... (cached) yes | |
checking for mode_t... yes | |
checking for uid_t in sys/types.h... (cached) yes | |
checking for pid_t... yes | |
checking for size_t... (cached) yes | |
checking for uintptr_t... yes | |
checking for ssize_t... yes | |
checking for time_t... yes | |
checking for long long... long long | |
checking for unsigned long long... unsigned long long | |
checking return type of signal handlers... (cached) void | |
checking for sig_atomic_t in signal.h... yes | |
checking size of char... 1 | |
checking size of short... 2 | |
checking size of int... 4 | |
checking size of long... 8 | |
checking size of char *... 8 | |
checking size of double... 8 | |
checking size of long long... 8 | |
checking for u_int... yes | |
checking for u_long... yes | |
checking for bits16_t... no | |
checking for u_bits16_t... no | |
checking for bits32_t... no | |
checking for u_bits32_t... no | |
checking for bits64_t... no | |
checking for ptrdiff_t... yes | |
checking whether stat file-mode macros are broken... no | |
checking whether #! works in shell scripts... yes | |
checking whether the ctype macros accept non-ascii characters... no | |
checking if dup2 fails to clear the close-on-exec flag... no | |
checking whether pgrps need synchronization... yes | |
checking for type of signal functions... posix | |
checking for sys_errlist and sys_nerr... yes | |
checking for sys_siglist in system C library... no | |
checking for _sys_siglist in signal.h or unistd.h... no | |
checking for _sys_siglist in system C library... no | |
checking whether signal handlers are of type void... yes | |
checking for clock_t... yes | |
checking for sigset_t... yes | |
checking for sig_atomic_t... yes | |
checking for quad_t... yes | |
checking for intmax_t... yes | |
checking for uintmax_t... yes | |
checking for socklen_t... yes | |
checking for size and type of struct rlimit fields... rlim_t | |
checking size of intmax_t... 8 | |
checking for struct termios.c_line... no | |
checking for struct termio.c_line... no | |
checking for struct dirent.d_ino... yes | |
checking for struct dirent.d_fileno... yes | |
checking for struct dirent.d_namlen... yes | |
checking for struct winsize in sys/ioctl.h and termios.h... sys/ioctl.h | |
checking for struct timeval in sys/time.h and time.h... yes | |
checking for struct stat.st_blocks... yes | |
checking whether struct tm is in sys/time.h or time.h... time.h | |
checking for struct tm.tm_zone... yes | |
checking for struct timezone in sys/time.h and time.h... yes | |
checking for offset of exit status in return status from wait... 8 | |
checking for struct timespec in <time.h>... yes | |
checking for struct stat.st_atim.tv_nsec... no | |
checking for struct stat.st_atimespec.tv_nsec... yes | |
checking for working sbrk... yes | |
checking for the existence of strsignal... no | |
checking if opendir() opens non-directories... no | |
checking whether ulimit can substitute for getdtablesize... no | |
checking whether fpurge is declared... yes | |
checking to see if getenv can be redefined... no | |
checking if getcwd() will dynamically allocate memory with 0 size... no | |
checking for presence of POSIX-style sigsetjmp/siglongjmp... missing | |
checking whether or not strcoll and strcmp differ... no | |
checking for standard-conformant snprintf... no | |
checking for standard-conformant vsnprintf... yes | |
checking for standard-conformant putenv declaration... yes | |
checking for standard-conformant unsetenv declaration... yes | |
checking for printf floating point output in hex notation... no | |
checking whether fnmatch can be used to check bracket equivalence classes... yes | |
checking if signal handlers must be reinstalled when invoked... yes | |
checking for presence of necessary job control definitions... present | |
checking for presence of named pipes... missing | |
checking whether termios.h defines TIOCGWINSZ... yes | |
checking for TIOCSTAT in sys/ioctl.h... yes | |
checking for FIONREAD in sys/ioctl.h... yes | |
checking whether WCONTINUED flag to waitpid is unavailable or available but broken... yes | |
checking for speed_t in sys/types.h... no | |
checking whether getpw functions are declared in pwd.h... yes | |
checking for unusable real-time signals due to large values... no | |
checking for tgetent... no | |
checking for tgetent in -ltermcap... yes | |
checking which library has the termcap functions... using libtermcap | |
checking whether /dev/fd is available... standard | |
checking whether /dev/stdin stdout stderr are available... present | |
checking for default mail directory... /var/mail | |
checking shared object configuration for loadable builtins... supported | |
configure: creating ./config.status | |
config.status: creating Makefile | |
config.status: creating builtins/Makefile | |
config.status: creating lib/readline/Makefile | |
config.status: creating lib/glob/Makefile | |
config.status: creating lib/intl/Makefile | |
config.status: creating lib/malloc/Makefile | |
config.status: creating lib/sh/Makefile | |
config.status: creating lib/termcap/Makefile | |
config.status: creating lib/tilde/Makefile | |
config.status: creating doc/Makefile | |
config.status: creating support/Makefile | |
config.status: creating po/Makefile.in | |
config.status: creating examples/loadables/Makefile | |
config.status: creating examples/loadables/Makefile.inc | |
config.status: creating examples/loadables/perl/Makefile | |
config.status: creating support/bash.pc | |
config.status: creating support/bashbug.sh | |
config.status: creating config.h | |
config.status: executing default-1 commands | |
config.status: creating po/POTFILES | |
config.status: creating po/Makefile | |
config.status: executing default commands |
rm -f mksyntax | |
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"x86_64-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -g -O2 -g -O2 -Wno-parentheses -Wno-format-security -g -O2 -o mksyntax ./mksyntax.c | |
rm -f syntax.c | |
./mksyntax -o syntax.c | |
/bin/sh ./support/mkversion.sh -b -S . -s release -d 5.0 -o newversion.h \ | |
&& mv newversion.h version.h | |
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"x86_64-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -g -O2 -DBUILDTOOL -c -o buildversion.o ./version.c | |
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"x86_64-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -g -O2 -g -O2 -Wno-parentheses -Wno-format-security -g -O2 -o bashversion ./support/bashversion.c buildversion.o | |
*********************************************************** | |
* * | |
* GNU bash, version 5.0.0(1)-release (x86_64-apple-darwin20.0.0) | |
* * | |
*********************************************************** | |
rm -f shell.o | |
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"x86_64-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -I/usr/local/include -g -O2 -Wno-parentheses -Wno-format-security -c shell.c | |
rm -f eval.o | |
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"x86_64-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -I/usr/local/include -g -O2 -Wno-parentheses -Wno-format-security -c eval.c | |
rm -f mkbuiltins.o | |
gcc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DMACOSX -g -O2 mkbuiltins.c | |
gcc -g -O2 -Wno-parentheses -Wno-format-security -g -O2 -o mkbuiltins mkbuiltins.o -ldl | |
./mkbuiltins -externfile builtext.h -structfile builtins.c \ | |
-noproduction -D . ./alias.def ./bind.def ./break.def ./builtin.def ./caller.def ./cd.def ./colon.def ./command.def ./declare.def ./echo.def ./enable.def ./eval.def ./getopts.def ./exec.def ./exit.def ./fc.def ./fg_bg.def ./hash.def ./help.def ./history.def ./jobs.def ./kill.def ./let.def ./read.def ./return.def ./set.def ./setattr.def ./shift.def ./source.def ./suspend.def ./test.def ./times.def ./trap.def ./type.def ./ulimit.def ./umask.def ./wait.def ./reserved.def ./pushd.def ./shopt.def ./printf.def ./complete.def ./mapfile.def | |
rm -f execute_cmd.o | |
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"x86_64-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -I/usr/local/include -g -O2 -Wno-parentheses -Wno-format-security -c execute_cmd.c | |
rm -f y.tab.o | |
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"x86_64-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -I/usr/local/include -g -O2 -Wno-parentheses -Wno-format-security -c y.tab.c | |
rm -f general.o | |
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"x86_64-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -I/usr/local/include -g -O2 -Wno-parentheses -Wno-format-security -c general.c | |
rm -f make_cmd.o | |
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"x86_64-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -I/usr/local/include -g -O2 -Wno-parentheses -Wno-format-security -c make_cmd.c | |
rm -f print_cmd.o | |
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"x86_64-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -I/usr/local/include -g -O2 -Wno-parentheses -Wno-format-security -c print_cmd.c | |
rm -f dispose_cmd.o | |
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"x86_64-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -I/usr/local/include -g -O2 -Wno-parentheses -Wno-format-security -c dispose_cmd.c | |
rm -f variables.o | |
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"x86_64-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -I/usr/local/include -g -O2 -Wno-parentheses -Wno-format-security -c variables.c | |
rm -f copy_cmd.o | |
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"x86_64-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -I/usr/local/include -g -O2 -Wno-parentheses -Wno-format-security -c copy_cmd.c | |
rm -f error.o | |
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"x86_64-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -I/usr/local/include -g -O2 -Wno-parentheses -Wno-format-security -c error.c | |
rm -f expr.o | |
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"x86_64-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -I/usr/local/include -g -O2 -Wno-parentheses -Wno-format-security -c expr.c | |
rm -f flags.o | |
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"x86_64-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -I/usr/local/include -g -O2 -Wno-parentheses -Wno-format-security -c flags.c | |
rm -f jobs.o | |
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"x86_64-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -I/usr/local/include -g -O2 -Wno-parentheses -Wno-format-security -c jobs.c | |
rm -f subst.o | |
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"x86_64-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -I/usr/local/include -g -O2 -Wno-parentheses -Wno-format-security -c subst.c | |
rm -f hashcmd.o | |
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"x86_64-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -I/usr/local/include -g -O2 -Wno-parentheses -Wno-format-security -c hashcmd.c | |
rm -f hashlib.o | |
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"x86_64-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -I/usr/local/include -g -O2 -Wno-parentheses -Wno-format-security -c hashlib.c | |
rm -f mailcheck.o | |
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"x86_64-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -I/usr/local/include -g -O2 -Wno-parentheses -Wno-format-security -c mailcheck.c | |
rm -f mksignames.o | |
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"x86_64-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -g -O2 -DBUILDTOOL -c ./support/mksignames.c | |
rm -f buildsignames.o | |
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"x86_64-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -g -O2 -DBUILDTOOL -o buildsignames.o -c ./support/signames.c | |
rm -f mksignames | |
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"x86_64-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -g -O2 -g -O2 -Wno-parentheses -Wno-format-security -g -O2 -o mksignames mksignames.o buildsignames.o | |
rm -f lsignames.h | |
./mksignames lsignames.h | |
if cmp -s lsignames.h signames.h ; then :; else rm -f signames.h ; cp lsignames.h signames.h ; fi | |
rm -f trap.o | |
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"x86_64-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -I/usr/local/include -g -O2 -Wno-parentheses -Wno-format-security -c trap.c | |
rm -f input.o | |
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"x86_64-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -I/usr/local/include -g -O2 -Wno-parentheses -Wno-format-security -c input.c | |
rm -f unwind_prot.o | |
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"x86_64-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -I/usr/local/include -g -O2 -Wno-parentheses -Wno-format-security -c unwind_prot.c | |
rm -f pathexp.o | |
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"x86_64-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -I/usr/local/include -g -O2 -Wno-parentheses -Wno-format-security -c pathexp.c | |
rm -f sig.o | |
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"x86_64-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -I/usr/local/include -g -O2 -Wno-parentheses -Wno-format-security -c sig.c | |
rm -f test.o | |
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"x86_64-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -I/usr/local/include -g -O2 -Wno-parentheses -Wno-format-security -c test.c | |
rm -f version.o | |
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"x86_64-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -I/usr/local/include -g -O2 -Wno-parentheses -Wno-format-security -c version.c | |
rm -f alias.o | |
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"x86_64-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -I/usr/local/include -g -O2 -Wno-parentheses -Wno-format-security -c alias.c | |
rm -f array.o | |
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"x86_64-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -I/usr/local/include -g -O2 -Wno-parentheses -Wno-format-security -c array.c | |
rm -f arrayfunc.o | |
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"x86_64-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -I/usr/local/include -g -O2 -Wno-parentheses -Wno-format-security -c arrayfunc.c | |
rm -f assoc.o | |
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"x86_64-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -I/usr/local/include -g -O2 -Wno-parentheses -Wno-format-security -c assoc.c | |
rm -f braces.o | |
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"x86_64-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -I/usr/local/include -g -O2 -Wno-parentheses -Wno-format-security -c braces.c | |
rm -f bracecomp.o | |
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"x86_64-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -I/usr/local/include -g -O2 -Wno-parentheses -Wno-format-security -c bracecomp.c | |
rm -f bashhist.o | |
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"x86_64-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -I/usr/local/include -g -O2 -Wno-parentheses -Wno-format-security -c bashhist.c | |
rm -f bashline.o | |
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"x86_64-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -I/usr/local/include -g -O2 -Wno-parentheses -Wno-format-security -c bashline.c | |
rm -f siglist.o | |
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"x86_64-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -I/usr/local/include -g -O2 -Wno-parentheses -Wno-format-security -c siglist.c | |
rm -f siglist.o | |
gcc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"darwin20.0.0"' -DCONF_MACHTYPE='"x86_64-apple-darwin20.0.0"' -DCONF_VENDOR='"apple"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DMACOSX -I. -I. -I./include -I./lib -I/usr/local/include -g -O2 -Wno-parentheses -Wno-format-security -c siglist.c | |
In file included from siglist.c:36: | |
In file included from ./xmalloc.h:25: | |
In file included from ./bashansi.h:28: | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/string.h:134:7: error: expected identifier or '(' | |
char *strsignal(int __sig); | |
^ | |
./siglist.h:37:27: note: expanded from macro 'strsignal' | |
# define strsignal(sig) (char *)sys_siglist[sig] | |
^ | |
In file included from siglist.c:36: | |
In file included from ./xmalloc.h:25: | |
In file included from ./bashansi.h:28: | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/string.h:134:7: error: expected ')' | |
./siglist.h:37:27: note: expanded from macro 'strsignal' | |
# define strsignal(sig) (char *)sys_siglist[sig] | |
^ | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/string.h:134:7: note: to match this '(' | |
./siglist.h:37:26: note: expanded from macro 'strsignal' | |
# define strsignal(sig) (char *)sys_siglist[sig] | |
^ | |
siglist.c:38:7: error: redefinition of 'sys_siglist' with a different type: 'char *[32]' vs 'const char *const [32]' | |
char *sys_siglist[NSIG]; | |
^ | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/signal.h:70:30: note: previous declaration is here | |
extern __const char *__const sys_siglist[NSIG]; | |
^ | |
siglist.c:46:20: error: cannot assign to variable 'sys_siglist' with const-qualified type 'const char *const [32]' | |
sys_siglist[i] = (char *)0x0; | |
~~~~~~~~~~~~~~ ^ | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/signal.h:70:30: note: variable 'sys_siglist' declared const here | |
extern __const char *__const sys_siglist[NSIG]; | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ | |
siglist.c:48:18: error: cannot assign to variable 'sys_siglist' with const-qualified type 'const char *const [32]' | |
sys_siglist[0] = _("Bogus signal"); | |
~~~~~~~~~~~~~~ ^ | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/signal.h:70:30: note: variable 'sys_siglist' declared const here | |
extern __const char *__const sys_siglist[NSIG]; | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ | |
siglist.c:51:23: error: cannot assign to variable 'sys_siglist' with const-qualified type 'const char *const [32]' | |
sys_siglist[SIGHUP] = _("Hangup"); | |
~~~~~~~~~~~~~~~~~~~ ^ | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/signal.h:70:30: note: variable 'sys_siglist' declared const here | |
extern __const char *__const sys_siglist[NSIG]; | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ | |
siglist.c:55:23: error: cannot assign to variable 'sys_siglist' with const-qualified type 'const char *const [32]' | |
sys_siglist[SIGINT] = _("Interrupt"); | |
~~~~~~~~~~~~~~~~~~~ ^ | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/signal.h:70:30: note: variable 'sys_siglist' declared const here | |
extern __const char *__const sys_siglist[NSIG]; | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ | |
siglist.c:59:24: error: cannot assign to variable 'sys_siglist' with const-qualified type 'const char *const [32]' | |
sys_siglist[SIGQUIT] = _("Quit"); | |
~~~~~~~~~~~~~~~~~~~~ ^ | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/signal.h:70:30: note: variable 'sys_siglist' declared const here | |
extern __const char *__const sys_siglist[NSIG]; | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ | |
siglist.c:63:23: error: cannot assign to variable 'sys_siglist' with const-qualified type 'const char *const [32]' | |
sys_siglist[SIGILL] = _("Illegal instruction"); | |
~~~~~~~~~~~~~~~~~~~ ^ | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/signal.h:70:30: note: variable 'sys_siglist' declared const here | |
extern __const char *__const sys_siglist[NSIG]; | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ | |
siglist.c:67:24: error: cannot assign to variable 'sys_siglist' with const-qualified type 'const char *const [32]' | |
sys_siglist[SIGTRAP] = _("BPT trace/trap"); | |
~~~~~~~~~~~~~~~~~~~~ ^ | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/signal.h:70:30: note: variable 'sys_siglist' declared const here | |
extern __const char *__const sys_siglist[NSIG]; | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ | |
siglist.c:75:24: error: cannot assign to variable 'sys_siglist' with const-qualified type 'const char *const [32]' | |
sys_siglist[SIGABRT] = _("ABORT instruction"); | |
~~~~~~~~~~~~~~~~~~~~ ^ | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/signal.h:70:30: note: variable 'sys_siglist' declared const here | |
extern __const char *__const sys_siglist[NSIG]; | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ | |
siglist.c:79:23: error: cannot assign to variable 'sys_siglist' with const-qualified type 'const char *const [32]' | |
sys_siglist[SIGEMT] = _("EMT instruction"); | |
~~~~~~~~~~~~~~~~~~~ ^ | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/signal.h:70:30: note: variable 'sys_siglist' declared const here | |
extern __const char *__const sys_siglist[NSIG]; | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ | |
siglist.c:83:23: error: cannot assign to variable 'sys_siglist' with const-qualified type 'const char *const [32]' | |
sys_siglist[SIGFPE] = _("Floating point exception"); | |
~~~~~~~~~~~~~~~~~~~ ^ | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/signal.h:70:30: note: variable 'sys_siglist' declared const here | |
extern __const char *__const sys_siglist[NSIG]; | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ | |
siglist.c:87:24: error: cannot assign to variable 'sys_siglist' with const-qualified type 'const char *const [32]' | |
sys_siglist[SIGKILL] = _("Killed"); | |
~~~~~~~~~~~~~~~~~~~~ ^ | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/signal.h:70:30: note: variable 'sys_siglist' declared const here | |
extern __const char *__const sys_siglist[NSIG]; | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ | |
siglist.c:91:23: error: cannot assign to variable 'sys_siglist' with const-qualified type 'const char *const [32]' | |
sys_siglist[SIGBUS] = _("Bus error"); | |
~~~~~~~~~~~~~~~~~~~ ^ | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/signal.h:70:30: note: variable 'sys_siglist' declared const here | |
extern __const char *__const sys_siglist[NSIG]; | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ | |
siglist.c:95:24: error: cannot assign to variable 'sys_siglist' with const-qualified type 'const char *const [32]' | |
sys_siglist[SIGSEGV] = _("Segmentation fault"); | |
~~~~~~~~~~~~~~~~~~~~ ^ | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/signal.h:70:30: note: variable 'sys_siglist' declared const here | |
extern __const char *__const sys_siglist[NSIG]; | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ | |
siglist.c:99:23: error: cannot assign to variable 'sys_siglist' with const-qualified type 'const char *const [32]' | |
sys_siglist[SIGSYS] = _("Bad system call"); | |
~~~~~~~~~~~~~~~~~~~ ^ | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/signal.h:70:30: note: variable 'sys_siglist' declared const here | |
extern __const char *__const sys_siglist[NSIG]; | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ | |
siglist.c:103:24: error: cannot assign to variable 'sys_siglist' with const-qualified type 'const char *const [32]' | |
sys_siglist[SIGPIPE] = _("Broken pipe"); | |
~~~~~~~~~~~~~~~~~~~~ ^ | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/signal.h:70:30: note: variable 'sys_siglist' declared const here | |
extern __const char *__const sys_siglist[NSIG]; | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ | |
siglist.c:107:24: error: cannot assign to variable 'sys_siglist' with const-qualified type 'const char *const [32]' | |
sys_siglist[SIGALRM] = _("Alarm clock"); | |
~~~~~~~~~~~~~~~~~~~~ ^ | |
/Applications/Xcode-beta.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/signal.h:70:30: note: variable 'sys_siglist' declared const here | |
extern __const char *__const sys_siglist[NSIG]; | |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~ | |
fatal error: too many errors emitted, stopping now [-ferror-limit=] | |
20 errors generated. | |
make: *** [siglist.o] Error 1 |
Reported to homebrew team: Homebrew/brew#7857 (comment)
I checked the following commands.
Apple clang version 12.0.0 (clang-1200.0.32.2)
[mhimuro@imac ~]$ gcc --version
Configured with: --prefix=/Applications/Xcode.app/Contents/Developer/usr --with-gxx-include-dir=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX.sdk/usr/include/c++/4.2.1
Apple clang version 12.0.0 (clang-1200.0.32.2)
Target: x86_64-apple-darwin19.6.0
Thread model: posix
InstalledDir: /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin
[mhimuro@imac ~]$
install gcc@9 ( take a little time )
$ brew install gcc@9
install bash with --cc option
$ brew install --cc=gcc-9 bash
bash 5.0.18 install completion
[mhimuro@imac ~]$ brew info bash
bash: stable 5.0.18, HEAD
Bourne-Again SHell, a UNIX command interpreter
https://www.gnu.org/software/bash/
/Users/mhimuro/devel/homebrew/Cellar/bash/5.0.18 (150 files, 10.4MB) *
Built from source on 2020-10-09 at 17:20:21
From: https://github.com/Homebrew/homebrew-core/blob/HEAD/Formula/bash.rb
License: GPL-3.0-or-later
==> Options
--HEAD
Install HEAD version
==> Analytics
install: 18,966 (30 days), 77,655 (90 days), 290,949 (365 days)
install-on-request: 16,011 (30 days), 65,551 (90 days), 242,176 (365 days)
build-error: 0 (30 days)
[mhimuro@imac ~]$
Bash bugs should be reported on [email protected]
(I'd be happy to do so - let me know what you'd prefer)
or maybe better on [email protected] (there is an overlap between these lists, as a lot of readline code is in bash). Sorry for confusion
@dimpase I would be more than thankful if you report this bugs!
Let's see if we can get this fixed, else we might be forced to use gcc as the compiler for bash in future macOS versions.
this is apparently fixed in their latest release candidate, try building
http://ftp.gnu.org/gnu/bash/bash-5.1-rc1.tar.gz
I tried with
% gcc -v
Configured with: --prefix=/Library/Developer/CommandLineTools/usr --with-gxx-include-dir=/Library/Developer/CommandLineTools/SDKs/MacOSX10.15.sdk/usr/include/c++/4.2.1
Apple clang version 12.0.0 (clang-1200.0.32.27)
Target: x86_64-apple-darwin19.6.0
Thread model: posix
InstalledDir: /Library/Developer/CommandLineTools/usr/bin
and it worked for me.
I try and report any progress
Can confirm this working perfectly with GCC.
Will do further research into seeing if we can get this to compile with clang with some args.