>>> Building on exopi-2 under shells/bash BDEPENDS = [devel/dwz;devel/gettext,-runtime] DIST = [shells/bash:bash/bash52-025;shells/bash:bash/bash52-024;shells/bash:bash/bash52-022;shells/bash:bash/bash-5.2.21.tar.gz;shells/bash:bash/bash52-026;shells/bash:bash/bash52-023] FULLPKGNAME = bash-5.2.26 RDEPENDS = [devel/gettext,-runtime] Woken up databases/gdbm (Junk lock failure for exopi-2 at 1714083650.54498) Received IO (Junk lock obtained for exopi-2 at 1714083660.50) Woken up shells/bash Short-cut: depends already handled by databases/gdbm >>> Running show-prepare-results in shells/bash at 1714083663.48 ===> shells/bash ===> Building from scratch bash-5.2.26 ===> bash-5.2.26 depends on: dwz-* -> dwz-0.15 ===> bash-5.2.26 depends on: gettext-runtime-* -> gettext-runtime-0.22.5 ===> Verifying specs: c curses iconv intl ===> found c.100.0 curses.15.0 iconv.7.1 intl.8.0 dwz-0.15 gettext-runtime-0.22.5 Still tainted: no >>> Running junk in shells/bash at 1714083665.51 /usr/sbin/pkg_delete -aIXq dwz-0.15 gettext-runtime-0.22.5 p5-libwww-6.72 --- -libdockapp-0.7.3 ------------------- You may wish to remove /usr/local/share/fonts/libdockapps from your font path --- -tcl-8.5.19p6 ------------------- You may wish to remove /usr/local/lib/tcl/tcl8.5/man from man.conf --- -tcl-8.6.13 ------------------- You may wish to remove /usr/local/lib/tcl/tcl8.6/man from man.conf (Junk lock released for exopi-2 at 1714083674.28) Woken up www/p5-LWP-UserAgent-Determined distfiles size=10960637 >>> Running patch in shells/bash at 1714083675.36 ===> shells/bash ===> Checking files for bash-5.2.26 `/exopi-cvs/ports/distfiles/bash/bash-5.2.21.tar.gz' is up to date. `/exopi-cvs/ports/distfiles/bash/bash52-022' is up to date. `/exopi-cvs/ports/distfiles/bash/bash52-023' is up to date. `/exopi-cvs/ports/distfiles/bash/bash52-024' is up to date. `/exopi-cvs/ports/distfiles/bash/bash52-025' is up to date. `/exopi-cvs/ports/distfiles/bash/bash52-026' is up to date. >> (SHA256) bash/bash-5.2.21.tar.gz: OK >> (SHA256) bash/bash52-022: OK >> (SHA256) bash/bash52-023: OK >> (SHA256) bash/bash52-024: OK >> (SHA256) bash/bash52-025: OK >> (SHA256) bash/bash52-026: OK ===> Extracting for bash-5.2.26 ===> Patching for bash-5.2.26 ===> Applying distribution patches for bash-5.2.26 ===> Applying distribution patch bash52-022 Hmm... Looks like a new-style context diff to me... The text leading up to this was: -------------------------- | BASH PATCH REPORT | ================= | |Bash-Release: 5.2 |Patch-ID: bash52-022 | |Bug-Reported-by: srobertson@peratonlabs.com |Bug-Reference-ID: |Bug-Reference-URL: https://lists.gnu.org/archive/html/bug-bash/2022-09/msg00049.html | |Bug-Description: | |It's possible for readline to try to zero out a line that's not null- |terminated, leading to a memory fault. | |Patch (apply with `patch -p0'): | |*** ../bash-5.2-patched/lib/readline/display.c 2022-04-05 10:47:31.000000000 -0400 |--- lib/readline/display.c 2022-12-13 13:11:22.000000000 -0500 -------------------------- Patching file lib/readline/display.c using Plan A... Hunk #1 succeeded at 2735. Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- | |*** ../bash-5.2/patchlevel.h 2020-06-22 14:51:03.000000000 -0400 |--- patchlevel.h 2020-10-01 11:01:28.000000000 -0400 -------------------------- Patching file patchlevel.h using Plan A... Hunk #1 succeeded at 26. done ===> Applying distribution patch bash52-023 Hmm... Looks like a new-style context diff to me... The text leading up to this was: -------------------------- | BASH PATCH REPORT | ================= | |Bash-Release: 5.2 |Patch-ID: bash52-023 | |Bug-Reported-by: Emanuele Torre |Bug-Reference-ID: <20230206140824.1710288-1-torreemanuele6@gmail.com> |Bug-Reference-URL: https://lists.gnu.org/archive/html/bug-bash/2023-02/msg00045.html | |Bug-Description: | |Running `local -' multiple times in a shell function would overwrite the |original saved set of options. | |Patch (apply with `patch -p0'): | |*** ../bash-5.2-patched/builtins/declare.def 2023-01-04 20:40:28.000000000 -0500 |--- builtins/declare.def 2023-02-08 15:36:49.000000000 -0500 -------------------------- Patching file builtins/declare.def using Plan A... Hunk #1 succeeded at 421. Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- | |*** ../bash-5.2/patchlevel.h 2020-06-22 14:51:03.000000000 -0400 |--- patchlevel.h 2020-10-01 11:01:28.000000000 -0400 -------------------------- Patching file patchlevel.h using Plan A... Hunk #1 succeeded at 26. done ===> Applying distribution patch bash52-024 Hmm... Looks like a new-style context diff to me... The text leading up to this was: -------------------------- | BASH PATCH REPORT | ================= | |Bash-Release: 5.2 |Patch-ID: bash52-024 | |Bug-Reported-by: Marco |Bug-Reference-ID: |Bug-Reference-URL: https://lists.gnu.org/archive/html/bug-bash/2023-02/msg00044.html | |Bug-Description: | |Fix bug where associative array compound assignment would not expand tildes |in values. | |Patch (apply with `patch -p0'): | |*** ../bash-20230105/arrayfunc.c Thu Jan 5 14:23:28 2023 |--- arrayfunc.c Wed Feb 8 16:27:48 2023 -------------------------- Patching file arrayfunc.c using Plan A... Hunk #1 succeeded at 651. Hunk #2 succeeded at 843. Hunk #3 succeeded at 1031. Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- |*** ../bash-20230201/subst.c Mon Jan 30 16:19:46 2023 |--- subst.c Mon Feb 6 16:25:22 2023 -------------------------- Patching file subst.c using Plan A... Hunk #1 succeeded at 10803. Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- | |*** ../bash-5.2/patchlevel.h 2020-06-22 14:51:03.000000000 -0400 |--- patchlevel.h 2020-10-01 11:01:28.000000000 -0400 -------------------------- Patching file patchlevel.h using Plan A... Hunk #1 succeeded at 26. done ===> Applying distribution patch bash52-025 Hmm... Looks like a new-style context diff to me... The text leading up to this was: -------------------------- | BASH PATCH REPORT | ================= | |Bash-Release: 5.2 |Patch-ID: bash52-025 | |Bug-Reported-by: Andrew Neff |Bug-Reference-ID: |Bug-Reference-URL: https://lists.gnu.org/archive/html/bug-bash/2022-10/msg00100.html | |Bug-Description: | |Make sure a subshell checks for and handles any terminating signals before |exiting (which might have arrived after the command completed) so the parent |and any EXIT trap will see the correct value for $?. | |Patch (apply with `patch -p0'): | |*** ../bash-5.2.9/execute_cmd.c 2022-11-02 10:36:54.000000000 -0400 |--- execute_cmd.c 2022-10-27 16:52:55.000000000 -0400 -------------------------- Patching file execute_cmd.c using Plan A... Hunk #1 succeeded at 1726. Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- | |*** ../bash-5.2/patchlevel.h 2020-06-22 14:51:03.000000000 -0400 |--- patchlevel.h 2020-10-01 11:01:28.000000000 -0400 -------------------------- Patching file patchlevel.h using Plan A... Hunk #1 succeeded at 26. done ===> Applying distribution patch bash52-026 Hmm... Looks like a new-style context diff to me... The text leading up to this was: -------------------------- | BASH PATCH REPORT | ================= | |Bash-Release: 5.2 |Patch-ID: bash52-026 | |Bug-Reported-by: Stefan Klinger |Bug-Reference-ID: |Bug-Reference-URL: https://lists.gnu.org/archive/html/bug-readline/2023-08/msg00018.html | |Bug-Description: | |The custom color prefix that readline uses to color possible completions |must have a leading `.'. | |Patch (apply with `patch -p0'): | |*** ../bash-5.2-patched/lib/readline/colors.c 2021-12-08 11:38:25.000000000 -0500 |--- lib/readline/colors.c 2023-08-28 16:40:04.000000000 -0400 -------------------------- Patching file lib/readline/colors.c using Plan A... Hunk #1 succeeded at 74. Hmm... The next patch looks like a new-style context diff to me... The text leading up to this was: -------------------------- | |*** ../bash-5.2/patchlevel.h 2020-06-22 14:51:03.000000000 -0400 |--- patchlevel.h 2020-10-01 11:01:28.000000000 -0400 -------------------------- Patching file patchlevel.h using Plan A... Hunk #1 succeeded at 26. done ===> Applying OpenBSD patch patch-Makefile_in Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: Makefile.in | |Building the loadable modules depends on files created during the |main build. | |--- Makefile.in.orig |+++ Makefile.in -------------------------- Patching file Makefile.in using Plan A... Hunk #1 succeeded at 803. done ===> Applying OpenBSD patch patch-configure Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: configure |--- configure.orig |+++ configure -------------------------- Patching file configure using Plan A... Hunk #1 succeeded at 21753. done ===> Applying OpenBSD patch patch-examples_loadables_finfo_c Hmm... Looks like a unified diff to me... The text leading up to this was: -------------------------- |Index: examples/loadables/finfo.c |--- examples/loadables/finfo.c.orig |+++ examples/loadables/finfo.c -------------------------- Patching file examples/loadables/finfo.c using Plan A... Hunk #1 succeeded at 328. done ===> Compiler link: clang -> /usr/bin/clang ===> Compiler link: clang++ -> /usr/bin/clang++ ===> Compiler link: cc -> /usr/bin/cc ===> Compiler link: c++ -> /usr/bin/c++ >>> Running configure in shells/bash at 1714083678.28 ===> shells/bash ===> Generating configure for bash-5.2.26 ===> Configuring for bash-5.2.26 Using /exopi-obj/pobj/bash-5.2.26/config.site (generated) configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc configure: loading site script /exopi-obj/pobj/bash-5.2.26/config.site checking build system type... x86_64-unknown-openbsd7.5 checking host system type... x86_64-unknown-openbsd7.5 Beginning configuration for bash-5.2-release for x86_64-unknown-openbsd7.5 checking for gcc... cc 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... (cached) o checking whether the compiler supports GNU C... (cached) yes checking whether cc accepts -g... (cached) yes checking for cc option to enable C11 features... none needed checking for stdio.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for inttypes.h... (cached) yes checking for stdint.h... (cached) yes checking for strings.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/types.h... (cached) yes checking for unistd.h... (cached) yes checking for wchar.h... (cached) yes checking for minix/config.h... no checking for sys/param.h... (cached) yes checking for xlocale.h... no checking for sys/time.h... (cached) yes checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking how to run the C preprocessor... cc -E checking for grep that handles long lines and -e... (cached) /usr/bin/grep checking for egrep... (cached) /usr/bin/egrep checking whether cc needs -traditional... no checking for a BSD-compatible install... /exopi-obj/pobj/bash-5.2.26/bin/install -c checking for ar... (cached) ar checking for ranlib... (cached) ranlib checking for bison... yacc checking whether make sets $(MAKE)... (cached) yes configure: WARNING: bison not available; needed to process parse.y checking for an ANSI C-conforming const... (cached) yes checking for inline... inline checking whether byte ordering is bigendian... no checking for preprocessor stringizing operator... (cached) yes checking for long double... yes checking whether char is unsigned... no checking for working volatile... (cached) yes checking for C/C++ restrict keyword... (cached) __restrict__ checking for a race-free mkdir -p... mkdir -p checking for a sed that does not truncate output... (cached) /usr/bin/sed checking whether NLS is requested... yes checking for msgfmt... no checking for gmsgfmt... : checking for xgettext... no checking for msgmerge... no checking whether we are using the GNU C Library 2 or newer... no checking whether the -Werror option is usable... yes checking for simple visibility declarations... yes checking for size_t... (cached) yes checking for stdint.h... yes checking for working alloca.h... (cached) no checking for alloca... (cached) checking for getpagesize... (cached) yes checking for symlink... (cached) yes checking for uselocale... yes checking for vprintf... (cached) yes checking for alarm... (cached) yes checking for fpurge... (cached) yes checking for __fpurge... no checking for snprintf... (cached) yes checking for vsnprintf... (cached) yes checking for working mmap... (cached) yes checking whether integer division by zero raises SIGFPE... yes checking for inttypes.h... yes checking for unsigned long long int... yes checking for inttypes.h... (cached) yes checking whether the inttypes.h PRIxNN macros are broken... no checking for ld used by cc... /usr/bin/ld checking if the linker (/usr/bin/ld) is GNU ld... yes checking for shared library run path origin... done checking 32-bit host C ABI... no checking for the common suffixes of directories in the library search path... lib,lib checking whether imported symbols can be declared weak... yes checking for pthread.h... (cached) yes checking for multithread API to use... posix checking for pthread_rwlock_t... yes checking whether pthread_rwlock_rdlock prefers a writer to a reader... no checking for cc options needed to detect all undeclared functions... -fno-builtin checking for iconv... yes checking for working iconv... yes checking how to link with libiconv... /usr/local/lib/libiconv.so.7.1 checking for iconv declaration... extern size_t iconv (iconv_t cd, char * *inbuf, size_t *inbytesleft, char * *outbuf, size_t *outbytesleft); checking for argz.h... no checking for inttypes.h... (cached) yes checking for limits.h... (cached) yes checking for unistd.h... (cached) yes checking for sys/param.h... (cached) yes checking for getcwd... (cached) yes checking for getegid... (cached) yes checking for geteuid... (cached) yes checking for getgid... (cached) yes checking for getuid... (cached) yes checking for mempcpy... no checking for munmap... (cached) yes checking for stpcpy... (cached) yes checking for strcasecmp... (cached) yes checking for strdup... (cached) yes checking for strtoul... (cached) yes checking for tsearch... (cached) yes checking for argz_count... no checking for argz_stringify... no checking for argz_next... no checking for __fsetlocking... no checking for localeconv... (cached) yes checking whether feof_unlocked is declared... no checking whether fgets_unlocked is declared... no checking for bison... no checking for long long int... yes checking for wchar_t... yes checking for wint_t... yes checking whether wint_t is too small... no checking for intmax_t... yes checking whether printf() supports POSIX/XSI format strings... yes checking whether we are using the GNU C Library >= 2.1 or uClibc... no checking for stdint.h... (cached) yes checking for SIZE_MAX... yes checking for stdint.h... (cached) yes checking for working fcntl.h... yes checking whether uselocale works... yes checking for fake locale system (OpenBSD)... yes checking for Solaris 11.4 locale system... no checking for getlocalename_l... no checking for CFPreferencesCopyAppValue... no checking for CFLocaleCopyCurrent... no checking for CFLocaleCopyPreferredLanguages... no checking for flexible array members... yes checking for ar... (cached) ar checking for ptrdiff_t... yes checking for features.h... no checking for stddef.h... (cached) yes checking for stdlib.h... (cached) yes checking for string.h... (cached) yes checking for asprintf... (cached) yes checking for fwprintf... yes checking for newlocale... yes checking for putenv... (cached) yes checking for setenv... (cached) yes checking for setlocale... (cached) yes checking for snprintf... (cached) yes checking for strnlen... yes checking for uselocale... (cached) yes checking for wcslen... yes checking for wcsnlen... no checking for mbrtowc... (cached) yes checking for wcrtomb... (cached) yes checking whether _snprintf is declared... no checking whether _snwprintf is declared... no checking whether getc_unlocked is declared... yes checking for nl_langinfo and CODESET... yes checking for LC_MESSAGES... yes checking for CFPreferencesCopyAppValue... (cached) no checking for CFLocaleCopyCurrent... (cached) no checking for CFLocaleCopyPreferredLanguages... (cached) no 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... /usr/local/lib/libintl.so.8.0 -L/usr/local/lib /usr/local/lib/libiconv.so.7.1 -Wl,-rpath,/usr/local/lib checking for dirent.h that defines DIR... (cached) yes checking for library containing opendir... none required checking for sys/mkdev.h... no checking for sys/sysmacros.h... no checking for inttypes.h... (cached) yes checking for unistd.h... (cached) yes checking for stdlib.h... (cached) yes checking for stdarg.h... (cached) yes 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 for termcap.h... yes checking for termio.h... (cached) no checking for termios.h... (cached) yes checking for dlfcn.h... (cached) yes checking for stdbool.h... yes checking for stddef.h... (cached) yes checking for stdint.h... (cached) yes checking for netdb.h... (cached) yes checking for pwd.h... (cached) yes checking for grp.h... (cached) yes checking for strings.h... (cached) yes checking for regex.h... (cached) yes checking for syslog.h... (cached) yes checking for ulimit.h... no checking for sys/pte.h... no checking for sys/stream.h... no checking for sys/select.h... (cached) yes checking for sys/file.h... (cached) yes checking for sys/ioctl.h... (cached) yes checking for sys/mman.h... (cached) yes checking for sys/param.h... (cached) yes checking for sys/random.h... no checking for sys/socket.h... (cached) yes checking for sys/stat.h... (cached) yes checking for sys/time.h... (cached) yes checking for sys/times.h... (cached) yes checking for sys/types.h... (cached) yes checking for sys/wait.h... (cached) yes checking for netinet/in.h... (cached) yes checking for arpa/inet.h... (cached) yes checking for sys/ptem.h... no checking for sys/resource.h... (cached) yes checking for working alloca.h... (cached) no checking for alloca... (cached) checking for uid_t in sys/types.h... (cached) yes checking for working chown... (cached) yes checking whether getpgrp requires zero arguments... yes checking for working strcoll... (cached) yes checking for __setostype... no checking for wait3... (cached) yes checking for mkfifo... (cached) yes checking for dup2... (cached) yes checking for eaccess... no checking for fcntl... (cached) yes checking for getdtablesize... (cached) yes checking for getentropy... yes checking for getgroups... (cached) yes checking for gethostname... (cached) yes checking for getpagesize... (cached) yes checking for getpeername... (cached) yes checking for getrandom... no checking for getrlimit... (cached) yes checking for getrusage... (cached) yes checking for gettimeofday... (cached) yes checking for kill... (cached) yes checking for killpg... (cached) yes checking for lstat... (cached) yes checking for pselect... yes checking for readlink... (cached) yes checking for select... (cached) yes checking for setdtablesize... no checking for setitimer... (cached) yes checking for tcgetpgrp... (cached) yes checking for uname... (cached) yes checking for ulimit... no checking for waitpid... (cached) yes checking for rename... (cached) yes checking for bcopy... (cached) yes checking for bzero... (cached) yes checking for confstr... (cached) yes checking for faccessat... yes checking for fnmatch... (cached) yes checking for getaddrinfo... (cached) yes checking for gethostbyname... (cached) yes checking for getservbyname... (cached) yes checking for getservent... (cached) yes checking for inet_aton... (cached) yes checking for imaxdiv... (cached) yes checking for memmove... (cached) yes checking for pathconf... (cached) yes checking for putenv... (cached) yes checking for raise... (cached) yes checking for random... (cached) yes checking for regcomp... (cached) yes checking for regexec... yes checking for setenv... (cached) yes checking for setlinebuf... (cached) yes checking for setlocale... (cached) yes checking for setvbuf... (cached) yes checking for siginterrupt... (cached) yes checking for strchr... (cached) yes checking for sysconf... (cached) yes checking for syslog... (cached) yes checking for tcgetattr... (cached) yes checking for times... (cached) yes checking for ttyname... (cached) yes checking for tzset... (cached) yes checking for unsetenv... (cached) yes checking for vasprintf... (cached) yes checking for asprintf... (cached) yes checking for isascii... (cached) yes checking for isblank... (cached) yes checking for isgraph... (cached) yes checking for isprint... (cached) yes checking for isspace... (cached) yes checking for isxdigit... (cached) yes checking for getpwent... (cached) yes checking for getpwnam... (cached) yes checking for getpwuid... (cached) yes checking for mkstemp... (cached) yes checking for mkdtemp... yes checking for arc4random... (cached) yes checking for getcwd... (cached) yes checking for memset... (cached) yes checking for strcasecmp... (cached) yes checking for strcasestr... yes checking for strerror... (cached) yes checking for strftime... (cached) yes checking for strnlen... (cached) yes checking for strpbrk... (cached) yes checking for strstr... (cached) yes checking for strtod... (cached) yes checking for strtol... (cached) yes checking for strtoul... (cached) yes checking for strtoll... (cached) yes checking for strtoull... (cached) yes checking for strtoumax... (cached) yes checking for dprintf... yes checking for strchrnul... no checking for strdup... (cached) yes 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 for setresuid... (cached) yes checking for setresgid... (cached) yes checking whether strtold is declared... yes checking for broken strtold... no checking whether strtol is declared... yes checking whether strtoll is declared... yes checking whether strtoul is declared... yes checking whether strtoull is declared... yes checking whether strtoumax is declared... yes checking for working mktime... (cached) yes checking for argz.h... (cached) no checking for errno.h... (cached) yes checking for fcntl.h... (cached) yes checking for malloc.h... (cached) no checking for stdio_ext.h... no checking for working mmap... (cached) yes checking for __argz_count... no checking for __argz_next... no checking for __argz_stringify... 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... (cached) yes checking for wctype.h... (cached) yes checking for wchar.h... (cached) yes checking for langinfo.h... yes checking for mbstr.h... no checking for mbrlen... yes checking for mbscasecmp... no checking for mbscmp... no checking for mbsnrtowcs... yes checking for mbsrtowcs... (cached) yes checking for mbschr... no checking for wcrtomb... (cached) yes checking for wcscoll... (cached) yes checking for wcsdup... yes checking for wcwidth... (cached) yes checking for wctype... yes checking for wcswidth... yes checking whether mbrtowc and mbstate_t are properly declared... (cached) yes checking for iswlower... yes checking for iswupper... yes checking for towlower... yes checking for towupper... yes checking for iswctype... (cached) 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... no checking for dlopen... yes checking for dlclose... (cached) yes checking for dlsym... (cached) yes checking type of array argument to getgroups... gid_t checking for off_t... (cached) yes checking for mode_t... (cached) yes checking for uid_t in sys/types.h... (cached) yes checking for pid_t... (cached) yes checking for size_t... (cached) yes checking for uintptr_t... yes checking for ssize_t... (cached) yes checking for time_t... yes checking for long long int... (cached) yes checking for unsigned long long int... (cached) yes checking for sig_atomic_t in signal.h... yes checking size of char... (cached) 1 checking size of short... (cached) 2 checking size of int... 4 checking size of long... 8 checking size of char *... 8 checking size of size_t... 8 checking size of double... 8 checking size of long long... (cached) 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... (cached) yes checking whether stat file-mode macros are broken... no checking whether #! works in shell scripts... yes checking if dup2 fails to clear the close-on-exec flag... no checking whether pgrps need synchronization... no checking for type of signal functions... posix checking for sys_errlist and sys_nerr... yes checking whether sys_siglist is declared... yes checking for sys_siglist in system C library... yes checking for _sys_siglist in signal.h or unistd.h... no checking for _sys_siglist in system C library... yes checking for clock_t... yes checking for sigset_t... yes checking for socklen_t... yes checking for quad_t... yes checking for type of struct rlimit fields... rlim_t checking for intmax_t... (cached) yes checking for uintmax_t... yes 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... checking for struct dirent.d_ino... yes yes checking for struct dirent.d_fileno... checking for struct dirent.d_fileno... yes yes checking for struct dirent.d_namlen... checking for struct dirent.d_namlen... yes 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... (cached) time.h checking for struct tm.tm_zone... (cached) 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 ... yes checking for struct stat.st_atim.tv_nsec... yes checking whether struct stat.st_atim is of type struct timespec... yes checking for sbrk... (cached) yes checking for working sbrk... yes checking for the existence of strsignal... yes 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... yes checking if getcwd() will dynamically allocate memory with 0 size... yes checking for presence of POSIX-style sigsetjmp/siglongjmp... present checking whether or not strcoll and strcmp differ... no checking for standard-conformant snprintf... yes checking for standard-conformant vsnprintf... yes checking for usable strtoimax... checking for strtoimax... (cached) yes checking whether strtoimax is declared... yes yes checking for standard-conformant putenv declaration... yes checking for standard-conformant unsetenv declaration... yes checking for printf floating point output in hex notation... yes checking whether fnmatch can be used to check bracket equivalence classes... no checking if signal handlers must be reinstalled when invoked... no checking for presence of necessary job control definitions... present checking for presence of named pipes... present 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... no 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/Makefile.sample 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 po-directories commands config.status: creating po/POTFILES config.status: creating po/Makefile config.status: executing stamp-h commands configure: WARNING: unrecognized options: --disable-silent-rules, --disable-gtk-doc >>> Running build in shells/bash at 1714083806.46 ===> shells/bash ===> Building for bash-5.2.26 rm -f shell.o cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -c shell.c rm -f eval.o cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -c eval.c rm -f mkbuiltins.o cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype mkbuiltins.c cc -rdynamic -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -rdynamic -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -o mkbuiltins mkbuiltins.o mkbuiltins.c:268(mkbuiltins.o:(main)): warning: strcpy() is almost always misused, please use strlcpy() mkbuiltins.c:308(mkbuiltins.o:(main)): warning: sprintf() is often misused, please use snprintf() rm -f execute_cmd.o cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -c execute_cmd.c rm -f y.tab.o cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -c y.tab.c rm -f general.o cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -c general.c rm -f make_cmd.o cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -c make_cmd.c rm -f print_cmd.o cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -c print_cmd.c rm -f dispose_cmd.o cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -c dispose_cmd.c rm -f mksyntax cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -rdynamic -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -rdynamic -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -o mksyntax ./mksyntax.c mksyntax.c:145 (./mksyntax.c:145)(/tmp/mksyntax-9c3a83.o:(cdesc)): warning: sprintf() is often misused, please use snprintf() rm -f syntax.c ./mksyntax -o syntax.c /bin/sh ./support/mkversion.sh -b -S . -s release -d 5.2 -o newversion.h && mv newversion.h version.h rm -f variables.o cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -c variables.c rm -f copy_cmd.o cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -c copy_cmd.c rm -f error.o cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -c error.c rm -f expr.o cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -c expr.c rm -f flags.o cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -c flags.c rm -f jobs.o cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -c jobs.c rm -f subst.o cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -c subst.c rm -f hashcmd.o cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -c hashcmd.c rm -f hashlib.o cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -c hashlib.c rm -f mailcheck.o cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -c mailcheck.c rm -f mksignames.o cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -DBUILDTOOL -c ./support/mksignames.c rm -f buildsignames.o cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -DBUILDTOOL -o buildsignames.o -c ./support/signames.c rm -f mksignames cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -rdynamic -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -rdynamic -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -o mksignames mksignames.o buildsignames.o signames.c:440 (./support/signames.c:440)(buildsignames.o:(initialize_signames)): warning: sprintf() is often misused, please use snprintf() 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 cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -c trap.c rm -f input.o cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -c input.c rm -f unwind_prot.o cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -c unwind_prot.c rm -f pathexp.o cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -c pathexp.c rm -f sig.o cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -c sig.c rm -f test.o cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -c test.c rm -f version.o cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -c version.c rm -f alias.o cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -c alias.c rm -f array.o cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -c array.c rm -f arrayfunc.o cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -c arrayfunc.c rm -f assoc.o cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -c assoc.c rm -f braces.o cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -c braces.c rm -f bracecomp.o cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -c bracecomp.c rm -f bashhist.o cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -c bashhist.c rm -f bashline.o cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -c bashline.c rm -f list.o cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -c list.c rm -f stringlib.o cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -c stringlib.c rm -f locale.o cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -c locale.c rm -f findcmd.o cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -c findcmd.c rm -f builtins.o cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype builtins.c rm -f alias.o ./mkbuiltins -D . alias.def cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype alias.c || ( rm -f alias.c ; exit 1 ) rm -f alias.c rm -f bind.o ./mkbuiltins -D . bind.def cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype bind.c || ( rm -f bind.c ; exit 1 ) rm -f bind.c rm -f break.o ./mkbuiltins -D . break.def cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype break.c || ( rm -f break.c ; exit 1 ) rm -f break.c rm -f builtin.o ./mkbuiltins -D . builtin.def cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype builtin.c || ( rm -f builtin.c ; exit 1 ) rm -f builtin.c rm -f caller.o ./mkbuiltins -D . caller.def cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype caller.c || ( rm -f caller.c ; exit 1 ) rm -f caller.c rm -f cd.o ./mkbuiltins -D . cd.def cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype cd.c || ( rm -f cd.c ; exit 1 ) rm -f cd.c rm -f colon.o ./mkbuiltins -D . colon.def cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype colon.c || ( rm -f colon.c ; exit 1 ) rm -f colon.c rm -f command.o ./mkbuiltins -D . command.def cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype command.c || ( rm -f command.c ; exit 1 ) rm -f command.c rm -f common.o cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype common.c rm -f declare.o ./mkbuiltins -D . declare.def cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype declare.c || ( rm -f declare.c ; exit 1 ) rm -f declare.c rm -f echo.o ./mkbuiltins -D . echo.def cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype echo.c || ( rm -f echo.c ; exit 1 ) rm -f echo.c rm -f enable.o ./mkbuiltins -D . enable.def cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype enable.c || ( rm -f enable.c ; exit 1 ) rm -f enable.c rm -f eval.o ./mkbuiltins -D . eval.def cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype eval.c || ( rm -f eval.c ; exit 1 ) rm -f eval.c rm -f evalfile.o cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype evalfile.c rm -f evalstring.o cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype evalstring.c rm -f exec.o ./mkbuiltins -D . exec.def cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype exec.c || ( rm -f exec.c ; exit 1 ) rm -f exec.c rm -f exit.o ./mkbuiltins -D . exit.def cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype exit.c || ( rm -f exit.c ; exit 1 ) rm -f exit.c rm -f fc.o ./mkbuiltins -D . fc.def cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype fc.c || ( rm -f fc.c ; exit 1 ) rm -f fc.c rm -f fg_bg.o ./mkbuiltins -D . fg_bg.def cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype fg_bg.c || ( rm -f fg_bg.c ; exit 1 ) rm -f fg_bg.c rm -f hash.o ./mkbuiltins -D . hash.def cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype hash.c || ( rm -f hash.c ; exit 1 ) rm -f hash.c rm -f help.o ./mkbuiltins -D . help.def cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype help.c || ( rm -f help.c ; exit 1 ) rm -f help.c rm -f history.o ./mkbuiltins -D . history.def cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype history.c || ( rm -f history.c ; exit 1 ) rm -f history.c rm -f jobs.o ./mkbuiltins -D . jobs.def cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype jobs.c || ( rm -f jobs.c ; exit 1 ) rm -f jobs.c rm -f kill.o ./mkbuiltins -D . kill.def cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype kill.c || ( rm -f kill.c ; exit 1 ) rm -f kill.c rm -f let.o ./mkbuiltins -D . let.def cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype let.c || ( rm -f let.c ; exit 1 ) rm -f let.c rm -f mapfile.o ./mkbuiltins -D . mapfile.def cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype mapfile.c || ( rm -f mapfile.c ; exit 1 ) rm -f mapfile.c rm -f pushd.o ./mkbuiltins -D . pushd.def cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype pushd.c || ( rm -f pushd.c ; exit 1 ) rm -f pushd.c rm -f read.o ./mkbuiltins -D . read.def cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype read.c || ( rm -f read.c ; exit 1 ) rm -f read.c rm -f return.o ./mkbuiltins -D . return.def cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype return.c || ( rm -f return.c ; exit 1 ) rm -f return.c rm -f set.o ./mkbuiltins -D . set.def cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype set.c || ( rm -f set.c ; exit 1 ) rm -f set.c rm -f setattr.o ./mkbuiltins -D . setattr.def cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype setattr.c || ( rm -f setattr.c ; exit 1 ) rm -f setattr.c rm -f shift.o ./mkbuiltins -D . shift.def cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype shift.c || ( rm -f shift.c ; exit 1 ) rm -f shift.c rm -f source.o ./mkbuiltins -D . source.def cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype source.c || ( rm -f source.c ; exit 1 ) rm -f source.c rm -f suspend.o ./mkbuiltins -D . suspend.def cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype suspend.c || ( rm -f suspend.c ; exit 1 ) rm -f suspend.c rm -f test.o ./mkbuiltins -D . test.def cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype test.c || ( rm -f test.c ; exit 1 ) rm -f test.c rm -f times.o ./mkbuiltins -D . times.def cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype times.c || ( rm -f times.c ; exit 1 ) rm -f times.c rm -f trap.o ./mkbuiltins -D . trap.def cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype trap.c || ( rm -f trap.c ; exit 1 ) rm -f trap.c rm -f type.o ./mkbuiltins -D . type.def cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype type.c || ( rm -f type.c ; exit 1 ) rm -f type.c cc -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -rdynamic -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -rdynamic -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -o psize.aux ./psize.c /bin/sh ./psize.sh > pipesize.h rm -f ulimit.o ./mkbuiltins -D . ulimit.def cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype ulimit.c || ( rm -f ulimit.c ; exit 1 ) rm -f ulimit.c rm -f umask.o ./mkbuiltins -D . umask.def cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype umask.c || ( rm -f umask.c ; exit 1 ) rm -f umask.c rm -f wait.o ./mkbuiltins -D . wait.def cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype wait.c || ( rm -f wait.c ; exit 1 ) rm -f wait.c rm -f getopts.o ./mkbuiltins -D . getopts.def cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype getopts.c || ( rm -f getopts.c ; exit 1 ) rm -f getopts.c rm -f shopt.o ./mkbuiltins -D . shopt.def cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype shopt.c || ( rm -f shopt.c ; exit 1 ) rm -f shopt.c rm -f printf.o ./mkbuiltins -D . printf.def cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype printf.c || ( rm -f printf.c ; exit 1 ) rm -f printf.c rm -f getopt.o cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype getopt.c rm -f bashgetopt.o cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype bashgetopt.c rm -f complete.o ./mkbuiltins -D . complete.def cc -c -DHAVE_CONFIG_H -DSHELL -I. -I.. -I.. -I../include -I../lib -I. -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype complete.c || ( rm -f complete.c ; exit 1 ) rm -f complete.c rm -f libbuiltins.a ar cr libbuiltins.a builtins.o alias.o bind.o break.o builtin.o caller.o cd.o colon.o command.o common.o declare.o echo.o enable.o eval.o evalfile.o evalstring.o exec.o exit.o fc.o fg_bg.o hash.o help.o history.o jobs.o kill.o let.o mapfile.o pushd.o read.o return.o set.o setattr.o shift.o source.o suspend.o test.o times.o trap.o type.o ulimit.o umask.o wait.o getopts.o shopt.o printf.o getopt.o bashgetopt.o complete.o ranlib libbuiltins.a `pipesize.h' is up to date. rm -f redir.o cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -c redir.c rm -f pcomplete.o cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -c pcomplete.c rm -f pcomplib.o cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -c pcomplib.c rm -f syntax.o cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -c syntax.c rm -f xmalloc.o cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -c xmalloc.c cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -DBUILDTOOL -c -o buildversion.o ./version.c cc -DPROGRAM='"bash"' -DCONF_HOSTTYPE='"x86_64"' -DCONF_OSTYPE='"openbsd7.5"' -DCONF_MACHTYPE='"x86_64-unknown-openbsd7.5"' -DCONF_VENDOR='"unknown"' -DLOCALEDIR='"/usr/local/share/locale"' -DPACKAGE='"bash"' -DSHELL -DHAVE_CONFIG_H -DDEV_FD_STAT_BROKEN -I. -I. -I./include -I./lib -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -rdynamic -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -rdynamic -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -o bashversion ./support/bashversion.c buildversion.o bashversion.c:125 (./support/bashversion.c:125)(/tmp/bashversion-e9c48c.o:(main)): warning: strcpy() is almost always misused, please use strlcpy() *********************************************************** * * * GNU bash, version 5.2.26(1)-release (x86_64-unknown-openbsd7.5) * * *********************************************************** making ./lib/glob/libglob.a in ./lib/glob rm -f glob.o cc -c -DHAVE_CONFIG_H -DSHELL -I. -I../.. -I../.. -I../../include -I../../lib -I/usr/local/include -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype glob.c rm -f strmatch.o cc -c -DHAVE_CONFIG_H -DSHELL -I. -I../.. -I../.. -I../../include -I../../lib -I/usr/local/include -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype strmatch.c rm -f smatch.o cc -c -DHAVE_CONFIG_H -DSHELL -I. -I../.. -I../.. -I../../include -I../../lib -I/usr/local/include -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype smatch.c rm -f xmbsrtowcs.o cc -c -DHAVE_CONFIG_H -DSHELL -I. -I../.. -I../.. -I../../include -I../../lib -I/usr/local/include -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype xmbsrtowcs.c rm -f gmisc.o cc -c -DHAVE_CONFIG_H -DSHELL -I. -I../.. -I../.. -I../../include -I../../lib -I/usr/local/include -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype gmisc.c rm -f -f libglob.a ar cr libglob.a glob.o strmatch.o smatch.o xmbsrtowcs.o gmisc.o test -n "ranlib" && ranlib libglob.a making ./lib/sh/libsh.a in ./lib/sh cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include clktck.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include clock.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include getenv.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include oslib.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include setlinebuf.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include strnlen.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include itos.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include zread.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include zwrite.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include shtty.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include shmatch.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include eaccess.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include netconn.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include netopen.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include timeval.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include makepath.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include pathcanon.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include pathphys.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include tmpfile.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include stringlist.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include stringvec.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include spell.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include shquote.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include strtrans.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include snprintf.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include mailstat.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include fmtulong.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include fmtullong.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include fmtumax.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include zcatfd.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include zmapfd.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include winsize.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include wcsdup.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include fpurge.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include zgetline.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include mbscmp.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include uconvert.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include ufuncs.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include casemod.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include input_avail.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include mbscasecmp.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include fnxform.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include unicode.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include shmbchar.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include strvis.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include utf8.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include random.c random.c:93:8: warning: cast to smaller integer type 'unsigned int' from 'void (*)(void)' [-Wpointer-to-int-cast] iv = (u_bits32_t)seedrand; /* let the compiler truncate */ ^~~~~~~~~~~~~~~~~~~~ 1 warning generated. cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include gettimeofday.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include timers.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include wcsnwidth.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include strchrnul.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include mbschr.c cc -c -I. -I../.. -I../.. -I../../lib -I../../include -I. -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I/usr/local/include strtoimax.c rm -f libsh.a ar cr libsh.a clktck.o clock.o getenv.o oslib.o setlinebuf.o strnlen.o itos.o zread.o zwrite.o shtty.o shmatch.o eaccess.o netconn.o netopen.o timeval.o makepath.o pathcanon.o pathphys.o tmpfile.o stringlist.o stringvec.o spell.o shquote.o strtrans.o snprintf.o mailstat.o fmtulong.o fmtullong.o fmtumax.o zcatfd.o zmapfd.o winsize.o wcsdup.o fpurge.o zgetline.o mbscmp.o uconvert.o ufuncs.o casemod.o input_avail.o mbscasecmp.o fnxform.o unicode.o shmbchar.o strvis.o utf8.o random.o gettimeofday.o timers.o wcsnwidth.o strchrnul.o mbschr.o strtoimax.o test -n "ranlib" && ranlib libsh.a making ./lib/readline/libreadline.a in ./lib/readline rm -f readline.o cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I../.. -I../../lib -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype readline.c rm -f vi_mode.o cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I../.. -I../../lib -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype vi_mode.c rm -f funmap.o cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I../.. -I../../lib -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype funmap.c rm -f keymaps.o cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I../.. -I../../lib -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype keymaps.c rm -f parens.o cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I../.. -I../../lib -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype parens.c rm -f search.o cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I../.. -I../../lib -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype search.c rm -f rltty.o cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I../.. -I../../lib -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype rltty.c rm -f complete.o cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I../.. -I../../lib -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype complete.c rm -f bind.o cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I../.. -I../../lib -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype bind.c rm -f isearch.o cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I../.. -I../../lib -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype isearch.c rm -f display.o cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I../.. -I../../lib -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype display.c rm -f signals.o cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I../.. -I../../lib -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype signals.c rm -f util.o cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I../.. -I../../lib -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype util.c rm -f kill.o cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I../.. -I../../lib -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype kill.c rm -f undo.o cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I../.. -I../../lib -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype undo.c rm -f macro.o cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I../.. -I../../lib -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype macro.c rm -f input.o cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I../.. -I../../lib -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype input.c rm -f callback.o cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I../.. -I../../lib -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype callback.c rm -f terminal.o cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I../.. -I../../lib -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype terminal.c rm -f text.o cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I../.. -I../../lib -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype text.c rm -f nls.o cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I../.. -I../../lib -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype nls.c rm -f misc.o cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I../.. -I../../lib -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype misc.c rm -f history.o cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I../.. -I../../lib -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype history.c rm -f histexpand.o cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I../.. -I../../lib -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype histexpand.c rm -f histfile.o cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I../.. -I../../lib -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype histfile.c rm -f histsearch.o cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I../.. -I../../lib -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype histsearch.c rm -f shell.o cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I../.. -I../../lib -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype shell.c rm -f savestring.o cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I../.. -I../../lib -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype savestring.c rm -f mbutil.o cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I../.. -I../../lib -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype mbutil.c rm -f tilde.o cc -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I../.. -I../../lib -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -DREADLINE_LIBRARY -c ./tilde.c rm -f colors.o cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I../.. -I../../lib -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype colors.c rm -f parse-colors.o cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I../.. -I../../lib -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype parse-colors.c rm -f xmalloc.o cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I../.. -I../../lib -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype xmalloc.c rm -f xfree.o cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I../.. -I../../lib -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype xfree.c rm -f compat.o cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I../.. -I../../lib -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype compat.c rm -f libreadline.a ar cr libreadline.a readline.o vi_mode.o funmap.o keymaps.o parens.o search.o rltty.o complete.o bind.o isearch.o display.o signals.o util.o kill.o undo.o macro.o input.o callback.o terminal.o text.o nls.o misc.o history.o histexpand.o histfile.o histsearch.o shell.o savestring.o mbutil.o tilde.o colors.o parse-colors.o xmalloc.o xfree.o compat.o test -n "ranlib" && ranlib libreadline.a making ./lib/readline/libhistory.a in ./lib/readline rm -f libhistory.a ar cr libhistory.a history.o histexpand.o histfile.o histsearch.o shell.o savestring.o mbutil.o xmalloc.o xfree.o test -n "ranlib" && ranlib libhistory.a making ./lib/tilde/libtilde.a in ./lib/tilde cc -c -DHAVE_CONFIG_H -DSHELL -I/usr/local/include -I. -I../.. -I../.. -I../../include -I../../lib -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype tilde.c rm -f libtilde.a ar cr libtilde.a tilde.o test -n "ranlib" && ranlib libtilde.a rm -f bash cc -L./builtins -L./lib/readline -L./lib/readline -L./lib/glob -L./lib/tilde -L./lib/sh -rdynamic -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -o bash shell.o eval.o y.tab.o general.o make_cmd.o print_cmd.o dispose_cmd.o execute_cmd.o variables.o copy_cmd.o error.o expr.o flags.o jobs.o subst.o hashcmd.o hashlib.o mailcheck.o trap.o input.o unwind_prot.o pathexp.o sig.o test.o version.o alias.o array.o arrayfunc.o assoc.o braces.o bracecomp.o bashhist.o bashline.o list.o stringlib.o locale.o findcmd.o redir.o pcomplete.o pcomplib.o syntax.o xmalloc.o -lbuiltins -lglob -lsh -lreadline -lhistory -ltermcap -ltilde /usr/local/lib/libintl.so.8.0 -L/usr/local/lib /usr/local/lib/libiconv.so.7.1 -Wl,-rpath,/usr/local/lib /usr/local/lib/libiconv.so.7.1 make_cmd.c:91(make_cmd.o:(make_bare_word)): warning: strcpy() is almost always misused, please use strlcpy() expr.c:383(expr.o:(expr_bind_array_element)): warning: sprintf() is often misused, please use snprintf() kill.c:0(kill.o:(_rl_copy_to_kill_ring) in archive ./lib/readline/libreadline.a): warning: strcat() is almost always misused, please use strlcat() tmpfile.c:160(tmpfile.o:(sh_mktmpname) in archive ./lib/sh/libsh.a): warning: mktemp() possibly used unsafely; consider using mkstemp() ls -l bash -rwxr-xr-x 1 _pbuild _pbuild 3793080 Apr 26 00:25 bash size bash text data bss dec hex 1283375 60064 34696 1378135 150757 rm -f man2html.o cc -c -DHAVE_CONFIG_H -DSHELL -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I.. -DDEV_FD_STAT_BROKEN -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype man2html.c cc -rdynamic -rdynamic -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype man2html.o -o man2html man2html.c:916(man2html.o:(change_to_size)): warning: strcat() is almost always misused, please use strlcat() man2html.c:2902(man2html.o:(scan_request)): warning: sprintf() is often misused, please use snprintf() cd /exopi-obj/pobj/bash-5.2.26/bash-5.2.21/examples/loadables && /usr/bin/make mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/shared_libs.log LIBTOOL=/usr/bin/libtool all cc -fPIC -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I. -I.. -I../.. -I../../lib -I../../builtins -I. -I../../include -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/lib -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/builtins -c -o print.o print.c cc -shared -o print print.o cc -fPIC -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I. -I.. -I../.. -I../../lib -I../../builtins -I. -I../../include -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/lib -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/builtins -c -o truefalse.o truefalse.c cc -shared -o truefalse truefalse.o cc -fPIC -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I. -I.. -I../.. -I../../lib -I../../builtins -I. -I../../include -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/lib -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/builtins -c -o sleep.o sleep.c cc -shared -o sleep sleep.o cc -fPIC -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I. -I.. -I../.. -I../../lib -I../../builtins -I. -I../../include -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/lib -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/builtins -c -o finfo.o finfo.c cc -shared -o finfo finfo.o cc -fPIC -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I. -I.. -I../.. -I../../lib -I../../builtins -I. -I../../include -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/lib -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/builtins -c -o logname.o logname.c cc -shared -o logname logname.o cc -fPIC -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I. -I.. -I../.. -I../../lib -I../../builtins -I. -I../../include -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/lib -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/builtins -c -o basename.o basename.c cc -shared -o basename basename.o cc -fPIC -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I. -I.. -I../.. -I../../lib -I../../builtins -I. -I../../include -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/lib -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/builtins -c -o dirname.o dirname.c cc -shared -o dirname dirname.o cc -fPIC -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I. -I.. -I../.. -I../../lib -I../../builtins -I. -I../../include -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/lib -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/builtins -c -o fdflags.o fdflags.c cc -shared -o fdflags fdflags.o cc -fPIC -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I. -I.. -I../.. -I../../lib -I../../builtins -I. -I../../include -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/lib -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/builtins -c -o tty.o tty.c cc -shared -o tty tty.o cc -fPIC -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I. -I.. -I../.. -I../../lib -I../../builtins -I. -I../../include -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/lib -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/builtins -c -o pathchk.o pathchk.c cc -shared -o pathchk pathchk.o cc -fPIC -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I. -I.. -I../.. -I../../lib -I../../builtins -I. -I../../include -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/lib -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/builtins -c -o tee.o tee.c cc -shared -o tee tee.o cc -fPIC -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I. -I.. -I../.. -I../../lib -I../../builtins -I. -I../../include -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/lib -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/builtins -c -o head.o head.c cc -shared -o head head.o cc -fPIC -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I. -I.. -I../.. -I../../lib -I../../builtins -I. -I../../include -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/lib -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/builtins -c -o mkdir.o mkdir.c cc -shared -o mkdir mkdir.o cc -fPIC -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I. -I.. -I../.. -I../../lib -I../../builtins -I. -I../../include -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/lib -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/builtins -c -o rmdir.o rmdir.c cc -shared -o rmdir rmdir.o cc -fPIC -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I. -I.. -I../.. -I../../lib -I../../builtins -I. -I../../include -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/lib -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/builtins -c -o mkfifo.o mkfifo.c cc -shared -o mkfifo mkfifo.o cc -fPIC -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I. -I.. -I../.. -I../../lib -I../../builtins -I. -I../../include -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/lib -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/builtins -c -o mktemp.o mktemp.c cc -shared -o mktemp mktemp.o cc -fPIC -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I. -I.. -I../.. -I../../lib -I../../builtins -I. -I../../include -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/lib -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/builtins -c -o printenv.o printenv.c cc -shared -o printenv printenv.o cc -fPIC -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I. -I.. -I../.. -I../../lib -I../../builtins -I. -I../../include -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/lib -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/builtins -c -o id.o id.c cc -shared -o id id.o cc -fPIC -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I. -I.. -I../.. -I../../lib -I../../builtins -I. -I../../include -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/lib -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/builtins -c -o whoami.o whoami.c cc -shared -o whoami whoami.o cc -fPIC -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I. -I.. -I../.. -I../../lib -I../../builtins -I. -I../../include -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/lib -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/builtins -c -o uname.o uname.c cc -shared -o uname uname.o cc -fPIC -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I. -I.. -I../.. -I../../lib -I../../builtins -I. -I../../include -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/lib -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/builtins -c -o sync.o sync.c cc -shared -o sync sync.o cc -fPIC -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I. -I.. -I../.. -I../../lib -I../../builtins -I. -I../../include -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/lib -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/builtins -c -o push.o push.c cc -shared -o push push.o cc -fPIC -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I. -I.. -I../.. -I../../lib -I../../builtins -I. -I../../include -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/lib -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/builtins -c -o ln.o ln.c cc -shared -o ln ln.o cc -fPIC -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I. -I.. -I../.. -I../../lib -I../../builtins -I. -I../../include -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/lib -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/builtins -c -o unlink.o unlink.c cc -shared -o unlink unlink.o cc -fPIC -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I. -I.. -I../.. -I../../lib -I../../builtins -I. -I../../include -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/lib -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/builtins -c -o realpath.o realpath.c cc -shared -o realpath realpath.o cc -fPIC -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I. -I.. -I../.. -I../../lib -I../../builtins -I. -I../../include -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/lib -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/builtins -c -o strftime.o strftime.c cc -shared -o strftime strftime.o cc -fPIC -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I. -I.. -I../.. -I../../lib -I../../builtins -I. -I../../include -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/lib -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/builtins -c -o mypid.o mypid.c cc -shared -o mypid mypid.o cc -fPIC -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I. -I.. -I../.. -I../../lib -I../../builtins -I. -I../../include -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/lib -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/builtins -c -o setpgid.o setpgid.c cc -shared -o setpgid setpgid.o cc -fPIC -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I. -I.. -I../.. -I../../lib -I../../builtins -I. -I../../include -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/lib -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/builtins -c -o seq.o seq.c cc -shared -o seq seq.o cc -fPIC -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I. -I.. -I../.. -I../../lib -I../../builtins -I. -I../../include -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/lib -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/builtins -c -o rm.o rm.c cc -shared -o rm rm.o cc -fPIC -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I. -I.. -I../.. -I../../lib -I../../builtins -I. -I../../include -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/lib -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/builtins -c -o accept.o accept.c cc -shared -o accept accept.o cc -fPIC -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I. -I.. -I../.. -I../../lib -I../../builtins -I. -I../../include -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/lib -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/builtins -c -o csv.o csv.c cc -shared -o csv csv.o cc -fPIC -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I. -I.. -I../.. -I../../lib -I../../builtins -I. -I../../include -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/lib -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/builtins -c -o dsv.o dsv.c cc -shared -o dsv dsv.o cc -fPIC -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I. -I.. -I../.. -I../../lib -I../../builtins -I. -I../../include -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/lib -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/builtins -c -o cut.o cut.c cc -shared -o cut cut.o cc -fPIC -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I. -I.. -I../.. -I../../lib -I../../builtins -I. -I../../include -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/lib -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/builtins -c -o stat.o stat.c cc -shared -o stat stat.o cc -fPIC -DHAVE_CONFIG_H -DSHELL -DDEV_FD_STAT_BROKEN -I/usr/local/include -O2 -pipe -g -Wno-parentheses -Wno-deprecated-non-prototype -I. -I.. -I../.. -I../../lib -I../../builtins -I. -I../../include -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21 -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/lib -I/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/builtins -c -o getconf.o getconf.c cc -shared -o getconf getconf.o >>> Running fake in shells/bash at 1714083942.08 ===> shells/bash ===> Faking installation for bash-5.2.26 `pipesize.h' is up to date. *********************************************************** * * * GNU bash, version 5.2.26(1)-release (x86_64-unknown-openbsd7.5) * * *********************************************************** mkdir -p -- /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/doc/bash ( cd ./po/ ; /usr/bin/make mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/shared_libs.log LIBTOOL=/usr/bin/libtool DESTDIR=/exopi-obj/pobj/bash-5.2.26/fake-amd64 DESTDIR=/exopi-obj/pobj/bash-5.2.26/fake-amd64 installdirs ) /bin/sh ../support/mkinstalldirs /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share mkdir -p -- /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/en@quot/LC_MESSAGES mkdir -p -- /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/en@boldquot/LC_MESSAGES mkdir -p -- /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/af/LC_MESSAGES mkdir -p -- /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/bg/LC_MESSAGES mkdir -p -- /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/ca/LC_MESSAGES mkdir -p -- /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/cs/LC_MESSAGES mkdir -p -- /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/da/LC_MESSAGES mkdir -p -- /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/de/LC_MESSAGES mkdir -p -- /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/el/LC_MESSAGES mkdir -p -- /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/eo/LC_MESSAGES mkdir -p -- /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/es/LC_MESSAGES mkdir -p -- /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/et/LC_MESSAGES mkdir -p -- /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/fi/LC_MESSAGES mkdir -p -- /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/fr/LC_MESSAGES mkdir -p -- /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/ga/LC_MESSAGES mkdir -p -- /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/gl/LC_MESSAGES mkdir -p -- /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/hr/LC_MESSAGES mkdir -p -- /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/hu/LC_MESSAGES mkdir -p -- /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/id/LC_MESSAGES mkdir -p -- /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/it/LC_MESSAGES mkdir -p -- /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/ja/LC_MESSAGES mkdir -p -- /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/ko/LC_MESSAGES mkdir -p -- /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/lt/LC_MESSAGES mkdir -p -- /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/nb/LC_MESSAGES mkdir -p -- /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/nl/LC_MESSAGES mkdir -p -- /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/pl/LC_MESSAGES mkdir -p -- /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/pt/LC_MESSAGES mkdir -p -- /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/pt_BR/LC_MESSAGES mkdir -p -- /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/ro/LC_MESSAGES mkdir -p -- /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/ru/LC_MESSAGES mkdir -p -- /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/sk/LC_MESSAGES mkdir -p -- /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/sl/LC_MESSAGES mkdir -p -- /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/sr/LC_MESSAGES mkdir -p -- /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/sv/LC_MESSAGES mkdir -p -- /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/tr/LC_MESSAGES mkdir -p -- /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/uk/LC_MESSAGES mkdir -p -- /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/vi/LC_MESSAGES mkdir -p -- /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/zh_CN/LC_MESSAGES mkdir -p -- /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/zh_TW/LC_MESSAGES if test "bash" = "gettext-tools"; then /bin/sh ../support/mkinstalldirs /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/gettext/po; else : ; fi /exopi-obj/pobj/bash-5.2.26/bin/install -c -m 755 -m 0755 bash /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/bin/bash /exopi-obj/pobj/bash-5.2.26/bin/install -c -m 755 -m 0555 bashbug /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/bin/bashbug /exopi-obj/pobj/bash-5.2.26/bin/install -c -m 644 ./CHANGES ./COMPAT ./NEWS ./POSIX ./RBASH ./README /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/doc/bash ( cd ./doc ; /usr/bin/make mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/shared_libs.log LIBTOOL=/usr/bin/libtool DESTDIR=/exopi-obj/pobj/bash-5.2.26/fake-amd64 man1dir=/usr/local/man/man1 man1ext=.1 man3dir=/usr/local/man/man3 man3ext=.3 infodir=/usr/local/info htmldir=/usr/local/share/doc/bash DESTDIR=/exopi-obj/pobj/bash-5.2.26/fake-amd64 install ) /bin/sh ../support/mkinstalldirs /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/man/man1 /bin/sh ../support/mkinstalldirs /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/info /bin/sh ../support/mkinstalldirs /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/doc/bash if test -n "/usr/local/share/doc/bash" ; then /bin/sh ../support/mkinstalldirs /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/doc/bash ; fi /exopi-obj/pobj/bash-5.2.26/bin/install -c -m 644 ./bash.1 /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/man/man1/bash.1 /exopi-obj/pobj/bash-5.2.26/bin/install -c -m 644 ./bashbug.1 /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/man/man1/bashbug.1 /exopi-obj/pobj/bash-5.2.26/bin/install -c -m 644 ./FAQ ./INTRO /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/doc/bash if test -f bash.info; then d=.; else d=.; fi; /exopi-obj/pobj/bash-5.2.26/bin/install -c -m 644 $d/bash.info /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/info/bash.info if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then install-info --dir-file=/exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/info/dir /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/info/bash.info; else true; fi if test -n "/usr/local/share/doc/bash" ; then /exopi-obj/pobj/bash-5.2.26/bin/install -c -m 644 ./bash.html /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/doc/bash ; /exopi-obj/pobj/bash-5.2.26/bin/install -c -m 644 ./bashref.html /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/doc/bash ; fi ( cd ./builtins ; /usr/bin/make mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/shared_libs.log LIBTOOL=/usr/bin/libtool DESTDIR=/exopi-obj/pobj/bash-5.2.26/fake-amd64 DESTDIR=/exopi-obj/pobj/bash-5.2.26/fake-amd64 install ) ( cd ./po/ ; /usr/bin/make mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/shared_libs.log LIBTOOL=/usr/bin/libtool DESTDIR=/exopi-obj/pobj/bash-5.2.26/fake-amd64 DESTDIR=/exopi-obj/pobj/bash-5.2.26/fake-amd64 install ) test -z "en@quot.gmo en@boldquot.gmo af.gmo bg.gmo ca.gmo cs.gmo da.gmo de.gmo el.gmo eo.gmo es.gmo et.gmo fi.gmo fr.gmo ga.gmo gl.gmo hr.gmo hu.gmo id.gmo it.gmo ja.gmo ko.gmo lt.gmo nb.gmo nl.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo sk.gmo sl.gmo sr.gmo sv.gmo tr.gmo uk.gmo vi.gmo zh_CN.gmo zh_TW.gmo" || /usr/bin/make en@quot.gmo en@boldquot.gmo af.gmo bg.gmo ca.gmo cs.gmo da.gmo de.gmo el.gmo eo.gmo es.gmo et.gmo fi.gmo fr.gmo ga.gmo gl.gmo hr.gmo hu.gmo id.gmo it.gmo ja.gmo ko.gmo lt.gmo nb.gmo nl.gmo pl.gmo pt.gmo pt_BR.gmo ro.gmo ru.gmo sk.gmo sl.gmo sr.gmo sv.gmo tr.gmo uk.gmo vi.gmo zh_CN.gmo zh_TW.gmo `en@quot.gmo' is up to date. `en@boldquot.gmo' is up to date. `af.gmo' is up to date. `bg.gmo' is up to date. `ca.gmo' is up to date. `cs.gmo' is up to date. `da.gmo' is up to date. `de.gmo' is up to date. `el.gmo' is up to date. `eo.gmo' is up to date. `es.gmo' is up to date. `et.gmo' is up to date. `fi.gmo' is up to date. `fr.gmo' is up to date. `ga.gmo' is up to date. `gl.gmo' is up to date. `hr.gmo' is up to date. `hu.gmo' is up to date. `id.gmo' is up to date. `it.gmo' is up to date. `ja.gmo' is up to date. `ko.gmo' is up to date. `lt.gmo' is up to date. `nb.gmo' is up to date. `nl.gmo' is up to date. `pl.gmo' is up to date. `pt.gmo' is up to date. `pt_BR.gmo' is up to date. `ro.gmo' is up to date. `ru.gmo' is up to date. `sk.gmo' is up to date. `sl.gmo' is up to date. `sr.gmo' is up to date. `sv.gmo' is up to date. `tr.gmo' is up to date. `uk.gmo' is up to date. `vi.gmo' is up to date. `zh_CN.gmo' is up to date. `zh_TW.gmo' is up to date. touch stamp-po /bin/sh ../support/mkinstalldirs /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share installing en@quot.gmo as /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/en@quot/LC_MESSAGES/bash.mo installing en@boldquot.gmo as /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/en@boldquot/LC_MESSAGES/bash.mo installing af.gmo as /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/af/LC_MESSAGES/bash.mo installing bg.gmo as /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/bg/LC_MESSAGES/bash.mo installing ca.gmo as /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/ca/LC_MESSAGES/bash.mo installing cs.gmo as /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/cs/LC_MESSAGES/bash.mo installing da.gmo as /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/da/LC_MESSAGES/bash.mo installing de.gmo as /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/de/LC_MESSAGES/bash.mo installing el.gmo as /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/el/LC_MESSAGES/bash.mo installing eo.gmo as /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/eo/LC_MESSAGES/bash.mo installing es.gmo as /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/es/LC_MESSAGES/bash.mo installing et.gmo as /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/et/LC_MESSAGES/bash.mo installing fi.gmo as /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/fi/LC_MESSAGES/bash.mo installing fr.gmo as /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/fr/LC_MESSAGES/bash.mo installing ga.gmo as /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/ga/LC_MESSAGES/bash.mo installing gl.gmo as /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/gl/LC_MESSAGES/bash.mo installing hr.gmo as /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/hr/LC_MESSAGES/bash.mo installing hu.gmo as /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/hu/LC_MESSAGES/bash.mo installing id.gmo as /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/id/LC_MESSAGES/bash.mo installing it.gmo as /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/it/LC_MESSAGES/bash.mo installing ja.gmo as /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/ja/LC_MESSAGES/bash.mo installing ko.gmo as /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/ko/LC_MESSAGES/bash.mo installing lt.gmo as /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/lt/LC_MESSAGES/bash.mo installing nb.gmo as /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/nb/LC_MESSAGES/bash.mo installing nl.gmo as /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/nl/LC_MESSAGES/bash.mo installing pl.gmo as /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/pl/LC_MESSAGES/bash.mo installing pt.gmo as /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/pt/LC_MESSAGES/bash.mo installing pt_BR.gmo as /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/pt_BR/LC_MESSAGES/bash.mo installing ro.gmo as /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/ro/LC_MESSAGES/bash.mo installing ru.gmo as /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/ru/LC_MESSAGES/bash.mo installing sk.gmo as /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/sk/LC_MESSAGES/bash.mo installing sl.gmo as /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/sl/LC_MESSAGES/bash.mo installing sr.gmo as /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/sr/LC_MESSAGES/bash.mo installing sv.gmo as /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/sv/LC_MESSAGES/bash.mo installing tr.gmo as /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/tr/LC_MESSAGES/bash.mo installing uk.gmo as /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/uk/LC_MESSAGES/bash.mo installing vi.gmo as /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/vi/LC_MESSAGES/bash.mo installing zh_CN.gmo as /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/zh_CN/LC_MESSAGES/bash.mo installing zh_TW.gmo as /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/locale/zh_TW/LC_MESSAGES/bash.mo if test "bash" = "gettext-tools"; then /bin/sh ../support/mkinstalldirs /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/gettext/po; for file in Makefile.in.in remove-potcdate.sin quot.sed boldquot.sed en@quot.header en@boldquot.header insert-header.sin Rules-quot Makevars.template; do /exopi-obj/pobj/bash-5.2.26/bin/install -c -m 644 ./$file /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/gettext/po/$file; done; for file in Makevars; do rm -f /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/share/gettext/po/$file; done; else : ; fi ( cd /exopi-obj/pobj/bash-5.2.26/bash-5.2.21/examples/loadables && /usr/bin/make mkdir_p=mkdir\ -p\ -- SHARED_LIBS_LOG=/exopi-obj/pobj/bash-5.2.26/bash-5.2.21/shared_libs.log LIBTOOL=/usr/bin/libtool DESTDIR=/exopi-obj/pobj/bash-5.2.26/fake-amd64 DESTDIR=/exopi-obj/pobj/bash-5.2.26/fake-amd64 install ) mkdir -p -- /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/lib/bash mkdir -p -- /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/include/bash mkdir -p -- /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/include/bash/builtins mkdir -p -- /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/include/bash/include /exopi-obj/pobj/bash-5.2.26/bin/install -c -m 644 ./support/bash.pc /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/lib/pkgconfig/bash.pc installing example loadable builtins in /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/lib/bash print truefalse sleep finfo logname basename dirname fdflags tty pathchk tee head mkdir rmdir mkfifo mktemp printenv id whoami uname sync push ln unlink realpath strftime mypid setpgid seq rm accept csv dsv cut stat getconf >>> Running package in shells/bash at 1714083953.49 ===> shells/bash `/exopi-obj/pobj/bash-5.2.26/fake-amd64/.fake_done' is up to date. Reading existing plist for bash-5.2.26 Writing /exopi-obj/pobj/bash-5.2.26/fake-amd64/debug-pkg/Makefile.new Writing /exopi-obj/pobj/bash-5.2.26/fake-amd64/debug-pkg/PLIST Renaming /exopi-obj/pobj/bash-5.2.26/fake-amd64/debug-pkg/Makefile.new to Makefile > Extracting debug info from /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/bin/bash > Extracting debug info from /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/lib/bash/accept > Extracting debug info from /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/lib/bash/basename > Extracting debug info from /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/lib/bash/csv > Extracting debug info from /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/lib/bash/cut > Extracting debug info from /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/lib/bash/dirname > Extracting debug info from /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/lib/bash/dsv > Extracting debug info from /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/lib/bash/fdflags > Extracting debug info from /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/lib/bash/finfo > Extracting debug info from /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/lib/bash/getconf > Extracting debug info from /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/lib/bash/head > Extracting debug info from /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/lib/bash/id > Extracting debug info from /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/lib/bash/ln > Extracting debug info from /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/lib/bash/logname > Extracting debug info from /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/lib/bash/mkdir > Extracting debug info from /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/lib/bash/mkfifo > Extracting debug info from /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/lib/bash/mktemp > Extracting debug info from /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/lib/bash/mypid > Extracting debug info from /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/lib/bash/pathchk > Extracting debug info from /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/lib/bash/print > Extracting debug info from /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/lib/bash/printenv > Extracting debug info from /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/lib/bash/push > Extracting debug info from /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/lib/bash/realpath > Extracting debug info from /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/lib/bash/rm > Extracting debug info from /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/lib/bash/rmdir > Extracting debug info from /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/lib/bash/seq > Extracting debug info from /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/lib/bash/setpgid > Extracting debug info from /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/lib/bash/sleep > Extracting debug info from /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/lib/bash/stat > Extracting debug info from /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/lib/bash/strftime > Extracting debug info from /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/lib/bash/sync > Extracting debug info from /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/lib/bash/tee > Extracting debug info from /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/lib/bash/truefalse > Extracting debug info from /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/lib/bash/tty > Extracting debug info from /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/lib/bash/uname > Extracting debug info from /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/lib/bash/unlink > Extracting debug info from /exopi-obj/pobj/bash-5.2.26/fake-amd64/usr/local/lib/bash/whoami ===> Building package for bash-5.2.26 Create /exopi-cvs/ports/packages/amd64/all/bash-5.2.26.tgz Creating package bash-5.2.26 reading plist| checking dependencies| checking dependencies|devel/gettext,-runtime checksumming| checksumming| | 0% checksumming| | 1% checksumming|* | 1% checksumming|* | 2% checksumming|** | 3% checksumming|** | 4% checksumming|*** | 5% checksumming|*** | 6% checksumming|**** | 6% checksumming|**** | 7% checksumming|***** | 7% checksumming|***** | 8% checksumming|***** | 9% checksumming|****** | 9% checksumming|****** | 10% checksumming|******* | 11% checksumming|******* | 12% checksumming|******** | 13% checksumming|******** | 14% checksumming|********* | 14% checksumming|********* | 15% checksumming|********** | 16% checksumming|********** | 17% checksumming|*********** | 18% checksumming|************ | 19% checksumming|************ | 20% checksumming|************* | 21% checksumming|************* | 22% checksumming|************** | 22% checksumming|************** | 23% checksumming|*************** | 24% checksumming|*************** | 25% checksumming|**************** | 26% checksumming|**************** | 27% checksumming|***************** | 27% checksumming|***************** | 28% checksumming|***************** | 29% checksumming|****************** | 29% checksumming|****************** | 30% checksumming|******************* | 31% checksumming|******************** | 32% checksumming|******************** | 33% checksumming|********************* | 34% checksumming|********************* | 35% checksumming|********************** | 35% checksumming|********************** | 36% checksumming|********************** | 37% checksumming|*********************** | 37% checksumming|*********************** | 38% checksumming|************************ | 39% checksumming|************************ | 40% checksumming|************************* | 41% checksumming|************************* | 42% checksumming|************************** | 42% checksumming|************************** | 43% checksumming|*************************** | 44% checksumming|*************************** | 45% checksumming|**************************** | 45% checksumming|**************************** | 46% checksumming|***************************** | 47% checksumming|***************************** | 48% checksumming|****************************** | 49% checksumming|****************************** | 50% checksumming|******************************* | 50% checksumming|******************************* | 51% checksumming|******************************** | 52% checksumming|******************************** | 53% checksumming|********************************* | 54% checksumming|********************************* | 55% checksumming|********************************** | 55% checksumming|********************************** | 56% checksumming|*********************************** | 57% checksumming|*********************************** | 58% checksumming|************************************ | 58% checksumming|************************************ | 59% checksumming|************************************* | 60% checksumming|************************************* | 61% checksumming|************************************** | 62% checksumming|************************************** | 63% checksumming|*************************************** | 63% checksumming|*************************************** | 64% checksumming|*************************************** | 65% checksumming|**************************************** | 65% checksumming|**************************************** | 66% checksumming|***************************************** | 67% checksumming|***************************************** | 68% checksumming|****************************************** | 69% checksumming|******************************************* | 70% checksumming|******************************************* | 71% checksumming|******************************************** | 71% checksumming|******************************************** | 72% checksumming|******************************************** | 73% checksumming|********************************************* | 73% checksumming|********************************************* | 74% checksumming|********************************************** | 75% checksumming|********************************************** | 76% checksumming|*********************************************** | 77% checksumming|*********************************************** | 78% checksumming|************************************************ | 78% checksumming|************************************************ | 79% checksumming|************************************************* | 80% checksumming|************************************************* | 81% checksumming|************************************************** | 82% checksumming|*************************************************** | 83% checksumming|*************************************************** | 84% checksumming|**************************************************** | 85% checksumming|**************************************************** | 86% checksumming|***************************************************** | 86% checksumming|***************************************************** | 87% checksumming|****************************************************** | 88% checksumming|****************************************************** | 89% checksumming|******************************************************* | 90% checksumming|******************************************************* | 91% checksumming|******************************************************** | 91% checksumming|******************************************************** | 92% checksumming|******************************************************** | 93% checksumming|********************************************************* | 93% checksumming|********************************************************* | 94% checksumming|********************************************************** | 94% checksumming|********************************************************** | 95% checksumming|*********************************************************** | 96% checksumming|*********************************************************** | 97% checksumming|************************************************************ | 98% checksumming|************************************************************ | 99% checksumming|*************************************************************| 99% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|********* | 15% archiving|********** | 15% archiving|********** | 16% archiving|*********** | 16% archiving|*********** | 17% archiving|*********** | 18% archiving|************ | 18% archiving|************ | 19% archiving|************* | 20% archiving|************* | 21% archiving|***************** | 26% archiving|******************* | 29% archiving|********************* | 33% archiving|********************** | 34% archiving|********************** | 35% archiving|*********************** | 36% archiving|************************* | 39% archiving|****************************** | 48% archiving|******************************** | 50% archiving|********************************* | 52% archiving|********************************** | 53% archiving|*********************************** | 54% archiving|*********************************** | 55% archiving|************************************ | 56% archiving|************************************* | 58% archiving|************************************** | 59% archiving|*************************************** | 61% archiving|**************************************** | 62% archiving|**************************************** | 63% archiving|****************************************** | 65% archiving|****************************************** | 66% archiving|******************************************* | 67% archiving|******************************************** | 68% archiving|********************************************* | 70% archiving|********************************************* | 71% archiving|********************************************** | 71% archiving|********************************************** | 73% archiving|************************************************ | 74% archiving|************************************************ | 75% archiving|************************************************* | 76% archiving|************************************************** | 78% archiving|*************************************************** | 80% archiving|**************************************************** | 81% archiving|***************************************************** | 83% archiving|****************************************************** | 85% archiving|******************************************************* | 86% archiving|******************************************************* | 87% archiving|******************************************************** | 87% archiving|********************************************************* | 90% archiving|********************************************************** | 91% archiving|*********************************************************** | 93% archiving|************************************************************* | 95% archiving|************************************************************* | 96% archiving|************************************************************** | 98% archiving|****************************************************************| 99% archiving|****************************************************************|100% Creating package debug-bash-5.2.26 reading plist| checking dependencies| checking dependencies|devel/gettext,-runtime checking dependencies|shells/bash checksumming| checksumming| | 0% checksumming|* | 2% checksumming|** | 4% checksumming|*** | 6% checksumming|***** | 8% checksumming|****** | 9% checksumming|******* | 11% checksumming|******** | 13% checksumming|********* | 15% checksumming|********** | 17% checksumming|************ | 19% checksumming|************* | 21% checksumming|************** | 23% checksumming|*************** | 25% checksumming|**************** | 26% checksumming|***************** | 28% checksumming|****************** | 30% checksumming|******************** | 32% checksumming|********************* | 34% checksumming|********************** | 36% checksumming|*********************** | 38% checksumming|************************ | 40% checksumming|************************* | 42% checksumming|************************** | 43% checksumming|**************************** | 45% checksumming|***************************** | 47% checksumming|****************************** | 49% checksumming|******************************* | 51% checksumming|******************************** | 53% checksumming|********************************* | 55% checksumming|*********************************** | 57% checksumming|************************************ | 58% checksumming|************************************* | 60% checksumming|************************************** | 62% checksumming|*************************************** | 64% checksumming|**************************************** | 66% checksumming|***************************************** | 68% checksumming|******************************************* | 70% checksumming|******************************************** | 72% checksumming|********************************************* | 74% checksumming|********************************************** | 75% checksumming|*********************************************** | 77% checksumming|************************************************ | 79% checksumming|************************************************* | 81% checksumming|*************************************************** | 83% checksumming|**************************************************** | 85% checksumming|***************************************************** | 87% checksumming|****************************************************** | 89% checksumming|******************************************************* | 91% checksumming|******************************************************** | 92% checksumming|********************************************************** | 94% checksumming|*********************************************************** | 96% checksumming|************************************************************ | 98% checksumming|*************************************************************|100% archiving| archiving| | 0% archiving|*********************************************** | 74% archiving|***************************************************** | 83% archiving|****************************************************** | 84% archiving|****************************************************** | 85% archiving|******************************************************* | 85% archiving|******************************************************* | 86% archiving|******************************************************** | 87% archiving|******************************************************** | 88% archiving|********************************************************* | 88% archiving|********************************************************* | 89% archiving|********************************************************* | 90% archiving|********************************************************** | 90% archiving|********************************************************** | 91% archiving|*********************************************************** | 91% archiving|*********************************************************** | 92% archiving|*********************************************************** | 93% archiving|************************************************************ | 93% archiving|************************************************************ | 94% archiving|************************************************************* | 95% archiving|************************************************************* | 96% archiving|************************************************************** | 96% archiving|************************************************************** | 97% archiving|************************************************************** | 98% archiving|*************************************************************** | 98% archiving|*************************************************************** | 99% archiving|****************************************************************| 99% archiving|****************************************************************|100% Link to /exopi-cvs/ports/packages/amd64/ftp/bash-5.2.26.tgz Link to /exopi-cvs/ports/packages/amd64/ftp/debug-bash-5.2.26.tgz >>> Running clean in shells/bash at 1714083980.69 ===> shells/bash ===> Cleaning for bash-5.2.26 >>> Ended at 1714083981.28 max_stuck=8.57/waiting-for-lock #12=12.94/show-prepare-results=2.04/junk=9.82/patch=2.82/configure=128.32/build=135.50/fake=11.52/package=27.19/clean=0.65