* Running sanity checks... Processing 1 of 1: dev-db/postgresql-13.3::gentoo 1 file required- building dev-db/postgresql-13.3 >>> Unpacking postgresql-13.3.tar.bz2 to /var/tmp/portage/dev-db/postgresql-13.3/work * Applying postgresql-13_beta1-no-server.patch... econf: replacing /var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/config/config.sub with /usr/share/gnuconfig/config.sub econf: replacing /var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/config/config.guess with /usr/share/gnuconfig/config.guess ./configure --prefix=/usr --build=x86_64-pc-linux-gnu --host=x86_64-pc-linux-gnu --mandir=/usr/share/man --infodir=/usr/share/info --datadir=/usr/share --sysconfdir=/etc --localstatedir=/var/lib --docdir=/usr/share/doc/postgresql-13.3 --htmldir=/usr/share/doc/postgresql-13.3/html --libdir=/lib64 --prefix=/usr/lib64/postgresql-13 --datadir=/usr/share/postgresql-13 --includedir=/usr/include/postgresql-13 --mandir=/usr/share/postgresql-13/man --sysconfdir=/etc/postgresql-13 --with-system-tzdata=/usr/share/zoneinfo --disable-debug --disable-thread-safety --with-icu --without-gssapi --without-ldap --without-llvm --with-pam --without-perl --without-python --with-readline --with-openssl --without-systemd --without-tcl --without-libxml --without-libxslt --with-zlib --enable-nls --enable-spinlocks checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking which template to use... linux checking whether NLS is wanted... yes checking for default port number... 5432 checking for block size... 8kB checking for segment size... 1GB checking for WAL block size... 8kB checking for x86_64-pc-linux-gnu-gcc... x86_64-pc-linux-gnu-gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether x86_64-pc-linux-gnu-gcc accepts -g... yes checking for x86_64-pc-linux-gnu-gcc option to accept ISO C89... none needed checking for x86_64-pc-linux-gnu-gcc option to accept ISO C99... none needed checking for x86_64-pc-linux-gnu-g++... x86_64-pc-linux-gnu-g++ checking whether we are using the GNU C++ compiler... yes checking whether x86_64-pc-linux-gnu-g++ accepts -g... yes checking for gawk... gawk checking whether x86_64-pc-linux-gnu-gcc supports -Wdeclaration-after-statement, for CFLAGS... yes checking whether x86_64-pc-linux-gnu-gcc supports -Werror=vla, for CFLAGS... yes checking whether x86_64-pc-linux-gnu-gcc supports -Wendif-labels, for CFLAGS... yes checking whether x86_64-pc-linux-gnu-g++ supports -Wendif-labels, for CXXFLAGS... yes checking whether x86_64-pc-linux-gnu-gcc supports -Wmissing-format-attribute, for CFLAGS... yes checking whether x86_64-pc-linux-gnu-g++ supports -Wmissing-format-attribute, for CXXFLAGS... yes checking whether x86_64-pc-linux-gnu-gcc supports -Wimplicit-fallthrough=3, for CFLAGS... yes checking whether x86_64-pc-linux-gnu-g++ supports -Wimplicit-fallthrough=3, for CXXFLAGS... yes checking whether x86_64-pc-linux-gnu-gcc supports -Wformat-security, for CFLAGS... yes checking whether x86_64-pc-linux-gnu-g++ supports -Wformat-security, for CXXFLAGS... yes checking whether x86_64-pc-linux-gnu-gcc supports -fno-strict-aliasing, for CFLAGS... yes checking whether x86_64-pc-linux-gnu-g++ supports -fno-strict-aliasing, for CXXFLAGS... yes checking whether x86_64-pc-linux-gnu-gcc supports -fwrapv, for CFLAGS... yes checking whether x86_64-pc-linux-gnu-g++ supports -fwrapv, for CXXFLAGS... yes checking whether x86_64-pc-linux-gnu-gcc supports -fexcess-precision=standard, for CFLAGS... yes checking whether x86_64-pc-linux-gnu-g++ supports -fexcess-precision=standard, for CXXFLAGS... no checking whether x86_64-pc-linux-gnu-gcc supports -funroll-loops, for CFLAGS_VECTOR... yes checking whether x86_64-pc-linux-gnu-gcc supports -ftree-vectorize, for CFLAGS_VECTOR... yes checking whether x86_64-pc-linux-gnu-gcc supports -Wunused-command-line-argument, for NOT_THE_CFLAGS... no checking whether x86_64-pc-linux-gnu-gcc supports -Wformat-truncation, for NOT_THE_CFLAGS... yes checking whether x86_64-pc-linux-gnu-gcc supports -Wstringop-truncation, for NOT_THE_CFLAGS... yes checking whether the C compiler still works... yes checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking for x86_64-pc-linux-gnu-pkg-config... /usr/bin/x86_64-pc-linux-gnu-pkg-config checking pkg-config is at least version 0.9.0... yes checking allow thread-safe client libraries... no checking whether to build with ICU support... yes checking for icu-uc icu-i18n... yes checking whether to build with Tcl... no checking whether to build Perl modules... no checking whether to build Python modules... no checking whether to build with GSSAPI support... no checking whether to build with PAM support... yes checking whether to build with BSD Authentication support... no checking whether to build with LDAP support... no checking whether to build with Bonjour support... no checking whether to build with OpenSSL support... yes checking whether to build with SELinux support... no checking whether to build with systemd support... no checking whether to build with XML support... no checking for ld used by GCC... /usr/x86_64-pc-linux-gnu/bin/ld checking if the linker (/usr/x86_64-pc-linux-gnu/bin/ld) is GNU ld... yes checking for x86_64-pc-linux-gnu-ranlib... x86_64-pc-linux-gnu-ranlib checking for x86_64-pc-linux-gnu-strip... x86_64-pc-linux-gnu-strip checking whether it is possible to strip libraries... yes checking for x86_64-pc-linux-gnu-ar... x86_64-pc-linux-gnu-ar checking for a BSD-compatible install... /usr/bin/install -c checking for tar... /bin/tar checking whether ln -s works... yes checking for a thread-safe mkdir -p... /bin/mkdir -p checking for bison... /usr/bin/bison configure: using bison (GNU Bison) 3.7.6 checking for flex... /usr/bin/flex configure: using flex 2.6.4 checking for perl... /usr/bin/perl configure: using perl 5.34.0 checking for a sed that does not truncate output... /bin/sed checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for main in -lm... yes checking for library containing setproctitle... no checking for library containing dlopen... -ldl checking for library containing socket... none required checking for library containing shl_load... no checking for library containing getopt_long... none required checking for library containing shm_open... -lrt checking for library containing shm_unlink... none required checking for library containing clock_gettime... none required checking for library containing fdatasync... none required checking for library containing sched_yield... none required checking for library containing gethostbyname_r... none required checking for library containing shmget... none required checking for library containing backtrace_symbols... none required checking for library containing readline... -lreadline checking for inflate in -lz... yes checking for CRYPTO_new_ex_data in -lcrypto... yes checking for SSL_new in -lssl... yes checking for X509_get_signature_nid... yes checking for OPENSSL_init_ssl... yes checking for BIO_get_data... yes checking for BIO_meth_new... yes checking for ASN1_STRING_get0_data... yes checking for CRYPTO_lock... no checking for pam_start in -lpam... yes checking for stdbool.h that conforms to C99... yes checking for _Bool... yes checking atomic.h usability... no checking atomic.h presence... no checking for atomic.h... no checking copyfile.h usability... no checking copyfile.h presence... no checking for copyfile.h... no checking execinfo.h usability... yes checking execinfo.h presence... yes checking for execinfo.h... yes checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking ifaddrs.h usability... yes checking ifaddrs.h presence... yes checking for ifaddrs.h... yes checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking mbarrier.h usability... no checking mbarrier.h presence... no checking for mbarrier.h... no checking poll.h usability... yes checking poll.h presence... yes checking for poll.h... yes checking sys/epoll.h usability... yes checking sys/epoll.h presence... yes checking for sys/epoll.h... yes checking sys/event.h usability... no checking sys/event.h presence... no checking for sys/event.h... no checking sys/ipc.h usability... yes checking sys/ipc.h presence... yes checking for sys/ipc.h... yes checking sys/prctl.h usability... yes checking sys/prctl.h presence... yes checking for sys/prctl.h... yes checking sys/procctl.h usability... no checking sys/procctl.h presence... no checking for sys/procctl.h... no checking sys/pstat.h usability... no checking sys/pstat.h presence... no checking for sys/pstat.h... no checking sys/resource.h usability... yes checking sys/resource.h presence... yes checking for sys/resource.h... yes checking sys/select.h usability... yes checking sys/select.h presence... yes checking for sys/select.h... yes checking sys/sem.h usability... yes checking sys/sem.h presence... yes checking for sys/sem.h... yes checking sys/shm.h usability... yes checking sys/shm.h presence... yes checking for sys/shm.h... yes checking sys/sockio.h usability... no checking sys/sockio.h presence... no checking for sys/sockio.h... no checking sys/tas.h usability... no checking sys/tas.h presence... no checking for sys/tas.h... no checking sys/un.h usability... yes checking sys/un.h presence... yes checking for sys/un.h... yes checking termios.h usability... yes checking termios.h presence... yes checking for termios.h... yes checking ucred.h usability... no checking ucred.h presence... no checking for ucred.h... no checking wctype.h usability... yes checking wctype.h presence... yes checking for wctype.h... yes checking for net/if.h... yes checking for sys/ucred.h... no checking for netinet/tcp.h... yes checking readline/readline.h usability... yes checking readline/readline.h presence... yes checking for readline/readline.h... yes checking readline/history.h usability... yes checking readline/history.h presence... yes checking for readline/history.h... yes checking zlib.h usability... yes checking zlib.h presence... yes checking for zlib.h... yes checking openssl/ssl.h usability... yes checking openssl/ssl.h presence... yes checking for openssl/ssl.h... yes checking openssl/err.h usability... yes checking openssl/err.h presence... yes checking for openssl/err.h... yes checking security/pam_appl.h usability... yes checking security/pam_appl.h presence... yes checking for security/pam_appl.h... yes checking whether byte ordering is bigendian... no checking for inline... inline checking for printf format archetype... gnu_printf checking for __func__... yes checking for _Static_assert... yes checking for typeof... typeof checking for __builtin_types_compatible_p... yes checking for __builtin_constant_p... yes checking for __builtin_unreachable... yes checking for computed goto support... yes checking for struct tm.tm_zone... yes checking for union semun... no checking for struct sockaddr_un... yes checking for struct sockaddr_storage... yes checking for struct sockaddr_storage.ss_family... yes checking for struct sockaddr_storage.__ss_family... no checking for struct sockaddr_storage.ss_len... no checking for struct sockaddr_storage.__ss_len... no checking for struct sockaddr.sa_len... no checking for struct addrinfo... yes checking for locale_t... yes checking for C/C++ restrict keyword... __restrict checking for struct cmsgcred... no checking for struct option... yes checking for z_streamp... yes checking whether assembler supports x86_64 popcntq... yes checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking size of off_t... 8 checking size of bool... 1 checking for int timezone... yes checking types of arguments for accept()... int, int, struct sockaddr *, socklen_t * checking whether gettimeofday takes only one argument... no checking for wcstombs_l declaration... no checking for backtrace_symbols... yes checking for clock_gettime... yes checking for copyfile... no checking for fdatasync... yes checking for getifaddrs... yes checking for getpeerucred... no checking for getrlimit... yes checking for kqueue... no checking for mbstowcs_l... no checking for memset_s... no checking for poll... yes checking for posix_fallocate... yes checking for ppoll... yes checking for pstat... no checking for pthread_is_threaded_np... no checking for readlink... yes checking for setproctitle... no checking for setproctitle_fast... no checking for setsid... yes checking for shm_open... yes checking for strchrnul... yes checking for strsignal... yes checking for symlink... yes checking for sync_file_range... yes checking for uselocale... yes checking for wcstombs_l... no checking for __builtin_bswap16... yes checking for __builtin_bswap32... yes checking for __builtin_bswap64... yes checking for __builtin_clz... yes checking for __builtin_ctz... yes checking for __builtin_popcount... yes checking for _LARGEFILE_SOURCE value needed for large files... no checking how x86_64-pc-linux-gnu-gcc reports undeclared, standard C functions... error checking for posix_fadvise... yes checking whether posix_fadvise is declared... yes checking whether fdatasync is declared... yes checking whether strlcat is declared... no checking whether strlcpy is declared... no checking whether strnlen is declared... yes checking whether F_FULLFSYNC is declared... no checking whether RTLD_GLOBAL is declared... yes checking whether RTLD_NOW is declared... yes checking for struct sockaddr_in6... yes checking for PS_STRINGS... no checking for dlopen... yes checking for explicit_bzero... yes checking for fls... no checking for getopt... yes checking for getpeereid... no checking for getrusage... yes checking for inet_aton... yes checking for link... yes checking for mkdtemp... yes checking for pread... yes checking for pwrite... yes checking for random... yes checking for srandom... yes checking for strlcat... no checking for strlcpy... no checking for strnlen... yes checking for strtof... yes checking for unsetenv... yes checking for getaddrinfo... yes checking for getopt_long... yes checking for syslog... yes checking syslog.h usability... yes checking syslog.h presence... yes checking for syslog.h... yes checking for opterr... yes checking for optreset... no checking for strtoll... yes checking for strtoull... yes checking whether strtoll is declared... yes checking whether strtoull is declared... yes checking unicode/ucol.h usability... yes checking unicode/ucol.h presence... yes checking for unicode/ucol.h... yes checking for rl_completion_append_character... yes checking for rl_completion_suppress_quote... yes checking for rl_filename_quote_characters... yes checking for rl_filename_quoting_function... yes checking for rl_completion_matches... yes checking for rl_filename_completion_function... yes checking for rl_reset_screen_size... yes checking for append_history... yes checking for history_truncate_file... yes checking test program... ok checking whether long int is 64 bits... yes checking for __builtin_mul_overflow... yes checking size of void *... 8 checking size of size_t... 8 checking size of long... 8 checking alignment of short... 2 checking alignment of int... 4 checking alignment of long... 8 checking alignment of double... 8 checking for int8... no checking for uint8... no checking for int64... no checking for uint64... no checking for __int128... yes checking for __int128 alignment bug... ok checking alignment of PG_INT128_TYPE... 16 checking for builtin __sync char locking functions... yes checking for builtin __sync int32 locking functions... yes checking for builtin __sync int32 atomic operations... yes checking for builtin __sync int64 atomic operations... yes checking for builtin __atomic int32 atomic operations... yes checking for builtin __atomic int64 atomic operations... yes checking for __get_cpuid... yes checking for __cpuid... no checking for _mm_crc32_u8 and _mm_crc32_u32 with CFLAGS=... yes checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=... no checking for __crc32cb, __crc32ch, __crc32cw, and __crc32cd with CFLAGS=-march=armv8-a+crc... no checking which CRC-32C implementation to use... SSE 4.2 checking for library containing sem_init... -lpthread checking which semaphore API to use... unnamed POSIX checking which random number source to use... OpenSSL checking for library containing bind_textdomain_codeset... none required checking libintl.h usability... yes checking libintl.h presence... yes checking for libintl.h... yes checking for msgfmt... /usr/bin/msgfmt checking for msgfmt flags... -c checking for msgmerge... /usr/bin/msgmerge checking for xgettext... /usr/bin/xgettext checking for xmllint... /usr/bin/xmllint checking for xsltproc... /usr/bin/xsltproc checking for fop... no checking for dbtoepub... no checking whether x86_64-pc-linux-gnu-gcc supports -Wl,--as-needed... yes configure: using compiler=x86_64-pc-linux-gnu-gcc (Gentoo 10.3.0-r2 p3) 10.3.0 configure: using CFLAGS=-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem configure: using CPPFLAGS= -D_GNU_SOURCE configure: using LDFLAGS= -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed configure: creating ./config.status config.status: creating GNUmakefile config.status: creating src/Makefile.global config.status: creating src/include/pg_config.h config.status: creating src/include/pg_config_ext.h config.status: creating src/interfaces/ecpg/include/ecpg_config.h config.status: linking src/backend/port/tas/dummy.s to src/backend/port/tas.s config.status: linking src/backend/port/posix_sema.c to src/backend/port/pg_sema.c config.status: linking src/backend/port/sysv_shmem.c to src/backend/port/pg_shmem.c config.status: linking src/include/port/linux.h to src/include/pg_config_os.h config.status: linking src/makefiles/Makefile.linux to src/Makefile.port emake: make -j3 -l4 make -C ./src/backend generated-headers make[1]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend' make -C catalog distprep generated-header-symlinks make -C utils distprep generated-header-symlinks prereqdir=`cd 'parser/' >/dev/null && pwd` && \ cd '../../src/include/parser/' && rm -f gram.h && \ ln -s "$prereqdir/gram.h" . make[2]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/utils' make[2]: Nothing to be done for 'distprep'. prereqdir=`cd './' >/dev/null && pwd` && \ cd '../../../src/include/utils/' && for file in fmgroids.h fmgrprotos.h errcodes.h; do \ rm -f $file && ln -s "$prereqdir/$file" . ; \ done sed -f ./Gen_dummy_probes.sed probes.d >probes.h make[2]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/catalog' make[2]: Nothing to be done for 'distprep'. prereqdir=`cd './' >/dev/null && pwd` && \ cd '../../../src/include/catalog/' && for file in pg_proc_d.h pg_type_d.h pg_attribute_d.h pg_class_d.h pg_attrdef_d.h pg_constraint_d.h pg_inherits_d.h pg_index_d.h pg_operator_d.h pg_opfamily_d.h pg_opclass_d.h pg_am_d.h pg_amop_d.h pg_amproc_d.h pg_language_d.h pg_largeobject_metadata_d.h pg_largeobject_d.h pg_aggregate_d.h pg_statistic_ext_d.h pg_statistic_ext_data_d.h pg_statistic_d.h pg_rewrite_d.h pg_trigger_d.h pg_event_trigger_d.h pg_description_d.h pg_cast_d.h pg_enum_d.h pg_namespace_d.h pg_conversion_d.h pg_depend_d.h pg_database_d.h pg_db_role_setting_d.h pg_tablespace_d.h pg_authid_d.h pg_auth_members_d.h pg_shdepend_d.h pg_shdescription_d.h pg_ts_config_d.h pg_ts_config_map_d.h pg_ts_dict_d.h pg_ts_parser_d.h pg_ts_template_d.h pg_extension_d.h pg_foreign_data_wrapper_d.h pg_foreign_server_d.h pg_user_mapping_d.h pg_foreign_table_d.h pg_policy_d.h pg_replication_origin_d.h pg_default_acl_d.h pg_init_privs_d.h pg_seclabel_d.h pg_shseclabel_d.h pg_collation_d.h pg_partitioned_table_d.h pg_range_d.h pg_transform_d.h pg_sequence_d.h pg_publication_d.h pg_publication_rel_d.h pg_subscription_d.h pg_subscription_rel_d.h schemapg.h; do \ rm -f $file && ln -s "$prereqdir/$file" . ; \ done cd '../../../src/include/utils/' && rm -f probes.h && \ ln -s "../../../src/backend/utils/probes.h" . prereqdir=`cd 'storage/lmgr/' >/dev/null && pwd` && \ cd '../../src/include/storage/' && rm -f lwlocknames.h && \ ln -s "$prereqdir/lwlocknames.h" . touch ../../../src/include/utils/header-stamp make[2]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/utils' touch ../../../src/include/catalog/header-stamp make[2]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/catalog' make[1]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend' make -C src all make -C config all make[1]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/config' make[1]: Nothing to be done for 'all'. make[1]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/config' make[1]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src' make -C common all make[2]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c -o archive.o archive.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c -o base64.o base64.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c -o checksum_helper.o checksum_helper.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c -o config_info.o config_info.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c -o controldata_utils.o controldata_utils.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -Wno-declaration-after-statement -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c -o d2s.o d2s.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c -o encnames.o encnames.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c -o exec.o exec.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -Wno-declaration-after-statement -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c -o f2s.o f2s.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c -o file_perm.o file_perm.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c -o hashfn.o hashfn.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c -o ip.o ip.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c -o jsonapi.o jsonapi.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c -o keywords.o keywords.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c -o kwlookup.o kwlookup.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c -o link-canary.o link-canary.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c -o md5.o md5.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c -o pg_lzcompress.o pg_lzcompress.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c -o pgfnames.o pgfnames.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c -o psprintf.o psprintf.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c -o relpath.o relpath.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c -o rmtree.o rmtree.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c -o saslprep.o saslprep.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c -o scram-common.o scram-common.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c -o string.o string.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c -o stringinfo.o stringinfo.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c -o unicode_norm.o unicode_norm.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c -o username.o username.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c -o wait_error.o wait_error.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c -o wchar.o wchar.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c -o protocol_openssl.o protocol_openssl.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c -o sha2_openssl.o sha2_openssl.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c -o fe_memutils.o fe_memutils.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c -o file_utils.o file_utils.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c -o logging.o logging.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c -o restricted_token.o restricted_token.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c archive.c -o archive_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c base64.c -o base64_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c checksum_helper.c -o checksum_helper_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c config_info.c -o config_info_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c controldata_utils.c -o controldata_utils_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -Wno-declaration-after-statement -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c d2s.c -o d2s_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c encnames.c -o encnames_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c exec.c -o exec_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -Wno-declaration-after-statement -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c f2s.c -o f2s_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c file_perm.c -o file_perm_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c hashfn.c -o hashfn_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c ip.c -o ip_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c jsonapi.c -o jsonapi_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c keywords.c -o keywords_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c kwlookup.c -o kwlookup_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c link-canary.c -o link-canary_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c md5.c -o md5_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c pg_lzcompress.c -o pg_lzcompress_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c pgfnames.c -o pgfnames_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c psprintf.c -o psprintf_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c relpath.c -o relpath_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c rmtree.c -o rmtree_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c saslprep.c -o saslprep_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c scram-common.c -o scram-common_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c string.c -o string_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c stringinfo.c -o stringinfo_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c unicode_norm.c -o unicode_norm_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c username.c -o username_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c wait_error.c -o wait_error_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c wchar.c -o wchar_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c protocol_openssl.c -o protocol_openssl_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c sha2_openssl.c -o sha2_openssl_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c fe_memutils.c -o fe_memutils_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c file_utils.c -o file_utils_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c logging.c -o logging_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c restricted_token.c -o restricted_token_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c archive.c -o archive_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c base64.c -o base64_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c checksum_helper.c -o checksum_helper_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c config_info.c -o config_info_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c controldata_utils.c -o controldata_utils_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -Wno-declaration-after-statement -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c d2s.c -o d2s_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c encnames.c -o encnames_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c exec.c -o exec_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -Wno-declaration-after-statement -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c f2s.c -o f2s_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c file_perm.c -o file_perm_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c hashfn.c -o hashfn_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c ip.c -o ip_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c jsonapi.c -o jsonapi_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c keywords.c -o keywords_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c kwlookup.c -o kwlookup_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c link-canary.c -o link-canary_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c md5.c -o md5_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c pg_lzcompress.c -o pg_lzcompress_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c pgfnames.c -o pgfnames_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c psprintf.c -o psprintf_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c relpath.c -o relpath_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c rmtree.c -o rmtree_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c saslprep.c -o saslprep_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c scram-common.c -o scram-common_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c string.c -o string_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c stringinfo.c -o stringinfo_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c unicode_norm.c -o unicode_norm_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c username.c -o username_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c wait_error.c -o wait_error_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c wchar.c -o wchar_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c protocol_openssl.c -o protocol_openssl_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I. -I../../src/common -I../../src/include -D_GNU_SOURCE -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem\"" -DVAL_CFLAGS_SL="\"-fPIC\"" -DVAL_LDFLAGS="\"-Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags\"" -DVAL_LDFLAGS_EX="\"-Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LDFLAGS_SL="\" -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0\"" -DVAL_LIBS="\"-lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm \"" -c sha2_openssl.c -o sha2_openssl_srv.o rm -f libpgcommon.a x86_64-pc-linux-gnu-ar crs libpgcommon.a archive.o base64.o checksum_helper.o config_info.o controldata_utils.o d2s.o encnames.o exec.o f2s.o file_perm.o hashfn.o ip.o jsonapi.o keywords.o kwlookup.o link-canary.o md5.o pg_lzcompress.o pgfnames.o psprintf.o relpath.o rmtree.o saslprep.o scram-common.o string.o stringinfo.o unicode_norm.o username.o wait_error.o wchar.o protocol_openssl.o sha2_openssl.o fe_memutils.o file_utils.o logging.o restricted_token.o rm -f libpgcommon_shlib.a x86_64-pc-linux-gnu-ar crs libpgcommon_shlib.a archive_shlib.o base64_shlib.o checksum_helper_shlib.o config_info_shlib.o controldata_utils_shlib.o d2s_shlib.o encnames_shlib.o exec_shlib.o f2s_shlib.o file_perm_shlib.o hashfn_shlib.o ip_shlib.o jsonapi_shlib.o keywords_shlib.o kwlookup_shlib.o link-canary_shlib.o md5_shlib.o pg_lzcompress_shlib.o pgfnames_shlib.o psprintf_shlib.o relpath_shlib.o rmtree_shlib.o saslprep_shlib.o scram-common_shlib.o string_shlib.o stringinfo_shlib.o unicode_norm_shlib.o username_shlib.o wait_error_shlib.o wchar_shlib.o protocol_openssl_shlib.o sha2_openssl_shlib.o fe_memutils_shlib.o file_utils_shlib.o logging_shlib.o restricted_token_shlib.o rm -f libpgcommon_srv.a x86_64-pc-linux-gnu-ar crs libpgcommon_srv.a archive_srv.o base64_srv.o checksum_helper_srv.o config_info_srv.o controldata_utils_srv.o d2s_srv.o encnames_srv.o exec_srv.o f2s_srv.o file_perm_srv.o hashfn_srv.o ip_srv.o jsonapi_srv.o keywords_srv.o kwlookup_srv.o link-canary_srv.o md5_srv.o pg_lzcompress_srv.o pgfnames_srv.o psprintf_srv.o relpath_srv.o rmtree_srv.o saslprep_srv.o scram-common_srv.o string_srv.o stringinfo_srv.o unicode_norm_srv.o username_srv.o wait_error_srv.o wchar_srv.o protocol_openssl_srv.o sha2_openssl_srv.o make[2]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make -C port all make[2]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c -o fls.o fls.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c -o getpeereid.o getpeereid.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c -o strlcat.o strlcat.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c -o strlcpy.o strlcpy.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c -o pg_crc32c_sse42.o pg_crc32c_sse42.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c -o chklocale.o chklocale.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c -o erand48.o erand48.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c -o inet_net_ntop.o inet_net_ntop.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c -o noblock.o noblock.c echo "#define PGBINDIR \"/usr/lib64/postgresql-13/bin\"" >pg_config_paths.h echo "#define PGSHAREDIR \"/usr/share/postgresql-13\"" >>pg_config_paths.h echo "#define SYSCONFDIR \"/etc/postgresql-13\"" >>pg_config_paths.h echo "#define INCLUDEDIR \"/usr/include/postgresql-13\"" >>pg_config_paths.h echo "#define PKGINCLUDEDIR \"/usr/include/postgresql-13\"" >>pg_config_paths.h echo "#define INCLUDEDIRSERVER \"/usr/include/postgresql-13/server\"" >>pg_config_paths.h echo "#define LIBDIR \"/lib64\"" >>pg_config_paths.h echo "#define PKGLIBDIR \"/lib64/postgresql\"" >>pg_config_paths.h echo "#define LOCALEDIR \"/usr/lib64/postgresql-13/share/locale\"" >>pg_config_paths.h echo "#define DOCDIR \"/usr/share/doc/postgresql-13.3\"" >>pg_config_paths.h echo "#define HTMLDIR \"/usr/share/doc/postgresql-13.3/html\"" >>pg_config_paths.h echo "#define MANDIR \"/usr/share/postgresql-13/man\"" >>pg_config_paths.h x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c -o pg_bitutils.o pg_bitutils.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c -o pg_strong_random.o pg_strong_random.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c -o pgcheckdir.o pgcheckdir.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c -o pgmkdirp.o pgmkdirp.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c -o pgsleep.o pgsleep.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c -o pgstrcasecmp.o pgstrcasecmp.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c -o pgstrsignal.o pgstrsignal.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c -o pqsignal.o pqsignal.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c -o qsort.o qsort.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c -o qsort_arg.o qsort_arg.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c -o quotes.o quotes.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c -o snprintf.o snprintf.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c -o sprompt.o sprompt.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c -o strerror.o strerror.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c -o tar.o tar.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c -o thread.o thread.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c fls.c -o fls_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c getpeereid.c -o getpeereid_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c strlcat.c -o strlcat_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c strlcpy.c -o strlcpy_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c pg_crc32c_sse42.c -o pg_crc32c_sse42_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c chklocale.c -o chklocale_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c erand48.c -o erand48_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c inet_net_ntop.c -o inet_net_ntop_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c noblock.c -o noblock_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c -o path.o path.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c pg_bitutils.c -o pg_bitutils_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c pg_strong_random.c -o pg_strong_random_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c pgcheckdir.c -o pgcheckdir_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c pgmkdirp.c -o pgmkdirp_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c pgsleep.c -o pgsleep_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c pgstrcasecmp.c -o pgstrcasecmp_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c pgstrsignal.c -o pgstrsignal_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c pqsignal.c -o pqsignal_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c qsort.c -o qsort_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c qsort_arg.c -o qsort_arg_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c quotes.c -o quotes_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c snprintf.c -o snprintf_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c sprompt.c -o sprompt_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c strerror.c -o strerror_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c tar.c -o tar_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c thread.c -o thread_shlib.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -I../../src/include -D_GNU_SOURCE -c fls.c -o fls_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -I../../src/include -D_GNU_SOURCE -c getpeereid.c -o getpeereid_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -I../../src/include -D_GNU_SOURCE -c strlcat.c -o strlcat_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -I../../src/include -D_GNU_SOURCE -c strlcpy.c -o strlcpy_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -I../../src/include -D_GNU_SOURCE -c pg_crc32c_sse42.c -o pg_crc32c_sse42_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -I../../src/include -D_GNU_SOURCE -c chklocale.c -o chklocale_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -I../../src/include -D_GNU_SOURCE -c erand48.c -o erand48_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -I../../src/include -D_GNU_SOURCE -c inet_net_ntop.c -o inet_net_ntop_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -I../../src/include -D_GNU_SOURCE -c noblock.c -o noblock_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -I../../src/include -D_GNU_SOURCE -c path.c -o path_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -I../../src/include -D_GNU_SOURCE -c pg_bitutils.c -o pg_bitutils_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -I../../src/include -D_GNU_SOURCE -c pg_strong_random.c -o pg_strong_random_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -I../../src/include -D_GNU_SOURCE -c pgcheckdir.c -o pgcheckdir_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -I../../src/include -D_GNU_SOURCE -c pgmkdirp.c -o pgmkdirp_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -I../../src/include -D_GNU_SOURCE -c pgsleep.c -o pgsleep_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -I../../src/include -D_GNU_SOURCE -c pgstrcasecmp.c -o pgstrcasecmp_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -I../../src/include -D_GNU_SOURCE -c pgstrsignal.c -o pgstrsignal_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -I../../src/include -D_GNU_SOURCE -c pqsignal.c -o pqsignal_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -I../../src/include -D_GNU_SOURCE -c qsort.c -o qsort_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -I../../src/include -D_GNU_SOURCE -c qsort_arg.c -o qsort_arg_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -I../../src/include -D_GNU_SOURCE -c quotes.c -o quotes_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -I../../src/include -D_GNU_SOURCE -c snprintf.c -o snprintf_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -I../../src/include -D_GNU_SOURCE -c sprompt.c -o sprompt_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -I../../src/include -D_GNU_SOURCE -c strerror.c -o strerror_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -I../../src/include -D_GNU_SOURCE -c tar.c -o tar_srv.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/port -I../../src/include -D_GNU_SOURCE -c thread.c -o thread_srv.o rm -f libpgport.a x86_64-pc-linux-gnu-ar crs libpgport.a fls.o getpeereid.o strlcat.o strlcpy.o pg_crc32c_sse42.o chklocale.o erand48.o inet_net_ntop.o noblock.o path.o pg_bitutils.o pg_strong_random.o pgcheckdir.o pgmkdirp.o pgsleep.o pgstrcasecmp.o pgstrsignal.o pqsignal.o qsort.o qsort_arg.o quotes.o snprintf.o sprompt.o strerror.o tar.o thread.o x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c path.c -o path_shlib.o rm -f libpgport_srv.a x86_64-pc-linux-gnu-ar crs libpgport_srv.a fls_srv.o getpeereid_srv.o strlcat_srv.o strlcpy_srv.o pg_crc32c_sse42_srv.o chklocale_srv.o erand48_srv.o inet_net_ntop_srv.o noblock_srv.o path_srv.o pg_bitutils_srv.o pg_strong_random_srv.o pgcheckdir_srv.o pgmkdirp_srv.o pgsleep_srv.o pgstrcasecmp_srv.o pgstrsignal_srv.o pqsignal_srv.o qsort_srv.o qsort_arg_srv.o quotes_srv.o snprintf_srv.o sprompt_srv.o strerror_srv.o tar_srv.o thread_srv.o rm -f libpgport_shlib.a x86_64-pc-linux-gnu-ar crs libpgport_shlib.a fls_shlib.o getpeereid_shlib.o strlcat_shlib.o strlcpy_shlib.o pg_crc32c_sse42_shlib.o chklocale_shlib.o erand48_shlib.o inet_net_ntop_shlib.o noblock_shlib.o path_shlib.o pg_bitutils_shlib.o pg_strong_random_shlib.o pgcheckdir_shlib.o pgmkdirp_shlib.o pgsleep_shlib.o pgstrcasecmp_shlib.o pgstrsignal_shlib.o pqsignal_shlib.o qsort_shlib.o qsort_arg_shlib.o quotes_shlib.o snprintf_shlib.o sprompt_shlib.o strerror_shlib.o tar_shlib.o thread_shlib.o make[2]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make -C backend all make[2]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend' /usr/bin/msgfmt -c -o po/de.mo po/de.po /usr/bin/msgfmt -c -o po/es.mo po/es.po /usr/bin/msgfmt -c -o po/fr.mo po/fr.po /usr/bin/msgfmt -c -o po/it.mo po/it.po /usr/bin/msgfmt -c -o po/ja.mo po/ja.po /usr/bin/msgfmt -c -o po/ko.mo po/ko.po /usr/bin/msgfmt -c -o po/ru.mo po/ru.po /usr/bin/msgfmt -c -o po/sv.mo po/sv.po /usr/bin/msgfmt -c -o po/tr.mo po/tr.po /usr/bin/msgfmt -c -o po/uk.mo po/uk.po /usr/bin/msgfmt -c -o po/zh_CN.mo po/zh_CN.po make -C catalog distprep generated-header-symlinks make[3]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/catalog' make[3]: Nothing to be done for 'distprep'. make[3]: Nothing to be done for 'generated-header-symlinks'. make[3]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/catalog' make -C utils distprep generated-header-symlinks make[3]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/utils' make[3]: Nothing to be done for 'distprep'. make[3]: Nothing to be done for 'generated-header-symlinks'. make[3]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/utils' make[2]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend' make -C include all make[2]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/include' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/include' make -C interfaces all make[2]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces' make -C libpq all make[3]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/libpq' /usr/bin/msgfmt -c -o po/cs.mo po/cs.po /usr/bin/msgfmt -c -o po/de.mo po/de.po /usr/bin/msgfmt -c -o po/es.mo po/es.po /usr/bin/msgfmt -c -o po/fr.mo po/fr.po /usr/bin/msgfmt -c -o po/it.mo po/it.po /usr/bin/msgfmt -c -o po/ja.mo po/ja.po /usr/bin/msgfmt -c -o po/ko.mo po/ko.po /usr/bin/msgfmt -c -o po/ru.mo po/ru.po /usr/bin/msgfmt -c -o po/sv.mo po/sv.po /usr/bin/msgfmt -c -o po/tr.mo po/tr.po /usr/bin/msgfmt -c -o po/uk.mo po/uk.po /usr/bin/msgfmt -c -o po/zh_CN.mo po/zh_CN.po make -C ../../../src/port all x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o fe-auth-scram.o fe-auth-scram.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o fe-connect.o fe-connect.c make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make -C ../../../src/common all make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o fe-exec.o fe-exec.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o fe-lobj.o fe-lobj.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o fe-misc.o fe-misc.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o fe-print.o fe-print.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o fe-protocol2.o fe-protocol2.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o fe-protocol3.o fe-protocol3.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o fe-secure.o fe-secure.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o legacy-pqsignal.o legacy-pqsignal.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o libpq-events.o libpq-events.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o pqexpbuffer.o pqexpbuffer.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o fe-auth.o fe-auth.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o fe-secure-common.o fe-secure-common.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o fe-secure-openssl.o fe-secure-openssl.c ( echo '{ global:'; gawk '/^[^#]/ {printf "%s;\n",$1}' exports.txt; echo ' local: *; };' ) >exports.list echo 'Name: libpq' >libpq.pc echo 'Description: PostgreSQL libpq library' >>libpq.pc echo 'Url: https://www.postgresql.org/' >>libpq.pc echo 'Version: 13.3' >>libpq.pc echo 'Requires: ' >>libpq.pc echo 'Requires.private: ' >>libpq.pc echo 'Cflags: -I/usr/include/postgresql-13' >>libpq.pc echo 'Libs: -L/lib64 -lpq' >>libpq.pc echo 'Libs.private: -lssl -lcrypto -lm' >>libpq.pc x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -shared -Wl,-soname,libpq.so.5 -Wl,--version-script=exports.list -o libpq.so.5.13 fe-auth-scram.o fe-connect.o fe-exec.o fe-lobj.o fe-misc.o fe-print.o fe-protocol2.o fe-protocol3.o fe-secure.o legacy-pqsignal.o libpq-events.o pqexpbuffer.o fe-auth.o fe-secure-common.o fe-secure-openssl.o -L../../../src/port -L../../../src/common -lpgcommon_shlib -lpgport_shlib -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -lssl -lcrypto -lm rm -f libpq.a x86_64-pc-linux-gnu-ar crs libpq.a fe-auth-scram.o fe-connect.o fe-exec.o fe-lobj.o fe-misc.o fe-print.o fe-protocol2.o fe-protocol3.o fe-secure.o legacy-pqsignal.o libpq-events.o pqexpbuffer.o fe-auth.o fe-secure-common.o fe-secure-openssl.o x86_64-pc-linux-gnu-ranlib libpq.a touch libpq.a rm -f libpq.so.5 ln -s libpq.so.5.13 libpq.so.5 rm -f libpq.so ln -s libpq.so.5.13 libpq.so make[3]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/libpq' make -C ecpg all make[3]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/ecpg' make -C include all make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/ecpg/include' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/ecpg/include' make -C pgtypeslib all make -C preproc all make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/ecpg/pgtypeslib' make -C ../../../../src/port all x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -I../include -I../../../../src/interfaces/ecpg/include -DFRONTEND -I../../../../src/include -D_GNU_SOURCE -DSO_MAJOR_VERSION=3 -c -o common.o common.c make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/ecpg/preproc' /usr/bin/msgfmt -c -o po/cs.mo po/cs.po make[5]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make -C ../../../../src/common all make[5]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -I../include -I../../../../src/interfaces/ecpg/include -DFRONTEND -I../../../../src/include -D_GNU_SOURCE -DSO_MAJOR_VERSION=3 -c -o datetime.o datetime.c /usr/bin/msgfmt -c -o po/de.mo po/de.po /usr/bin/msgfmt -c -o po/es.mo po/es.po /usr/bin/msgfmt -c -o po/fr.mo po/fr.po /usr/bin/msgfmt -c -o po/it.mo po/it.po /usr/bin/msgfmt -c -o po/ja.mo po/ja.po /usr/bin/msgfmt -c -o po/ko.mo po/ko.po /usr/bin/msgfmt -c -o po/pl.mo po/pl.po /usr/bin/msgfmt -c -o po/pt_BR.mo po/pt_BR.po /usr/bin/msgfmt -c -o po/ru.mo po/ru.po x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -I../include -I../../../../src/interfaces/ecpg/include -DFRONTEND -I../../../../src/include -D_GNU_SOURCE -DSO_MAJOR_VERSION=3 -c -o dt_common.o dt_common.c /usr/bin/msgfmt -c -o po/sv.mo po/sv.po /usr/bin/msgfmt -c -o po/tr.mo po/tr.po /usr/bin/msgfmt -c -o po/uk.mo po/uk.po /usr/bin/msgfmt -c -o po/vi.mo po/vi.po /usr/bin/msgfmt -c -o po/zh_CN.mo po/zh_CN.po /usr/bin/msgfmt -c -o po/zh_TW.mo po/zh_TW.po make -C ../../../../src/port all make[5]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make -C ../../../../src/common all x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -I../include -I../../../../src/interfaces/ecpg/include -DFRONTEND -I../../../../src/include -D_GNU_SOURCE -DSO_MAJOR_VERSION=3 -c -o interval.o interval.c make[5]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../include -I../../../../src/interfaces/ecpg/include -I. -I. -I../../../../src/interfaces/ecpg/ecpglib -I../../../../src/interfaces/libpq -I../../../../src/include -D_GNU_SOURCE -c -o c_keywords.o c_keywords.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../include -I../../../../src/interfaces/ecpg/include -I. -I. -I../../../../src/interfaces/ecpg/ecpglib -I../../../../src/interfaces/libpq -I../../../../src/include -D_GNU_SOURCE -c -o descriptor.o descriptor.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../include -I../../../../src/interfaces/ecpg/include -I. -I. -I../../../../src/interfaces/ecpg/ecpglib -I../../../../src/interfaces/libpq -I../../../../src/include -D_GNU_SOURCE -c -o ecpg.o ecpg.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -I../include -I../../../../src/interfaces/ecpg/include -DFRONTEND -I../../../../src/include -D_GNU_SOURCE -DSO_MAJOR_VERSION=3 -c -o numeric.o numeric.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../include -I../../../../src/interfaces/ecpg/include -I. -I. -I../../../../src/interfaces/ecpg/ecpglib -I../../../../src/interfaces/libpq -I../../../../src/include -D_GNU_SOURCE -c -o ecpg_keywords.o ecpg_keywords.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -I../include -I../../../../src/interfaces/ecpg/include -DFRONTEND -I../../../../src/include -D_GNU_SOURCE -DSO_MAJOR_VERSION=3 -c -o timestamp.o timestamp.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../include -I../../../../src/interfaces/ecpg/include -I. -I. -I../../../../src/interfaces/ecpg/ecpglib -I../../../../src/interfaces/libpq -I../../../../src/include -D_GNU_SOURCE -c -o keywords.o keywords.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../include -I../../../../src/interfaces/ecpg/include -I. -I. -I../../../../src/interfaces/ecpg/ecpglib -I../../../../src/interfaces/libpq -I../../../../src/include -D_GNU_SOURCE -c -o output.o output.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../include -I../../../../src/interfaces/ecpg/include -I. -I. -I../../../../src/interfaces/ecpg/ecpglib -I../../../../src/interfaces/libpq -I../../../../src/include -D_GNU_SOURCE -c -o parser.o parser.c ( echo '{ global:'; gawk '/^[^#]/ {printf "%s;\n",$1}' exports.txt; echo ' local: *; };' ) >exports.list x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../include -I../../../../src/interfaces/ecpg/include -I. -I. -I../../../../src/interfaces/ecpg/ecpglib -I../../../../src/interfaces/libpq -I../../../../src/include -D_GNU_SOURCE -c -o pgc.o pgc.c echo 'Name: libpgtypes' >libpgtypes.pc echo 'Description: PostgreSQL libpgtypes library' >>libpgtypes.pc echo 'Url: https://www.postgresql.org/' >>libpgtypes.pc echo 'Version: 13.3' >>libpgtypes.pc echo 'Requires: ' >>libpgtypes.pc echo 'Requires.private: ' >>libpgtypes.pc echo 'Cflags: -I/usr/include/postgresql-13' >>libpgtypes.pc echo 'Libs: -L/lib64 -lpgtypes' >>libpgtypes.pc echo 'Libs.private: -lm' >>libpgtypes.pc x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../include -I../../../../src/interfaces/ecpg/include -I. -I. -I../../../../src/interfaces/ecpg/ecpglib -I../../../../src/interfaces/libpq -I../../../../src/include -D_GNU_SOURCE -c -o preproc.o preproc.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -shared -Wl,-soname,libpgtypes.so.3 -Wl,--version-script=exports.list -o libpgtypes.so.3.13 common.o datetime.o dt_common.o interval.o numeric.o timestamp.o -L../../../../src/port -L../../../../src/common -lpgcommon_shlib -lpgport_shlib -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -lm rm -f libpgtypes.so.3 ln -s libpgtypes.so.3.13 libpgtypes.so.3 rm -f libpgtypes.so ln -s libpgtypes.so.3.13 libpgtypes.so rm -f libpgtypes.a x86_64-pc-linux-gnu-ar crs libpgtypes.a common.o datetime.o dt_common.o interval.o numeric.o timestamp.o x86_64-pc-linux-gnu-ranlib libpgtypes.a touch libpgtypes.a make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/ecpg/pgtypeslib' x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../include -I../../../../src/interfaces/ecpg/include -I. -I. -I../../../../src/interfaces/ecpg/ecpglib -I../../../../src/interfaces/libpq -I../../../../src/include -D_GNU_SOURCE -c -o type.o type.c rm -f typename.c && ln -s ../../../../src/interfaces/ecpg/ecpglib/typename.c . x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../include -I../../../../src/interfaces/ecpg/include -I. -I. -I../../../../src/interfaces/ecpg/ecpglib -I../../../../src/interfaces/libpq -I../../../../src/include -D_GNU_SOURCE -c -o variable.o variable.c make -C ecpglib all make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/ecpg/ecpglib' /usr/bin/msgfmt -c -o po/cs.mo po/cs.po /usr/bin/msgfmt -c -o po/de.mo po/de.po /usr/bin/msgfmt -c -o po/es.mo po/es.po /usr/bin/msgfmt -c -o po/fr.mo po/fr.po /usr/bin/msgfmt -c -o po/it.mo po/it.po /usr/bin/msgfmt -c -o po/ja.mo po/ja.po /usr/bin/msgfmt -c -o po/ko.mo po/ko.po /usr/bin/msgfmt -c -o po/pl.mo po/pl.po /usr/bin/msgfmt -c -o po/pt_BR.mo po/pt_BR.po /usr/bin/msgfmt -c -o po/ru.mo po/ru.po /usr/bin/msgfmt -c -o po/sv.mo po/sv.po /usr/bin/msgfmt -c -o po/tr.mo po/tr.po /usr/bin/msgfmt -c -o po/uk.mo po/uk.po x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../include -I../../../../src/interfaces/ecpg/include -I. -I. -I../../../../src/interfaces/ecpg/ecpglib -I../../../../src/interfaces/libpq -I../../../../src/include -D_GNU_SOURCE -c -o typename.o typename.c /usr/bin/msgfmt -c -o po/vi.mo po/vi.po /usr/bin/msgfmt -c -o po/zh_CN.mo po/zh_CN.po make -C ../../../../src/interfaces/libpq all make[5]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/libpq' make -C ../../../src/port all make[6]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make -C ../../../src/common all make[6]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[5]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/libpq' make -C ../../../../src/interfaces/ecpg/pgtypeslib all make[5]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/ecpg/pgtypeslib' make -C ../../../../src/port all make[6]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make -C ../../../../src/common all make[6]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[5]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/ecpg/pgtypeslib' x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -DFRONTEND -I../../../../src/include -D_GNU_SOURCE -DSO_MAJOR_VERSION=6 -c -o connect.o connect.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -DFRONTEND -I../../../../src/include -D_GNU_SOURCE -DSO_MAJOR_VERSION=6 -c -o data.o data.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -DFRONTEND -I../../../../src/include -D_GNU_SOURCE -DSO_MAJOR_VERSION=6 -c -o descriptor.o descriptor.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -DFRONTEND -I../../../../src/include -D_GNU_SOURCE -DSO_MAJOR_VERSION=6 -c -o error.o error.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -DFRONTEND -I../../../../src/include -D_GNU_SOURCE -DSO_MAJOR_VERSION=6 -c -o execute.o execute.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -DFRONTEND -I../../../../src/include -D_GNU_SOURCE -DSO_MAJOR_VERSION=6 -c -o memory.o memory.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -DFRONTEND -I../../../../src/include -D_GNU_SOURCE -DSO_MAJOR_VERSION=6 -c -o misc.o misc.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -DFRONTEND -I../../../../src/include -D_GNU_SOURCE -DSO_MAJOR_VERSION=6 -c -o prepare.o prepare.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -DFRONTEND -I../../../../src/include -D_GNU_SOURCE -DSO_MAJOR_VERSION=6 -c -o sqlda.o sqlda.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -DFRONTEND -I../../../../src/include -D_GNU_SOURCE -DSO_MAJOR_VERSION=6 -c -o typename.o typename.c ( echo '{ global:'; gawk '/^[^#]/ {printf "%s;\n",$1}' exports.txt; echo ' local: *; };' ) >exports.list echo 'Name: libecpg' >libecpg.pc echo 'Description: PostgreSQL libecpg library' >>libecpg.pc echo 'Url: https://www.postgresql.org/' >>libecpg.pc echo 'Version: 13.3' >>libecpg.pc echo 'Requires: ' >>libecpg.pc echo 'Requires.private: libpq libpgtypes' >>libecpg.pc echo 'Cflags: -I/usr/include/postgresql-13' >>libecpg.pc echo 'Libs: -L/lib64 -lecpg' >>libecpg.pc echo 'Libs.private: -lm' >>libecpg.pc x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -shared -Wl,-soname,libecpg.so.6 -Wl,--version-script=exports.list -o libecpg.so.6.13 connect.o data.o descriptor.o error.o execute.o memory.o misc.o prepare.o sqlda.o typename.o -L../../../../src/port -L../../../../src/common -L../pgtypeslib -lpgtypes -L../../../../src/common -lpgcommon_shlib -L../../../../src/port -lpgport_shlib -L../../../../src/interfaces/libpq -lpq -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -lm rm -f libecpg.a x86_64-pc-linux-gnu-ar crs libecpg.a connect.o data.o descriptor.o error.o execute.o memory.o misc.o prepare.o sqlda.o typename.o x86_64-pc-linux-gnu-ranlib libecpg.a rm -f libecpg.so.6 ln -s libecpg.so.6.13 libecpg.so.6 rm -f libecpg.so ln -s libecpg.so.6.13 libecpg.so touch libecpg.a make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/ecpg/ecpglib' make -C compatlib all make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/ecpg/compatlib' make -C ../../../../src/interfaces/ecpg/ecpglib all make -C ../../../../src/interfaces/ecpg/pgtypeslib all make[5]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/ecpg/pgtypeslib' make -C ../../../../src/port all make[5]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/ecpg/ecpglib' make -C ../../../../src/interfaces/libpq all make[6]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make -C ../../../../src/common all make[6]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/libpq' make -C ../../../src/port all make[6]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[7]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make[7]: Nothing to be done for 'all'. make[7]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make[5]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/ecpg/pgtypeslib' make -C ../../../src/common all x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -DFRONTEND -I../../../../src/include -D_GNU_SOURCE -DSO_MAJOR_VERSION=3 -c -o informix.o informix.c make[7]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[7]: Nothing to be done for 'all'. make[7]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[6]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/libpq' make -C ../../../../src/interfaces/ecpg/pgtypeslib all make[6]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/ecpg/pgtypeslib' make -C ../../../../src/port all make[7]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make[7]: Nothing to be done for 'all'. make[7]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make -C ../../../../src/common all make[7]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[7]: Nothing to be done for 'all'. make[7]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[6]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/ecpg/pgtypeslib' make[5]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/ecpg/ecpglib' ( echo '{ global:'; gawk '/^[^#]/ {printf "%s;\n",$1}' exports.txt; echo ' local: *; };' ) >exports.list echo 'Name: libecpg_compat' >libecpg_compat.pc echo 'Description: PostgreSQL libecpg_compat library' >>libecpg_compat.pc echo 'Url: https://www.postgresql.org/' >>libecpg_compat.pc echo 'Version: 13.3' >>libecpg_compat.pc echo 'Requires: ' >>libecpg_compat.pc echo 'Requires.private: libecpg libpgtypes' >>libecpg_compat.pc echo 'Cflags: -I/usr/include/postgresql-13' >>libecpg_compat.pc echo 'Libs: -L/lib64 -lecpg_compat' >>libecpg_compat.pc echo 'Libs.private: -lm' >>libecpg_compat.pc x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -fPIC -shared -Wl,-soname,libecpg_compat.so.3 -Wl,--version-script=exports.list -o libecpg_compat.so.3.13 informix.o -L../../../../src/port -L../../../../src/common -L../ecpglib -lecpg -L../pgtypeslib -lpgtypes -L../../../../src/common -lpgcommon_shlib -L../../../../src/port -lpgport_shlib -L../../../../src/interfaces/libpq -lpq -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--defsym=__gentoo_check_ldflags__=0 -lm rm -f libecpg_compat.a x86_64-pc-linux-gnu-ar crs libecpg_compat.a informix.o x86_64-pc-linux-gnu-ranlib libecpg_compat.a touch libecpg_compat.a rm -f libecpg_compat.so.3 ln -s libecpg_compat.so.3.13 libecpg_compat.so.3 rm -f libecpg_compat.so ln -s libecpg_compat.so.3.13 libecpg_compat.so make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/ecpg/compatlib' x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem c_keywords.o descriptor.o ecpg.o ecpg_keywords.o keywords.o output.o parser.o pgc.o preproc.o type.o typename.o variable.o -L../../../../src/port -L../../../../src/common -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags -Wl,--defsym=__gentoo_check_ldflags__=0 -lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm -o ecpg make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/ecpg/preproc' make[3]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/ecpg' make[2]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces' make -C fe_utils all make[2]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/fe_utils' x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -DFRONTEND -I../../src/interfaces/libpq -I../../src/include -D_GNU_SOURCE -c -o archive.o archive.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -DFRONTEND -I../../src/interfaces/libpq -I../../src/include -D_GNU_SOURCE -c -o cancel.o cancel.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -DFRONTEND -I../../src/interfaces/libpq -I../../src/include -D_GNU_SOURCE -c -o conditional.o conditional.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -DFRONTEND -I../../src/interfaces/libpq -I../../src/include -D_GNU_SOURCE -c -o mbprint.o mbprint.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -DFRONTEND -I../../src/interfaces/libpq -I../../src/include -D_GNU_SOURCE -c -o print.o print.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -DFRONTEND -I../../src/interfaces/libpq -I../../src/include -D_GNU_SOURCE -c -o psqlscan.o psqlscan.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -DFRONTEND -I../../src/interfaces/libpq -I../../src/include -D_GNU_SOURCE -c -o recovery_gen.o recovery_gen.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -DFRONTEND -I../../src/interfaces/libpq -I../../src/include -D_GNU_SOURCE -c -o simple_list.o simple_list.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -DFRONTEND -I../../src/interfaces/libpq -I../../src/include -D_GNU_SOURCE -c -o string_utils.o string_utils.c rm -f libpgfeutils.a x86_64-pc-linux-gnu-ar crs libpgfeutils.a archive.o cancel.o conditional.o mbprint.o print.o psqlscan.o recovery_gen.o simple_list.o string_utils.o make[2]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/fe_utils' make -C bin all make[2]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/bin' make -C pg_config all make -C pg_dump all make -C psql all make[3]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/bin/pg_dump' /usr/bin/msgfmt -c -o po/cs.mo po/cs.po make[3]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/bin/pg_config' /usr/bin/msgfmt -c -o po/cs.mo po/cs.po make[3]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/bin/psql' /usr/bin/msgfmt -c -o po/cs.mo po/cs.po /usr/bin/msgfmt -c -o po/de.mo po/de.po /usr/bin/msgfmt -c -o po/es.mo po/es.po /usr/bin/msgfmt -c -o po/fr.mo po/fr.po /usr/bin/msgfmt -c -o po/de.mo po/de.po /usr/bin/msgfmt -c -o po/he.mo po/he.po /usr/bin/msgfmt -c -o po/it.mo po/it.po /usr/bin/msgfmt -c -o po/es.mo po/es.po /usr/bin/msgfmt -c -o po/ja.mo po/ja.po /usr/bin/msgfmt -c -o po/ko.mo po/ko.po /usr/bin/msgfmt -c -o po/de.mo po/de.po /usr/bin/msgfmt -c -o po/fr.mo po/fr.po /usr/bin/msgfmt -c -o po/pl.mo po/pl.po /usr/bin/msgfmt -c -o po/pt_BR.mo po/pt_BR.po /usr/bin/msgfmt -c -o po/ja.mo po/ja.po /usr/bin/msgfmt -c -o po/ru.mo po/ru.po /usr/bin/msgfmt -c -o po/sv.mo po/sv.po /usr/bin/msgfmt -c -o po/ko.mo po/ko.po /usr/bin/msgfmt -c -o po/tr.mo po/tr.po /usr/bin/msgfmt -c -o po/uk.mo po/uk.po /usr/bin/msgfmt -c -o po/es.mo po/es.po /usr/bin/msgfmt -c -o po/ru.mo po/ru.po /usr/bin/msgfmt -c -o po/vi.mo po/vi.po /usr/bin/msgfmt -c -o po/zh_CN.mo po/zh_CN.po make -C ../../../src/port all /usr/bin/msgfmt -c -o po/fr.mo po/fr.po make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make -C ../../../src/common all /usr/bin/msgfmt -c -o po/sv.mo po/sv.po make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../../src/include -D_GNU_SOURCE -c -o pg_config.o pg_config.c /usr/bin/msgfmt -c -o po/tr.mo po/tr.po /usr/bin/msgfmt -c -o po/it.mo po/it.po /usr/bin/msgfmt -c -o po/uk.mo po/uk.po /usr/bin/msgfmt -c -o po/zh_CN.mo po/zh_CN.po make -C ../../../src/interfaces/libpq all make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/libpq' make -C ../../../src/port all /usr/bin/msgfmt -c -o po/ja.mo po/ja.po make[5]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make -C ../../../src/common all make[5]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/libpq' make -C ../../../src/port all make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make -C ../../../src/common all make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make -C ../../../src/port all make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make -C ../../../src/common all /usr/bin/msgfmt -c -o po/ko.mo po/ko.po make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make -C ../../../src/fe_utils all x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem pg_config.o -L../../../src/port -L../../../src/common -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags -Wl,--defsym=__gentoo_check_ldflags__=0 -lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm -o pg_config make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/fe_utils' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/fe_utils' x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o pg_dump.o pg_dump.c /usr/bin/msgfmt -c -o po/ru.mo po/ru.po make[3]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/bin/pg_config' /usr/bin/msgfmt -c -o po/sv.mo po/sv.po make -C scripts all make[3]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/bin/scripts' /usr/bin/msgfmt -c -o po/cs.mo po/cs.po /usr/bin/msgfmt -c -o po/tr.mo po/tr.po /usr/bin/msgfmt -c -o po/de.mo po/de.po /usr/bin/msgfmt -c -o po/es.mo po/es.po /usr/bin/msgfmt -c -o po/fr.mo po/fr.po /usr/bin/msgfmt -c -o po/ja.mo po/ja.po /usr/bin/msgfmt -c -o po/uk.mo po/uk.po /usr/bin/msgfmt -c -o po/ko.mo po/ko.po /usr/bin/msgfmt -c -o po/pt_BR.mo po/pt_BR.po /usr/bin/msgfmt -c -o po/ru.mo po/ru.po /usr/bin/msgfmt -c -o po/zh_CN.mo po/zh_CN.po /usr/bin/msgfmt -c -o po/sv.mo po/sv.po /usr/bin/msgfmt -c -o po/tr.mo po/tr.po /usr/bin/msgfmt -c -o po/uk.mo po/uk.po make -C ../../../src/interfaces/libpq all /usr/bin/msgfmt -c -o po/zh_CN.mo po/zh_CN.po make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/libpq' make -C ../../../src/port all make -C ../../../src/interfaces/libpq all make[5]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make -C ../../../src/common all make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/libpq' make -C ../../../src/port all make[5]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make -C ../../../src/common all make[5]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/libpq' make -C ../../../src/port all make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make -C ../../../src/common all make[5]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/libpq' make -C ../../../src/port all make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make -C ../../../src/port all make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make -C ../../../src/common all make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make -C ../../../src/port all make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make -C ../../../src/common all make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make -C ../../../src/fe_utils all make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/fe_utils' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/fe_utils' x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o createdb.o createdb.c make -C ../../../src/common all make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make -C ../../../src/fe_utils all make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/fe_utils' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/fe_utils' x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I. -I. -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o command.o command.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o common.o common.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o createuser.o createuser.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o dropdb.o dropdb.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o dropuser.o dropuser.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o clusterdb.o clusterdb.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I. -I. -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o common.o common.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o vacuumdb.o vacuumdb.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I. -I. -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o copy.o copy.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o scripts_parallel.o scripts_parallel.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o reindexdb.o reindexdb.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I. -I. -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o crosstabview.o crosstabview.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o pg_isready.o pg_isready.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I. -I. -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o describe.o describe.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem createdb.o common.o -L../../../src/port -L../../../src/common -L../../../src/fe_utils -lpgfeutils -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags -Wl,--defsym=__gentoo_check_ldflags__=0 -lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm -o createdb x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem createuser.o common.o -L../../../src/port -L../../../src/common -L../../../src/fe_utils -lpgfeutils -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags -Wl,--defsym=__gentoo_check_ldflags__=0 -lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm -o createuser x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem dropdb.o common.o -L../../../src/port -L../../../src/common -L../../../src/fe_utils -lpgfeutils -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags -Wl,--defsym=__gentoo_check_ldflags__=0 -lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm -o dropdb x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem dropuser.o common.o -L../../../src/port -L../../../src/common -L../../../src/fe_utils -lpgfeutils -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags -Wl,--defsym=__gentoo_check_ldflags__=0 -lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm -o dropuser x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o common.o common.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem clusterdb.o common.o -L../../../src/port -L../../../src/common -L../../../src/fe_utils -lpgfeutils -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags -Wl,--defsym=__gentoo_check_ldflags__=0 -lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm -o clusterdb x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem vacuumdb.o common.o scripts_parallel.o -L../../../src/port -L../../../src/common -L../../../src/fe_utils -lpgfeutils -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags -Wl,--defsym=__gentoo_check_ldflags__=0 -lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm -o vacuumdb x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o pg_dump_sort.o pg_dump_sort.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I. -I. -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o help.o help.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem reindexdb.o common.o scripts_parallel.o -L../../../src/port -L../../../src/common -L../../../src/fe_utils -lpgfeutils -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags -Wl,--defsym=__gentoo_check_ldflags__=0 -lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm -o reindexdb x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o compress_io.o compress_io.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem pg_isready.o common.o -L../../../src/port -L../../../src/common -L../../../src/fe_utils -lpgfeutils -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags -Wl,--defsym=__gentoo_check_ldflags__=0 -lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm -o pg_isready x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I. -I. -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o input.o input.c make[3]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/bin/scripts' x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I. -I. -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o large_obj.o large_obj.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o dumputils.o dumputils.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o parallel.o parallel.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I. -I. -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o mainloop.o mainloop.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I. -I. -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o prompt.o prompt.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o pg_backup_archiver.o pg_backup_archiver.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o pg_backup_custom.o pg_backup_custom.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I. -I. -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o psqlscanslash.o psqlscanslash.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I. -I. -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o sql_help.o sql_help.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o pg_backup_db.o pg_backup_db.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I. -I. -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o startup.o startup.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o pg_backup_directory.o pg_backup_directory.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o pg_backup_null.o pg_backup_null.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I. -I. -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o stringutils.o stringutils.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o pg_backup_tar.o pg_backup_tar.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I. -I. -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o tab-complete.o tab-complete.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o pg_backup_utils.o pg_backup_utils.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I. -I. -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o variables.o variables.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o pg_restore.o pg_restore.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o pg_dumpall.o pg_dumpall.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem pg_dump.o common.o pg_dump_sort.o compress_io.o dumputils.o parallel.o pg_backup_archiver.o pg_backup_custom.o pg_backup_db.o pg_backup_directory.o pg_backup_null.o pg_backup_tar.o pg_backup_utils.o -L../../../src/port -L../../../src/common -L../../../src/fe_utils -lpgfeutils -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags -Wl,--defsym=__gentoo_check_ldflags__=0 -lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm -o pg_dump x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem pg_restore.o compress_io.o dumputils.o parallel.o pg_backup_archiver.o pg_backup_custom.o pg_backup_db.o pg_backup_directory.o pg_backup_null.o pg_backup_tar.o pg_backup_utils.o -L../../../src/port -L../../../src/common -L../../../src/fe_utils -lpgfeutils -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags -Wl,--defsym=__gentoo_check_ldflags__=0 -lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm -o pg_restore x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem pg_dumpall.o dumputils.o -L../../../src/port -L../../../src/common -L../../../src/fe_utils -lpgfeutils -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags -Wl,--defsym=__gentoo_check_ldflags__=0 -lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm -o pg_dumpall make[3]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/bin/pg_dump' x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem command.o common.o copy.o crosstabview.o describe.o help.o input.o large_obj.o mainloop.o prompt.o psqlscanslash.o sql_help.o startup.o stringutils.o tab-complete.o variables.o -L../../../src/port -L../../../src/common -L../../../src/fe_utils -lpgfeutils -L../../../src/common -lpgcommon -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags -Wl,--defsym=__gentoo_check_ldflags__=0 -lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm -o psql make[3]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/bin/psql' make[2]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/bin' make -C makefiles all make[2]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/makefiles' make[2]: Nothing to be done for 'all'. make[2]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/makefiles' make[1]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src' All of PostgreSQL successfully made. Ready to install. emake: make -j3 -l4 -C contrib make: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/contrib' make -C ../src/backend generated-headers make[1]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend' make -C catalog distprep generated-header-symlinks make -C utils distprep generated-header-symlinks make[2]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/utils' make[2]: Nothing to be done for 'distprep'. make[2]: Nothing to be done for 'generated-header-symlinks'. make[2]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/utils' make[2]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/catalog' make[2]: Nothing to be done for 'distprep'. make[2]: Nothing to be done for 'generated-header-symlinks'. make[2]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/catalog' make[1]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend' make -C oid2name all make -C vacuumlo all make[1]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/contrib/oid2name' x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/interfaces/libpq -I. -I. -I../../src/include -D_GNU_SOURCE -c -o oid2name.o oid2name.c make[1]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/contrib/vacuumlo' x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/interfaces/libpq -I. -I. -I../../src/include -D_GNU_SOURCE -c -o vacuumlo.o vacuumlo.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem oid2name.o -L../../src/common -lpgcommon -L../../src/port -lpgport -L../../src/interfaces/libpq -lpq -L../../src/port -L../../src/common -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags -Wl,--defsym=__gentoo_check_ldflags__=0 -lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm -o oid2name x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem vacuumlo.o -L../../src/common -lpgcommon -L../../src/port -lpgport -L../../src/interfaces/libpq -lpq -L../../src/port -L../../src/common -Wl,--defsym=__gentoo_check_ldflags__=0 -Wl,--as-needed -Wl,-rpath,'/lib64',--enable-new-dtags -Wl,--defsym=__gentoo_check_ldflags__=0 -lpgcommon -lpgport -lpthread -lpam -lssl -lcrypto -lz -lreadline -lrt -ldl -lm -o vacuumlo make[1]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/contrib/oid2name' make[1]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/contrib/vacuumlo' make: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/contrib' >>> Install postgresql-13.3 into '/var/tmp/portage/dev-db/postgresql-13.3/image' category dev-db emake: make -j3 -l4 DESTDIR=/var/tmp/portage/dev-db/postgresql-13.3/image install make -C ./src/backend generated-headers make[1]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend' make -C catalog distprep generated-header-symlinks make -C utils distprep generated-header-symlinks make[2]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/utils' make[2]: Nothing to be done for 'distprep'. make[2]: Nothing to be done for 'generated-header-symlinks'. make[2]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/utils' make[2]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/catalog' make[2]: Nothing to be done for 'distprep'. make[2]: Nothing to be done for 'generated-header-symlinks'. make[2]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/catalog' make[1]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend' make -C src install make -C config install make[1]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/config' /bin/mkdir -p '/var/tmp/portage/dev-db/postgresql-13.3/image/lib64/postgresql/pgxs/config' make[1]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src' make -C common install install -c -m 755 ./install-sh '/var/tmp/portage/dev-db/postgresql-13.3/image/lib64/postgresql/pgxs/config/install-sh' install -c -m 755 ./missing '/var/tmp/portage/dev-db/postgresql-13.3/image/lib64/postgresql/pgxs/config/missing' make[1]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/config' make[2]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' /bin/mkdir -p '/var/tmp/portage/dev-db/postgresql-13.3/image/lib64' install -c -m 644 libpgcommon.a '/var/tmp/portage/dev-db/postgresql-13.3/image/lib64/libpgcommon.a' install -c -m 644 libpgcommon_shlib.a '/var/tmp/portage/dev-db/postgresql-13.3/image/lib64/libpgcommon_shlib.a' make[2]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make -C port install make[2]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' /bin/mkdir -p '/var/tmp/portage/dev-db/postgresql-13.3/image/lib64' install -c -m 644 libpgport.a '/var/tmp/portage/dev-db/postgresql-13.3/image/lib64/libpgport.a' install -c -m 644 libpgport_shlib.a '/var/tmp/portage/dev-db/postgresql-13.3/image/lib64/libpgport_shlib.a' make[2]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make -C backend install make[2]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend' /bin/mkdir -p '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/de/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/es/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/fr/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/it/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/ja/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/ko/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/ru/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/sv/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/tr/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/uk/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/zh_CN/LC_MESSAGES make -C access install make -C bootstrap install make -C catalog install make[3]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/bootstrap' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/bootstrap' make -C parser install make[3]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/access' make -C brin install make[3]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/catalog' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/catalog' make -C common install make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/access/brin' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/access/brin' make -C commands install make[3]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/parser' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/parser' make -C executor install make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/access/common' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/access/common' make -C gin install make[3]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/commands' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/commands' make -C foreign install make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/access/gin' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/access/gin' make -C gist install make[3]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/executor' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/executor' make -C hash install make[3]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/foreign' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/foreign' make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/access/gist' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/access/gist' make -C heap install make -C lib install make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/access/hash' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/access/hash' make -C libpq install make[3]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/lib' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/lib' make -C index install make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/access/heap' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/access/heap' make -C main install make[3]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/libpq' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/libpq' make -C nbtree install make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/access/index' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/access/index' make -C nodes install make[3]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/main' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/main' make -C rmgrdesc install make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/access/nbtree' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/access/nbtree' make -C optimizer install make[3]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/nodes' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/nodes' make -C spgist install make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/access/rmgrdesc' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/access/rmgrdesc' make -C partitioning install make[3]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/optimizer' make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/access/spgist' make -C geqo install make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/access/spgist' make -C table install make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/optimizer/geqo' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/optimizer/geqo' make -C path install make[3]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/partitioning' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/partitioning' make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/access/table' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/access/table' make -C tablesample install make -C port install make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/optimizer/path' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/optimizer/path' make -C plan install make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/optimizer/plan' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/optimizer/plan' make -C prep install make[3]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/port' make[3]: Nothing to be done for 'install'. make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/access/tablesample' make[3]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/port' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/access/tablesample' make -C transam install make -C util install make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/optimizer/util' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/optimizer/util' make -C postmaster install make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/optimizer/prep' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/optimizer/prep' make[3]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/optimizer' make -C regex install make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/access/transam' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/access/transam' make[3]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/access' make -C replication install make[3]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/postmaster' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/postmaster' make -C rewrite install make[3]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/regex' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/regex' make -C statistics install make[3]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/replication' make -C logical install make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/replication/logical' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/replication/logical' make[3]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/replication' make -C storage install make[3]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/rewrite' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/rewrite' make -C tcop install make[3]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/statistics' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/statistics' make -C tsearch install make[3]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/storage' make -C buffer install make[3]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/tcop' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/tcop' make -C utils install make[3]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/tsearch' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/tsearch' make -C ../../src/timezone install make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/storage/buffer' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/storage/buffer' make -C file install make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/storage/file' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/storage/file' make -C freespace install make[3]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/utils' make -C adt install make[3]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/timezone' x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/include -D_GNU_SOURCE '-DSYSTEMTZDIR="/usr/share/zoneinfo"' -c -o localtime.o localtime.c make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/storage/freespace' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/storage/freespace' make -C ipc install make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/utils/adt' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/utils/adt' make -C cache install make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/utils/cache' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/utils/cache' make -C error install make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/storage/ipc' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/storage/ipc' make -C large_object install make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/utils/error' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/utils/error' make -C fmgr install make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/storage/large_object' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/storage/large_object' make -C lmgr install make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/storage/lmgr' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/storage/lmgr' make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/utils/fmgr' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/utils/fmgr' make -C page install make -C hash install make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/storage/page' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/storage/page' make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/utils/hash' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/utils/hash' make -C smgr install make -C init install make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/storage/smgr' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/storage/smgr' make -C sync install make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/utils/init' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/utils/init' make -C mb install make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/utils/mb' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/utils/mb' make -C misc install make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/storage/sync' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/storage/sync' make[3]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/storage' make -C mmgr install make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/utils/misc' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/utils/misc' make -C jit install make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/utils/mmgr' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/utils/mmgr' make -C resowner install make[3]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/jit' make[3]: Nothing to be done for 'install'. make[3]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/jit' make -C sort install make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/utils/sort' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/utils/sort' for lang in de es fr it ja ko ru sv tr uk zh_CN; do \ install -c -m 644 po/$lang.mo '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/$lang/LC_MESSAGES/postgres-13.mo || exit 1; \ done make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/utils/resowner' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/utils/resowner' make -C time install make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/utils/time' make[4]: Nothing to be done for 'install'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/utils/time' make[3]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/utils' x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/include -D_GNU_SOURCE '-DSYSTEMTZDIR="/usr/share/zoneinfo"' -c -o pgtz.o pgtz.c x86_64-pc-linux-gnu-gcc -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Werror=vla -Wendif-labels -Wmissing-format-attribute -Wimplicit-fallthrough=3 -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -Wno-format-truncation -Wno-stringop-truncation -march=nehalem -I../../src/include -D_GNU_SOURCE '-DSYSTEMTZDIR="/usr/share/zoneinfo"' -c -o strftime.o strftime.c /bin/mkdir -p '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/share/postgresql-13' ( echo src/timezone/localtime.o src/timezone/pgtz.o src/timezone/strftime.o ) >objfiles.txt make -C tznames install make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/timezone/tznames' /bin/mkdir -p '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/share/postgresql-13/timezonesets' install -c -m 644 ./Africa.txt ./America.txt ./Antarctica.txt ./Asia.txt ./Atlantic.txt ./Australia.txt ./Etc.txt ./Europe.txt ./Indian.txt ./Pacific.txt '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/share/postgresql-13/timezonesets' install -c -m 644 ./Default ./Australia ./India '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/share/postgresql-13/timezonesets' make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/timezone/tznames' make[3]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/timezone' make[2]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend' make -C include install make[2]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/include' /bin/mkdir -p '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/libpq' '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/internal/libpq' /bin/mkdir -p '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server'/access '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server'/bootstrap '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server'/catalog '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server'/commands '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server'/common '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server'/datatype '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server'/executor '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server'/fe_utils '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server'/foreign '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server'/jit '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server'/lib '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server'/libpq '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server'/mb '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server'/nodes '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server'/optimizer '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server'/parser '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server'/partitioning '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server'/postmaster '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server'/regex '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server'/replication '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server'/rewrite '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server'/statistics '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server'/storage '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server'/tcop '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server'/snowball '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server'/snowball/libstemmer '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server'/tsearch '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server'/tsearch/dicts '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server'/utils '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server'/port '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server'/port/atomics '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server'/port/win32 '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server'/port/win32_msvc '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server'/port/win32_msvc/sys '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server'/port/win32/arpa '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server'/port/win32/netinet '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server'/port/win32/sys '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server'/portability install -c -m 644 ./postgres_ext.h '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13' install -c -m 644 ./libpq/libpq-fs.h '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/libpq' install -c -m 644 pg_config.h '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13' install -c -m 644 pg_config_ext.h '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13' install -c -m 644 pg_config_os.h '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13' install -c -m 644 ./pg_config_manual.h '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13' install -c -m 644 ./c.h '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/internal' install -c -m 644 ./port.h '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/internal' install -c -m 644 ./postgres_fe.h '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/internal' install -c -m 644 ./libpq/pqcomm.h '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/internal/libpq' install -c -m 644 pg_config.h '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server' install -c -m 644 pg_config_ext.h '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server' install -c -m 644 pg_config_os.h '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server' install -c -m 644 utils/errcodes.h '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server/utils' install -c -m 644 utils/fmgroids.h '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server/utils' install -c -m 644 utils/fmgrprotos.h '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server/utils' cp ./*.h '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server'/ for dir in access bootstrap catalog commands common datatype executor fe_utils foreign jit lib libpq mb nodes optimizer parser partitioning postmaster regex replication rewrite statistics storage tcop snowball snowball/libstemmer tsearch tsearch/dicts utils port port/atomics port/win32 port/win32_msvc port/win32_msvc/sys port/win32/arpa port/win32/netinet port/win32/sys portability; do \ cp ./$dir/*.h '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server'/$dir/ || exit; \ done cd '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server' && chmod 644 *.h for dir in access bootstrap catalog commands common datatype executor fe_utils foreign jit lib libpq mb nodes optimizer parser partitioning postmaster regex replication rewrite statistics storage tcop snowball snowball/libstemmer tsearch tsearch/dicts utils port port/atomics port/win32 port/win32_msvc port/win32_msvc/sys port/win32/arpa port/win32/netinet port/win32/sys portability; do \ cd '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/server'/$dir || exit; \ chmod 644 *.h || exit; \ done make[2]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/include' make -C interfaces install make[2]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces' make -C libpq install make[3]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/libpq' make -C ../../../src/port all /bin/mkdir -p '/var/tmp/portage/dev-db/postgresql-13.3/image/lib64' '/var/tmp/portage/dev-db/postgresql-13.3/image/lib64/pkgconfig' /bin/mkdir -p '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/cs/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/de/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/es/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/fr/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/it/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/ja/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/ko/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/ru/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/sv/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/tr/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/uk/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/zh_CN/LC_MESSAGES install -c -m 644 libpq.pc '/var/tmp/portage/dev-db/postgresql-13.3/image/lib64/pkgconfig/libpq.pc' /bin/mkdir -p '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13' '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/internal' '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/share/postgresql-13' for lang in cs de es fr it ja ko ru sv tr uk zh_CN; do \ install -c -m 644 po/$lang.mo '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/$lang/LC_MESSAGES/libpq5-13.mo || exit 1; \ done make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make -C ../../../src/common all make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' install -c -m 755 libpq.so.5.13 '/var/tmp/portage/dev-db/postgresql-13.3/image/lib64/libpq.so.5.13' install -c -m 644 libpq.a '/var/tmp/portage/dev-db/postgresql-13.3/image/lib64/libpq.a' cd '/var/tmp/portage/dev-db/postgresql-13.3/image/lib64' && \ rm -f libpq.so.5 && \ ln -s libpq.so.5.13 libpq.so.5 cd '/var/tmp/portage/dev-db/postgresql-13.3/image/lib64' && \ rm -f libpq.so && \ ln -s libpq.so.5.13 libpq.so install -c -m 644 ./libpq-fe.h '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13' install -c -m 644 ./libpq-events.h '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13' install -c -m 644 ./libpq-int.h '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/internal' install -c -m 644 ./pqexpbuffer.h '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/internal' install -c -m 644 ./pg_service.conf.sample '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/share/postgresql-13/pg_service.conf.sample' make[3]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/libpq' make -C ecpg install make[3]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/ecpg' make -C include install make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/ecpg/include' /bin/mkdir -p '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13' '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/informix/esql' install -c -m 644 ./ecpgerrno.h ./ecpglib.h ./ecpgtype.h ./sqlca.h ./sql3types.h ./ecpg_informix.h ./pgtypes_error.h ./pgtypes_numeric.h ./pgtypes_timestamp.h ./pgtypes_date.h ./pgtypes_interval.h ./pgtypes.h ./sqlda.h ./sqlda-compat.h ./sqlda-native.h '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/' install -c -m 644 ./datetime.h ./decimal.h ./sqltypes.h '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13/informix/esql/' install -c -m 644 ../../../../src/interfaces/ecpg/include/ecpg_config.h '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/include/postgresql-13' make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/ecpg/include' make -C pgtypeslib install make -C preproc install make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/ecpg/pgtypeslib' make -C ../../../../src/port all /bin/mkdir -p '/var/tmp/portage/dev-db/postgresql-13.3/image/lib64' '/var/tmp/portage/dev-db/postgresql-13.3/image/lib64/pkgconfig' install -c -m 644 libpgtypes.pc '/var/tmp/portage/dev-db/postgresql-13.3/image/lib64/pkgconfig/libpgtypes.pc' make[5]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make -C ../../../../src/common all make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/ecpg/preproc' make -C ../../../../src/port all /bin/mkdir -p '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/cs/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/de/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/es/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/fr/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/it/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/ja/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/ko/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/pl/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/pt_BR/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/ru/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/sv/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/tr/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/uk/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/vi/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/zh_CN/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/zh_TW/LC_MESSAGES /bin/mkdir -p '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/bin' make[5]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make -C ../../../../src/common all for lang in cs de es fr it ja ko pl pt_BR ru sv tr uk vi zh_CN zh_TW; do \ install -c -m 644 po/$lang.mo '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/$lang/LC_MESSAGES/ecpg-13.mo || exit 1; \ done make[5]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' install -c -m 755 libpgtypes.so.3.13 '/var/tmp/portage/dev-db/postgresql-13.3/image/lib64/libpgtypes.so.3.13' cd '/var/tmp/portage/dev-db/postgresql-13.3/image/lib64' && \ rm -f libpgtypes.so.3 && \ ln -s libpgtypes.so.3.13 libpgtypes.so.3 make[5]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' install -c -m 644 libpgtypes.a '/var/tmp/portage/dev-db/postgresql-13.3/image/lib64/libpgtypes.a' cd '/var/tmp/portage/dev-db/postgresql-13.3/image/lib64' && \ rm -f libpgtypes.so && \ ln -s libpgtypes.so.3.13 libpgtypes.so make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/ecpg/pgtypeslib' make -C ecpglib install make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/ecpg/ecpglib' /bin/mkdir -p '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/cs/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/de/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/es/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/fr/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/it/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/ja/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/ko/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/pl/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/pt_BR/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/ru/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/sv/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/tr/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/uk/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/vi/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/zh_CN/LC_MESSAGES make -C ../../../../src/interfaces/libpq all make -C ../../../../src/interfaces/ecpg/pgtypeslib all make[5]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/ecpg/pgtypeslib' make -C ../../../../src/port all make[5]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/libpq' make -C ../../../src/port all make[6]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make -C ../../../../src/common all install -c ecpg '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/bin' make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/ecpg/preproc' /bin/mkdir -p '/var/tmp/portage/dev-db/postgresql-13.3/image/lib64' '/var/tmp/portage/dev-db/postgresql-13.3/image/lib64/pkgconfig' make[6]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make -C ../../../src/common all for lang in cs de es fr it ja ko pl pt_BR ru sv tr uk vi zh_CN; do \ install -c -m 644 po/$lang.mo '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/$lang/LC_MESSAGES/ecpglib6-13.mo || exit 1; \ done make[6]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[5]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/ecpg/pgtypeslib' install -c -m 644 libecpg.pc '/var/tmp/portage/dev-db/postgresql-13.3/image/lib64/pkgconfig/libecpg.pc' make[6]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[5]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/libpq' install -c -m 755 libecpg.so.6.13 '/var/tmp/portage/dev-db/postgresql-13.3/image/lib64/libecpg.so.6.13' install -c -m 644 libecpg.a '/var/tmp/portage/dev-db/postgresql-13.3/image/lib64/libecpg.a' cd '/var/tmp/portage/dev-db/postgresql-13.3/image/lib64' && \ rm -f libecpg.so.6 && \ ln -s libecpg.so.6.13 libecpg.so.6 cd '/var/tmp/portage/dev-db/postgresql-13.3/image/lib64' && \ rm -f libecpg.so && \ ln -s libecpg.so.6.13 libecpg.so make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/ecpg/ecpglib' make -C compatlib install make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/ecpg/compatlib' make -C ../../../../src/interfaces/ecpg/ecpglib all make -C ../../../../src/interfaces/ecpg/pgtypeslib all /bin/mkdir -p '/var/tmp/portage/dev-db/postgresql-13.3/image/lib64' '/var/tmp/portage/dev-db/postgresql-13.3/image/lib64/pkgconfig' install -c -m 644 libecpg_compat.pc '/var/tmp/portage/dev-db/postgresql-13.3/image/lib64/pkgconfig/libecpg_compat.pc' make[5]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/ecpg/pgtypeslib' make -C ../../../../src/port all make[5]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/ecpg/ecpglib' make -C ../../../../src/interfaces/libpq all make -C ../../../../src/interfaces/ecpg/pgtypeslib all make[6]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make -C ../../../../src/common all make[6]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/ecpg/pgtypeslib' make -C ../../../../src/port all make[6]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[6]: Nothing to be done for 'all'. make[6]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[5]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/ecpg/pgtypeslib' make[6]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/libpq' make -C ../../../src/port all make[7]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make[7]: Nothing to be done for 'all'. make[7]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make -C ../../../../src/common all make[7]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make[7]: Nothing to be done for 'all'. make[7]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make -C ../../../src/common all make[7]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[7]: Nothing to be done for 'all'. make[7]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[6]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/ecpg/pgtypeslib' make[7]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[7]: Nothing to be done for 'all'. make[7]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[6]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/libpq' make[5]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/ecpg/ecpglib' install -c -m 755 libecpg_compat.so.3.13 '/var/tmp/portage/dev-db/postgresql-13.3/image/lib64/libecpg_compat.so.3.13' install -c -m 644 libecpg_compat.a '/var/tmp/portage/dev-db/postgresql-13.3/image/lib64/libecpg_compat.a' cd '/var/tmp/portage/dev-db/postgresql-13.3/image/lib64' && \ rm -f libecpg_compat.so.3 && \ ln -s libecpg_compat.so.3.13 libecpg_compat.so.3 cd '/var/tmp/portage/dev-db/postgresql-13.3/image/lib64' && \ rm -f libecpg_compat.so && \ ln -s libecpg_compat.so.3.13 libecpg_compat.so make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/ecpg/compatlib' make[3]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/ecpg' make[2]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces' make -C fe_utils install make[2]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/fe_utils' /bin/mkdir -p '/var/tmp/portage/dev-db/postgresql-13.3/image/lib64' install -c -m 644 libpgfeutils.a '/var/tmp/portage/dev-db/postgresql-13.3/image/lib64/libpgfeutils.a' make[2]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/fe_utils' make -C bin install make[2]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/bin' make -C pg_config install make -C pg_dump install make -C psql install make[3]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/bin/pg_dump' make -C ../../../src/interfaces/libpq all make[3]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/bin/pg_config' make -C ../../../src/port all make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/libpq' make -C ../../../src/port all make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make -C ../../../src/common all make[5]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make -C ../../../src/common all make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' /bin/mkdir -p '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/cs/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/de/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/es/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/fr/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/he/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/it/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/ja/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/ko/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/pl/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/pt_BR/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/ru/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/sv/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/tr/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/uk/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/vi/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/zh_CN/LC_MESSAGES /bin/mkdir -p '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/bin' for lang in cs de es fr he it ja ko pl pt_BR ru sv tr uk vi zh_CN; do \ install -c -m 644 po/$lang.mo '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/$lang/LC_MESSAGES/pg_config-13.mo || exit 1; \ done make[5]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/libpq' make -C ../../../src/port all make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make -C ../../../src/common all make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make -C ../../../src/port all make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make -C ../../../src/common all make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make -C ../../../src/fe_utils all install -c -m 755 pg_config '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/bin/pg_config' make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/fe_utils' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/fe_utils' /bin/mkdir -p '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/cs/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/de/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/es/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/fr/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/ja/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/ko/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/ru/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/sv/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/tr/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/uk/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/zh_CN/LC_MESSAGES make[3]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/bin/pg_config' make -C scripts install /bin/mkdir -p '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/bin' for lang in cs de es fr ja ko ru sv tr uk zh_CN; do \ install -c -m 644 po/$lang.mo '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/$lang/LC_MESSAGES/pg_dump-13.mo || exit 1; \ done make[3]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/bin/scripts' make -C ../../../src/interfaces/libpq all make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/libpq' make -C ../../../src/port all make[5]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make -C ../../../src/common all install -c pg_dump '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/bin'/pg_dump install -c pg_restore '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/bin'/pg_restore install -c pg_dumpall '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/bin'/pg_dumpall make[5]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/libpq' make -C ../../../src/port all make[3]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/bin/pg_dump' make -C ../../../src/port all make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make -C ../../../src/common all make[3]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/bin/psql' make -C ../../../src/interfaces/libpq all make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make -C ../../../src/common all make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make -C ../../../src/port all make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make -C ../../../src/common all make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make -C ../../../src/fe_utils all make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/libpq' make -C ../../../src/port all make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/fe_utils' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/fe_utils' /bin/mkdir -p '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/cs/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/de/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/es/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/fr/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/ja/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/ko/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/pt_BR/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/ru/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/sv/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/tr/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/uk/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/zh_CN/LC_MESSAGES make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make -C ../../../src/port all /bin/mkdir -p '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/bin' for lang in cs de es fr ja ko pt_BR ru sv tr uk zh_CN; do \ install -c -m 644 po/$lang.mo '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/$lang/LC_MESSAGES/pgscripts-13.mo || exit 1; \ done make[5]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make -C ../../../src/common all make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/port' make -C ../../../src/common all make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make -C ../../../src/fe_utils all make[5]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[5]: Nothing to be done for 'all'. make[5]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/common' make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/interfaces/libpq' /bin/mkdir -p '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/cs/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/de/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/es/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/fr/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/it/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/ja/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/ko/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/ru/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/sv/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/tr/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/uk/LC_MESSAGES '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/zh_CN/LC_MESSAGES make[4]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/fe_utils' make[4]: Nothing to be done for 'all'. make[4]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/fe_utils' /bin/mkdir -p '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/bin' '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/share/postgresql-13' for lang in cs de es fr it ja ko ru sv tr uk zh_CN; do \ install -c -m 644 po/$lang.mo '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/share/locale'/$lang/LC_MESSAGES/psql-13.mo || exit 1; \ done install -c createdb '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/bin'/createdb install -c dropdb '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/bin'/dropdb install -c createuser '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/bin'/createuser install -c dropuser '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/bin'/dropuser install -c clusterdb '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/bin'/clusterdb install -c vacuumdb '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/bin'/vacuumdb install -c reindexdb '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/bin'/reindexdb install -c pg_isready '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/bin'/pg_isready make[3]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/bin/scripts' install -c psql '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/bin/psql' install -c -m 644 ./psqlrc.sample '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/share/postgresql-13/psqlrc.sample' make[3]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/bin/psql' make[2]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/bin' make -C makefiles install make[2]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/makefiles' /bin/mkdir -p '/var/tmp/portage/dev-db/postgresql-13.3/image/lib64/postgresql/pgxs/src/makefiles' install -c -m 644 ./pgxs.mk '/var/tmp/portage/dev-db/postgresql-13.3/image/lib64/postgresql/pgxs/src/makefiles/' make[2]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/makefiles' /bin/mkdir -p '/var/tmp/portage/dev-db/postgresql-13.3/image/lib64/postgresql/pgxs/src' install -c -m 644 Makefile.global '/var/tmp/portage/dev-db/postgresql-13.3/image/lib64/postgresql/pgxs/src/Makefile.global' install -c -m 644 Makefile.port '/var/tmp/portage/dev-db/postgresql-13.3/image/lib64/postgresql/pgxs/src/Makefile.port' install -c -m 644 ./Makefile.shlib '/var/tmp/portage/dev-db/postgresql-13.3/image/lib64/postgresql/pgxs/src/Makefile.shlib' install -c -m 644 ./nls-global.mk '/var/tmp/portage/dev-db/postgresql-13.3/image/lib64/postgresql/pgxs/src/nls-global.mk' make[1]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src' PostgreSQL installation complete. emake: make -j3 -l4 DESTDIR=/var/tmp/portage/dev-db/postgresql-13.3/image install -C contrib make: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/contrib' make -C ../src/backend generated-headers make[1]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend' make -C catalog distprep generated-header-symlinks make -C utils distprep generated-header-symlinks make[2]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/utils' make[2]: Nothing to be done for 'distprep'. make[2]: Nothing to be done for 'generated-header-symlinks'. make[2]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/utils' make[2]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/catalog' make[2]: Nothing to be done for 'distprep'. make[2]: Nothing to be done for 'generated-header-symlinks'. make[2]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend/catalog' make[1]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/src/backend' make -C oid2name install make -C vacuumlo install make[1]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/contrib/vacuumlo' /bin/mkdir -p '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/bin' make[1]: Entering directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/contrib/oid2name' /bin/mkdir -p '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/bin' install -c vacuumlo '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/bin' install -c oid2name '/var/tmp/portage/dev-db/postgresql-13.3/image/usr/lib64/postgresql-13/bin' make[1]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/contrib/vacuumlo' make[1]: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/contrib/oid2name' make: Leaving directory '/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3/contrib' man: bzip2 -9 compressing dblink_exec13.3 compressing SPI_freetuple13.3 compressing SPI_copytuple13.3 compressing dblink_is_busy13.3 compressing SPI_gettype13.3 compressing SPI_prepare13.3 compressing dblink_get_pkey13.3 compressing SPI_getargtypeid13.3 compressing SPI_connect13.3 compressing SPI_fname13.3 compressing SPI_getbinval13.3 compressing SPI_execute13.3 compressing dblink_get_connections13.3 compressing SPI_rollback_and_chain13.3 compressing SPI_cursor_close13.3 compressing dblink_connect_u13.3 compressing SPI_getvalue13.3 compressing dblink_build_sql_insert13.3 compressing SPI_fnumber13.3 compressing SPI_freetuptable13.3 compressing SPI_finish13.3 compressing SPI_cursor_open_with_paramlist13.3 compressing SPI_register_trigger_data13.3 compressing SPI_cursor_fetch13.3 compressing dblink_fetch13.3 compressing SPI_rollback13.3 compressing dblink_get_notify13.3 compressing dblink_close13.3 compressing SPI_gettypeid13.3 compressing dblink_get_result13.3 compressing SPI_commit_and_chain13.3 compressing SPI_cursor_open13.3 compressing SPI_pfree13.3 compressing SPI_scroll_cursor_move13.3 compressing SPI_saveplan13.3 compressing dblink_error_message13.3 compressing SPI_palloc13.3 compressing SPI_prepare_params13.3 compressing SPI_execp13.3 compressing SPI_register_relation13.3 compressing SPI_is_cursor_plan13.3 compressing SPI_getargcount13.3 compressing dblink_build_sql_delete13.3 compressing dblink_open13.3 compressing dblink_disconnect13.3 compressing dblink_send_query13.3 compressing SPI_returntuple13.3 compressing SPI_repalloc13.3 compressing SPI_start_transaction13.3 compressing SPI_execute_with_args13.3 compressing SPI_prepare_cursor13.3 compressing SPI_execute_plan_with_paramlist13.3 compressing SPI_modifytuple13.3 compressing dblink13.3 compressing SPI_cursor_find13.3 compressing SPI_cursor_open_with_args13.3 compressing SPI_getrelname13.3 compressing SPI_execute_plan13.3 compressing dblink_connect13.3 compressing SPI_commit13.3 compressing SPI_cursor_move13.3 compressing SPI_result_code_string13.3 compressing SPI_unregister_relation13.3 compressing SPI_keepplan13.3 compressing SPI_freeplan13.3 compressing SPI_scroll_cursor_fetch13.3 compressing SPI_connect_ext13.3 compressing dblink_cancel_query13.3 compressing SPI_getnspname13.3 compressing dblink_build_sql_update13.3 compressing SPI_exec13.3 compressing vacuumdb13.1 compressing clusterdb13.1 compressing createuser13.1 compressing psql13.1 compressing pg_restore13.1 compressing pg_receivewal13.1 compressing pg_verifybackup13.1 compressing vacuumlo13.1 compressing reindexdb13.1 compressing pg_config13.1 compressing oid2name13.1 compressing pg_recvlogical13.1 compressing pg_dump13.1 compressing ecpg13.1 compressing pgbench13.1 compressing pg_basebackup13.1 compressing createdb13.1 compressing pg_checksums13.1 compressing dropdb13.1 compressing pg_dumpall13.1 compressing pg_isready13.1 compressing dropuser13.1 compressing ALTER_DOMAIN13.7 compressing ALTER_PUBLICATION13.7 compressing COMMIT_PREPARED13.7 compressing CREATE_USER_MAPPING13.7 compressing DROP_POLICY13.7 compressing ALTER_OPERATOR13.7 compressing ROLLBACK_PREPARED13.7 compressing CREATE_TEXT_SEARCH_DICTIONARY13.7 compressing NOTIFY13.7 compressing ALTER_SYSTEM13.7 compressing ALTER_TEXT_SEARCH_PARSER13.7 compressing DROP_FOREIGN_TABLE13.7 compressing CREATE_EVENT_TRIGGER13.7 compressing DROP_OPERATOR_FAMILY13.7 compressing ALTER_EVENT_TRIGGER13.7 compressing CREATE_FUNCTION13.7 compressing ALTER_RULE13.7 compressing LOCK13.7 compressing DROP_LANGUAGE13.7 compressing ALTER_USER_MAPPING13.7 compressing ALTER_VIEW13.7 compressing ALTER_PROCEDURE13.7 compressing CHECKPOINT13.7 compressing REINDEX13.7 compressing WITH13.7 compressing SECURITY_LABEL13.7 compressing DELETE13.7 compressing CREATE_TABLESPACE13.7 compressing ALTER_ROUTINE13.7 compressing CREATE_DOMAIN13.7 compressing DROP_ROLE13.7 compressing CREATE_LANGUAGE13.7 compressing CREATE_PUBLICATION13.7 compressing DROP_OPERATOR13.7 compressing BEGIN13.7 compressing CREATE_TABLE_AS13.7 compressing COMMIT13.7 compressing DROP_GROUP13.7 compressing ALTER_TEXT_SEARCH_CONFIGURATION13.7 compressing CREATE_EXTENSION13.7 compressing ALTER_AGGREGATE13.7 compressing SET_TRANSACTION13.7 compressing DROP_TRANSFORM13.7 compressing MOVE13.7 compressing ALTER_STATISTICS13.7 compressing ALTER_TYPE13.7 compressing LOAD13.7 compressing RELEASE_SAVEPOINT13.7 compressing ALTER_FOREIGN_DATA_WRAPPER13.7 compressing CREATE_TRIGGER13.7 compressing LISTEN13.7 compressing ALTER_SEQUENCE13.7 compressing DROP_SUBSCRIPTION13.7 compressing CREATE_ACCESS_METHOD13.7 compressing DROP_INDEX13.7 compressing ALTER_POLICY13.7 compressing ALTER_OPERATOR_FAMILY13.7 compressing CREATE_POLICY13.7 compressing SELECT_INTO13.7 compressing DROP_RULE13.7 compressing CREATE_GROUP13.7 compressing SAVEPOINT13.7 compressing PREPARE13.7 compressing INSERT13.7 compressing IMPORT_FOREIGN_SCHEMA13.7 compressing CREATE_PROCEDURE13.7 compressing CREATE_OPERATOR_CLASS13.7 compressing SET_ROLE13.7 compressing ALTER_SCHEMA13.7 compressing CREATE_RULE13.7 compressing DISCARD13.7 compressing DROP_AGGREGATE13.7 compressing DROP_CAST13.7 compressing CREATE_CAST13.7 compressing CREATE_STATISTICS13.7 compressing ALTER_DEFAULT_PRIVILEGES13.7 compressing CREATE_TRANSFORM13.7 compressing DROP_USER_MAPPING13.7 compressing COPY13.7 compressing GRANT13.7 compressing ALTER_TEXT_SEARCH_TEMPLATE13.7 compressing COMMENT13.7 compressing ALTER_TRIGGER13.7 compressing ALTER_LARGE_OBJECT13.7 compressing RESET13.7 compressing CREATE_AGGREGATE13.7 compressing UPDATE13.7 compressing ALTER_DATABASE13.7 compressing DROP_ACCESS_METHOD13.7 compressing ALTER_GROUP13.7 compressing ALTER_SERVER13.7 compressing ABORT13.7 compressing DROP_SERVER13.7 compressing SET_CONSTRAINTS13.7 compressing DO13.7 compressing DROP_OPERATOR_CLASS13.7 compressing REVOKE13.7 compressing DROP_SEQUENCE13.7 compressing REASSIGN_OWNED13.7 compressing CREATE_COLLATION13.7 compressing CREATE_SCHEMA13.7 compressing CREATE_DATABASE13.7 compressing DROP_TYPE13.7 compressing FETCH13.7 compressing VACUUM13.7 compressing CALL13.7 compressing DROP_USER13.7 compressing CREATE_OPERATOR13.7 compressing DROP_EVENT_TRIGGER13.7 compressing ALTER_INDEX13.7 compressing EXPLAIN13.7 compressing CREATE_USER13.7 compressing CLOSE13.7 compressing TABLE13.7 compressing ALTER_TABLESPACE13.7 compressing ALTER_USER13.7 compressing ALTER_TABLE13.7 compressing CREATE_TEXT_SEARCH_TEMPLATE13.7 compressing DROP_ROUTINE13.7 compressing DROP_OWNED13.7 compressing ROLLBACK13.7 compressing DROP_TEXT_SEARCH_CONFIGURATION13.7 compressing DECLARE13.7 compressing DROP_COLLATION13.7 compressing DROP_MATERIALIZED_VIEW13.7 compressing DROP_FOREIGN_DATA_WRAPPER13.7 compressing ALTER_LANGUAGE13.7 compressing ANALYZE13.7 compressing CREATE_OPERATOR_FAMILY13.7 compressing DROP_VIEW13.7 compressing ALTER_COLLATION13.7 compressing CREATE_ROLE13.7 compressing DROP_SCHEMA13.7 compressing PREPARE_TRANSACTION13.7 compressing DROP_TEXT_SEARCH_DICTIONARY13.7 compressing CREATE_MATERIALIZED_VIEW13.7 compressing CREATE_SERVER13.7 compressing ALTER_FUNCTION13.7 compressing ALTER_ROLE13.7 compressing DROP_TEXT_SEARCH_PARSER13.7 compressing CREATE_TEXT_SEARCH_CONFIGURATION13.7 compressing ALTER_CONVERSION13.7 compressing ALTER_FOREIGN_TABLE13.7 compressing ALTER_SUBSCRIPTION13.7 compressing ROLLBACK_TO_SAVEPOINT13.7 compressing END13.7 compressing START_TRANSACTION13.7 compressing CREATE_INDEX13.7 compressing DROP_STATISTICS13.7 compressing CREATE_FOREIGN_DATA_WRAPPER13.7 compressing DROP_PROCEDURE13.7 compressing SET_SESSION_AUTHORIZATION13.7 compressing DROP_PUBLICATION13.7 compressing DROP_DATABASE13.7 compressing REFRESH_MATERIALIZED_VIEW13.7 compressing SHOW13.7 compressing DROP_TABLE13.7 compressing SET13.7 compressing CREATE_VIEW13.7 compressing CREATE_TEXT_SEARCH_PARSER13.7 compressing DROP_EXTENSION13.7 compressing ALTER_MATERIALIZED_VIEW13.7 compressing DROP_FUNCTION13.7 compressing DEALLOCATE13.7 compressing DROP_CONVERSION13.7 compressing TRUNCATE13.7 compressing CREATE_TABLE13.7 compressing CREATE_SUBSCRIPTION13.7 compressing DROP_TEXT_SEARCH_TEMPLATE13.7 compressing UNLISTEN13.7 compressing DROP_DOMAIN13.7 compressing ALTER_TEXT_SEARCH_DICTIONARY13.7 compressing CREATE_FOREIGN_TABLE13.7 compressing CREATE_CONVERSION13.7 compressing DROP_TABLESPACE13.7 compressing VALUES13.7 compressing ALTER_EXTENSION13.7 compressing DROP_TRIGGER13.7 compressing SELECT13.7 compressing ALTER_OPERATOR_CLASS13.7 compressing EXECUTE13.7 compressing CREATE_SEQUENCE13.7 compressing CLUSTER13.7 compressing CREATE_TYPE13.7 doc: bzip2 -9 compressing README compressing HISTORY QA Notice: excessive files found in the / partition /var/tmp/portage/dev-db/postgresql-13.3/image/lib64/libpgcommon.a /var/tmp/portage/dev-db/postgresql-13.3/image/lib64/libpgport.a >>> Reinstalling dev-db/postgresql-13.3 * stripping: /lib64/libecpg.so.6.13 --strip-unneeded -R .comment * stripping: /lib64/libpgtypes.so.3.13 --strip-unneeded -R .comment * stripping: /lib64/libpq.so.5.13 --strip-unneeded -R .comment * stripping: /lib64/libecpg_compat.so.3.13 --strip-unneeded -R .comment * stripping: /usr/lib64/postgresql-13/bin/createuser --strip-unneeded -R .comment * stripping: /usr/lib64/postgresql-13/bin/pg_isready --strip-unneeded -R .comment * stripping: /usr/lib64/postgresql-13/bin/pg_config --strip-unneeded -R .comment * stripping: /usr/lib64/postgresql-13/bin/pg_restore --strip-unneeded -R .comment * stripping: /usr/lib64/postgresql-13/bin/dropuser --strip-unneeded -R .comment * stripping: /usr/lib64/postgresql-13/bin/clusterdb --strip-unneeded -R .comment * stripping: /usr/lib64/postgresql-13/bin/pg_dump --strip-unneeded -R .comment * stripping: /usr/lib64/postgresql-13/bin/reindexdb --strip-unneeded -R .comment * stripping: /usr/lib64/postgresql-13/bin/pg_dumpall --strip-unneeded -R .comment * stripping: /usr/lib64/postgresql-13/bin/psql --strip-unneeded -R .comment * stripping: /usr/lib64/postgresql-13/bin/createdb --strip-unneeded -R .comment * stripping: /usr/lib64/postgresql-13/bin/oid2name --strip-unneeded -R .comment * stripping: /usr/lib64/postgresql-13/bin/dropdb --strip-unneeded -R .comment * stripping: /usr/lib64/postgresql-13/bin/vacuumdb --strip-unneeded -R .comment * stripping: /usr/lib64/postgresql-13/bin/vacuumlo --strip-unneeded -R .comment * stripping: /usr/lib64/postgresql-13/bin/ecpg --strip-unneeded -R .comment >>> /etc >>> /etc/postgresql-13 >>> /lib64 >>> /lib64/pkgconfig >>> /lib64/postgresql >>> /lib64/postgresql/pgxs >>> /lib64/postgresql/pgxs/config >>> /lib64/postgresql/pgxs/src >>> /lib64/postgresql/pgxs/src/makefiles >>> /usr >>> /usr/bin >>> /usr/include >>> /usr/include/postgresql-13 >>> /usr/include/postgresql-13/informix >>> /usr/include/postgresql-13/informix/esql >>> /usr/include/postgresql-13/internal >>> /usr/include/postgresql-13/internal/libpq >>> /usr/include/postgresql-13/libpq >>> /usr/include/postgresql-13/server >>> /usr/include/postgresql-13/server/access >>> /usr/include/postgresql-13/server/bootstrap >>> /usr/include/postgresql-13/server/catalog >>> /usr/include/postgresql-13/server/commands >>> /usr/include/postgresql-13/server/common >>> /usr/include/postgresql-13/server/datatype >>> /usr/include/postgresql-13/server/executor >>> /usr/include/postgresql-13/server/fe_utils >>> /usr/include/postgresql-13/server/foreign >>> /usr/include/postgresql-13/server/jit >>> /usr/include/postgresql-13/server/lib >>> /usr/include/postgresql-13/server/libpq >>> /usr/include/postgresql-13/server/mb >>> /usr/include/postgresql-13/server/nodes >>> /usr/include/postgresql-13/server/optimizer >>> /usr/include/postgresql-13/server/parser >>> /usr/include/postgresql-13/server/partitioning >>> /usr/include/postgresql-13/server/port >>> /usr/include/postgresql-13/server/port/atomics >>> /usr/include/postgresql-13/server/port/win32 >>> /usr/include/postgresql-13/server/port/win32/arpa >>> /usr/include/postgresql-13/server/port/win32/netinet >>> /usr/include/postgresql-13/server/port/win32/sys >>> /usr/include/postgresql-13/server/port/win32_msvc >>> /usr/include/postgresql-13/server/port/win32_msvc/sys >>> /usr/include/postgresql-13/server/portability >>> /usr/include/postgresql-13/server/postmaster >>> /usr/include/postgresql-13/server/regex >>> /usr/include/postgresql-13/server/replication >>> /usr/include/postgresql-13/server/rewrite >>> /usr/include/postgresql-13/server/snowball >>> /usr/include/postgresql-13/server/snowball/libstemmer >>> /usr/include/postgresql-13/server/statistics >>> /usr/include/postgresql-13/server/storage >>> /usr/include/postgresql-13/server/tcop >>> /usr/include/postgresql-13/server/tsearch >>> /usr/include/postgresql-13/server/tsearch/dicts >>> /usr/include/postgresql-13/server/utils >>> /usr/lib64 >>> /usr/lib64/postgresql-13 >>> /usr/lib64/postgresql-13/bin >>> /usr/lib64/postgresql-13/share >>> /usr/lib64/postgresql-13/share/locale >>> /usr/lib64/postgresql-13/share/locale/cs >>> /usr/lib64/postgresql-13/share/locale/cs/LC_MESSAGES >>> /usr/lib64/postgresql-13/share/locale/de >>> /usr/lib64/postgresql-13/share/locale/de/LC_MESSAGES >>> /usr/lib64/postgresql-13/share/locale/es >>> /usr/lib64/postgresql-13/share/locale/es/LC_MESSAGES >>> /usr/lib64/postgresql-13/share/locale/fr >>> /usr/lib64/postgresql-13/share/locale/fr/LC_MESSAGES >>> /usr/lib64/postgresql-13/share/locale/he >>> /usr/lib64/postgresql-13/share/locale/he/LC_MESSAGES >>> /usr/lib64/postgresql-13/share/locale/it >>> /usr/lib64/postgresql-13/share/locale/it/LC_MESSAGES >>> /usr/lib64/postgresql-13/share/locale/ja >>> /usr/lib64/postgresql-13/share/locale/ja/LC_MESSAGES >>> /usr/lib64/postgresql-13/share/locale/ko >>> /usr/lib64/postgresql-13/share/locale/ko/LC_MESSAGES >>> /usr/lib64/postgresql-13/share/locale/pl >>> /usr/lib64/postgresql-13/share/locale/pl/LC_MESSAGES >>> /usr/lib64/postgresql-13/share/locale/pt_BR >>> /usr/lib64/postgresql-13/share/locale/pt_BR/LC_MESSAGES >>> /usr/lib64/postgresql-13/share/locale/ru >>> /usr/lib64/postgresql-13/share/locale/ru/LC_MESSAGES >>> /usr/lib64/postgresql-13/share/locale/sv >>> /usr/lib64/postgresql-13/share/locale/sv/LC_MESSAGES >>> /usr/lib64/postgresql-13/share/locale/tr >>> /usr/lib64/postgresql-13/share/locale/tr/LC_MESSAGES >>> /usr/lib64/postgresql-13/share/locale/uk >>> /usr/lib64/postgresql-13/share/locale/uk/LC_MESSAGES >>> /usr/lib64/postgresql-13/share/locale/vi >>> /usr/lib64/postgresql-13/share/locale/vi/LC_MESSAGES >>> /usr/lib64/postgresql-13/share/locale/zh_CN >>> /usr/lib64/postgresql-13/share/locale/zh_CN/LC_MESSAGES >>> /usr/lib64/postgresql-13/share/locale/zh_TW >>> /usr/lib64/postgresql-13/share/locale/zh_TW/LC_MESSAGES >>> /usr/share >>> /usr/share/doc >>> /usr/share/doc/postgresql-13.3 >>> /usr/share/man >>> /usr/share/man/man1 >>> /usr/share/man/man3 >>> /usr/share/man/man7 >>> /usr/share/postgresql-13 >>> /usr/share/postgresql-13/man >>> /usr/share/postgresql-13/man/man1 >>> /usr/share/postgresql-13/man/man3 >>> /usr/share/postgresql-13/man/man7 >>> /usr/share/postgresql-13/timezonesets >>> /lib64/libecpg.so.6 -> libecpg.so.6.13 >>> /lib64/libecpg.so.6.13 >>> /lib64/libpgtypes.so.3.13 >>> /lib64/libpgtypes.so -> libpgtypes.so.3.13 >>> /lib64/libecpg_compat.so.3 -> libecpg_compat.so.3.13 >>> /lib64/libpgcommon.a >>> /lib64/libecpg_compat.so -> libecpg_compat.so.3.13 >>> /lib64/libecpg.so -> libecpg.so.6.13 >>> /lib64/libpq.so.5.13 >>> /lib64/libpgtypes.so.3 -> libpgtypes.so.3.13 >>> /lib64/libecpg_compat.so.3.13 >>> /lib64/libpq.so.5 -> libpq.so.5.13 >>> /lib64/libpgport.a >>> /lib64/libpq.so -> libpq.so.5.13 >>> /usr/bin/pg_config13 -> ../lib64/postgresql-13/bin/pg_config >>> /usr/bin/reindexdb13 -> ../lib64/postgresql-13/bin/reindexdb >>> /usr/bin/pg_dumpall13 -> ../lib64/postgresql-13/bin/pg_dumpall >>> /usr/bin/clusterdb13 -> ../lib64/postgresql-13/bin/clusterdb >>> /usr/bin/pg_restore13 -> ../lib64/postgresql-13/bin/pg_restore >>> /usr/bin/vacuumlo13 -> ../lib64/postgresql-13/bin/vacuumlo >>> /usr/bin/createuser13 -> ../lib64/postgresql-13/bin/createuser >>> /usr/bin/createdb13 -> ../lib64/postgresql-13/bin/createdb >>> /usr/bin/dropdb13 -> ../lib64/postgresql-13/bin/dropdb >>> /usr/bin/vacuumdb13 -> ../lib64/postgresql-13/bin/vacuumdb >>> /usr/bin/oid2name13 -> ../lib64/postgresql-13/bin/oid2name >>> /usr/bin/dropuser13 -> ../lib64/postgresql-13/bin/dropuser >>> /usr/bin/psql13 -> ../lib64/postgresql-13/bin/psql >>> /usr/bin/ecpg13 -> ../lib64/postgresql-13/bin/ecpg >>> /usr/bin/pg_isready13 -> ../lib64/postgresql-13/bin/pg_isready >>> /usr/bin/pg_dump13 -> ../lib64/postgresql-13/bin/pg_dump >>> /etc/postgresql-13/psqlrc >>> /lib64/pkgconfig/libecpg_compat.pc >>> /lib64/pkgconfig/libpgtypes.pc >>> /lib64/pkgconfig/libecpg.pc >>> /lib64/pkgconfig/libpq.pc >>> /usr/include/postgresql-13/sqlda-compat.h >>> /usr/include/postgresql-13/sql3types.h >>> /usr/include/postgresql-13/pgtypes_timestamp.h >>> /usr/include/postgresql-13/sqlda-native.h >>> /usr/include/postgresql-13/pg_config_ext.h >>> /usr/include/postgresql-13/sqlca.h >>> /usr/include/postgresql-13/pgtypes_interval.h >>> /usr/include/postgresql-13/pgtypes_error.h >>> /usr/include/postgresql-13/pgtypes_numeric.h >>> /usr/include/postgresql-13/ecpg_config.h >>> /usr/include/postgresql-13/pg_config_os.h >>> /usr/include/postgresql-13/ecpglib.h >>> /usr/include/postgresql-13/pg_config.h >>> /usr/include/postgresql-13/ecpgerrno.h >>> /usr/include/postgresql-13/libpq-events.h >>> /usr/include/postgresql-13/pg_config_manual.h >>> /usr/include/postgresql-13/pgtypes_date.h >>> /usr/include/postgresql-13/postgres_ext.h >>> /usr/include/postgresql-13/libpq-fe.h >>> /usr/include/postgresql-13/pgtypes.h >>> /usr/include/postgresql-13/ecpgtype.h >>> /usr/include/postgresql-13/ecpg_informix.h >>> /usr/include/postgresql-13/sqlda.h >>> /usr/share/postgresql-13/psqlrc.sample >>> /usr/share/postgresql-13/pg_service.conf.sample >>> /usr/include/postgresql-13/internal/port.h >>> /usr/include/postgresql-13/internal/pqexpbuffer.h >>> /usr/include/postgresql-13/internal/libpq-int.h >>> /usr/include/postgresql-13/internal/c.h >>> /usr/include/postgresql-13/internal/postgres_fe.h >>> /usr/include/postgresql-13/libpq/libpq-fs.h >>> /usr/include/postgresql-13/server/pgstat.h >>> /usr/include/postgresql-13/server/port.h >>> /usr/include/postgresql-13/server/pg_config_ext.h >>> /usr/include/postgresql-13/server/rusagestub.h >>> /usr/include/postgresql-13/server/pg_getopt.h >>> /usr/include/postgresql-13/server/pg_trace.h >>> /usr/include/postgresql-13/server/getopt_long.h >>> /usr/include/postgresql-13/server/pg_config_os.h >>> /usr/include/postgresql-13/server/pg_config.h >>> /usr/include/postgresql-13/server/c.h >>> /usr/include/postgresql-13/server/postgres.h >>> /usr/include/postgresql-13/server/pgtime.h >>> /usr/include/postgresql-13/server/pg_config_manual.h >>> /usr/include/postgresql-13/server/funcapi.h >>> /usr/include/postgresql-13/server/pgtar.h >>> /usr/include/postgresql-13/server/postgres_ext.h >>> /usr/include/postgresql-13/server/fmgr.h >>> /usr/include/postgresql-13/server/miscadmin.h >>> /usr/include/postgresql-13/server/getaddrinfo.h >>> /usr/include/postgresql-13/server/windowapi.h >>> /usr/include/postgresql-13/server/postgres_fe.h >>> /usr/share/man/man3/SPI_freetuptable13.3.bz2 >>> /usr/share/man/man3/SPI_connect_ext13.3.bz2 >>> /usr/share/man/man3/dblink_disconnect13.3.bz2 >>> /usr/share/man/man3/SPI_getbinval13.3.bz2 >>> /usr/share/man/man3/SPI_execp13.3.bz2 >>> /usr/share/man/man3/SPI_gettype13.3.bz2 >>> /usr/share/man/man3/SPI_cursor_move13.3.bz2 >>> /usr/share/man/man3/SPI_modifytuple13.3.bz2 >>> /usr/share/man/man3/SPI_scroll_cursor_move13.3.bz2 >>> /usr/share/man/man3/SPI_freeplan13.3.bz2 >>> /usr/share/man/man3/SPI_getargcount13.3.bz2 >>> /usr/share/man/man3/dblink_get_notify13.3.bz2 >>> /usr/share/man/man3/SPI_gettypeid13.3.bz2 >>> /usr/share/man/man3/SPI_cursor_close13.3.bz2 >>> /usr/share/man/man3/SPI_exec13.3.bz2 >>> /usr/share/man/man3/SPI_fname13.3.bz2 >>> /usr/share/man/man3/SPI_pfree13.3.bz2 >>> /usr/share/man/man3/SPI_start_transaction13.3.bz2 >>> /usr/share/man/man3/SPI_execute13.3.bz2 >>> /usr/share/man/man3/SPI_commit_and_chain13.3.bz2 >>> /usr/share/man/man3/SPI_rollback13.3.bz2 >>> /usr/share/man/man3/dblink_cancel_query13.3.bz2 >>> /usr/share/man/man3/SPI_register_trigger_data13.3.bz2 >>> /usr/share/man/man3/dblink_close13.3.bz2 >>> /usr/share/man/man3/SPI_commit13.3.bz2 >>> /usr/share/man/man3/SPI_is_cursor_plan13.3.bz2 >>> /usr/share/man/man3/dblink_fetch13.3.bz2 >>> /usr/share/man/man3/SPI_getrelname13.3.bz2 >>> /usr/share/man/man3/SPI_cursor_fetch13.3.bz2 >>> /usr/share/man/man3/SPI_unregister_relation13.3.bz2 >>> /usr/share/man/man3/SPI_scroll_cursor_fetch13.3.bz2 >>> /usr/share/man/man3/SPI_getnspname13.3.bz2 >>> /usr/share/man/man3/dblink_is_busy13.3.bz2 >>> /usr/share/man/man3/SPI_cursor_open_with_args13.3.bz2 >>> /usr/share/man/man3/dblink_build_sql_update13.3.bz2 >>> /usr/share/man/man3/SPI_keepplan13.3.bz2 >>> /usr/share/man/man3/dblink_build_sql_delete13.3.bz2 >>> /usr/share/man/man3/SPI_execute_with_args13.3.bz2 >>> /usr/share/man/man3/SPI_prepare_cursor13.3.bz2 >>> /usr/share/man/man3/SPI_palloc13.3.bz2 >>> /usr/share/man/man3/SPI_repalloc13.3.bz2 >>> /usr/share/man/man3/SPI_prepare_params13.3.bz2 >>> /usr/share/man/man3/SPI_result_code_string13.3.bz2 >>> /usr/share/man/man3/dblink_send_query13.3.bz2 >>> /usr/share/man/man3/dblink_connect13.3.bz2 >>> /usr/share/man/man3/dblink_build_sql_insert13.3.bz2 >>> /usr/share/man/man3/SPI_execute_plan13.3.bz2 >>> /usr/share/man/man3/SPI_prepare13.3.bz2 >>> /usr/share/man/man3/SPI_copytuple13.3.bz2 >>> /usr/share/man/man3/dblink_get_pkey13.3.bz2 >>> /usr/share/man/man3/SPI_execute_plan_with_paramlist13.3.bz2 >>> /usr/share/man/man3/dblink_get_result13.3.bz2 >>> /usr/share/man/man3/SPI_saveplan13.3.bz2 >>> /usr/share/man/man3/SPI_finish13.3.bz2 >>> /usr/share/man/man3/SPI_cursor_open13.3.bz2 >>> /usr/share/man/man3/SPI_getvalue13.3.bz2 >>> /usr/share/man/man3/SPI_cursor_open_with_paramlist13.3.bz2 >>> /usr/share/man/man3/SPI_returntuple13.3.bz2 >>> /usr/share/man/man3/dblink_open13.3.bz2 >>> /usr/share/man/man3/SPI_register_relation13.3.bz2 >>> /usr/share/man/man3/dblink_connect_u13.3.bz2 >>> /usr/share/man/man3/SPI_freetuple13.3.bz2 >>> /usr/share/man/man3/SPI_cursor_find13.3.bz2 >>> /usr/share/man/man3/dblink_exec13.3.bz2 >>> /usr/share/man/man3/dblink_get_connections13.3.bz2 >>> /usr/share/man/man3/dblink13.3.bz2 >>> /usr/share/man/man3/SPI_fnumber13.3.bz2 >>> /usr/share/man/man3/dblink_error_message13.3.bz2 >>> /usr/share/man/man3/SPI_rollback_and_chain13.3.bz2 >>> /usr/share/man/man3/SPI_connect13.3.bz2 >>> /usr/share/man/man3/SPI_getargtypeid13.3.bz2 >>> /usr/share/man/man1/pg_restore13.1.bz2 >>> /usr/share/man/man1/pg_checksums13.1.bz2 >>> /usr/share/man/man1/vacuumlo13.1.bz2 >>> /usr/share/man/man1/pg_config13.1.bz2 >>> /usr/share/man/man1/dropuser13.1.bz2 >>> /usr/share/man/man1/dropdb13.1.bz2 >>> /usr/share/man/man1/clusterdb13.1.bz2 >>> /usr/share/man/man1/pg_recvlogical13.1.bz2 >>> /usr/share/man/man1/createuser13.1.bz2 >>> /usr/share/man/man1/pgbench13.1.bz2 >>> /usr/share/man/man1/pg_basebackup13.1.bz2 >>> /usr/share/man/man1/psql13.1.bz2 >>> /usr/share/man/man1/pg_dumpall13.1.bz2 >>> /usr/share/man/man1/vacuumdb13.1.bz2 >>> /usr/share/man/man1/createdb13.1.bz2 >>> /usr/share/man/man1/ecpg13.1.bz2 >>> /usr/share/man/man1/pg_isready13.1.bz2 >>> /usr/share/man/man1/oid2name13.1.bz2 >>> /usr/share/man/man1/pg_verifybackup13.1.bz2 >>> /usr/share/man/man1/reindexdb13.1.bz2 >>> /usr/share/man/man1/pg_receivewal13.1.bz2 >>> /usr/share/man/man1/pg_dump13.1.bz2 >>> /usr/share/man/man7/CREATE_OPERATOR_CLASS13.7.bz2 >>> /usr/share/man/man7/RELEASE_SAVEPOINT13.7.bz2 >>> /usr/share/man/man7/CLOSE13.7.bz2 >>> /usr/share/man/man7/CREATE_TEXT_SEARCH_CONFIGURATION13.7.bz2 >>> /usr/share/man/man7/CREATE_TYPE13.7.bz2 >>> /usr/share/man/man7/ALTER_EXTENSION13.7.bz2 >>> /usr/share/man/man7/COMMIT_PREPARED13.7.bz2 >>> /usr/share/man/man7/DROP_LANGUAGE13.7.bz2 >>> /usr/share/man/man7/FETCH13.7.bz2 >>> /usr/share/man/man7/ALTER_LANGUAGE13.7.bz2 >>> /usr/share/man/man7/DROP_OPERATOR_FAMILY13.7.bz2 >>> /usr/share/man/man7/DO13.7.bz2 >>> /usr/share/man/man7/VALUES13.7.bz2 >>> /usr/share/man/man7/MOVE13.7.bz2 >>> /usr/share/man/man7/DROP_USER_MAPPING13.7.bz2 >>> /usr/share/man/man7/ALTER_COLLATION13.7.bz2 >>> /usr/share/man/man7/TRUNCATE13.7.bz2 >>> /usr/share/man/man7/DROP_PUBLICATION13.7.bz2 >>> /usr/share/man/man7/DROP_GROUP13.7.bz2 >>> /usr/share/man/man7/CREATE_DATABASE13.7.bz2 >>> /usr/share/man/man7/DROP_VIEW13.7.bz2 >>> /usr/share/man/man7/DROP_EXTENSION13.7.bz2 >>> /usr/share/man/man7/REASSIGN_OWNED13.7.bz2 >>> /usr/share/man/man7/CREATE_FOREIGN_TABLE13.7.bz2 >>> /usr/share/man/man7/CREATE_POLICY13.7.bz2 >>> /usr/share/man/man7/CREATE_USER13.7.bz2 >>> /usr/share/man/man7/DROP_TEXT_SEARCH_CONFIGURATION13.7.bz2 >>> /usr/share/man/man7/PREPARE_TRANSACTION13.7.bz2 >>> /usr/share/man/man7/CREATE_SUBSCRIPTION13.7.bz2 >>> /usr/share/man/man7/DELETE13.7.bz2 >>> /usr/share/man/man7/LISTEN13.7.bz2 >>> /usr/share/man/man7/DROP_ACCESS_METHOD13.7.bz2 >>> /usr/share/man/man7/CREATE_ROLE13.7.bz2 >>> /usr/share/man/man7/DROP_OPERATOR_CLASS13.7.bz2 >>> /usr/share/man/man7/ALTER_SUBSCRIPTION13.7.bz2 >>> /usr/share/man/man7/CREATE_FUNCTION13.7.bz2 >>> /usr/share/man/man7/CHECKPOINT13.7.bz2 >>> /usr/share/man/man7/DROP_TEXT_SEARCH_TEMPLATE13.7.bz2 >>> /usr/share/man/man7/INSERT13.7.bz2 >>> /usr/share/man/man7/DROP_STATISTICS13.7.bz2 >>> /usr/share/man/man7/ALTER_TABLESPACE13.7.bz2 >>> /usr/share/man/man7/ROLLBACK_PREPARED13.7.bz2 >>> /usr/share/man/man7/CALL13.7.bz2 >>> /usr/share/man/man7/ALTER_DEFAULT_PRIVILEGES13.7.bz2 >>> /usr/share/man/man7/ALTER_ROLE13.7.bz2 >>> /usr/share/man/man7/DROP_SUBSCRIPTION13.7.bz2 >>> /usr/share/man/man7/DROP_TRIGGER13.7.bz2 >>> /usr/share/man/man7/ALTER_GROUP13.7.bz2 >>> /usr/share/man/man7/TABLE13.7.bz2 >>> /usr/share/man/man7/NOTIFY13.7.bz2 >>> /usr/share/man/man7/SECURITY_LABEL13.7.bz2 >>> /usr/share/man/man7/DROP_ROUTINE13.7.bz2 >>> /usr/share/man/man7/LOAD13.7.bz2 >>> /usr/share/man/man7/CREATE_PUBLICATION13.7.bz2 >>> /usr/share/man/man7/DROP_TEXT_SEARCH_PARSER13.7.bz2 >>> /usr/share/man/man7/CREATE_RULE13.7.bz2 >>> /usr/share/man/man7/DROP_DATABASE13.7.bz2 >>> /usr/share/man/man7/LOCK13.7.bz2 >>> /usr/share/man/man7/DROP_DOMAIN13.7.bz2 >>> /usr/share/man/man7/ALTER_TEXT_SEARCH_PARSER13.7.bz2 >>> /usr/share/man/man7/ALTER_OPERATOR_FAMILY13.7.bz2 >>> /usr/share/man/man7/DROP_SERVER13.7.bz2 >>> /usr/share/man/man7/CREATE_MATERIALIZED_VIEW13.7.bz2 >>> /usr/share/man/man7/CREATE_TABLESPACE13.7.bz2 >>> /usr/share/man/man7/CREATE_TABLE13.7.bz2 >>> /usr/share/man/man7/ALTER_SYSTEM13.7.bz2 >>> /usr/share/man/man7/REFRESH_MATERIALIZED_VIEW13.7.bz2 >>> /usr/share/man/man7/DECLARE13.7.bz2 >>> /usr/share/man/man7/ALTER_USER13.7.bz2 >>> /usr/share/man/man7/ALTER_INDEX13.7.bz2 >>> /usr/share/man/man7/DISCARD13.7.bz2 >>> /usr/share/man/man7/ALTER_VIEW13.7.bz2 >>> /usr/share/man/man7/DROP_TYPE13.7.bz2 >>> /usr/share/man/man7/ALTER_SEQUENCE13.7.bz2 >>> /usr/share/man/man7/DROP_OPERATOR13.7.bz2 >>> /usr/share/man/man7/ANALYZE13.7.bz2 >>> /usr/share/man/man7/VACUUM13.7.bz2 >>> /usr/share/man/man7/ALTER_RULE13.7.bz2 >>> /usr/share/man/man7/DROP_SCHEMA13.7.bz2 >>> /usr/share/man/man7/UNLISTEN13.7.bz2 >>> /usr/share/man/man7/ALTER_POLICY13.7.bz2 >>> /usr/share/man/man7/END13.7.bz2 >>> /usr/share/man/man7/ALTER_SERVER13.7.bz2 >>> /usr/share/man/man7/SET_ROLE13.7.bz2 >>> /usr/share/man/man7/CREATE_COLLATION13.7.bz2 >>> /usr/share/man/man7/ALTER_TEXT_SEARCH_TEMPLATE13.7.bz2 >>> /usr/share/man/man7/DROP_INDEX13.7.bz2 >>> /usr/share/man/man7/ALTER_OPERATOR_CLASS13.7.bz2 >>> /usr/share/man/man7/ALTER_FOREIGN_TABLE13.7.bz2 >>> /usr/share/man/man7/CREATE_TEXT_SEARCH_DICTIONARY13.7.bz2 >>> /usr/share/man/man7/START_TRANSACTION13.7.bz2 >>> /usr/share/man/man7/DROP_CONVERSION13.7.bz2 >>> /usr/share/man/man7/CREATE_EVENT_TRIGGER13.7.bz2 >>> /usr/share/man/man7/PREPARE13.7.bz2 >>> /usr/share/man/man7/ALTER_TRIGGER13.7.bz2 >>> /usr/share/man/man7/DROP_AGGREGATE13.7.bz2 >>> /usr/share/man/man7/SAVEPOINT13.7.bz2 >>> /usr/share/man/man7/ALTER_TEXT_SEARCH_CONFIGURATION13.7.bz2 >>> /usr/share/man/man7/SET_SESSION_AUTHORIZATION13.7.bz2 >>> /usr/share/man/man7/DROP_FOREIGN_DATA_WRAPPER13.7.bz2 >>> /usr/share/man/man7/ALTER_EVENT_TRIGGER13.7.bz2 >>> /usr/share/man/man7/CREATE_USER_MAPPING13.7.bz2 >>> /usr/share/man/man7/CREATE_SCHEMA13.7.bz2 >>> /usr/share/man/man7/CREATE_ACCESS_METHOD13.7.bz2 >>> /usr/share/man/man7/CREATE_PROCEDURE13.7.bz2 >>> /usr/share/man/man7/ALTER_TEXT_SEARCH_DICTIONARY13.7.bz2 >>> /usr/share/man/man7/DROP_PROCEDURE13.7.bz2 >>> /usr/share/man/man7/WITH13.7.bz2 >>> /usr/share/man/man7/DROP_CAST13.7.bz2 >>> /usr/share/man/man7/ALTER_FUNCTION13.7.bz2 >>> /usr/share/man/man7/DROP_FUNCTION13.7.bz2 >>> /usr/share/man/man7/ALTER_CONVERSION13.7.bz2 >>> /usr/share/man/man7/CREATE_GROUP13.7.bz2 >>> /usr/share/man/man7/REINDEX13.7.bz2 >>> /usr/share/man/man7/DROP_USER13.7.bz2 >>> /usr/share/man/man7/IMPORT_FOREIGN_SCHEMA13.7.bz2 >>> /usr/share/man/man7/ALTER_DATABASE13.7.bz2 >>> /usr/share/man/man7/ALTER_FOREIGN_DATA_WRAPPER13.7.bz2 >>> /usr/share/man/man7/ALTER_LARGE_OBJECT13.7.bz2 >>> /usr/share/man/man7/CREATE_TABLE_AS13.7.bz2 >>> /usr/share/man/man7/ROLLBACK13.7.bz2 >>> /usr/share/man/man7/DROP_COLLATION13.7.bz2 >>> /usr/share/man/man7/DROP_TRANSFORM13.7.bz2 >>> /usr/share/man/man7/SET13.7.bz2 >>> /usr/share/man/man7/ROLLBACK_TO_SAVEPOINT13.7.bz2 >>> /usr/share/man/man7/COMMENT13.7.bz2 >>> /usr/share/man/man7/CREATE_STATISTICS13.7.bz2 >>> /usr/share/man/man7/COPY13.7.bz2 >>> /usr/share/man/man7/CREATE_DOMAIN13.7.bz2 >>> /usr/share/man/man7/CREATE_CAST13.7.bz2 >>> /usr/share/man/man7/CREATE_OPERATOR13.7.bz2 >>> /usr/share/man/man7/DROP_POLICY13.7.bz2 >>> /usr/share/man/man7/CREATE_INDEX13.7.bz2 >>> /usr/share/man/man7/SELECT13.7.bz2 >>> /usr/share/man/man7/CREATE_EXTENSION13.7.bz2 >>> /usr/share/man/man7/GRANT13.7.bz2 >>> /usr/share/man/man7/ALTER_SCHEMA13.7.bz2 >>> /usr/share/man/man7/ALTER_TYPE13.7.bz2 >>> /usr/share/man/man7/CREATE_AGGREGATE13.7.bz2 >>> /usr/share/man/man7/DROP_TABLESPACE13.7.bz2 >>> /usr/share/man/man7/DROP_OWNED13.7.bz2 >>> /usr/share/man/man7/CLUSTER13.7.bz2 >>> /usr/share/man/man7/DROP_RULE13.7.bz2 >>> /usr/share/man/man7/EXECUTE13.7.bz2 >>> /usr/share/man/man7/ALTER_AGGREGATE13.7.bz2 >>> /usr/share/man/man7/CREATE_FOREIGN_DATA_WRAPPER13.7.bz2 >>> /usr/share/man/man7/CREATE_TRIGGER13.7.bz2 >>> /usr/share/man/man7/SELECT_INTO13.7.bz2 >>> /usr/share/man/man7/ALTER_OPERATOR13.7.bz2 >>> /usr/share/man/man7/SHOW13.7.bz2 >>> /usr/share/man/man7/CREATE_SEQUENCE13.7.bz2 >>> /usr/share/man/man7/CREATE_LANGUAGE13.7.bz2 >>> /usr/share/man/man7/DROP_SEQUENCE13.7.bz2 >>> /usr/share/man/man7/ALTER_STATISTICS13.7.bz2 >>> /usr/share/man/man7/ALTER_DOMAIN13.7.bz2 >>> /usr/share/man/man7/ALTER_PUBLICATION13.7.bz2 >>> /usr/share/man/man7/CREATE_SERVER13.7.bz2 >>> /usr/share/man/man7/CREATE_TRANSFORM13.7.bz2 >>> /usr/share/man/man7/COMMIT13.7.bz2 >>> /usr/share/man/man7/ALTER_ROUTINE13.7.bz2 >>> /usr/share/man/man7/ABORT13.7.bz2 >>> /usr/share/man/man7/SET_TRANSACTION13.7.bz2 >>> /usr/share/man/man7/CREATE_TEXT_SEARCH_TEMPLATE13.7.bz2 >>> /usr/share/man/man7/DROP_EVENT_TRIGGER13.7.bz2 >>> /usr/share/man/man7/EXPLAIN13.7.bz2 >>> /usr/share/man/man7/DROP_ROLE13.7.bz2 >>> /usr/share/man/man7/BEGIN13.7.bz2 >>> /usr/share/man/man7/RESET13.7.bz2 >>> /usr/share/man/man7/UPDATE13.7.bz2 >>> /usr/share/man/man7/ALTER_PROCEDURE13.7.bz2 >>> /usr/share/man/man7/CREATE_TEXT_SEARCH_PARSER13.7.bz2 >>> /usr/share/man/man7/CREATE_CONVERSION13.7.bz2 >>> /usr/share/man/man7/CREATE_OPERATOR_FAMILY13.7.bz2 >>> /usr/share/man/man7/DROP_TEXT_SEARCH_DICTIONARY13.7.bz2 >>> /usr/share/man/man7/DROP_FOREIGN_TABLE13.7.bz2 >>> /usr/share/man/man7/ALTER_MATERIALIZED_VIEW13.7.bz2 >>> /usr/share/man/man7/DROP_MATERIALIZED_VIEW13.7.bz2 >>> /usr/share/man/man7/ALTER_TABLE13.7.bz2 >>> /usr/share/man/man7/CREATE_VIEW13.7.bz2 >>> /usr/share/man/man7/SET_CONSTRAINTS13.7.bz2 >>> /usr/share/man/man7/ALTER_USER_MAPPING13.7.bz2 >>> /usr/share/man/man7/DEALLOCATE13.7.bz2 >>> /usr/share/man/man7/DROP_TABLE13.7.bz2 >>> /usr/share/man/man7/REVOKE13.7.bz2 >>> /usr/share/postgresql-13/timezonesets/Asia.txt >>> /usr/share/postgresql-13/timezonesets/Default >>> /usr/share/postgresql-13/timezonesets/America.txt >>> /usr/share/postgresql-13/timezonesets/Europe.txt >>> /usr/share/postgresql-13/timezonesets/India >>> /usr/share/postgresql-13/timezonesets/Antarctica.txt >>> /usr/share/postgresql-13/timezonesets/Africa.txt >>> /usr/share/postgresql-13/timezonesets/Indian.txt >>> /usr/share/postgresql-13/timezonesets/Pacific.txt >>> /usr/share/postgresql-13/timezonesets/Australia >>> /usr/share/postgresql-13/timezonesets/Australia.txt >>> /usr/share/postgresql-13/timezonesets/Atlantic.txt >>> /usr/share/postgresql-13/timezonesets/Etc.txt >>> /usr/share/doc/postgresql-13.3/README.bz2 >>> /usr/share/doc/postgresql-13.3/HISTORY.bz2 >>> /usr/lib64/postgresql-13/bin/createuser >>> /usr/lib64/postgresql-13/bin/pg_isready >>> /usr/lib64/postgresql-13/bin/pg_config >>> /usr/lib64/postgresql-13/bin/pg_restore >>> /usr/lib64/postgresql-13/bin/dropuser >>> /usr/lib64/postgresql-13/bin/clusterdb >>> /usr/lib64/postgresql-13/bin/pg_dump >>> /usr/lib64/postgresql-13/bin/reindexdb >>> /usr/lib64/postgresql-13/bin/pg_dumpall >>> /usr/lib64/postgresql-13/bin/psql >>> /usr/lib64/postgresql-13/bin/createdb >>> /usr/lib64/postgresql-13/bin/oid2name >>> /usr/lib64/postgresql-13/bin/dropdb >>> /usr/lib64/postgresql-13/bin/vacuumdb >>> /usr/lib64/postgresql-13/bin/vacuumlo >>> /usr/lib64/postgresql-13/bin/ecpg >>> /lib64/postgresql/pgxs/config/install-sh >>> /lib64/postgresql/pgxs/config/missing >>> /lib64/postgresql/pgxs/src/nls-global.mk >>> /lib64/postgresql/pgxs/src/Makefile.shlib >>> /lib64/postgresql/pgxs/src/Makefile.port >>> /lib64/postgresql/pgxs/src/Makefile.global >>> /usr/include/postgresql-13/internal/libpq/pqcomm.h >>> /usr/include/postgresql-13/informix/esql/decimal.h >>> /usr/include/postgresql-13/informix/esql/datetime.h >>> /usr/include/postgresql-13/informix/esql/sqltypes.h >>> /usr/include/postgresql-13/server/statistics/extended_stats_internal.h >>> /usr/include/postgresql-13/server/statistics/statistics.h >>> /usr/include/postgresql-13/server/common/kwlookup.h >>> /usr/include/postgresql-13/server/common/unicode_combining_table.h >>> /usr/include/postgresql-13/server/common/restricted_token.h >>> /usr/include/postgresql-13/server/common/connect.h >>> /usr/include/postgresql-13/server/common/unicode_norm_table.h >>> /usr/include/postgresql-13/server/common/logging.h >>> /usr/include/postgresql-13/server/common/unicode_norm.h >>> /usr/include/postgresql-13/server/common/int.h >>> /usr/include/postgresql-13/server/common/relpath.h >>> /usr/include/postgresql-13/server/common/openssl.h >>> /usr/include/postgresql-13/server/common/int128.h >>> /usr/include/postgresql-13/server/common/saslprep.h >>> /usr/include/postgresql-13/server/common/fe_memutils.h >>> /usr/include/postgresql-13/server/common/base64.h >>> /usr/include/postgresql-13/server/common/unicode_normprops_table.h >>> /usr/include/postgresql-13/server/common/pg_lzcompress.h >>> /usr/include/postgresql-13/server/common/ip.h >>> /usr/include/postgresql-13/server/common/jsonapi.h >>> /usr/include/postgresql-13/server/common/scram-common.h >>> /usr/include/postgresql-13/server/common/username.h >>> /usr/include/postgresql-13/server/common/string.h >>> /usr/include/postgresql-13/server/common/checksum_helper.h >>> /usr/include/postgresql-13/server/common/archive.h >>> /usr/include/postgresql-13/server/common/file_utils.h >>> /usr/include/postgresql-13/server/common/md5.h >>> /usr/include/postgresql-13/server/common/config_info.h >>> /usr/include/postgresql-13/server/common/hashfn.h >>> /usr/include/postgresql-13/server/common/sha2.h >>> /usr/include/postgresql-13/server/common/file_perm.h >>> /usr/include/postgresql-13/server/common/link-canary.h >>> /usr/include/postgresql-13/server/common/shortest_dec.h >>> /usr/include/postgresql-13/server/common/controldata_utils.h >>> /usr/include/postgresql-13/server/common/keywords.h >>> /usr/include/postgresql-13/server/port/atomics.h >>> /usr/include/postgresql-13/server/port/pg_crc32c.h >>> /usr/include/postgresql-13/server/port/pg_bitutils.h >>> /usr/include/postgresql-13/server/port/pg_bswap.h >>> /usr/include/postgresql-13/server/port/openbsd.h >>> /usr/include/postgresql-13/server/port/netbsd.h >>> /usr/include/postgresql-13/server/port/aix.h >>> /usr/include/postgresql-13/server/port/hpux.h >>> /usr/include/postgresql-13/server/port/linux.h >>> /usr/include/postgresql-13/server/port/solaris.h >>> /usr/include/postgresql-13/server/port/darwin.h >>> /usr/include/postgresql-13/server/port/freebsd.h >>> /usr/include/postgresql-13/server/port/win32.h >>> /usr/include/postgresql-13/server/port/win32_port.h >>> /usr/include/postgresql-13/server/port/cygwin.h >>> /usr/include/postgresql-13/server/catalog/binary_upgrade.h >>> /usr/include/postgresql-13/server/catalog/pg_ts_dict_d.h >>> /usr/include/postgresql-13/server/catalog/storage.h >>> /usr/include/postgresql-13/server/catalog/pg_enum.h >>> /usr/include/postgresql-13/server/catalog/toasting.h >>> /usr/include/postgresql-13/server/catalog/pg_ts_template.h >>> /usr/include/postgresql-13/server/catalog/pg_language.h >>> /usr/include/postgresql-13/server/catalog/pg_amop.h >>> /usr/include/postgresql-13/server/catalog/pg_publication.h >>> /usr/include/postgresql-13/server/catalog/pg_partitioned_table.h >>> /usr/include/postgresql-13/server/catalog/pg_foreign_table.h >>> /usr/include/postgresql-13/server/catalog/storage_xlog.h >>> /usr/include/postgresql-13/server/catalog/pg_rewrite_d.h >>> /usr/include/postgresql-13/server/catalog/pg_ts_config.h >>> /usr/include/postgresql-13/server/catalog/pg_description.h >>> /usr/include/postgresql-13/server/catalog/schemapg.h >>> /usr/include/postgresql-13/server/catalog/pg_ts_dict.h >>> /usr/include/postgresql-13/server/catalog/pg_enum_d.h >>> /usr/include/postgresql-13/server/catalog/pg_extension.h >>> /usr/include/postgresql-13/server/catalog/pg_init_privs.h >>> /usr/include/postgresql-13/server/catalog/pg_inherits_d.h >>> /usr/include/postgresql-13/server/catalog/pg_operator.h >>> /usr/include/postgresql-13/server/catalog/pg_am_d.h >>> /usr/include/postgresql-13/server/catalog/pg_foreign_data_wrapper.h >>> /usr/include/postgresql-13/server/catalog/pg_default_acl.h >>> /usr/include/postgresql-13/server/catalog/pg_language_d.h >>> /usr/include/postgresql-13/server/catalog/pg_control.h >>> /usr/include/postgresql-13/server/catalog/pg_auth_members.h >>> /usr/include/postgresql-13/server/catalog/pg_constraint.h >>> /usr/include/postgresql-13/server/catalog/pg_statistic_d.h >>> /usr/include/postgresql-13/server/catalog/pg_constraint_d.h >>> /usr/include/postgresql-13/server/catalog/pg_cast_d.h >>> /usr/include/postgresql-13/server/catalog/catversion.h >>> /usr/include/postgresql-13/server/catalog/pg_shdescription.h >>> /usr/include/postgresql-13/server/catalog/dependency.h >>> /usr/include/postgresql-13/server/catalog/pg_rewrite.h >>> /usr/include/postgresql-13/server/catalog/genbki.h >>> /usr/include/postgresql-13/server/catalog/pg_partitioned_table_d.h >>> /usr/include/postgresql-13/server/catalog/opfam_internal.h >>> /usr/include/postgresql-13/server/catalog/pg_ts_config_d.h >>> /usr/include/postgresql-13/server/catalog/partition.h >>> /usr/include/postgresql-13/server/catalog/pg_foreign_server_d.h >>> /usr/include/postgresql-13/server/catalog/objectaddress.h >>> /usr/include/postgresql-13/server/catalog/pg_publication_d.h >>> /usr/include/postgresql-13/server/catalog/pg_shdepend_d.h >>> /usr/include/postgresql-13/server/catalog/pg_db_role_setting_d.h >>> /usr/include/postgresql-13/server/catalog/pg_opfamily_d.h >>> /usr/include/postgresql-13/server/catalog/pg_largeobject_metadata_d.h >>> /usr/include/postgresql-13/server/catalog/pg_init_privs_d.h >>> /usr/include/postgresql-13/server/catalog/pg_replication_origin_d.h >>> /usr/include/postgresql-13/server/catalog/pg_operator_d.h >>> /usr/include/postgresql-13/server/catalog/pg_extension_d.h >>> /usr/include/postgresql-13/server/catalog/pg_ts_config_map.h >>> /usr/include/postgresql-13/server/catalog/pg_shdepend.h >>> /usr/include/postgresql-13/server/catalog/pg_shseclabel_d.h >>> /usr/include/postgresql-13/server/catalog/pg_collation.h >>> /usr/include/postgresql-13/server/catalog/pg_statistic_ext_data.h >>> /usr/include/postgresql-13/server/catalog/pg_amop_d.h >>> /usr/include/postgresql-13/server/catalog/pg_range_d.h >>> /usr/include/postgresql-13/server/catalog/pg_tablespace.h >>> /usr/include/postgresql-13/server/catalog/pg_statistic_ext.h >>> /usr/include/postgresql-13/server/catalog/pg_ts_template_d.h >>> /usr/include/postgresql-13/server/catalog/pg_db_role_setting.h >>> /usr/include/postgresql-13/server/catalog/pg_subscription_rel.h >>> /usr/include/postgresql-13/server/catalog/pg_depend.h >>> /usr/include/postgresql-13/server/catalog/pg_attrdef.h >>> /usr/include/postgresql-13/server/catalog/pg_event_trigger_d.h >>> /usr/include/postgresql-13/server/catalog/pg_seclabel_d.h >>> /usr/include/postgresql-13/server/catalog/pg_namespace.h >>> /usr/include/postgresql-13/server/catalog/pg_subscription.h >>> /usr/include/postgresql-13/server/catalog/pg_statistic_ext_data_d.h >>> /usr/include/postgresql-13/server/catalog/pg_foreign_server.h >>> /usr/include/postgresql-13/server/catalog/indexing.h >>> /usr/include/postgresql-13/server/catalog/pg_authid_d.h >>> /usr/include/postgresql-13/server/catalog/pg_largeobject_metadata.h >>> /usr/include/postgresql-13/server/catalog/pg_event_trigger.h >>> /usr/include/postgresql-13/server/catalog/pg_cast.h >>> /usr/include/postgresql-13/server/catalog/pg_am.h >>> /usr/include/postgresql-13/server/catalog/pg_shdescription_d.h >>> /usr/include/postgresql-13/server/catalog/pg_subscription_rel_d.h >>> /usr/include/postgresql-13/server/catalog/pg_proc_d.h >>> /usr/include/postgresql-13/server/catalog/pg_sequence.h >>> /usr/include/postgresql-13/server/catalog/pg_range.h >>> /usr/include/postgresql-13/server/catalog/pg_sequence_d.h >>> /usr/include/postgresql-13/server/catalog/pg_policy.h >>> /usr/include/postgresql-13/server/catalog/pg_authid.h >>> /usr/include/postgresql-13/server/catalog/pg_subscription_d.h >>> /usr/include/postgresql-13/server/catalog/namespace.h >>> /usr/include/postgresql-13/server/catalog/pg_namespace_d.h >>> /usr/include/postgresql-13/server/catalog/pg_index_d.h >>> /usr/include/postgresql-13/server/catalog/pg_replication_origin.h >>> /usr/include/postgresql-13/server/catalog/pg_opclass.h >>> /usr/include/postgresql-13/server/catalog/pg_transform_d.h >>> /usr/include/postgresql-13/server/catalog/index.h >>> /usr/include/postgresql-13/server/catalog/pg_class.h >>> /usr/include/postgresql-13/server/catalog/heap.h >>> /usr/include/postgresql-13/server/catalog/pg_tablespace_d.h >>> /usr/include/postgresql-13/server/catalog/pg_database.h >>> /usr/include/postgresql-13/server/catalog/catalog.h >>> /usr/include/postgresql-13/server/catalog/pg_trigger_d.h >>> /usr/include/postgresql-13/server/catalog/pg_ts_parser_d.h >>> /usr/include/postgresql-13/server/catalog/pg_conversion_d.h >>> /usr/include/postgresql-13/server/catalog/pg_statistic_ext_d.h >>> /usr/include/postgresql-13/server/catalog/pg_transform.h >>> /usr/include/postgresql-13/server/catalog/pg_opclass_d.h >>> /usr/include/postgresql-13/server/catalog/pg_class_d.h >>> /usr/include/postgresql-13/server/catalog/pg_trigger.h >>> /usr/include/postgresql-13/server/catalog/pg_foreign_table_d.h >>> /usr/include/postgresql-13/server/catalog/pg_user_mapping_d.h >>> /usr/include/postgresql-13/server/catalog/pg_policy_d.h >>> /usr/include/postgresql-13/server/catalog/pg_publication_rel.h >>> /usr/include/postgresql-13/server/catalog/pg_type_d.h >>> /usr/include/postgresql-13/server/catalog/pg_index.h >>> /usr/include/postgresql-13/server/catalog/pg_conversion.h >>> /usr/include/postgresql-13/server/catalog/pg_ts_config_map_d.h >>> /usr/include/postgresql-13/server/catalog/pg_aggregate_d.h >>> /usr/include/postgresql-13/server/catalog/pg_type.h >>> /usr/include/postgresql-13/server/catalog/pg_default_acl_d.h >>> /usr/include/postgresql-13/server/catalog/pg_amproc.h >>> /usr/include/postgresql-13/server/catalog/pg_attribute_d.h >>> /usr/include/postgresql-13/server/catalog/pg_foreign_data_wrapper_d.h >>> /usr/include/postgresql-13/server/catalog/pg_largeobject_d.h >>> /usr/include/postgresql-13/server/catalog/pg_amproc_d.h >>> /usr/include/postgresql-13/server/catalog/pg_depend_d.h >>> /usr/include/postgresql-13/server/catalog/pg_statistic.h >>> /usr/include/postgresql-13/server/catalog/pg_database_d.h >>> /usr/include/postgresql-13/server/catalog/objectaccess.h >>> /usr/include/postgresql-13/server/catalog/pg_collation_d.h >>> /usr/include/postgresql-13/server/catalog/pg_attribute.h >>> /usr/include/postgresql-13/server/catalog/pg_largeobject.h >>> /usr/include/postgresql-13/server/catalog/pg_shseclabel.h >>> /usr/include/postgresql-13/server/catalog/pg_proc.h >>> /usr/include/postgresql-13/server/catalog/pg_attrdef_d.h >>> /usr/include/postgresql-13/server/catalog/pg_opfamily.h >>> /usr/include/postgresql-13/server/catalog/pg_user_mapping.h >>> /usr/include/postgresql-13/server/catalog/pg_description_d.h >>> /usr/include/postgresql-13/server/catalog/pg_auth_members_d.h >>> /usr/include/postgresql-13/server/catalog/pg_seclabel.h >>> /usr/include/postgresql-13/server/catalog/pg_aggregate.h >>> /usr/include/postgresql-13/server/catalog/pg_publication_rel_d.h >>> /usr/include/postgresql-13/server/catalog/pg_inherits.h >>> /usr/include/postgresql-13/server/catalog/pg_ts_parser.h >>> /usr/include/postgresql-13/server/mb/pg_wchar.h >>> /usr/include/postgresql-13/server/mb/stringinfo_mb.h >>> /usr/include/postgresql-13/server/regex/regguts.h >>> /usr/include/postgresql-13/server/regex/regerrs.h >>> /usr/include/postgresql-13/server/regex/regex.h >>> /usr/include/postgresql-13/server/regex/regcustom.h >>> /usr/include/postgresql-13/server/regex/regexport.h >>> /usr/include/postgresql-13/server/lib/binaryheap.h >>> /usr/include/postgresql-13/server/lib/pairingheap.h >>> /usr/include/postgresql-13/server/lib/dshash.h >>> /usr/include/postgresql-13/server/lib/ilist.h >>> /usr/include/postgresql-13/server/lib/stringinfo.h >>> /usr/include/postgresql-13/server/lib/bipartite_match.h >>> /usr/include/postgresql-13/server/lib/knapsack.h >>> /usr/include/postgresql-13/server/lib/hyperloglog.h >>> /usr/include/postgresql-13/server/lib/rbtree.h >>> /usr/include/postgresql-13/server/lib/bloomfilter.h >>> /usr/include/postgresql-13/server/lib/simplehash.h >>> /usr/include/postgresql-13/server/lib/qunique.h >>> /usr/include/postgresql-13/server/lib/integerset.h >>> /usr/include/postgresql-13/server/access/twophase.h >>> /usr/include/postgresql-13/server/access/clog.h >>> /usr/include/postgresql-13/server/access/session.h >>> /usr/include/postgresql-13/server/access/rmgr.h >>> /usr/include/postgresql-13/server/access/stratnum.h >>> /usr/include/postgresql-13/server/access/brin_pageops.h >>> /usr/include/postgresql-13/server/access/gist.h >>> /usr/include/postgresql-13/server/access/rewriteheap.h >>> /usr/include/postgresql-13/server/access/xlog_internal.h >>> /usr/include/postgresql-13/server/access/itup.h >>> /usr/include/postgresql-13/server/access/brin_xlog.h >>> /usr/include/postgresql-13/server/access/ginxlog.h >>> /usr/include/postgresql-13/server/access/amapi.h >>> /usr/include/postgresql-13/server/access/gist_private.h >>> /usr/include/postgresql-13/server/access/gistscan.h >>> /usr/include/postgresql-13/server/access/generic_xlog.h >>> /usr/include/postgresql-13/server/access/xlogdefs.h >>> /usr/include/postgresql-13/server/access/brin.h >>> /usr/include/postgresql-13/server/access/tupmacs.h >>> /usr/include/postgresql-13/server/access/parallel.h >>> /usr/include/postgresql-13/server/access/tupconvert.h >>> /usr/include/postgresql-13/server/access/visibilitymap.h >>> /usr/include/postgresql-13/server/access/xloginsert.h >>> /usr/include/postgresql-13/server/access/toast_helper.h >>> /usr/include/postgresql-13/server/access/spgist_private.h >>> /usr/include/postgresql-13/server/access/heaptoast.h >>> /usr/include/postgresql-13/server/access/detoast.h >>> /usr/include/postgresql-13/server/access/twophase_rmgr.h >>> /usr/include/postgresql-13/server/access/tupdesc_details.h >>> /usr/include/postgresql-13/server/access/printsimple.h >>> /usr/include/postgresql-13/server/access/brin_internal.h >>> /usr/include/postgresql-13/server/access/nbtxlog.h >>> /usr/include/postgresql-13/server/access/gin_private.h >>> /usr/include/postgresql-13/server/access/skey.h >>> /usr/include/postgresql-13/server/access/spgist.h >>> /usr/include/postgresql-13/server/access/attmap.h >>> /usr/include/postgresql-13/server/access/reloptions.h >>> /usr/include/postgresql-13/server/access/spgxlog.h >>> /usr/include/postgresql-13/server/access/printtup.h >>> /usr/include/postgresql-13/server/access/timeline.h >>> /usr/include/postgresql-13/server/access/sysattr.h >>> /usr/include/postgresql-13/server/access/htup_details.h >>> /usr/include/postgresql-13/server/access/sdir.h >>> /usr/include/postgresql-13/server/access/slru.h >>> /usr/include/postgresql-13/server/access/valid.h >>> /usr/include/postgresql-13/server/access/brin_page.h >>> /usr/include/postgresql-13/server/access/subtrans.h >>> /usr/include/postgresql-13/server/access/relscan.h >>> /usr/include/postgresql-13/server/access/xact.h >>> /usr/include/postgresql-13/server/access/multixact.h >>> /usr/include/postgresql-13/server/access/gin.h >>> /usr/include/postgresql-13/server/access/amvalidate.h >>> /usr/include/postgresql-13/server/access/htup.h >>> /usr/include/postgresql-13/server/access/tableam.h >>> /usr/include/postgresql-13/server/access/bufmask.h >>> /usr/include/postgresql-13/server/access/transam.h >>> /usr/include/postgresql-13/server/access/brin_revmap.h >>> /usr/include/postgresql-13/server/access/hash_xlog.h >>> /usr/include/postgresql-13/server/access/nbtree.h >>> /usr/include/postgresql-13/server/access/xlogutils.h >>> /usr/include/postgresql-13/server/access/toast_internals.h >>> /usr/include/postgresql-13/server/access/rmgrlist.h >>> /usr/include/postgresql-13/server/access/brin_tuple.h >>> /usr/include/postgresql-13/server/access/heapam_xlog.h >>> /usr/include/postgresql-13/server/access/hio.h >>> /usr/include/postgresql-13/server/access/xlogarchive.h >>> /usr/include/postgresql-13/server/access/xlog.h >>> /usr/include/postgresql-13/server/access/hash.h >>> /usr/include/postgresql-13/server/access/xlogreader.h >>> /usr/include/postgresql-13/server/access/tsmapi.h >>> /usr/include/postgresql-13/server/access/commit_ts.h >>> /usr/include/postgresql-13/server/access/gistxlog.h >>> /usr/include/postgresql-13/server/access/xlogrecord.h >>> /usr/include/postgresql-13/server/access/relation.h >>> /usr/include/postgresql-13/server/access/tupdesc.h >>> /usr/include/postgresql-13/server/access/ginblock.h >>> /usr/include/postgresql-13/server/access/attnum.h >>> /usr/include/postgresql-13/server/access/heapam.h >>> /usr/include/postgresql-13/server/access/genam.h >>> /usr/include/postgresql-13/server/access/table.h >>> /usr/include/postgresql-13/server/portability/instr_time.h >>> /usr/include/postgresql-13/server/portability/mem.h >>> /usr/include/postgresql-13/server/tcop/cmdtag.h >>> /usr/include/postgresql-13/server/tcop/fastpath.h >>> /usr/include/postgresql-13/server/tcop/deparse_utility.h >>> /usr/include/postgresql-13/server/tcop/pquery.h >>> /usr/include/postgresql-13/server/tcop/utility.h >>> /usr/include/postgresql-13/server/tcop/tcopprot.h >>> /usr/include/postgresql-13/server/tcop/cmdtaglist.h >>> /usr/include/postgresql-13/server/tcop/dest.h >>> /usr/include/postgresql-13/server/commands/createas.h >>> /usr/include/postgresql-13/server/commands/typecmds.h >>> /usr/include/postgresql-13/server/commands/tablecmds.h >>> /usr/include/postgresql-13/server/commands/discard.h >>> /usr/include/postgresql-13/server/commands/dbcommands.h >>> /usr/include/postgresql-13/server/commands/vacuum.h >>> /usr/include/postgresql-13/server/commands/lockcmds.h >>> /usr/include/postgresql-13/server/commands/collationcmds.h >>> /usr/include/postgresql-13/server/commands/alter.h >>> /usr/include/postgresql-13/server/commands/view.h >>> /usr/include/postgresql-13/server/commands/seclabel.h >>> /usr/include/postgresql-13/server/commands/matview.h >>> /usr/include/postgresql-13/server/commands/portalcmds.h >>> /usr/include/postgresql-13/server/commands/prepare.h >>> /usr/include/postgresql-13/server/commands/user.h >>> /usr/include/postgresql-13/server/commands/subscriptioncmds.h >>> /usr/include/postgresql-13/server/commands/sequence.h >>> /usr/include/postgresql-13/server/commands/explain.h >>> /usr/include/postgresql-13/server/commands/defrem.h >>> /usr/include/postgresql-13/server/commands/policy.h >>> /usr/include/postgresql-13/server/commands/copy.h >>> /usr/include/postgresql-13/server/commands/proclang.h >>> /usr/include/postgresql-13/server/commands/dbcommands_xlog.h >>> /usr/include/postgresql-13/server/commands/publicationcmds.h >>> /usr/include/postgresql-13/server/commands/cluster.h >>> /usr/include/postgresql-13/server/commands/trigger.h >>> /usr/include/postgresql-13/server/commands/event_trigger.h >>> /usr/include/postgresql-13/server/commands/comment.h >>> /usr/include/postgresql-13/server/commands/extension.h >>> /usr/include/postgresql-13/server/commands/variable.h >>> /usr/include/postgresql-13/server/commands/tablespace.h >>> /usr/include/postgresql-13/server/commands/schemacmds.h >>> /usr/include/postgresql-13/server/commands/conversioncmds.h >>> /usr/include/postgresql-13/server/commands/progress.h >>> /usr/include/postgresql-13/server/commands/async.h >>> /usr/include/postgresql-13/server/rewrite/prs2lock.h >>> /usr/include/postgresql-13/server/rewrite/rewriteRemove.h >>> /usr/include/postgresql-13/server/rewrite/rowsecurity.h >>> /usr/include/postgresql-13/server/rewrite/rewriteManip.h >>> /usr/include/postgresql-13/server/rewrite/rewriteSupport.h >>> /usr/include/postgresql-13/server/rewrite/rewriteDefine.h >>> /usr/include/postgresql-13/server/rewrite/rewriteHandler.h >>> /usr/include/postgresql-13/server/libpq/libpq.h >>> /usr/include/postgresql-13/server/libpq/pqsignal.h >>> /usr/include/postgresql-13/server/libpq/ifaddr.h >>> /usr/include/postgresql-13/server/libpq/auth.h >>> /usr/include/postgresql-13/server/libpq/be-fsstubs.h >>> /usr/include/postgresql-13/server/libpq/crypt.h >>> /usr/include/postgresql-13/server/libpq/be-gssapi-common.h >>> /usr/include/postgresql-13/server/libpq/libpq-be.h >>> /usr/include/postgresql-13/server/libpq/pqmq.h >>> /usr/include/postgresql-13/server/libpq/scram.h >>> /usr/include/postgresql-13/server/libpq/libpq-fs.h >>> /usr/include/postgresql-13/server/libpq/pqformat.h >>> /usr/include/postgresql-13/server/libpq/hba.h >>> /usr/include/postgresql-13/server/libpq/pqcomm.h >>> /usr/include/postgresql-13/server/bootstrap/bootstrap.h >>> /usr/include/postgresql-13/server/fe_utils/psqlscan.h >>> /usr/include/postgresql-13/server/fe_utils/cancel.h >>> /usr/include/postgresql-13/server/fe_utils/mbprint.h >>> /usr/include/postgresql-13/server/fe_utils/string_utils.h >>> /usr/include/postgresql-13/server/fe_utils/print.h >>> /usr/include/postgresql-13/server/fe_utils/recovery_gen.h >>> /usr/include/postgresql-13/server/fe_utils/simple_list.h >>> /usr/include/postgresql-13/server/fe_utils/conditional.h >>> /usr/include/postgresql-13/server/fe_utils/archive.h >>> /usr/include/postgresql-13/server/fe_utils/psqlscan_int.h >>> /usr/include/postgresql-13/server/optimizer/optimizer.h >>> /usr/include/postgresql-13/server/optimizer/geqo_copy.h >>> /usr/include/postgresql-13/server/optimizer/tlist.h >>> /usr/include/postgresql-13/server/optimizer/cost.h >>> /usr/include/postgresql-13/server/optimizer/planner.h >>> /usr/include/postgresql-13/server/optimizer/inherit.h >>> /usr/include/postgresql-13/server/optimizer/geqo_random.h >>> /usr/include/postgresql-13/server/optimizer/geqo_selection.h >>> /usr/include/postgresql-13/server/optimizer/appendinfo.h >>> /usr/include/postgresql-13/server/optimizer/clauses.h >>> /usr/include/postgresql-13/server/optimizer/planmain.h >>> /usr/include/postgresql-13/server/optimizer/pathnode.h >>> /usr/include/postgresql-13/server/optimizer/joininfo.h >>> /usr/include/postgresql-13/server/optimizer/geqo_gene.h >>> /usr/include/postgresql-13/server/optimizer/paths.h >>> /usr/include/postgresql-13/server/optimizer/geqo_mutation.h >>> /usr/include/postgresql-13/server/optimizer/geqo_misc.h >>> /usr/include/postgresql-13/server/optimizer/geqo.h >>> /usr/include/postgresql-13/server/optimizer/placeholder.h >>> /usr/include/postgresql-13/server/optimizer/geqo_pool.h >>> /usr/include/postgresql-13/server/optimizer/restrictinfo.h >>> /usr/include/postgresql-13/server/optimizer/orclauses.h >>> /usr/include/postgresql-13/server/optimizer/plancat.h >>> /usr/include/postgresql-13/server/optimizer/prep.h >>> /usr/include/postgresql-13/server/optimizer/paramassign.h >>> /usr/include/postgresql-13/server/optimizer/subselect.h >>> /usr/include/postgresql-13/server/optimizer/geqo_recombination.h >>> /usr/include/postgresql-13/server/jit/llvmjit_emit.h >>> /usr/include/postgresql-13/server/jit/llvmjit.h >>> /usr/include/postgresql-13/server/jit/jit.h >>> /usr/include/postgresql-13/server/nodes/value.h >>> /usr/include/postgresql-13/server/nodes/execnodes.h >>> /usr/include/postgresql-13/server/nodes/lockoptions.h >>> /usr/include/postgresql-13/server/nodes/extensible.h >>> /usr/include/postgresql-13/server/nodes/nodeFuncs.h >>> /usr/include/postgresql-13/server/nodes/primnodes.h >>> /usr/include/postgresql-13/server/nodes/plannodes.h >>> /usr/include/postgresql-13/server/nodes/makefuncs.h >>> /usr/include/postgresql-13/server/nodes/supportnodes.h >>> /usr/include/postgresql-13/server/nodes/print.h >>> /usr/include/postgresql-13/server/nodes/pathnodes.h >>> /usr/include/postgresql-13/server/nodes/tidbitmap.h >>> /usr/include/postgresql-13/server/nodes/nodes.h >>> /usr/include/postgresql-13/server/nodes/pg_list.h >>> /usr/include/postgresql-13/server/nodes/parsenodes.h >>> /usr/include/postgresql-13/server/nodes/params.h >>> /usr/include/postgresql-13/server/nodes/bitmapset.h >>> /usr/include/postgresql-13/server/nodes/replnodes.h >>> /usr/include/postgresql-13/server/nodes/readfuncs.h >>> /usr/include/postgresql-13/server/nodes/memnodes.h >>> /usr/include/postgresql-13/server/partitioning/partdefs.h >>> /usr/include/postgresql-13/server/partitioning/partbounds.h >>> /usr/include/postgresql-13/server/partitioning/partprune.h >>> /usr/include/postgresql-13/server/partitioning/partdesc.h >>> /usr/include/postgresql-13/server/parser/parse_agg.h >>> /usr/include/postgresql-13/server/parser/parse_relation.h >>> /usr/include/postgresql-13/server/parser/parse_param.h >>> /usr/include/postgresql-13/server/parser/parse_func.h >>> /usr/include/postgresql-13/server/parser/parse_type.h >>> /usr/include/postgresql-13/server/parser/parse_target.h >>> /usr/include/postgresql-13/server/parser/parse_node.h >>> /usr/include/postgresql-13/server/parser/kwlist.h >>> /usr/include/postgresql-13/server/parser/scanner.h >>> /usr/include/postgresql-13/server/parser/gramparse.h >>> /usr/include/postgresql-13/server/parser/gram.h >>> /usr/include/postgresql-13/server/parser/parse_oper.h >>> /usr/include/postgresql-13/server/parser/parse_cte.h >>> /usr/include/postgresql-13/server/parser/parse_expr.h >>> /usr/include/postgresql-13/server/parser/parser.h >>> /usr/include/postgresql-13/server/parser/parse_coerce.h >>> /usr/include/postgresql-13/server/parser/parse_utilcmd.h >>> /usr/include/postgresql-13/server/parser/parse_collate.h >>> /usr/include/postgresql-13/server/parser/parse_enr.h >>> /usr/include/postgresql-13/server/parser/parse_clause.h >>> /usr/include/postgresql-13/server/parser/analyze.h >>> /usr/include/postgresql-13/server/parser/parsetree.h >>> /usr/include/postgresql-13/server/parser/scansup.h >>> /usr/include/postgresql-13/server/tsearch/ts_cache.h >>> /usr/include/postgresql-13/server/tsearch/ts_public.h >>> /usr/include/postgresql-13/server/tsearch/ts_utils.h >>> /usr/include/postgresql-13/server/tsearch/ts_type.h >>> /usr/include/postgresql-13/server/tsearch/ts_locale.h >>> /usr/include/postgresql-13/server/executor/nodeMaterial.h >>> /usr/include/postgresql-13/server/executor/nodeTidscan.h >>> /usr/include/postgresql-13/server/executor/nodeValuesscan.h >>> /usr/include/postgresql-13/server/executor/nodeGroup.h >>> /usr/include/postgresql-13/server/executor/executor.h >>> /usr/include/postgresql-13/server/executor/nodeMergeAppend.h >>> /usr/include/postgresql-13/server/executor/execdebug.h >>> /usr/include/postgresql-13/server/executor/tstoreReceiver.h >>> /usr/include/postgresql-13/server/executor/nodeNestloop.h >>> /usr/include/postgresql-13/server/executor/nodeAgg.h >>> /usr/include/postgresql-13/server/executor/nodeBitmapIndexscan.h >>> /usr/include/postgresql-13/server/executor/nodeTableFuncscan.h >>> /usr/include/postgresql-13/server/executor/execExpr.h >>> /usr/include/postgresql-13/server/executor/nodeCustom.h >>> /usr/include/postgresql-13/server/executor/execParallel.h >>> /usr/include/postgresql-13/server/executor/nodeUnique.h >>> /usr/include/postgresql-13/server/executor/nodeHashjoin.h >>> /usr/include/postgresql-13/server/executor/nodeSamplescan.h >>> /usr/include/postgresql-13/server/executor/nodeLimit.h >>> /usr/include/postgresql-13/server/executor/nodeForeignscan.h >>> /usr/include/postgresql-13/server/executor/nodeIndexonlyscan.h >>> /usr/include/postgresql-13/server/executor/functions.h >>> /usr/include/postgresql-13/server/executor/spi.h >>> /usr/include/postgresql-13/server/executor/spi_priv.h >>> /usr/include/postgresql-13/server/executor/nodeGatherMerge.h >>> /usr/include/postgresql-13/server/executor/tuptable.h >>> /usr/include/postgresql-13/server/executor/nodeProjectSet.h >>> /usr/include/postgresql-13/server/executor/nodeRecursiveunion.h >>> /usr/include/postgresql-13/server/executor/nodeSubplan.h >>> /usr/include/postgresql-13/server/executor/instrument.h >>> /usr/include/postgresql-13/server/executor/nodeIndexscan.h >>> /usr/include/postgresql-13/server/executor/nodeBitmapHeapscan.h >>> /usr/include/postgresql-13/server/executor/nodeSeqscan.h >>> /usr/include/postgresql-13/server/executor/nodeWorktablescan.h >>> /usr/include/postgresql-13/server/executor/nodeModifyTable.h >>> /usr/include/postgresql-13/server/executor/nodeWindowAgg.h >>> /usr/include/postgresql-13/server/executor/nodeHash.h >>> /usr/include/postgresql-13/server/executor/tqueue.h >>> /usr/include/postgresql-13/server/executor/nodeIncrementalSort.h >>> /usr/include/postgresql-13/server/executor/execdesc.h >>> /usr/include/postgresql-13/server/executor/execPartition.h >>> /usr/include/postgresql-13/server/executor/nodeBitmapAnd.h >>> /usr/include/postgresql-13/server/executor/nodeSetOp.h >>> /usr/include/postgresql-13/server/executor/nodeCtescan.h >>> /usr/include/postgresql-13/server/executor/nodeMergejoin.h >>> /usr/include/postgresql-13/server/executor/nodeFunctionscan.h >>> /usr/include/postgresql-13/server/executor/nodeSort.h >>> /usr/include/postgresql-13/server/executor/nodeBitmapOr.h >>> /usr/include/postgresql-13/server/executor/nodeLockRows.h >>> /usr/include/postgresql-13/server/executor/nodeAppend.h >>> /usr/include/postgresql-13/server/executor/nodeSubqueryscan.h >>> /usr/include/postgresql-13/server/executor/nodeResult.h >>> /usr/include/postgresql-13/server/executor/nodeNamedtuplestorescan.h >>> /usr/include/postgresql-13/server/executor/nodeGather.h >>> /usr/include/postgresql-13/server/executor/tablefunc.h >>> /usr/include/postgresql-13/server/executor/hashjoin.h >>> /usr/include/postgresql-13/server/replication/output_plugin.h >>> /usr/include/postgresql-13/server/replication/walsender_private.h >>> /usr/include/postgresql-13/server/replication/worker_internal.h >>> /usr/include/postgresql-13/server/replication/syncrep.h >>> /usr/include/postgresql-13/server/replication/reorderbuffer.h >>> /usr/include/postgresql-13/server/replication/logicalworker.h >>> /usr/include/postgresql-13/server/replication/decode.h >>> /usr/include/postgresql-13/server/replication/walsender.h >>> /usr/include/postgresql-13/server/replication/origin.h >>> /usr/include/postgresql-13/server/replication/logicalrelation.h >>> /usr/include/postgresql-13/server/replication/snapbuild.h >>> /usr/include/postgresql-13/server/replication/walreceiver.h >>> /usr/include/postgresql-13/server/replication/backup_manifest.h >>> /usr/include/postgresql-13/server/replication/slot.h >>> /usr/include/postgresql-13/server/replication/logicalproto.h >>> /usr/include/postgresql-13/server/replication/basebackup.h >>> /usr/include/postgresql-13/server/replication/logical.h >>> /usr/include/postgresql-13/server/replication/pgoutput.h >>> /usr/include/postgresql-13/server/replication/message.h >>> /usr/include/postgresql-13/server/replication/logicallauncher.h >>> /usr/include/postgresql-13/server/foreign/foreign.h >>> /usr/include/postgresql-13/server/foreign/fdwapi.h >>> /usr/include/postgresql-13/server/utils/errcodes.h >>> /usr/include/postgresql-13/server/utils/memutils.h >>> /usr/include/postgresql-13/server/utils/snapmgr.h >>> /usr/include/postgresql-13/server/utils/fmgroids.h >>> /usr/include/postgresql-13/server/utils/xid8.h >>> /usr/include/postgresql-13/server/utils/timeout.h >>> /usr/include/postgresql-13/server/utils/fmgrprotos.h >>> /usr/include/postgresql-13/server/utils/sortsupport.h >>> /usr/include/postgresql-13/server/utils/relmapper.h >>> /usr/include/postgresql-13/server/utils/date.h >>> /usr/include/postgresql-13/server/utils/resowner.h >>> /usr/include/postgresql-13/server/utils/relcache.h >>> /usr/include/postgresql-13/server/utils/memdebug.h >>> /usr/include/postgresql-13/server/utils/pg_lsn.h >>> /usr/include/postgresql-13/server/utils/snapshot.h >>> /usr/include/postgresql-13/server/utils/catcache.h >>> /usr/include/postgresql-13/server/utils/regproc.h >>> /usr/include/postgresql-13/server/utils/inet.h >>> /usr/include/postgresql-13/server/utils/probes.h >>> /usr/include/postgresql-13/server/utils/dynahash.h >>> /usr/include/postgresql-13/server/utils/tzparser.h >>> /usr/include/postgresql-13/server/utils/timestamp.h >>> /usr/include/postgresql-13/server/utils/attoptcache.h >>> /usr/include/postgresql-13/server/utils/pidfile.h >>> /usr/include/postgresql-13/server/utils/typcache.h >>> /usr/include/postgresql-13/server/utils/selfuncs.h >>> /usr/include/postgresql-13/server/utils/expandedrecord.h >>> /usr/include/postgresql-13/server/utils/guc_tables.h >>> /usr/include/postgresql-13/server/utils/help_config.h >>> /usr/include/postgresql-13/server/utils/palloc.h >>> /usr/include/postgresql-13/server/utils/logtape.h >>> /usr/include/postgresql-13/server/utils/datum.h >>> /usr/include/postgresql-13/server/utils/sampling.h >>> /usr/include/postgresql-13/server/utils/relfilenodemap.h >>> /usr/include/postgresql-13/server/utils/numeric.h >>> /usr/include/postgresql-13/server/utils/rangetypes.h >>> /usr/include/postgresql-13/server/utils/varbit.h >>> /usr/include/postgresql-13/server/utils/resowner_private.h >>> /usr/include/postgresql-13/server/utils/json.h >>> /usr/include/postgresql-13/server/utils/lsyscache.h >>> /usr/include/postgresql-13/server/utils/int8.h >>> /usr/include/postgresql-13/server/utils/ps_status.h >>> /usr/include/postgresql-13/server/utils/formatting.h >>> /usr/include/postgresql-13/server/utils/fmgrtab.h >>> /usr/include/postgresql-13/server/utils/plancache.h >>> /usr/include/postgresql-13/server/utils/relptr.h >>> /usr/include/postgresql-13/server/utils/builtins.h >>> /usr/include/postgresql-13/server/utils/array.h >>> /usr/include/postgresql-13/server/utils/tuplesort.h >>> /usr/include/postgresql-13/server/utils/pg_locale.h >>> /usr/include/postgresql-13/server/utils/inval.h >>> /usr/include/postgresql-13/server/utils/pg_crc.h >>> /usr/include/postgresql-13/server/utils/uuid.h >>> /usr/include/postgresql-13/server/utils/jsonfuncs.h >>> /usr/include/postgresql-13/server/utils/acl.h >>> /usr/include/postgresql-13/server/utils/bytea.h >>> /usr/include/postgresql-13/server/utils/portal.h >>> /usr/include/postgresql-13/server/utils/elog.h >>> /usr/include/postgresql-13/server/utils/varlena.h >>> /usr/include/postgresql-13/server/utils/queryenvironment.h >>> /usr/include/postgresql-13/server/utils/rel.h >>> /usr/include/postgresql-13/server/utils/arrayaccess.h >>> /usr/include/postgresql-13/server/utils/datetime.h >>> /usr/include/postgresql-13/server/utils/tuplestore.h >>> /usr/include/postgresql-13/server/utils/freepage.h >>> /usr/include/postgresql-13/server/utils/partcache.h >>> /usr/include/postgresql-13/server/utils/sharedtuplestore.h >>> /usr/include/postgresql-13/server/utils/syscache.h >>> /usr/include/postgresql-13/server/utils/ascii.h >>> /usr/include/postgresql-13/server/utils/aclchk_internal.h >>> /usr/include/postgresql-13/server/utils/jsonpath.h >>> /usr/include/postgresql-13/server/utils/index_selfuncs.h >>> /usr/include/postgresql-13/server/utils/hsearch.h >>> /usr/include/postgresql-13/server/utils/ruleutils.h >>> /usr/include/postgresql-13/server/utils/geo_decls.h >>> /usr/include/postgresql-13/server/utils/float.h >>> /usr/include/postgresql-13/server/utils/jsonb.h >>> /usr/include/postgresql-13/server/utils/combocid.h >>> /usr/include/postgresql-13/server/utils/evtcache.h >>> /usr/include/postgresql-13/server/utils/reltrigger.h >>> /usr/include/postgresql-13/server/utils/cash.h >>> /usr/include/postgresql-13/server/utils/pg_rusage.h >>> /usr/include/postgresql-13/server/utils/guc.h >>> /usr/include/postgresql-13/server/utils/xml.h >>> /usr/include/postgresql-13/server/utils/rls.h >>> /usr/include/postgresql-13/server/utils/spccache.h >>> /usr/include/postgresql-13/server/utils/dsa.h >>> /usr/include/postgresql-13/server/utils/expandeddatum.h >>> /usr/include/postgresql-13/server/storage/sinval.h >>> /usr/include/postgresql-13/server/storage/off.h >>> /usr/include/postgresql-13/server/storage/smgr.h >>> /usr/include/postgresql-13/server/storage/lockdefs.h >>> /usr/include/postgresql-13/server/storage/relfilenode.h >>> /usr/include/postgresql-13/server/storage/buf.h >>> /usr/include/postgresql-13/server/storage/indexfsm.h >>> /usr/include/postgresql-13/server/storage/pg_shmem.h >>> /usr/include/postgresql-13/server/storage/checksum.h >>> /usr/include/postgresql-13/server/storage/bufpage.h >>> /usr/include/postgresql-13/server/storage/backendid.h >>> /usr/include/postgresql-13/server/storage/fsm_internals.h >>> /usr/include/postgresql-13/server/storage/copydir.h >>> /usr/include/postgresql-13/server/storage/sinvaladt.h >>> /usr/include/postgresql-13/server/storage/sharedfileset.h >>> /usr/include/postgresql-13/server/storage/sync.h >>> /usr/include/postgresql-13/server/storage/lmgr.h >>> /usr/include/postgresql-13/server/storage/proclist_types.h >>> /usr/include/postgresql-13/server/storage/proc.h >>> /usr/include/postgresql-13/server/storage/buf_internals.h >>> /usr/include/postgresql-13/server/storage/pmsignal.h >>> /usr/include/postgresql-13/server/storage/large_object.h >>> /usr/include/postgresql-13/server/storage/item.h >>> /usr/include/postgresql-13/server/storage/block.h >>> /usr/include/postgresql-13/server/storage/dsm_impl.h >>> /usr/include/postgresql-13/server/storage/md.h >>> /usr/include/postgresql-13/server/storage/spin.h >>> /usr/include/postgresql-13/server/storage/lock.h >>> /usr/include/postgresql-13/server/storage/dsm.h >>> /usr/include/postgresql-13/server/storage/standbydefs.h >>> /usr/include/postgresql-13/server/storage/fd.h >>> /usr/include/postgresql-13/server/storage/bufmgr.h >>> /usr/include/postgresql-13/server/storage/condition_variable.h >>> /usr/include/postgresql-13/server/storage/pg_sema.h >>> /usr/include/postgresql-13/server/storage/freespace.h >>> /usr/include/postgresql-13/server/storage/predicate.h >>> /usr/include/postgresql-13/server/storage/buffile.h >>> /usr/include/postgresql-13/server/storage/procarray.h >>> /usr/include/postgresql-13/server/storage/standby.h >>> /usr/include/postgresql-13/server/storage/predicate_internals.h >>> /usr/include/postgresql-13/server/storage/shmem.h >>> /usr/include/postgresql-13/server/storage/proclist.h >>> /usr/include/postgresql-13/server/storage/barrier.h >>> /usr/include/postgresql-13/server/storage/checksum_impl.h >>> /usr/include/postgresql-13/server/storage/latch.h >>> /usr/include/postgresql-13/server/storage/shm_mq.h >>> /usr/include/postgresql-13/server/storage/itemptr.h >>> /usr/include/postgresql-13/server/storage/lwlock.h >>> /usr/include/postgresql-13/server/storage/reinit.h >>> /usr/include/postgresql-13/server/storage/itemid.h >>> /usr/include/postgresql-13/server/storage/shm_toc.h >>> /usr/include/postgresql-13/server/storage/ipc.h >>> /usr/include/postgresql-13/server/storage/lwlocknames.h >>> /usr/include/postgresql-13/server/storage/procsignal.h >>> /usr/include/postgresql-13/server/storage/s_lock.h >>> /usr/include/postgresql-13/server/datatype/timestamp.h >>> /usr/include/postgresql-13/server/postmaster/bgworker_internals.h >>> /usr/include/postgresql-13/server/postmaster/walwriter.h >>> /usr/include/postgresql-13/server/postmaster/fork_process.h >>> /usr/include/postgresql-13/server/postmaster/startup.h >>> /usr/include/postgresql-13/server/postmaster/syslogger.h >>> /usr/include/postgresql-13/server/postmaster/postmaster.h >>> /usr/include/postgresql-13/server/postmaster/autovacuum.h >>> /usr/include/postgresql-13/server/postmaster/interrupt.h >>> /usr/include/postgresql-13/server/postmaster/pgarch.h >>> /usr/include/postgresql-13/server/postmaster/bgwriter.h >>> /usr/include/postgresql-13/server/postmaster/bgworker.h >>> /usr/include/postgresql-13/server/snowball/header.h >>> /usr/share/postgresql-13/man/man3/dblink_error_message.3 >>> /usr/share/postgresql-13/man/man3/SPI_scroll_cursor_move.3 >>> /usr/share/postgresql-13/man/man3/SPI_finish.3 >>> /usr/share/postgresql-13/man/man3/SPI_freeplan.3 >>> /usr/share/postgresql-13/man/man3/dblink_build_sql_delete.3 >>> /usr/share/postgresql-13/man/man3/SPI_commit.3 >>> /usr/share/postgresql-13/man/man3/SPI_execute_with_args.3 >>> /usr/share/postgresql-13/man/man3/dblink_cancel_query.3 >>> /usr/share/postgresql-13/man/man3/SPI_getvalue.3 >>> /usr/share/postgresql-13/man/man3/SPI_unregister_relation.3 >>> /usr/share/postgresql-13/man/man3/dblink_get_connections.3 >>> /usr/share/postgresql-13/man/man3/dblink_disconnect.3 >>> /usr/share/postgresql-13/man/man3/dblink_open.3 >>> /usr/share/postgresql-13/man/man3/SPI_execp.3 >>> /usr/share/postgresql-13/man/man3/SPI_scroll_cursor_fetch.3 >>> /usr/share/postgresql-13/man/man3/dblink.3 >>> /usr/share/postgresql-13/man/man3/SPI_returntuple.3 >>> /usr/share/postgresql-13/man/man3/SPI_fnumber.3 >>> /usr/share/postgresql-13/man/man3/SPI_exec.3 >>> /usr/share/postgresql-13/man/man3/dblink_connect.3 >>> /usr/share/postgresql-13/man/man3/SPI_cursor_open.3 >>> /usr/share/postgresql-13/man/man3/SPI_gettype.3 >>> /usr/share/postgresql-13/man/man3/SPI_prepare_params.3 >>> /usr/share/postgresql-13/man/man3/SPI_cursor_move.3 >>> /usr/share/postgresql-13/man/man3/dblink_get_notify.3 >>> /usr/share/postgresql-13/man/man3/dblink_connect_u.3 >>> /usr/share/postgresql-13/man/man3/SPI_getargcount.3 >>> /usr/share/postgresql-13/man/man3/dblink_build_sql_update.3 >>> /usr/share/postgresql-13/man/man3/SPI_palloc.3 >>> /usr/share/postgresql-13/man/man3/SPI_rollback_and_chain.3 >>> /usr/share/postgresql-13/man/man3/SPI_cursor_open_with_paramlist.3 >>> /usr/share/postgresql-13/man/man3/dblink_get_pkey.3 >>> /usr/share/postgresql-13/man/man3/SPI_gettypeid.3 >>> /usr/share/postgresql-13/man/man3/SPI_getnspname.3 >>> /usr/share/postgresql-13/man/man3/SPI_cursor_find.3 >>> /usr/share/postgresql-13/man/man3/SPI_fname.3 >>> /usr/share/postgresql-13/man/man3/dblink_fetch.3 >>> /usr/share/postgresql-13/man/man3/SPI_start_transaction.3 >>> /usr/share/postgresql-13/man/man3/SPI_repalloc.3 >>> /usr/share/postgresql-13/man/man3/SPI_result_code_string.3 >>> /usr/share/postgresql-13/man/man3/SPI_freetuple.3 >>> /usr/share/postgresql-13/man/man3/SPI_pfree.3 >>> /usr/share/postgresql-13/man/man3/SPI_connect_ext.3 >>> /usr/share/postgresql-13/man/man3/SPI_saveplan.3 >>> /usr/share/postgresql-13/man/man3/SPI_modifytuple.3 >>> /usr/share/postgresql-13/man/man3/SPI_execute_plan_with_paramlist.3 >>> /usr/share/postgresql-13/man/man3/dblink_is_busy.3 >>> /usr/share/postgresql-13/man/man3/SPI_prepare_cursor.3 >>> /usr/share/postgresql-13/man/man3/SPI_cursor_close.3 >>> /usr/share/postgresql-13/man/man3/SPI_copytuple.3 >>> /usr/share/postgresql-13/man/man3/SPI_commit_and_chain.3 >>> /usr/share/postgresql-13/man/man3/dblink_close.3 >>> /usr/share/postgresql-13/man/man3/SPI_is_cursor_plan.3 >>> /usr/share/postgresql-13/man/man3/SPI_prepare.3 >>> /usr/share/postgresql-13/man/man3/dblink_send_query.3 >>> /usr/share/postgresql-13/man/man3/SPI_execute_plan.3 >>> /usr/share/postgresql-13/man/man3/SPI_register_relation.3 >>> /usr/share/postgresql-13/man/man3/SPI_register_trigger_data.3 >>> /usr/share/postgresql-13/man/man3/SPI_getbinval.3 >>> /usr/share/postgresql-13/man/man3/dblink_exec.3 >>> /usr/share/postgresql-13/man/man3/dblink_build_sql_insert.3 >>> /usr/share/postgresql-13/man/man3/SPI_connect.3 >>> /usr/share/postgresql-13/man/man3/SPI_getargtypeid.3 >>> /usr/share/postgresql-13/man/man3/SPI_cursor_fetch.3 >>> /usr/share/postgresql-13/man/man3/SPI_getrelname.3 >>> /usr/share/postgresql-13/man/man3/SPI_keepplan.3 >>> /usr/share/postgresql-13/man/man3/dblink_get_result.3 >>> /usr/share/postgresql-13/man/man3/SPI_execute.3 >>> /usr/share/postgresql-13/man/man3/SPI_freetuptable.3 >>> /usr/share/postgresql-13/man/man3/SPI_cursor_open_with_args.3 >>> /usr/share/postgresql-13/man/man3/SPI_rollback.3 >>> /usr/share/postgresql-13/man/man1/vacuumlo.1 >>> /usr/share/postgresql-13/man/man1/pg_dumpall.1 >>> /usr/share/postgresql-13/man/man1/pg_checksums.1 >>> /usr/share/postgresql-13/man/man1/createuser.1 >>> /usr/share/postgresql-13/man/man1/createdb.1 >>> /usr/share/postgresql-13/man/man1/dropdb.1 >>> /usr/share/postgresql-13/man/man1/pg_basebackup.1 >>> /usr/share/postgresql-13/man/man1/pg_isready.1 >>> /usr/share/postgresql-13/man/man1/pgbench.1 >>> /usr/share/postgresql-13/man/man1/pg_dump.1 >>> /usr/share/postgresql-13/man/man1/pg_restore.1 >>> /usr/share/postgresql-13/man/man1/vacuumdb.1 >>> /usr/share/postgresql-13/man/man1/pg_receivewal.1 >>> /usr/share/postgresql-13/man/man1/pg_config.1 >>> /usr/share/postgresql-13/man/man1/ecpg.1 >>> /usr/share/postgresql-13/man/man1/psql.1 >>> /usr/share/postgresql-13/man/man1/clusterdb.1 >>> /usr/share/postgresql-13/man/man1/oid2name.1 >>> /usr/share/postgresql-13/man/man1/reindexdb.1 >>> /usr/share/postgresql-13/man/man1/dropuser.1 >>> /usr/share/postgresql-13/man/man1/pg_recvlogical.1 >>> /usr/share/postgresql-13/man/man1/pg_verifybackup.1 >>> /usr/share/postgresql-13/man/man7/LOCK.7 >>> /usr/share/postgresql-13/man/man7/ALTER_POLICY.7 >>> /usr/share/postgresql-13/man/man7/DROP_OPERATOR_FAMILY.7 >>> /usr/share/postgresql-13/man/man7/ALTER_FOREIGN_TABLE.7 >>> /usr/share/postgresql-13/man/man7/SELECT.7 >>> /usr/share/postgresql-13/man/man7/VALUES.7 >>> /usr/share/postgresql-13/man/man7/ANALYZE.7 >>> /usr/share/postgresql-13/man/man7/SELECT_INTO.7 >>> /usr/share/postgresql-13/man/man7/ALTER_INDEX.7 >>> /usr/share/postgresql-13/man/man7/CREATE_GROUP.7 >>> /usr/share/postgresql-13/man/man7/CREATE_TEXT_SEARCH_TEMPLATE.7 >>> /usr/share/postgresql-13/man/man7/ALTER_DEFAULT_PRIVILEGES.7 >>> /usr/share/postgresql-13/man/man7/DROP_TABLE.7 >>> /usr/share/postgresql-13/man/man7/CREATE_EXTENSION.7 >>> /usr/share/postgresql-13/man/man7/DROP_LANGUAGE.7 >>> /usr/share/postgresql-13/man/man7/DROP_DOMAIN.7 >>> /usr/share/postgresql-13/man/man7/ALTER_SEQUENCE.7 >>> /usr/share/postgresql-13/man/man7/CREATE_TEXT_SEARCH_DICTIONARY.7 >>> /usr/share/postgresql-13/man/man7/ROLLBACK.7 >>> /usr/share/postgresql-13/man/man7/DROP_GROUP.7 >>> /usr/share/postgresql-13/man/man7/ALTER_EXTENSION.7 >>> /usr/share/postgresql-13/man/man7/DROP_USER_MAPPING.7 >>> /usr/share/postgresql-13/man/man7/CREATE_FUNCTION.7 >>> /usr/share/postgresql-13/man/man7/DROP_TEXT_SEARCH_CONFIGURATION.7 >>> /usr/share/postgresql-13/man/man7/GRANT.7 >>> /usr/share/postgresql-13/man/man7/CREATE_EVENT_TRIGGER.7 >>> /usr/share/postgresql-13/man/man7/CLOSE.7 >>> /usr/share/postgresql-13/man/man7/CREATE_SEQUENCE.7 >>> /usr/share/postgresql-13/man/man7/CREATE_OPERATOR_CLASS.7 >>> /usr/share/postgresql-13/man/man7/CREATE_INDEX.7 >>> /usr/share/postgresql-13/man/man7/BEGIN.7 >>> /usr/share/postgresql-13/man/man7/CREATE_PUBLICATION.7 >>> /usr/share/postgresql-13/man/man7/ALTER_GROUP.7 >>> /usr/share/postgresql-13/man/man7/VACUUM.7 >>> /usr/share/postgresql-13/man/man7/CREATE_POLICY.7 >>> /usr/share/postgresql-13/man/man7/ALTER_TEXT_SEARCH_CONFIGURATION.7 >>> /usr/share/postgresql-13/man/man7/REVOKE.7 >>> /usr/share/postgresql-13/man/man7/FETCH.7 >>> /usr/share/postgresql-13/man/man7/CREATE_DATABASE.7 >>> /usr/share/postgresql-13/man/man7/DROP_COLLATION.7 >>> /usr/share/postgresql-13/man/man7/ALTER_USER_MAPPING.7 >>> /usr/share/postgresql-13/man/man7/WITH.7 >>> /usr/share/postgresql-13/man/man7/DROP_INDEX.7 >>> /usr/share/postgresql-13/man/man7/ALTER_LANGUAGE.7 >>> /usr/share/postgresql-13/man/man7/DROP_VIEW.7 >>> /usr/share/postgresql-13/man/man7/DROP_MATERIALIZED_VIEW.7 >>> /usr/share/postgresql-13/man/man7/INSERT.7 >>> /usr/share/postgresql-13/man/man7/CREATE_LANGUAGE.7 >>> /usr/share/postgresql-13/man/man7/END.7 >>> /usr/share/postgresql-13/man/man7/DO.7 >>> /usr/share/postgresql-13/man/man7/TABLE.7 >>> /usr/share/postgresql-13/man/man7/CREATE_CAST.7 >>> /usr/share/postgresql-13/man/man7/ABORT.7 >>> /usr/share/postgresql-13/man/man7/DROP_TRANSFORM.7 >>> /usr/share/postgresql-13/man/man7/DROP_SCHEMA.7 >>> /usr/share/postgresql-13/man/man7/DROP_FUNCTION.7 >>> /usr/share/postgresql-13/man/man7/CREATE_VIEW.7 >>> /usr/share/postgresql-13/man/man7/CHECKPOINT.7 >>> /usr/share/postgresql-13/man/man7/REASSIGN_OWNED.7 >>> /usr/share/postgresql-13/man/man7/DROP_OWNED.7 >>> /usr/share/postgresql-13/man/man7/CLUSTER.7 >>> /usr/share/postgresql-13/man/man7/PREPARE.7 >>> /usr/share/postgresql-13/man/man7/ALTER_DATABASE.7 >>> /usr/share/postgresql-13/man/man7/COPY.7 >>> /usr/share/postgresql-13/man/man7/ALTER_ROUTINE.7 >>> /usr/share/postgresql-13/man/man7/ALTER_OPERATOR_CLASS.7 >>> /usr/share/postgresql-13/man/man7/SET_TRANSACTION.7 >>> /usr/share/postgresql-13/man/man7/ALTER_DOMAIN.7 >>> /usr/share/postgresql-13/man/man7/ALTER_FOREIGN_DATA_WRAPPER.7 >>> /usr/share/postgresql-13/man/man7/CREATE_OPERATOR_FAMILY.7 >>> /usr/share/postgresql-13/man/man7/CREATE_ACCESS_METHOD.7 >>> /usr/share/postgresql-13/man/man7/ALTER_TRIGGER.7 >>> /usr/share/postgresql-13/man/man7/DROP_EVENT_TRIGGER.7 >>> /usr/share/postgresql-13/man/man7/CREATE_TRANSFORM.7 >>> /usr/share/postgresql-13/man/man7/DROP_TEXT_SEARCH_DICTIONARY.7 >>> /usr/share/postgresql-13/man/man7/DROP_OPERATOR.7 >>> /usr/share/postgresql-13/man/man7/ALTER_STATISTICS.7 >>> /usr/share/postgresql-13/man/man7/ALTER_ROLE.7 >>> /usr/share/postgresql-13/man/man7/DROP_CAST.7 >>> /usr/share/postgresql-13/man/man7/UNLISTEN.7 >>> /usr/share/postgresql-13/man/man7/DROP_DATABASE.7 >>> /usr/share/postgresql-13/man/man7/CREATE_TEXT_SEARCH_PARSER.7 >>> /usr/share/postgresql-13/man/man7/ALTER_COLLATION.7 >>> /usr/share/postgresql-13/man/man7/ALTER_OPERATOR.7 >>> /usr/share/postgresql-13/man/man7/ALTER_PROCEDURE.7 >>> /usr/share/postgresql-13/man/man7/ALTER_SCHEMA.7 >>> /usr/share/postgresql-13/man/man7/DROP_PUBLICATION.7 >>> /usr/share/postgresql-13/man/man7/CREATE_TYPE.7 >>> /usr/share/postgresql-13/man/man7/CREATE_SERVER.7 >>> /usr/share/postgresql-13/man/man7/IMPORT_FOREIGN_SCHEMA.7 >>> /usr/share/postgresql-13/man/man7/START_TRANSACTION.7 >>> /usr/share/postgresql-13/man/man7/SECURITY_LABEL.7 >>> /usr/share/postgresql-13/man/man7/DROP_RULE.7 >>> /usr/share/postgresql-13/man/man7/DROP_AGGREGATE.7 >>> /usr/share/postgresql-13/man/man7/DROP_FOREIGN_TABLE.7 >>> /usr/share/postgresql-13/man/man7/CREATE_TEXT_SEARCH_CONFIGURATION.7 >>> /usr/share/postgresql-13/man/man7/ALTER_RULE.7 >>> /usr/share/postgresql-13/man/man7/CREATE_TRIGGER.7 >>> /usr/share/postgresql-13/man/man7/ROLLBACK_TO_SAVEPOINT.7 >>> /usr/share/postgresql-13/man/man7/COMMENT.7 >>> /usr/share/postgresql-13/man/man7/NOTIFY.7 >>> /usr/share/postgresql-13/man/man7/EXPLAIN.7 >>> /usr/share/postgresql-13/man/man7/LOAD.7 >>> /usr/share/postgresql-13/man/man7/ALTER_EVENT_TRIGGER.7 >>> /usr/share/postgresql-13/man/man7/DROP_FOREIGN_DATA_WRAPPER.7 >>> /usr/share/postgresql-13/man/man7/DROP_SERVER.7 >>> /usr/share/postgresql-13/man/man7/DROP_PROCEDURE.7 >>> /usr/share/postgresql-13/man/man7/SAVEPOINT.7 >>> /usr/share/postgresql-13/man/man7/ALTER_TEXT_SEARCH_PARSER.7 >>> /usr/share/postgresql-13/man/man7/UPDATE.7 >>> /usr/share/postgresql-13/man/man7/ALTER_TABLE.7 >>> /usr/share/postgresql-13/man/man7/ALTER_CONVERSION.7 >>> /usr/share/postgresql-13/man/man7/CALL.7 >>> /usr/share/postgresql-13/man/man7/DROP_USER.7 >>> /usr/share/postgresql-13/man/man7/SHOW.7 >>> /usr/share/postgresql-13/man/man7/ALTER_PUBLICATION.7 >>> /usr/share/postgresql-13/man/man7/CREATE_OPERATOR.7 >>> /usr/share/postgresql-13/man/man7/CREATE_SUBSCRIPTION.7 >>> /usr/share/postgresql-13/man/man7/TRUNCATE.7 >>> /usr/share/postgresql-13/man/man7/COMMIT_PREPARED.7 >>> /usr/share/postgresql-13/man/man7/ALTER_LARGE_OBJECT.7 >>> /usr/share/postgresql-13/man/man7/CREATE_FOREIGN_TABLE.7 >>> /usr/share/postgresql-13/man/man7/DECLARE.7 >>> /usr/share/postgresql-13/man/man7/DEALLOCATE.7 >>> /usr/share/postgresql-13/man/man7/DROP_TYPE.7 >>> /usr/share/postgresql-13/man/man7/DISCARD.7 >>> /usr/share/postgresql-13/man/man7/CREATE_FOREIGN_DATA_WRAPPER.7 >>> /usr/share/postgresql-13/man/man7/LISTEN.7 >>> /usr/share/postgresql-13/man/man7/SET_ROLE.7 >>> /usr/share/postgresql-13/man/man7/RELEASE_SAVEPOINT.7 >>> /usr/share/postgresql-13/man/man7/ROLLBACK_PREPARED.7 >>> /usr/share/postgresql-13/man/man7/CREATE_CONVERSION.7 >>> /usr/share/postgresql-13/man/man7/ALTER_VIEW.7 >>> /usr/share/postgresql-13/man/man7/DROP_EXTENSION.7 >>> /usr/share/postgresql-13/man/man7/EXECUTE.7 >>> /usr/share/postgresql-13/man/man7/DROP_TABLESPACE.7 >>> /usr/share/postgresql-13/man/man7/CREATE_TABLESPACE.7 >>> /usr/share/postgresql-13/man/man7/ALTER_SYSTEM.7 >>> /usr/share/postgresql-13/man/man7/CREATE_AGGREGATE.7 >>> /usr/share/postgresql-13/man/man7/DELETE.7 >>> /usr/share/postgresql-13/man/man7/CREATE_COLLATION.7 >>> /usr/share/postgresql-13/man/man7/ALTER_SUBSCRIPTION.7 >>> /usr/share/postgresql-13/man/man7/CREATE_ROLE.7 >>> /usr/share/postgresql-13/man/man7/RESET.7 >>> /usr/share/postgresql-13/man/man7/ALTER_TYPE.7 >>> /usr/share/postgresql-13/man/man7/CREATE_USER_MAPPING.7 >>> /usr/share/postgresql-13/man/man7/SET_SESSION_AUTHORIZATION.7 >>> /usr/share/postgresql-13/man/man7/CREATE_MATERIALIZED_VIEW.7 >>> /usr/share/postgresql-13/man/man7/ALTER_AGGREGATE.7 >>> /usr/share/postgresql-13/man/man7/CREATE_DOMAIN.7 >>> /usr/share/postgresql-13/man/man7/ALTER_TABLESPACE.7 >>> /usr/share/postgresql-13/man/man7/CREATE_TABLE.7 >>> /usr/share/postgresql-13/man/man7/DROP_TRIGGER.7 >>> /usr/share/postgresql-13/man/man7/DROP_SUBSCRIPTION.7 >>> /usr/share/postgresql-13/man/man7/DROP_CONVERSION.7 >>> /usr/share/postgresql-13/man/man7/DROP_POLICY.7 >>> /usr/share/postgresql-13/man/man7/DROP_SEQUENCE.7 >>> /usr/share/postgresql-13/man/man7/MOVE.7 >>> /usr/share/postgresql-13/man/man7/CREATE_PROCEDURE.7 >>> /usr/share/postgresql-13/man/man7/ALTER_FUNCTION.7 >>> /usr/share/postgresql-13/man/man7/DROP_TEXT_SEARCH_TEMPLATE.7 >>> /usr/share/postgresql-13/man/man7/PREPARE_TRANSACTION.7 >>> /usr/share/postgresql-13/man/man7/DROP_TEXT_SEARCH_PARSER.7 >>> /usr/share/postgresql-13/man/man7/ALTER_SERVER.7 >>> /usr/share/postgresql-13/man/man7/ALTER_MATERIALIZED_VIEW.7 >>> /usr/share/postgresql-13/man/man7/DROP_ACCESS_METHOD.7 >>> /usr/share/postgresql-13/man/man7/DROP_OPERATOR_CLASS.7 >>> /usr/share/postgresql-13/man/man7/COMMIT.7 >>> /usr/share/postgresql-13/man/man7/DROP_ROUTINE.7 >>> /usr/share/postgresql-13/man/man7/REFRESH_MATERIALIZED_VIEW.7 >>> /usr/share/postgresql-13/man/man7/CREATE_TABLE_AS.7 >>> /usr/share/postgresql-13/man/man7/DROP_ROLE.7 >>> /usr/share/postgresql-13/man/man7/SET_CONSTRAINTS.7 >>> /usr/share/postgresql-13/man/man7/CREATE_STATISTICS.7 >>> /usr/share/postgresql-13/man/man7/ALTER_TEXT_SEARCH_DICTIONARY.7 >>> /usr/share/postgresql-13/man/man7/ALTER_OPERATOR_FAMILY.7 >>> /usr/share/postgresql-13/man/man7/CREATE_USER.7 >>> /usr/share/postgresql-13/man/man7/SET.7 >>> /usr/share/postgresql-13/man/man7/CREATE_RULE.7 >>> /usr/share/postgresql-13/man/man7/ALTER_TEXT_SEARCH_TEMPLATE.7 >>> /usr/share/postgresql-13/man/man7/ALTER_USER.7 >>> /usr/share/postgresql-13/man/man7/REINDEX.7 >>> /usr/share/postgresql-13/man/man7/CREATE_SCHEMA.7 >>> /usr/share/postgresql-13/man/man7/DROP_STATISTICS.7 >>> /lib64/postgresql/pgxs/src/makefiles/pgxs.mk >>> /usr/include/postgresql-13/server/port/atomics/generic-acc.h >>> /usr/include/postgresql-13/server/port/atomics/generic-sunpro.h >>> /usr/include/postgresql-13/server/port/atomics/generic-msvc.h >>> /usr/include/postgresql-13/server/port/atomics/arch-ia64.h >>> /usr/include/postgresql-13/server/port/atomics/fallback.h >>> /usr/include/postgresql-13/server/port/atomics/arch-x86.h >>> /usr/include/postgresql-13/server/port/atomics/arch-ppc.h >>> /usr/include/postgresql-13/server/port/atomics/generic-gcc.h >>> /usr/include/postgresql-13/server/port/atomics/generic.h >>> /usr/include/postgresql-13/server/port/atomics/arch-arm.h >>> /usr/include/postgresql-13/server/port/atomics/arch-hppa.h >>> /usr/include/postgresql-13/server/port/win32/dlfcn.h >>> /usr/include/postgresql-13/server/port/win32/grp.h >>> /usr/include/postgresql-13/server/port/win32/netdb.h >>> /usr/include/postgresql-13/server/port/win32/pwd.h >>> /usr/include/postgresql-13/server/port/win32_msvc/dirent.h >>> /usr/include/postgresql-13/server/port/win32_msvc/utime.h >>> /usr/include/postgresql-13/server/port/win32_msvc/unistd.h >>> /usr/include/postgresql-13/server/tsearch/dicts/spell.h >>> /usr/include/postgresql-13/server/tsearch/dicts/regis.h >>> /usr/include/postgresql-13/server/snowball/libstemmer/stem_ISO_8859_1_danish.h >>> /usr/include/postgresql-13/server/snowball/libstemmer/stem_UTF_8_german.h >>> /usr/include/postgresql-13/server/snowball/libstemmer/stem_ISO_8859_1_german.h >>> /usr/include/postgresql-13/server/snowball/libstemmer/stem_ISO_8859_1_dutch.h >>> /usr/include/postgresql-13/server/snowball/libstemmer/api.h >>> /usr/include/postgresql-13/server/snowball/libstemmer/stem_ISO_8859_1_norwegian.h >>> /usr/include/postgresql-13/server/snowball/libstemmer/stem_ISO_8859_1_french.h >>> /usr/include/postgresql-13/server/snowball/libstemmer/stem_UTF_8_spanish.h >>> /usr/include/postgresql-13/server/snowball/libstemmer/stem_ISO_8859_1_swedish.h >>> /usr/include/postgresql-13/server/snowball/libstemmer/stem_ISO_8859_2_romanian.h >>> /usr/include/postgresql-13/server/snowball/libstemmer/stem_ISO_8859_1_finnish.h >>> /usr/include/postgresql-13/server/snowball/libstemmer/stem_UTF_8_arabic.h >>> /usr/include/postgresql-13/server/snowball/libstemmer/stem_ISO_8859_1_italian.h >>> /usr/include/postgresql-13/server/snowball/libstemmer/stem_ISO_8859_1_spanish.h >>> /usr/include/postgresql-13/server/snowball/libstemmer/stem_ISO_8859_2_hungarian.h >>> /usr/include/postgresql-13/server/snowball/libstemmer/stem_UTF_8_porter.h >>> /usr/include/postgresql-13/server/snowball/libstemmer/stem_ISO_8859_1_porter.h >>> /usr/include/postgresql-13/server/snowball/libstemmer/stem_UTF_8_italian.h >>> /usr/include/postgresql-13/server/snowball/libstemmer/stem_KOI8_R_russian.h >>> /usr/include/postgresql-13/server/snowball/libstemmer/header.h >>> /usr/include/postgresql-13/server/snowball/libstemmer/stem_UTF_8_portuguese.h >>> /usr/include/postgresql-13/server/snowball/libstemmer/stem_UTF_8_swedish.h >>> /usr/include/postgresql-13/server/snowball/libstemmer/stem_ISO_8859_1_irish.h >>> /usr/include/postgresql-13/server/snowball/libstemmer/stem_UTF_8_nepali.h >>> /usr/include/postgresql-13/server/snowball/libstemmer/stem_UTF_8_danish.h >>> /usr/include/postgresql-13/server/snowball/libstemmer/stem_ISO_8859_1_portuguese.h >>> /usr/include/postgresql-13/server/snowball/libstemmer/stem_UTF_8_english.h >>> /usr/include/postgresql-13/server/snowball/libstemmer/stem_UTF_8_turkish.h >>> /usr/include/postgresql-13/server/snowball/libstemmer/stem_UTF_8_russian.h >>> /usr/include/postgresql-13/server/snowball/libstemmer/stem_ISO_8859_1_english.h >>> /usr/include/postgresql-13/server/snowball/libstemmer/stem_UTF_8_norwegian.h >>> /usr/include/postgresql-13/server/snowball/libstemmer/stem_UTF_8_dutch.h >>> /usr/include/postgresql-13/server/snowball/libstemmer/stem_UTF_8_finnish.h >>> /usr/include/postgresql-13/server/snowball/libstemmer/stem_UTF_8_greek.h >>> /usr/include/postgresql-13/server/snowball/libstemmer/stem_ISO_8859_1_indonesian.h >>> /usr/include/postgresql-13/server/snowball/libstemmer/stem_UTF_8_romanian.h >>> /usr/include/postgresql-13/server/snowball/libstemmer/stem_UTF_8_indonesian.h >>> /usr/include/postgresql-13/server/snowball/libstemmer/stem_UTF_8_irish.h >>> /usr/include/postgresql-13/server/snowball/libstemmer/stem_UTF_8_hungarian.h >>> /usr/include/postgresql-13/server/snowball/libstemmer/stem_UTF_8_lithuanian.h >>> /usr/include/postgresql-13/server/snowball/libstemmer/stem_UTF_8_french.h >>> /usr/include/postgresql-13/server/snowball/libstemmer/stem_UTF_8_tamil.h >>> /usr/include/postgresql-13/server/port/win32/sys/wait.h >>> /usr/include/postgresql-13/server/port/win32/sys/socket.h >>> /usr/include/postgresql-13/server/port/win32/netinet/in.h >>> /usr/include/postgresql-13/server/port/win32/arpa/inet.h >>> /usr/include/postgresql-13/server/port/win32_msvc/sys/param.h >>> /usr/include/postgresql-13/server/port/win32_msvc/sys/file.h >>> /usr/include/postgresql-13/server/port/win32_msvc/sys/time.h >>> /usr/lib64/postgresql-13/share/locale/es/LC_MESSAGES/pgscripts-13.mo >>> /usr/lib64/postgresql-13/share/locale/es/LC_MESSAGES/ecpg-13.mo >>> /usr/lib64/postgresql-13/share/locale/es/LC_MESSAGES/postgres-13.mo >>> /usr/lib64/postgresql-13/share/locale/es/LC_MESSAGES/pg_config-13.mo >>> /usr/lib64/postgresql-13/share/locale/es/LC_MESSAGES/psql-13.mo >>> /usr/lib64/postgresql-13/share/locale/es/LC_MESSAGES/libpq5-13.mo >>> /usr/lib64/postgresql-13/share/locale/es/LC_MESSAGES/ecpglib6-13.mo >>> /usr/lib64/postgresql-13/share/locale/es/LC_MESSAGES/pg_dump-13.mo >>> /usr/lib64/postgresql-13/share/locale/zh_CN/LC_MESSAGES/pgscripts-13.mo >>> /usr/lib64/postgresql-13/share/locale/zh_CN/LC_MESSAGES/ecpg-13.mo >>> /usr/lib64/postgresql-13/share/locale/zh_CN/LC_MESSAGES/postgres-13.mo >>> /usr/lib64/postgresql-13/share/locale/zh_CN/LC_MESSAGES/pg_config-13.mo >>> /usr/lib64/postgresql-13/share/locale/zh_CN/LC_MESSAGES/psql-13.mo >>> /usr/lib64/postgresql-13/share/locale/zh_CN/LC_MESSAGES/libpq5-13.mo >>> /usr/lib64/postgresql-13/share/locale/zh_CN/LC_MESSAGES/ecpglib6-13.mo >>> /usr/lib64/postgresql-13/share/locale/zh_CN/LC_MESSAGES/pg_dump-13.mo >>> /usr/lib64/postgresql-13/share/locale/tr/LC_MESSAGES/pgscripts-13.mo >>> /usr/lib64/postgresql-13/share/locale/tr/LC_MESSAGES/ecpg-13.mo >>> /usr/lib64/postgresql-13/share/locale/tr/LC_MESSAGES/postgres-13.mo >>> /usr/lib64/postgresql-13/share/locale/tr/LC_MESSAGES/pg_config-13.mo >>> /usr/lib64/postgresql-13/share/locale/tr/LC_MESSAGES/psql-13.mo >>> /usr/lib64/postgresql-13/share/locale/tr/LC_MESSAGES/libpq5-13.mo >>> /usr/lib64/postgresql-13/share/locale/tr/LC_MESSAGES/ecpglib6-13.mo >>> /usr/lib64/postgresql-13/share/locale/tr/LC_MESSAGES/pg_dump-13.mo >>> /usr/lib64/postgresql-13/share/locale/cs/LC_MESSAGES/pgscripts-13.mo >>> /usr/lib64/postgresql-13/share/locale/cs/LC_MESSAGES/ecpg-13.mo >>> /usr/lib64/postgresql-13/share/locale/cs/LC_MESSAGES/pg_config-13.mo >>> /usr/lib64/postgresql-13/share/locale/cs/LC_MESSAGES/psql-13.mo >>> /usr/lib64/postgresql-13/share/locale/cs/LC_MESSAGES/libpq5-13.mo >>> /usr/lib64/postgresql-13/share/locale/cs/LC_MESSAGES/ecpglib6-13.mo >>> /usr/lib64/postgresql-13/share/locale/cs/LC_MESSAGES/pg_dump-13.mo >>> /usr/lib64/postgresql-13/share/locale/vi/LC_MESSAGES/ecpg-13.mo >>> /usr/lib64/postgresql-13/share/locale/vi/LC_MESSAGES/pg_config-13.mo >>> /usr/lib64/postgresql-13/share/locale/vi/LC_MESSAGES/ecpglib6-13.mo >>> /usr/lib64/postgresql-13/share/locale/uk/LC_MESSAGES/pgscripts-13.mo >>> /usr/lib64/postgresql-13/share/locale/uk/LC_MESSAGES/ecpg-13.mo >>> /usr/lib64/postgresql-13/share/locale/uk/LC_MESSAGES/postgres-13.mo >>> /usr/lib64/postgresql-13/share/locale/uk/LC_MESSAGES/pg_config-13.mo >>> /usr/lib64/postgresql-13/share/locale/uk/LC_MESSAGES/psql-13.mo >>> /usr/lib64/postgresql-13/share/locale/uk/LC_MESSAGES/libpq5-13.mo >>> /usr/lib64/postgresql-13/share/locale/uk/LC_MESSAGES/ecpglib6-13.mo >>> /usr/lib64/postgresql-13/share/locale/uk/LC_MESSAGES/pg_dump-13.mo >>> /usr/lib64/postgresql-13/share/locale/zh_TW/LC_MESSAGES/ecpg-13.mo >>> /usr/lib64/postgresql-13/share/locale/it/LC_MESSAGES/ecpg-13.mo >>> /usr/lib64/postgresql-13/share/locale/it/LC_MESSAGES/postgres-13.mo >>> /usr/lib64/postgresql-13/share/locale/it/LC_MESSAGES/pg_config-13.mo >>> /usr/lib64/postgresql-13/share/locale/it/LC_MESSAGES/psql-13.mo >>> /usr/lib64/postgresql-13/share/locale/it/LC_MESSAGES/libpq5-13.mo >>> /usr/lib64/postgresql-13/share/locale/it/LC_MESSAGES/ecpglib6-13.mo >>> /usr/lib64/postgresql-13/share/locale/he/LC_MESSAGES/pg_config-13.mo >>> /usr/lib64/postgresql-13/share/locale/sv/LC_MESSAGES/pgscripts-13.mo >>> /usr/lib64/postgresql-13/share/locale/sv/LC_MESSAGES/ecpg-13.mo >>> /usr/lib64/postgresql-13/share/locale/sv/LC_MESSAGES/postgres-13.mo >>> /usr/lib64/postgresql-13/share/locale/sv/LC_MESSAGES/pg_config-13.mo >>> Completed installing postgresql-13.3 into '/var/tmp/portage/dev-db/postgresql-13.3/image' >>> /usr/lib64/postgresql-13/share/locale/sv/LC_MESSAGES/psql-13.mo >>> /usr/lib64/postgresql-13/share/locale/sv/LC_MESSAGES/libpq5-13.mo >>> /usr/lib64/postgresql-13/share/locale/sv/LC_MESSAGES/ecpglib6-13.mo >>> /usr/lib64/postgresql-13/share/locale/sv/LC_MESSAGES/pg_dump-13.mo >>> /usr/lib64/postgresql-13/share/locale/de/LC_MESSAGES/pgscripts-13.mo >>> /usr/lib64/postgresql-13/share/locale/de/LC_MESSAGES/ecpg-13.mo >>> /usr/lib64/postgresql-13/share/locale/de/LC_MESSAGES/postgres-13.mo >>> /usr/lib64/postgresql-13/share/locale/de/LC_MESSAGES/pg_config-13.mo >>> /usr/lib64/postgresql-13/share/locale/de/LC_MESSAGES/psql-13.mo >>> /usr/lib64/postgresql-13/share/locale/de/LC_MESSAGES/libpq5-13.mo >>> /usr/lib64/postgresql-13/share/locale/de/LC_MESSAGES/ecpglib6-13.mo >>> /usr/lib64/postgresql-13/share/locale/de/LC_MESSAGES/pg_dump-13.mo >>> /usr/lib64/postgresql-13/share/locale/ru/LC_MESSAGES/pgscripts-13.mo >>> /usr/lib64/postgresql-13/share/locale/ru/LC_MESSAGES/ecpg-13.mo >>> /usr/lib64/postgresql-13/share/locale/ru/LC_MESSAGES/postgres-13.mo >>> /usr/lib64/postgresql-13/share/locale/ru/LC_MESSAGES/pg_config-13.mo >>> /usr/lib64/postgresql-13/share/locale/ru/LC_MESSAGES/psql-13.mo >>> /usr/lib64/postgresql-13/share/locale/ru/LC_MESSAGES/libpq5-13.mo >>> /usr/lib64/postgresql-13/share/locale/ru/LC_MESSAGES/ecpglib6-13.mo >>> /usr/lib64/postgresql-13/share/locale/ru/LC_MESSAGES/pg_dump-13.mo >>> /usr/lib64/postgresql-13/share/locale/pt_BR/LC_MESSAGES/pgscripts-13.mo >>> /usr/lib64/postgresql-13/share/locale/pt_BR/LC_MESSAGES/ecpg-13.mo >>> /usr/lib64/postgresql-13/share/locale/pt_BR/LC_MESSAGES/pg_config-13.mo >>> /usr/lib64/postgresql-13/share/locale/pt_BR/LC_MESSAGES/ecpglib6-13.mo >>> /usr/lib64/postgresql-13/share/locale/ja/LC_MESSAGES/pgscripts-13.mo >>> /usr/lib64/postgresql-13/share/locale/ja/LC_MESSAGES/ecpg-13.mo >>> /usr/lib64/postgresql-13/share/locale/ja/LC_MESSAGES/postgres-13.mo >>> /usr/lib64/postgresql-13/share/locale/ja/LC_MESSAGES/pg_config-13.mo >>> /usr/lib64/postgresql-13/share/locale/ja/LC_MESSAGES/psql-13.mo >>> /usr/lib64/postgresql-13/share/locale/ja/LC_MESSAGES/libpq5-13.mo >>> /usr/lib64/postgresql-13/share/locale/ja/LC_MESSAGES/ecpglib6-13.mo >>> /usr/lib64/postgresql-13/share/locale/ja/LC_MESSAGES/pg_dump-13.mo >>> /usr/lib64/postgresql-13/share/locale/fr/LC_MESSAGES/pgscripts-13.mo >>> /usr/lib64/postgresql-13/share/locale/fr/LC_MESSAGES/ecpg-13.mo >>> /usr/lib64/postgresql-13/share/locale/fr/LC_MESSAGES/postgres-13.mo >>> /usr/lib64/postgresql-13/share/locale/fr/LC_MESSAGES/pg_config-13.mo >>> /usr/lib64/postgresql-13/share/locale/fr/LC_MESSAGES/psql-13.mo >>> /usr/lib64/postgresql-13/share/locale/fr/LC_MESSAGES/libpq5-13.mo >>> /usr/lib64/postgresql-13/share/locale/fr/LC_MESSAGES/ecpglib6-13.mo >>> /usr/lib64/postgresql-13/share/locale/fr/LC_MESSAGES/pg_dump-13.mo >>> /usr/lib64/postgresql-13/share/locale/ko/LC_MESSAGES/pgscripts-13.mo >>> /usr/lib64/postgresql-13/share/locale/ko/LC_MESSAGES/ecpg-13.mo >>> /usr/lib64/postgresql-13/share/locale/ko/LC_MESSAGES/postgres-13.mo >>> /usr/lib64/postgresql-13/share/locale/ko/LC_MESSAGES/pg_config-13.mo >>> /usr/lib64/postgresql-13/share/locale/ko/LC_MESSAGES/psql-13.mo >>> /usr/lib64/postgresql-13/share/locale/ko/LC_MESSAGES/libpq5-13.mo >>> /usr/lib64/postgresql-13/share/locale/ko/LC_MESSAGES/ecpglib6-13.mo >>> /usr/lib64/postgresql-13/share/locale/ko/LC_MESSAGES/pg_dump-13.mo >>> /usr/lib64/postgresql-13/share/locale/pl/LC_MESSAGES/ecpg-13.mo >>> /usr/lib64/postgresql-13/share/locale/pl/LC_MESSAGES/pg_config-13.mo >>> /usr/lib64/postgresql-13/share/locale/pl/LC_MESSAGES/ecpglib6-13.mo <<< /usr/lib64/postgresql-13/lib64/libecpg.so -> libecpg.so.6.13 <<< /usr/lib64/postgresql-13/lib64/libecpg.so.6 -> libecpg.so.6.13 <<< /usr/lib64/postgresql-13/lib64/libecpg.so.6.13 <<< /usr/lib64/postgresql-13/lib64/libecpg_compat.so -> libecpg_compat.so.3.13 <<< /usr/lib64/postgresql-13/lib64/libecpg_compat.so.3 -> libecpg_compat.so.3.13 <<< /usr/lib64/postgresql-13/lib64/libecpg_compat.so.3.13 <<< /usr/lib64/postgresql-13/lib64/libpgcommon.a <<< /usr/lib64/postgresql-13/lib64/libpgport.a <<< /usr/lib64/postgresql-13/lib64/libpgtypes.so -> libpgtypes.so.3.13 <<< /usr/lib64/postgresql-13/lib64/libpgtypes.so.3 -> libpgtypes.so.3.13 <<< /usr/lib64/postgresql-13/lib64/libpgtypes.so.3.13 <<< /usr/lib64/postgresql-13/lib64/libpq.so -> libpq.so.5.13 <<< /usr/lib64/postgresql-13/lib64/libpq.so.5 -> libpq.so.5.13 <<< /usr/lib64/postgresql-13/lib64/libpq.so.5.13 <<< /usr/lib64/postgresql-13/lib64/pgxs/config/install-sh <<< /usr/lib64/postgresql-13/lib64/pgxs/config/missing <<< /usr/lib64/postgresql-13/lib64/pgxs/src/Makefile.global <<< /usr/lib64/postgresql-13/lib64/pgxs/src/Makefile.port <<< /usr/lib64/postgresql-13/lib64/pgxs/src/Makefile.shlib <<< /usr/lib64/postgresql-13/lib64/pgxs/src/makefiles/pgxs.mk <<< /usr/lib64/postgresql-13/lib64/pgxs/src/nls-global.mk <<< /usr/lib64/postgresql-13/lib64/pkgconfig/libecpg.pc <<< /usr/lib64/postgresql-13/lib64/pkgconfig/libecpg_compat.pc <<< /usr/lib64/postgresql-13/lib64/pkgconfig/libpgtypes.pc <<< /usr/lib64/postgresql-13/lib64/pkgconfig/libpq.pc <<< /usr/share/man/man1/clusterdb13.1 <<< /usr/share/man/man1/createdb13.1 <<< /usr/share/man/man1/createuser13.1 <<< /usr/share/man/man1/dropdb13.1 <<< /usr/share/man/man1/dropuser13.1 <<< /usr/share/man/man1/ecpg13.1 <<< /usr/share/man/man1/oid2name13.1 <<< /usr/share/man/man1/pg_basebackup13.1 <<< /usr/share/man/man1/pg_checksums13.1 <<< /usr/share/man/man1/pg_config13.1 <<< /usr/share/man/man1/pg_dump13.1 <<< /usr/share/man/man1/pg_dumpall13.1 <<< /usr/share/man/man1/pg_isready13.1 <<< /usr/share/man/man1/pg_receivewal13.1 <<< /usr/share/man/man1/pg_recvlogical13.1 <<< /usr/share/man/man1/pg_restore13.1 <<< /usr/share/man/man1/pg_verifybackup13.1 <<< /usr/share/man/man1/pgbench13.1 <<< /usr/share/man/man1/psql13.1 <<< /usr/share/man/man1/reindexdb13.1 <<< /usr/share/man/man1/vacuumdb13.1 <<< /usr/share/man/man1/vacuumlo13.1 <<< /usr/share/man/man3/SPI_commit13.3 <<< /usr/share/man/man3/SPI_commit_and_chain13.3 <<< /usr/share/man/man3/SPI_connect13.3 <<< /usr/share/man/man3/SPI_connect_ext13.3 <<< /usr/share/man/man3/SPI_copytuple13.3 <<< /usr/share/man/man3/SPI_cursor_close13.3 <<< /usr/share/man/man3/SPI_cursor_fetch13.3 <<< /usr/share/man/man3/SPI_cursor_find13.3 <<< /usr/share/man/man3/SPI_cursor_move13.3 <<< /usr/share/man/man3/SPI_cursor_open13.3 <<< /usr/share/man/man3/SPI_cursor_open_with_args13.3 <<< /usr/share/man/man3/SPI_cursor_open_with_paramlist13.3 <<< /usr/share/man/man3/SPI_exec13.3 <<< /usr/share/man/man3/SPI_execp13.3 <<< /usr/share/man/man3/SPI_execute13.3 <<< /usr/share/man/man3/SPI_execute_plan13.3 <<< /usr/share/man/man3/SPI_execute_plan_with_paramlist13.3 <<< /usr/share/man/man3/SPI_execute_with_args13.3 <<< /usr/share/man/man3/SPI_finish13.3 <<< /usr/share/man/man3/SPI_fname13.3 <<< /usr/share/man/man3/SPI_fnumber13.3 <<< /usr/share/man/man3/SPI_freeplan13.3 <<< /usr/share/man/man3/SPI_freetuple13.3 <<< /usr/share/man/man3/SPI_freetuptable13.3 <<< /usr/share/man/man3/SPI_getargcount13.3 <<< /usr/share/man/man3/SPI_getargtypeid13.3 <<< /usr/share/man/man3/SPI_getbinval13.3 <<< /usr/share/man/man3/SPI_getnspname13.3 <<< /usr/share/man/man3/SPI_getrelname13.3 <<< /usr/share/man/man3/SPI_gettype13.3 <<< /usr/share/man/man3/SPI_gettypeid13.3 <<< /usr/share/man/man3/SPI_getvalue13.3 <<< /usr/share/man/man3/SPI_is_cursor_plan13.3 <<< /usr/share/man/man3/SPI_keepplan13.3 <<< /usr/share/man/man3/SPI_modifytuple13.3 <<< /usr/share/man/man3/SPI_palloc13.3 <<< /usr/share/man/man3/SPI_pfree13.3 <<< /usr/share/man/man3/SPI_prepare13.3 <<< /usr/share/man/man3/SPI_prepare_cursor13.3 <<< /usr/share/man/man3/SPI_prepare_params13.3 <<< /usr/share/man/man3/SPI_register_relation13.3 <<< /usr/share/man/man3/SPI_register_trigger_data13.3 <<< /usr/share/man/man3/SPI_repalloc13.3 <<< /usr/share/man/man3/SPI_result_code_string13.3 <<< /usr/share/man/man3/SPI_returntuple13.3 <<< /usr/share/man/man3/SPI_rollback13.3 <<< /usr/share/man/man3/SPI_rollback_and_chain13.3 <<< /usr/share/man/man3/SPI_saveplan13.3 <<< /usr/share/man/man3/SPI_scroll_cursor_fetch13.3 <<< /usr/share/man/man3/SPI_scroll_cursor_move13.3 <<< /usr/share/man/man3/SPI_start_transaction13.3 <<< /usr/share/man/man3/SPI_unregister_relation13.3 <<< /usr/share/man/man3/dblink13.3 <<< /usr/share/man/man3/dblink_build_sql_delete13.3 <<< /usr/share/man/man3/dblink_build_sql_insert13.3 <<< /usr/share/man/man3/dblink_build_sql_update13.3 <<< /usr/share/man/man3/dblink_cancel_query13.3 <<< /usr/share/man/man3/dblink_close13.3 <<< /usr/share/man/man3/dblink_connect13.3 <<< /usr/share/man/man3/dblink_connect_u13.3 <<< /usr/share/man/man3/dblink_disconnect13.3 <<< /usr/share/man/man3/dblink_error_message13.3 <<< /usr/share/man/man3/dblink_exec13.3 <<< /usr/share/man/man3/dblink_fetch13.3 <<< /usr/share/man/man3/dblink_get_connections13.3 <<< /usr/share/man/man3/dblink_get_notify13.3 <<< /usr/share/man/man3/dblink_get_pkey13.3 <<< /usr/share/man/man3/dblink_get_result13.3 <<< /usr/share/man/man3/dblink_is_busy13.3 <<< /usr/share/man/man3/dblink_open13.3 <<< /usr/share/man/man3/dblink_send_query13.3 <<< /usr/share/man/man7/ABORT13.7 <<< /usr/share/man/man7/ALTER_AGGREGATE13.7 <<< /usr/share/man/man7/ALTER_COLLATION13.7 <<< /usr/share/man/man7/ALTER_CONVERSION13.7 <<< /usr/share/man/man7/ALTER_DATABASE13.7 <<< /usr/share/man/man7/ALTER_DEFAULT_PRIVILEGES13.7 <<< /usr/share/man/man7/ALTER_DOMAIN13.7 <<< /usr/share/man/man7/ALTER_EVENT_TRIGGER13.7 <<< /usr/share/man/man7/ALTER_EXTENSION13.7 <<< /usr/share/man/man7/ALTER_FOREIGN_DATA_WRAPPER13.7 <<< /usr/share/man/man7/ALTER_FOREIGN_TABLE13.7 <<< /usr/share/man/man7/ALTER_FUNCTION13.7 <<< /usr/share/man/man7/ALTER_GROUP13.7 <<< /usr/share/man/man7/ALTER_INDEX13.7 <<< /usr/share/man/man7/ALTER_LANGUAGE13.7 <<< /usr/share/man/man7/ALTER_LARGE_OBJECT13.7 <<< /usr/share/man/man7/ALTER_MATERIALIZED_VIEW13.7 <<< /usr/share/man/man7/ALTER_OPERATOR13.7 <<< /usr/share/man/man7/ALTER_OPERATOR_CLASS13.7 <<< /usr/share/man/man7/ALTER_OPERATOR_FAMILY13.7 <<< /usr/share/man/man7/ALTER_POLICY13.7 <<< /usr/share/man/man7/ALTER_PROCEDURE13.7 <<< /usr/share/man/man7/ALTER_PUBLICATION13.7 <<< /usr/share/man/man7/ALTER_ROLE13.7 <<< /usr/share/man/man7/ALTER_ROUTINE13.7 <<< /usr/share/man/man7/ALTER_RULE13.7 <<< /usr/share/man/man7/ALTER_SCHEMA13.7 <<< /usr/share/man/man7/ALTER_SEQUENCE13.7 <<< /usr/share/man/man7/ALTER_SERVER13.7 <<< /usr/share/man/man7/ALTER_STATISTICS13.7 <<< /usr/share/man/man7/ALTER_SUBSCRIPTION13.7 <<< /usr/share/man/man7/ALTER_SYSTEM13.7 <<< /usr/share/man/man7/ALTER_TABLE13.7 <<< /usr/share/man/man7/ALTER_TABLESPACE13.7 <<< /usr/share/man/man7/ALTER_TEXT_SEARCH_CONFIGURATION13.7 <<< /usr/share/man/man7/ALTER_TEXT_SEARCH_DICTIONARY13.7 <<< /usr/share/man/man7/ALTER_TEXT_SEARCH_PARSER13.7 <<< /usr/share/man/man7/ALTER_TEXT_SEARCH_TEMPLATE13.7 <<< /usr/share/man/man7/ALTER_TRIGGER13.7 <<< /usr/share/man/man7/ALTER_TYPE13.7 <<< /usr/share/man/man7/ALTER_USER13.7 <<< /usr/share/man/man7/ALTER_USER_MAPPING13.7 <<< /usr/share/man/man7/ALTER_VIEW13.7 <<< /usr/share/man/man7/ANALYZE13.7 <<< /usr/share/man/man7/BEGIN13.7 <<< /usr/share/man/man7/CALL13.7 <<< /usr/share/man/man7/CHECKPOINT13.7 <<< /usr/share/man/man7/CLOSE13.7 <<< /usr/share/man/man7/CLUSTER13.7 <<< /usr/share/man/man7/COMMENT13.7 <<< /usr/share/man/man7/COMMIT13.7 <<< /usr/share/man/man7/COMMIT_PREPARED13.7 <<< /usr/share/man/man7/COPY13.7 <<< /usr/share/man/man7/CREATE_ACCESS_METHOD13.7 <<< /usr/share/man/man7/CREATE_AGGREGATE13.7 <<< /usr/share/man/man7/CREATE_CAST13.7 <<< /usr/share/man/man7/CREATE_COLLATION13.7 <<< /usr/share/man/man7/CREATE_CONVERSION13.7 <<< /usr/share/man/man7/CREATE_DATABASE13.7 <<< /usr/share/man/man7/CREATE_DOMAIN13.7 <<< /usr/share/man/man7/CREATE_EVENT_TRIGGER13.7 <<< /usr/share/man/man7/CREATE_EXTENSION13.7 <<< /usr/share/man/man7/CREATE_FOREIGN_DATA_WRAPPER13.7 <<< /usr/share/man/man7/CREATE_FOREIGN_TABLE13.7 <<< /usr/share/man/man7/CREATE_FUNCTION13.7 <<< /usr/share/man/man7/CREATE_GROUP13.7 <<< /usr/share/man/man7/CREATE_INDEX13.7 <<< /usr/share/man/man7/CREATE_LANGUAGE13.7 <<< /usr/share/man/man7/CREATE_MATERIALIZED_VIEW13.7 <<< /usr/share/man/man7/CREATE_OPERATOR13.7 <<< /usr/share/man/man7/CREATE_OPERATOR_CLASS13.7 <<< /usr/share/man/man7/CREATE_OPERATOR_FAMILY13.7 <<< /usr/share/man/man7/CREATE_POLICY13.7 <<< /usr/share/man/man7/CREATE_PROCEDURE13.7 <<< /usr/share/man/man7/CREATE_PUBLICATION13.7 <<< /usr/share/man/man7/CREATE_ROLE13.7 <<< /usr/share/man/man7/CREATE_RULE13.7 <<< /usr/share/man/man7/CREATE_SCHEMA13.7 <<< /usr/share/man/man7/CREATE_SEQUENCE13.7 <<< /usr/share/man/man7/CREATE_SERVER13.7 <<< /usr/share/man/man7/CREATE_STATISTICS13.7 <<< /usr/share/man/man7/CREATE_SUBSCRIPTION13.7 <<< /usr/share/man/man7/CREATE_TABLE13.7 <<< /usr/share/man/man7/CREATE_TABLESPACE13.7 <<< /usr/share/man/man7/CREATE_TABLE_AS13.7 <<< /usr/share/man/man7/CREATE_TEXT_SEARCH_CONFIGURATION13.7 <<< /usr/share/man/man7/CREATE_TEXT_SEARCH_DICTIONARY13.7 <<< /usr/share/man/man7/CREATE_TEXT_SEARCH_PARSER13.7 <<< /usr/share/man/man7/CREATE_TEXT_SEARCH_TEMPLATE13.7 <<< /usr/share/man/man7/CREATE_TRANSFORM13.7 <<< /usr/share/man/man7/CREATE_TRIGGER13.7 <<< /usr/share/man/man7/CREATE_TYPE13.7 <<< /usr/share/man/man7/CREATE_USER13.7 <<< /usr/share/man/man7/CREATE_USER_MAPPING13.7 <<< /usr/share/man/man7/CREATE_VIEW13.7 <<< /usr/share/man/man7/DEALLOCATE13.7 <<< /usr/share/man/man7/DECLARE13.7 <<< /usr/share/man/man7/DELETE13.7 <<< /usr/share/man/man7/DISCARD13.7 <<< /usr/share/man/man7/DO13.7 <<< /usr/share/man/man7/DROP_ACCESS_METHOD13.7 <<< /usr/share/man/man7/DROP_AGGREGATE13.7 <<< /usr/share/man/man7/DROP_CAST13.7 <<< /usr/share/man/man7/DROP_COLLATION13.7 <<< /usr/share/man/man7/DROP_CONVERSION13.7 <<< /usr/share/man/man7/DROP_DATABASE13.7 <<< /usr/share/man/man7/DROP_DOMAIN13.7 <<< /usr/share/man/man7/DROP_EVENT_TRIGGER13.7 <<< /usr/share/man/man7/DROP_EXTENSION13.7 <<< /usr/share/man/man7/DROP_FOREIGN_DATA_WRAPPER13.7 <<< /usr/share/man/man7/DROP_FOREIGN_TABLE13.7 <<< /usr/share/man/man7/DROP_FUNCTION13.7 <<< /usr/share/man/man7/DROP_GROUP13.7 <<< /usr/share/man/man7/DROP_INDEX13.7 <<< /usr/share/man/man7/DROP_LANGUAGE13.7 <<< /usr/share/man/man7/DROP_MATERIALIZED_VIEW13.7 <<< /usr/share/man/man7/DROP_OPERATOR13.7 <<< /usr/share/man/man7/DROP_OPERATOR_CLASS13.7 <<< /usr/share/man/man7/DROP_OPERATOR_FAMILY13.7 <<< /usr/share/man/man7/DROP_OWNED13.7 <<< /usr/share/man/man7/DROP_POLICY13.7 <<< /usr/share/man/man7/DROP_PROCEDURE13.7 <<< /usr/share/man/man7/DROP_PUBLICATION13.7 <<< /usr/share/man/man7/DROP_ROLE13.7 <<< /usr/share/man/man7/DROP_ROUTINE13.7 <<< /usr/share/man/man7/DROP_RULE13.7 <<< /usr/share/man/man7/DROP_SCHEMA13.7 <<< /usr/share/man/man7/DROP_SEQUENCE13.7 <<< /usr/share/man/man7/DROP_SERVER13.7 <<< /usr/share/man/man7/DROP_STATISTICS13.7 <<< /usr/share/man/man7/DROP_SUBSCRIPTION13.7 <<< /usr/share/man/man7/DROP_TABLE13.7 <<< /usr/share/man/man7/DROP_TABLESPACE13.7 <<< /usr/share/man/man7/DROP_TEXT_SEARCH_CONFIGURATION13.7 <<< /usr/share/man/man7/DROP_TEXT_SEARCH_DICTIONARY13.7 <<< /usr/share/man/man7/DROP_TEXT_SEARCH_PARSER13.7 <<< /usr/share/man/man7/DROP_TEXT_SEARCH_TEMPLATE13.7 <<< /usr/share/man/man7/DROP_TRANSFORM13.7 <<< /usr/share/man/man7/DROP_TRIGGER13.7 <<< /usr/share/man/man7/DROP_TYPE13.7 <<< /usr/share/man/man7/DROP_USER13.7 <<< /usr/share/man/man7/DROP_USER_MAPPING13.7 <<< /usr/share/man/man7/DROP_VIEW13.7 <<< /usr/share/man/man7/END13.7 <<< /usr/share/man/man7/EXECUTE13.7 <<< /usr/share/man/man7/EXPLAIN13.7 <<< /usr/share/man/man7/FETCH13.7 <<< /usr/share/man/man7/GRANT13.7 <<< /usr/share/man/man7/IMPORT_FOREIGN_SCHEMA13.7 <<< /usr/share/man/man7/INSERT13.7 <<< /usr/share/man/man7/LISTEN13.7 <<< /usr/share/man/man7/LOAD13.7 <<< /usr/share/man/man7/LOCK13.7 <<< /usr/share/man/man7/MOVE13.7 <<< /usr/share/man/man7/NOTIFY13.7 <<< /usr/share/man/man7/PREPARE13.7 <<< /usr/share/man/man7/PREPARE_TRANSACTION13.7 <<< /usr/share/man/man7/REASSIGN_OWNED13.7 <<< /usr/share/man/man7/REFRESH_MATERIALIZED_VIEW13.7 <<< /usr/share/man/man7/REINDEX13.7 <<< /usr/share/man/man7/RELEASE_SAVEPOINT13.7 <<< /usr/share/man/man7/RESET13.7 <<< /usr/share/man/man7/REVOKE13.7 <<< /usr/share/man/man7/ROLLBACK13.7 <<< /usr/share/man/man7/ROLLBACK_PREPARED13.7 <<< /usr/share/man/man7/ROLLBACK_TO_SAVEPOINT13.7 <<< /usr/share/man/man7/SAVEPOINT13.7 <<< /usr/share/man/man7/SECURITY_LABEL13.7 <<< /usr/share/man/man7/SELECT13.7 <<< /usr/share/man/man7/SELECT_INTO13.7 <<< /usr/share/man/man7/SET13.7 <<< /usr/share/man/man7/SET_CONSTRAINTS13.7 <<< /usr/share/man/man7/SET_ROLE13.7 <<< /usr/share/man/man7/SET_SESSION_AUTHORIZATION13.7 <<< /usr/share/man/man7/SET_TRANSACTION13.7 <<< /usr/share/man/man7/SHOW13.7 <<< /usr/share/man/man7/START_TRANSACTION13.7 <<< /usr/share/man/man7/TABLE13.7 <<< /usr/share/man/man7/TRUNCATE13.7 <<< /usr/share/man/man7/UNLISTEN13.7 <<< /usr/share/man/man7/UPDATE13.7 <<< /usr/share/man/man7/VACUUM13.7 <<< /usr/share/man/man7/VALUES13.7 <<< /usr/share/man/man7/WITH13.7 <<< /usr/share/postgresql-13/man/man1/clusterdb.1.bz2 <<< /usr/share/postgresql-13/man/man1/createdb.1.bz2 <<< /usr/share/postgresql-13/man/man1/createuser.1.bz2 <<< /usr/share/postgresql-13/man/man1/dropdb.1.bz2 <<< /usr/share/postgresql-13/man/man1/dropuser.1.bz2 <<< /usr/share/postgresql-13/man/man1/ecpg.1.bz2 <<< /usr/share/postgresql-13/man/man1/oid2name.1.bz2 <<< /usr/share/postgresql-13/man/man1/pg_basebackup.1.bz2 <<< /usr/share/postgresql-13/man/man1/pg_checksums.1.bz2 <<< /usr/share/postgresql-13/man/man1/pg_config.1.bz2 <<< /usr/share/postgresql-13/man/man1/pg_dump.1.bz2 <<< /usr/share/postgresql-13/man/man1/pg_dumpall.1.bz2 <<< /usr/share/postgresql-13/man/man1/pg_isready.1.bz2 <<< /usr/share/postgresql-13/man/man1/pg_receivewal.1.bz2 <<< /usr/share/postgresql-13/man/man1/pg_recvlogical.1.bz2 <<< /usr/share/postgresql-13/man/man1/pg_restore.1.bz2 <<< /usr/share/postgresql-13/man/man1/pg_verifybackup.1.bz2 <<< /usr/share/postgresql-13/man/man1/pgbench.1.bz2 <<< /usr/share/postgresql-13/man/man1/psql.1.bz2 <<< /usr/share/postgresql-13/man/man1/reindexdb.1.bz2 <<< /usr/share/postgresql-13/man/man1/vacuumdb.1.bz2 <<< /usr/share/postgresql-13/man/man1/vacuumlo.1.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_commit.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_connect.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_copytuple.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_cursor_close.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_cursor_fetch.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_cursor_find.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_cursor_move.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_cursor_open.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_cursor_open_with_args.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_cursor_open_with_paramlist.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_exec.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_execp.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_execute.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_execute_plan.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_execute_plan_with_paramlist.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_execute_with_args.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_finish.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_fname.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_fnumber.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_freeplan.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_freetuple.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_freetuptable.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_getargcount.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_getargtypeid.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_getbinval.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_getnspname.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_getrelname.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_gettype.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_gettypeid.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_getvalue.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_is_cursor_plan.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_keepplan.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_modifytuple.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_palloc.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_pfree.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_prepare.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_prepare_cursor.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_prepare_params.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_register_relation.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_register_trigger_data.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_repalloc.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_result_code_string.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_returntuple.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_rollback.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_saveplan.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_scroll_cursor_fetch.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_scroll_cursor_move.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_start_transaction.3.bz2 <<< /usr/share/postgresql-13/man/man3/SPI_unregister_relation.3.bz2 <<< /usr/share/postgresql-13/man/man3/dblink.3.bz2 <<< /usr/share/postgresql-13/man/man3/dblink_build_sql_delete.3.bz2 <<< /usr/share/postgresql-13/man/man3/dblink_build_sql_insert.3.bz2 <<< /usr/share/postgresql-13/man/man3/dblink_build_sql_update.3.bz2 <<< /usr/share/postgresql-13/man/man3/dblink_cancel_query.3.bz2 <<< /usr/share/postgresql-13/man/man3/dblink_close.3.bz2 <<< /usr/share/postgresql-13/man/man3/dblink_connect.3.bz2 <<< /usr/share/postgresql-13/man/man3/dblink_connect_u.3.bz2 <<< /usr/share/postgresql-13/man/man3/dblink_disconnect.3.bz2 <<< /usr/share/postgresql-13/man/man3/dblink_error_message.3.bz2 <<< /usr/share/postgresql-13/man/man3/dblink_exec.3.bz2 <<< /usr/share/postgresql-13/man/man3/dblink_fetch.3.bz2 <<< /usr/share/postgresql-13/man/man3/dblink_get_connections.3.bz2 <<< /usr/share/postgresql-13/man/man3/dblink_get_notify.3.bz2 <<< /usr/share/postgresql-13/man/man3/dblink_get_pkey.3.bz2 <<< /usr/share/postgresql-13/man/man3/dblink_get_result.3.bz2 <<< /usr/share/postgresql-13/man/man3/dblink_is_busy.3.bz2 <<< /usr/share/postgresql-13/man/man3/dblink_open.3.bz2 <<< /usr/share/postgresql-13/man/man3/dblink_send_query.3.bz2 <<< /usr/share/postgresql-13/man/man7/ABORT.7.bz2 <<< /usr/share/postgresql-13/man/man7/ALTER_AGGREGATE.7.bz2 <<< /usr/share/postgresql-13/man/man7/ALTER_COLLATION.7.bz2 <<< /usr/share/postgresql-13/man/man7/ALTER_CONVERSION.7.bz2 <<< /usr/share/postgresql-13/man/man7/ALTER_DATABASE.7.bz2 <<< /usr/share/postgresql-13/man/man7/ALTER_DEFAULT_PRIVILEGES.7.bz2 <<< /usr/share/postgresql-13/man/man7/ALTER_DOMAIN.7.bz2 <<< /usr/share/postgresql-13/man/man7/ALTER_EVENT_TRIGGER.7.bz2 <<< /usr/share/postgresql-13/man/man7/ALTER_EXTENSION.7.bz2 <<< /usr/share/postgresql-13/man/man7/ALTER_FOREIGN_DATA_WRAPPER.7.bz2 <<< /usr/share/postgresql-13/man/man7/ALTER_FOREIGN_TABLE.7.bz2 <<< /usr/share/postgresql-13/man/man7/ALTER_FUNCTION.7.bz2 <<< /usr/share/postgresql-13/man/man7/ALTER_GROUP.7.bz2 <<< /usr/share/postgresql-13/man/man7/ALTER_INDEX.7.bz2 <<< /usr/share/postgresql-13/man/man7/ALTER_LANGUAGE.7.bz2 <<< /usr/share/postgresql-13/man/man7/ALTER_LARGE_OBJECT.7.bz2 <<< /usr/share/postgresql-13/man/man7/ALTER_MATERIALIZED_VIEW.7.bz2 <<< /usr/share/postgresql-13/man/man7/ALTER_OPERATOR.7.bz2 <<< /usr/share/postgresql-13/man/man7/ALTER_OPERATOR_CLASS.7.bz2 <<< /usr/share/postgresql-13/man/man7/ALTER_OPERATOR_FAMILY.7.bz2 <<< /usr/share/postgresql-13/man/man7/ALTER_POLICY.7.bz2 <<< /usr/share/postgresql-13/man/man7/ALTER_PROCEDURE.7.bz2 <<< /usr/share/postgresql-13/man/man7/ALTER_PUBLICATION.7.bz2 <<< /usr/share/postgresql-13/man/man7/ALTER_ROLE.7.bz2 <<< /usr/share/postgresql-13/man/man7/ALTER_ROUTINE.7.bz2 <<< /usr/share/postgresql-13/man/man7/ALTER_RULE.7.bz2 <<< /usr/share/postgresql-13/man/man7/ALTER_SCHEMA.7.bz2 <<< /usr/share/postgresql-13/man/man7/ALTER_SEQUENCE.7.bz2 <<< /usr/share/postgresql-13/man/man7/ALTER_SERVER.7.bz2 <<< /usr/share/postgresql-13/man/man7/ALTER_STATISTICS.7.bz2 <<< /usr/share/postgresql-13/man/man7/ALTER_SUBSCRIPTION.7.bz2 <<< /usr/share/postgresql-13/man/man7/ALTER_SYSTEM.7.bz2 <<< /usr/share/postgresql-13/man/man7/ALTER_TABLE.7.bz2 <<< /usr/share/postgresql-13/man/man7/ALTER_TABLESPACE.7.bz2 <<< /usr/share/postgresql-13/man/man7/ALTER_TEXT_SEARCH_CONFIGURATION.7.bz2 <<< /usr/share/postgresql-13/man/man7/ALTER_TEXT_SEARCH_DICTIONARY.7.bz2 <<< /usr/share/postgresql-13/man/man7/ALTER_TEXT_SEARCH_PARSER.7.bz2 <<< /usr/share/postgresql-13/man/man7/ALTER_TEXT_SEARCH_TEMPLATE.7.bz2 <<< /usr/share/postgresql-13/man/man7/ALTER_TRIGGER.7.bz2 <<< /usr/share/postgresql-13/man/man7/ALTER_TYPE.7.bz2 <<< /usr/share/postgresql-13/man/man7/ALTER_USER.7.bz2 <<< /usr/share/postgresql-13/man/man7/ALTER_USER_MAPPING.7.bz2 <<< /usr/share/postgresql-13/man/man7/ALTER_VIEW.7.bz2 <<< /usr/share/postgresql-13/man/man7/ANALYZE.7.bz2 <<< /usr/share/postgresql-13/man/man7/BEGIN.7.bz2 <<< /usr/share/postgresql-13/man/man7/CALL.7.bz2 <<< /usr/share/postgresql-13/man/man7/CHECKPOINT.7.bz2 <<< /usr/share/postgresql-13/man/man7/CLOSE.7.bz2 <<< /usr/share/postgresql-13/man/man7/CLUSTER.7.bz2 <<< /usr/share/postgresql-13/man/man7/COMMENT.7.bz2 <<< /usr/share/postgresql-13/man/man7/COMMIT.7.bz2 <<< /usr/share/postgresql-13/man/man7/COMMIT_PREPARED.7.bz2 <<< /usr/share/postgresql-13/man/man7/COPY.7.bz2 <<< /usr/share/postgresql-13/man/man7/CREATE_ACCESS_METHOD.7.bz2 <<< /usr/share/postgresql-13/man/man7/CREATE_AGGREGATE.7.bz2 <<< /usr/share/postgresql-13/man/man7/CREATE_CAST.7.bz2 <<< /usr/share/postgresql-13/man/man7/CREATE_COLLATION.7.bz2 <<< /usr/share/postgresql-13/man/man7/CREATE_CONVERSION.7.bz2 <<< /usr/share/postgresql-13/man/man7/CREATE_DATABASE.7.bz2 <<< /usr/share/postgresql-13/man/man7/CREATE_DOMAIN.7.bz2 <<< /usr/share/postgresql-13/man/man7/CREATE_EVENT_TRIGGER.7.bz2 <<< /usr/share/postgresql-13/man/man7/CREATE_EXTENSION.7.bz2 <<< /usr/share/postgresql-13/man/man7/CREATE_FOREIGN_DATA_WRAPPER.7.bz2 <<< /usr/share/postgresql-13/man/man7/CREATE_FOREIGN_TABLE.7.bz2 <<< /usr/share/postgresql-13/man/man7/CREATE_FUNCTION.7.bz2 <<< /usr/share/postgresql-13/man/man7/CREATE_GROUP.7.bz2 <<< /usr/share/postgresql-13/man/man7/CREATE_INDEX.7.bz2 <<< /usr/share/postgresql-13/man/man7/CREATE_LANGUAGE.7.bz2 <<< /usr/share/postgresql-13/man/man7/CREATE_MATERIALIZED_VIEW.7.bz2 <<< /usr/share/postgresql-13/man/man7/CREATE_OPERATOR.7.bz2 <<< /usr/share/postgresql-13/man/man7/CREATE_OPERATOR_CLASS.7.bz2 <<< /usr/share/postgresql-13/man/man7/CREATE_OPERATOR_FAMILY.7.bz2 <<< /usr/share/postgresql-13/man/man7/CREATE_POLICY.7.bz2 <<< /usr/share/postgresql-13/man/man7/CREATE_PROCEDURE.7.bz2 <<< /usr/share/postgresql-13/man/man7/CREATE_PUBLICATION.7.bz2 <<< /usr/share/postgresql-13/man/man7/CREATE_ROLE.7.bz2 <<< /usr/share/postgresql-13/man/man7/CREATE_RULE.7.bz2 <<< /usr/share/postgresql-13/man/man7/CREATE_SCHEMA.7.bz2 <<< /usr/share/postgresql-13/man/man7/CREATE_SEQUENCE.7.bz2 <<< /usr/share/postgresql-13/man/man7/CREATE_SERVER.7.bz2 <<< /usr/share/postgresql-13/man/man7/CREATE_STATISTICS.7.bz2 <<< /usr/share/postgresql-13/man/man7/CREATE_SUBSCRIPTION.7.bz2 <<< /usr/share/postgresql-13/man/man7/CREATE_TABLE.7.bz2 <<< /usr/share/postgresql-13/man/man7/CREATE_TABLESPACE.7.bz2 <<< /usr/share/postgresql-13/man/man7/CREATE_TABLE_AS.7.bz2 <<< /usr/share/postgresql-13/man/man7/CREATE_TEXT_SEARCH_CONFIGURATION.7.bz2 <<< /usr/share/postgresql-13/man/man7/CREATE_TEXT_SEARCH_DICTIONARY.7.bz2 <<< /usr/share/postgresql-13/man/man7/CREATE_TEXT_SEARCH_PARSER.7.bz2 <<< /usr/share/postgresql-13/man/man7/CREATE_TEXT_SEARCH_TEMPLATE.7.bz2 <<< /usr/share/postgresql-13/man/man7/CREATE_TRANSFORM.7.bz2 <<< /usr/share/postgresql-13/man/man7/CREATE_TRIGGER.7.bz2 <<< /usr/share/postgresql-13/man/man7/CREATE_TYPE.7.bz2 <<< /usr/share/postgresql-13/man/man7/CREATE_USER.7.bz2 <<< /usr/share/postgresql-13/man/man7/CREATE_USER_MAPPING.7.bz2 <<< /usr/share/postgresql-13/man/man7/CREATE_VIEW.7.bz2 <<< /usr/share/postgresql-13/man/man7/DEALLOCATE.7.bz2 <<< /usr/share/postgresql-13/man/man7/DECLARE.7.bz2 <<< /usr/share/postgresql-13/man/man7/DELETE.7.bz2 <<< /usr/share/postgresql-13/man/man7/DISCARD.7.bz2 <<< /usr/share/postgresql-13/man/man7/DO.7.bz2 <<< /usr/share/postgresql-13/man/man7/DROP_ACCESS_METHOD.7.bz2 <<< /usr/share/postgresql-13/man/man7/DROP_AGGREGATE.7.bz2 <<< /usr/share/postgresql-13/man/man7/DROP_CAST.7.bz2 <<< /usr/share/postgresql-13/man/man7/DROP_COLLATION.7.bz2 <<< /usr/share/postgresql-13/man/man7/DROP_CONVERSION.7.bz2 <<< /usr/share/postgresql-13/man/man7/DROP_DATABASE.7.bz2 <<< /usr/share/postgresql-13/man/man7/DROP_DOMAIN.7.bz2 <<< /usr/share/postgresql-13/man/man7/DROP_EVENT_TRIGGER.7.bz2 <<< /usr/share/postgresql-13/man/man7/DROP_EXTENSION.7.bz2 <<< /usr/share/postgresql-13/man/man7/DROP_FOREIGN_DATA_WRAPPER.7.bz2 <<< /usr/share/postgresql-13/man/man7/DROP_FOREIGN_TABLE.7.bz2 <<< /usr/share/postgresql-13/man/man7/DROP_FUNCTION.7.bz2 <<< /usr/share/postgresql-13/man/man7/DROP_GROUP.7.bz2 <<< /usr/share/postgresql-13/man/man7/DROP_INDEX.7.bz2 <<< /usr/share/postgresql-13/man/man7/DROP_LANGUAGE.7.bz2 <<< /usr/share/postgresql-13/man/man7/DROP_MATERIALIZED_VIEW.7.bz2 <<< /usr/share/postgresql-13/man/man7/DROP_OPERATOR.7.bz2 <<< /usr/share/postgresql-13/man/man7/DROP_OPERATOR_CLASS.7.bz2 <<< /usr/share/postgresql-13/man/man7/DROP_OPERATOR_FAMILY.7.bz2 <<< /usr/share/postgresql-13/man/man7/DROP_OWNED.7.bz2 <<< /usr/share/postgresql-13/man/man7/DROP_POLICY.7.bz2 <<< /usr/share/postgresql-13/man/man7/DROP_PROCEDURE.7.bz2 <<< /usr/share/postgresql-13/man/man7/DROP_PUBLICATION.7.bz2 <<< /usr/share/postgresql-13/man/man7/DROP_ROLE.7.bz2 <<< /usr/share/postgresql-13/man/man7/DROP_ROUTINE.7.bz2 <<< /usr/share/postgresql-13/man/man7/DROP_RULE.7.bz2 <<< /usr/share/postgresql-13/man/man7/DROP_SCHEMA.7.bz2 <<< /usr/share/postgresql-13/man/man7/DROP_SEQUENCE.7.bz2 <<< /usr/share/postgresql-13/man/man7/DROP_SERVER.7.bz2 <<< /usr/share/postgresql-13/man/man7/DROP_STATISTICS.7.bz2 <<< /usr/share/postgresql-13/man/man7/DROP_SUBSCRIPTION.7.bz2 <<< /usr/share/postgresql-13/man/man7/DROP_TABLE.7.bz2 <<< /usr/share/postgresql-13/man/man7/DROP_TABLESPACE.7.bz2 <<< /usr/share/postgresql-13/man/man7/DROP_TEXT_SEARCH_CONFIGURATION.7.bz2 <<< /usr/share/postgresql-13/man/man7/DROP_TEXT_SEARCH_DICTIONARY.7.bz2 <<< /usr/share/postgresql-13/man/man7/DROP_TEXT_SEARCH_PARSER.7.bz2 <<< /usr/share/postgresql-13/man/man7/DROP_TEXT_SEARCH_TEMPLATE.7.bz2 <<< /usr/share/postgresql-13/man/man7/DROP_TRANSFORM.7.bz2 <<< /usr/share/postgresql-13/man/man7/DROP_TRIGGER.7.bz2 <<< /usr/share/postgresql-13/man/man7/DROP_TYPE.7.bz2 <<< /usr/share/postgresql-13/man/man7/DROP_USER.7.bz2 <<< /usr/share/postgresql-13/man/man7/DROP_USER_MAPPING.7.bz2 <<< /usr/share/postgresql-13/man/man7/DROP_VIEW.7.bz2 <<< /usr/share/postgresql-13/man/man7/END.7.bz2 <<< /usr/share/postgresql-13/man/man7/EXECUTE.7.bz2 <<< /usr/share/postgresql-13/man/man7/EXPLAIN.7.bz2 <<< /usr/share/postgresql-13/man/man7/FETCH.7.bz2 <<< /usr/share/postgresql-13/man/man7/GRANT.7.bz2 <<< /usr/share/postgresql-13/man/man7/IMPORT_FOREIGN_SCHEMA.7.bz2 <<< /usr/share/postgresql-13/man/man7/INSERT.7.bz2 <<< /usr/share/postgresql-13/man/man7/LISTEN.7.bz2 <<< /usr/share/postgresql-13/man/man7/LOAD.7.bz2 <<< /usr/share/postgresql-13/man/man7/LOCK.7.bz2 <<< /usr/share/postgresql-13/man/man7/MOVE.7.bz2 <<< /usr/share/postgresql-13/man/man7/NOTIFY.7.bz2 <<< /usr/share/postgresql-13/man/man7/PREPARE.7.bz2 <<< /usr/share/postgresql-13/man/man7/PREPARE_TRANSACTION.7.bz2 <<< /usr/share/postgresql-13/man/man7/REASSIGN_OWNED.7.bz2 <<< /usr/share/postgresql-13/man/man7/REFRESH_MATERIALIZED_VIEW.7.bz2 <<< /usr/share/postgresql-13/man/man7/REINDEX.7.bz2 <<< /usr/share/postgresql-13/man/man7/RELEASE_SAVEPOINT.7.bz2 <<< /usr/share/postgresql-13/man/man7/RESET.7.bz2 <<< /usr/share/postgresql-13/man/man7/REVOKE.7.bz2 <<< /usr/share/postgresql-13/man/man7/ROLLBACK.7.bz2 <<< /usr/share/postgresql-13/man/man7/ROLLBACK_PREPARED.7.bz2 <<< /usr/share/postgresql-13/man/man7/ROLLBACK_TO_SAVEPOINT.7.bz2 <<< /usr/share/postgresql-13/man/man7/SAVEPOINT.7.bz2 <<< /usr/share/postgresql-13/man/man7/SECURITY_LABEL.7.bz2 <<< /usr/share/postgresql-13/man/man7/SELECT.7.bz2 <<< /usr/share/postgresql-13/man/man7/SELECT_INTO.7.bz2 <<< /usr/share/postgresql-13/man/man7/SET.7.bz2 <<< /usr/share/postgresql-13/man/man7/SET_CONSTRAINTS.7.bz2 <<< /usr/share/postgresql-13/man/man7/SET_ROLE.7.bz2 In post_install + env SANDBOX_MESSAGE_P@TH=/proc/23084/fd/2 TMP=/var/tmp/portage/dev-db/postgresql-13.3/temp TMPDIR=/var/tmp/portage/dev-db/postgresql-13.3/temp TWISTED_DISABLE_WRITING_OF_PLUGIN_CACHE=1 SLOT=13 PYTHONDONTWRITEBYTECODE=1 CHOST=x86_64-pc-linux-gnu SYSROOT= SYMLINK_LIB=no COMMON_FLAGS=-march=nehalem EXEOPTIONS=-m0755 CFLAGS_amd64=-m64 LIBDIR_default=lib CTARGET_default=x86_64-pc-linux-gnu CONF_PREFIX=/ CFLAGS_x32=-mx32 S=/var/tmp/portage/dev-db/postgresql-13.3/work/postgresql-13.3 CBUILD=x86_64-pc-linux-gnu CHOST_x32=x86_64-pc-linux-gnux32 KERNEL_ABI=amd64 ELIBC=glibc LDFLAGS_amd64=-m elf_x86_64 USE=abi_x86_64 amd64 elibc_glibc icu kernel_linux libglvnd nls pam python_single_target_python3_8 readline split-usr ssl userland_GNU zlib LIBDIR_amd64=lib64 DEFAULT_ABI=amd64 INSOPTIONS=-m0644 LIBOPTIONS=-m0644 FCFLAGS= -march=nehalem PKGCORE_EBUILD_PROCESS_PID=24096 ESYSROOT= CFLAGS= -march=nehalem EAPI=7 ABI=amd64 KERNEL=linux DCO_SIGNED_OFF_BY=Oz Tiram USERLAND=GNU LDFLAGS_x32=-m elf32_x86_64 CHOST_default=x86_64-pc-linux-gnu MULTILIB_ABIS=amd64 x86 CHOST_x86=i686-pc-linux-gnu FFLAGS= -march=nehalem LC_MESSAGES=C ARCH=amd64 BROOT= LDFLAGS_EX= -Wl,--defsym=__gentoo_check_ldflags__=0 LDFLAGS_x86=-m elf_i386 CFLAGS_x86=-m32 LIBDIR_x86=lib DIROPTIONS=-m0755 MAKEOPTS=-j3 -l4 ABI_X86=64 INHERITED=toolchain-funcs multilib edos2unix strip-linguas wrapper eutils flag-o-matic linux-info pam prefix eapi8-dosym python-utils-r1 python-single-r1 systemd tmpfiles toolchain-funcs multilib toolchain-funcs edos2unix strip-linguas wrapper eutils flag-o-matic toolchain-funcs linux-info multilib flag-o-matic pam prefix eapi8-dosym toolchain-funcs python-utils-r1 python-single-r1 toolchain-funcs systemd tmpfiles BOOTSTRAP_USE= multilib PYTHON_SINGLE_TARGET=python3_8 CHOST_amd64=x86_64-pc-linux-gnu LIBDIR_x32=libx32 LDFLAGS= -Wl,--defsym=__gentoo_check_ldflags__=0 LDFLAGS_SL= -Wl,--defsym=__gentoo_check_ldflags__=0 CXXFLAGS= -march=nehalem PKGCORE_EBD_PATH=/usr/lib/pkgcore/ebd SANDBOX_LOG=/var/log/sandbox/sandbox-23084.log PKGCORE_EBUILD_PHASE_FUNC=true USE_EXPAND_VALUES_KERNEL=AIX Darwin FreeBSD freemint HPUX linux NetBSD OpenBSD SunOS Winnt PKGCORE_IUSE_EFFECTIVE=^(perl|elibc_DragonFly|ppc|x64\-macos|elibc_FreeBSD|xml|ppc64\-linux|x86\-fbsd|threads|x86|elibc_mingw|elibc_HPUX|pam|sparc64\-solaris|amd64|kernel_Darwin|x64\-cygwin|kernel_AIX|alpha|arm|systemd|elibc_Darwin|elibc_Winnt|python_single_target_python3_9|userland_BSD|uuid|arm64\-macos|m68k|kernel_SunOS|doc|x86\-winnt|kerberos|x64\-solaris|kernel_NetBSD|prefix\-guest|ssl|x86\-linux|kernel_OpenBSD|llvm|ldap|elibc_bionic|tcl|kernel_freemint|prefix\-stack|python|nls|kernel_linux|zlib|python_single_target_python3_8|elibc_Interix|elibc_OpenBSD|kernel_FreeBSD|python_single_target_python3_10|elibc_NetBSD|elibc_mintlib|kernel_HPUX|ia64|mips|server|readline|prefix|elibc_AIX|hppa|ppc\-macos|debug|static\-libs|arm64|sparc\-solaris|x86\-solaris|amd64\-linux|riscv|sparc|elibc_SunOS|selinux|s390|elibc_Cygwin|abi_x86_64|elibc_uclibc|kernel_Winnt|amd64\-fbsd|icu|elibc_glibc|elibc_musl|userland_GNU|x64\-winnt|ppc64)$ REPLACING_VERSIONS=13.3 SANDBOX_ACTIVE=armedandready PKGCORE_RC_BRACKET= USE_EXPAND_VALUES_USERLAND=BSD GNU SANDBOX_DISABLED=1 SANDBOX_ON=0 EPREFIX= PKGCORE_BASH_COMPAT=4.2 PKGCORE_EBD_READ_FD=1020 PKGCORE_RC_BAD= PKGCORE_GLOBAL_FAILGLOB=true PKGCORE_EAPI_FUNCS=docinto ver_rs default_src_install __phase_pkg_nofetch default_src_unpack default_src_configure has_version __ver_compare unpack useq __phase_src_prepare in_iuse use_with __econf_options_eapi6 __phase_src_unpack get_libdir __econf_options_eapi5 exeopts nonfatal __phase_src_configure exeinto __ver_split default_src_prepare default_pkg_nofetch eapply dostrip use_enable default_src_compile libopts usev __econf_options_eapi7 best_version __phase_src_install usex econf insopts __ver_compare_int __econf_options_eapi4 into docompress __phase_src_compile eapply_user ver_test __phase_src_test ver_cut einstall __ver_parse_range use einstalldocs default insinto diropts default_src_test ED=/var/tmp/portage/dev-db/postgresql-13.3/image EBUILD=/var/tmp/portage/dev-db/postgresql-13.3/temp/environment PWD=/usr/lib/pkgcore/ebd SANDBOX_VERBOSE=1 PKGCORE_RC_HILITE= T=/var/tmp/portage/dev-db/postgresql-13.3/temp P=postgresql-13.3 PKGCORE_NONFATAL_DIE=true D=/var/tmp/portage/dev-db/postgresql-13.3/image CATEGORY=dev-db ACCEPT_RESTRICT=* PKGCORE_EAPI_INHERITS=7 6 5 4 3 2 1 0 LD_PRELOAD=libsandbox.so HOME=/var/tmp/portage/dev-db/postgresql-13.3/homedir WORKDIR=/var/tmp/portage/dev-db/postgresql-13.3/work SANDBOX_LIB=libsandbox.so COLUMNS=238 PORTAGE_TMPDIR=/var/tmp SANDBOX_READ=/:/var/tmp FEATURES=binpkg-logs binpkg-multi-instance protect-owned sandbox sfperms sign strict unmerge-orphans userfetch userpriv usersandbox usersync PKGCORE_NONFATAL=false RESUMECOMMAND=wget -c -t 3 -T 60 --passive-ftp -O "${DISTDIR}/${FILE}" "${URI}" PVR=13.3 ACCEPT_PROPERTIES=* PORTAGE_ELOG_CLASSES=log warn error qa PKGCORE_HAS_DESTTREE=false PKGCORE_RC_NORMAL= PKGCORE_RC_GOOD= PORTAGE_ELOG_SYSTEM=save EROOT= PKGCORE_PREFIX_SUPPORT=true NOCOLOR=no SANDBOX_DEBUG=0 PKGCORE_RC_ENDCOL= ROOT= FETCHCOMMAND=wget --prefer-family=IPv4 -t 3 -T 60 --passive-ftp -O "${DISTDIR}/${FILE}" "${URI}" PORTAGE_GPG_KEY=CDF9BB3644E6A47899F564FFC2F845E7F66A65B6 USE_EXPAND_VALUES_ARCH=alpha amd64 amd64-fbsd amd64-linux arm arm64 arm64-macos hppa ia64 m68k mips ppc ppc64 ppc64-linux ppc-macos riscv s390 sparc sparc64-solaris sparc-solaris x64-cygwin x64-macos x64-solaris x64-winnt x86 x86-fbsd x86-linux x86-solaris x86-winnt SHLVL=1 PKGCORE_ACCUMULATE_PROPERTIES_RESTRICT=false DISTDIR=/var/cache/distfiles BASH_ENV=/usr/share/sandbox/sandbox.bashrc SANDBOX_WRITE=/dev/fd:/proc/self/fd:/dev/zero:/dev/null:/dev/full:/dev/console:/dev/tty:/dev/vc/:/dev/pty:/dev/tts:/dev/ptmx:/dev/pts/:/dev/shm:/tmp/:/var/tmp/:/usr/tmp/:/tmp/.bash_history::/usr/tmp/conftest:/usr/lib/conftest:/usr/lib32/conftest:/usr/lib64/conftest:/usr/tmp/cf:/usr/lib/cf:/usr/lib32/cf:/usr/lib64/cf:/var/log/sandbox/sandbox-23084.log:/var/tmp/portage/dev-db/postgresql-13.3/temp/build.log:/var/tmp PORTAGE_LOGDIR=/var/log/portage PV=13.3 PR=r0 PORTAGE_LOGFILE=/var/tmp/portage/dev-db/postgresql-13.3/temp/build.log PN=postgresql XARGS=xargs -r PF=postgresql-13.3 USE_EXPAND_VALUES_ELIBC=AIX bionic Cygwin Darwin DragonFly FreeBSD glibc HPUX Interix mingw mintlib musl NetBSD OpenBSD SunOS uclibc Winnt PKGCORE_NEW_READS_STDIN=true MERGE_TYPE=source PKGCORE_EBD_WRITE_FD=1021 SANDBOX_PREDICT=/tmp:/dev/crypto:/var/cache/man:/proc/self/coredump_filter:/dev/random:/proc/self/coredump_filter:/var/cache/fontconfig:/var/tmp PKGCORE_FINALIZED_RESTRICT= PATH=/usr/lib/pkgcore/ebd/helpers/common:/usr/lib/pkgcore/ebd/helpers/7:/usr/lib/pkgcore/ebd/helpers/common:/usr/lib/pkgcore/ebd/helpers/common:/usr/lib/pkgcore/ebd/helpers/common:/usr/lib/pkgcore/ebd/helpers/4:/usr/lib/pkgcore/ebd/helpers/common:/usr/lib/pkgcore/ebd/helpers/common:/usr/lib/pkgcore/ebd/helpers/common:/usr/lib/pkgcore/ebd/helpers/common:/usr/lib/pkgcore/ebd/helpers/0:/usr/lib/pkgcore/ebd/helpers/0/pkg_postinst:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/opt/bin:/usr/lib/llvm/12/bin:/usr/lib/llvm/11/bin SANDBOX_DEBUG_LOG=/var/log/sandbox/sandbox-debug-23084.log PKGCORE_PKG_REPO=gentoo PKGCORE_RC_WARN= SANDBOX_BASHRC=/usr/share/sandbox/sandbox.bashrc BASHRC=/not/valid _=/usr/bin/env + postgresql-config update Apparently, I have nothing to do. + elog 'xxxehr ???' + __elog_base LOG 'xxxehr ???' + local messagetype + [[ -z LOG ]] + [[ -z /var/tmp/portage/dev-db/postgresql-13.3/temp ]] + [[ ! -d /var/tmp/portage/dev-db/postgresql-13.3/temp/logging ]] + return 1 + printf ' * %b\n' 'xxxehr ???' * xxxehr ??? + PKGCORE_RC_LAST_CMD=elog + return 0 + set +x <<< /usr/share/postgresql-13/man/man7/SET_SESSION_AUTHORIZATION.7.bz2 <<< /usr/share/postgresql-13/man/man7/SET_TRANSACTION.7.bz2 <<< /usr/share/postgresql-13/man/man7/SHOW.7.bz2 <<< /usr/share/postgresql-13/man/man7/START_TRANSACTION.7.bz2 <<< /usr/share/postgresql-13/man/man7/TRUNCATE.7.bz2 <<< /usr/share/postgresql-13/man/man7/UNLISTEN.7.bz2 <<< /usr/share/postgresql-13/man/man7/UPDATE.7.bz2 <<< /usr/share/postgresql-13/man/man7/VACUUM.7.bz2 <<< /usr/share/postgresql-13/man/man7/VALUES.7.bz2 <<< /usr/lib64/postgresql-13/lib64/pkgconfig <<< /usr/lib64/postgresql-13/lib64/pgxs/src/makefiles <<< /usr/lib64/postgresql-13/lib64/pgxs/src <<< /usr/lib64/postgresql-13/lib64/pgxs/config <<< /usr/lib64/postgresql-13/lib64/pgxs <<< /usr/lib64/postgresql-13/lib64