* Package: dev-db/postgresql-base-8.4.7 * Repository: gentoo * Maintainer: pgsql-bugs@gentoo.org * USE: amd64 doc elibc_glibc kernel_linux ldap linguas_af linguas_cs linguas_de linguas_es linguas_fa linguas_fr linguas_hr linguas_hu linguas_it linguas_ko linguas_nb linguas_pl linguas_pt_BR linguas_ro linguas_ru linguas_sk linguas_sl linguas_sv linguas_tr linguas_zh_CN linguas_zh_TW multilib nls pam pg_legacytimestamp readline ssl threads userland_GNU zlib >>> Unpacking source... >>> Unpacking postgresql-8.4.7.tar.bz2 to /tmp/portage/dev-db/postgresql-base-8.4.7/work >>> Source unpacked in /tmp/portage/dev-db/postgresql-base-8.4.7/work >>> Preparing source in /tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7 ... * Applying postgresql-8.4-common.patch ... [ ok ] * Applying postgresql-8.4-base.patch ... [ ok ] * Running autoconf ... [ ok ] >>> Source prepared. >>> Configuring source in /tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7 ... * econf: updating postgresql-8.4.7/config/config.sub with /usr/share/gnuconfig/config.sub * econf: updating postgresql-8.4.7/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 --libdir=/usr/lib64/postgresql-8.4/lib64 --prefix=/usr/lib64/postgresql-8.4 --datadir=/usr/share/postgresql-8.4 --docdir=/usr/share/doc/postgresql-8.4 --sysconfdir=/etc/postgresql-8.4 --includedir=/usr/include/postgresql-8.4 --mandir=/usr/share/postgresql-8.4/man --enable-depend --without-tcl --without-perl --without-python --with-readline --without-krb5 --without-gssapi --enable-nls=af cs de es fa fr hr hu it ko nb pl pt_BR ro ru sk sl sv tr zh_CN zh_TW --with-pam --disable-integer-datetimes --with-openssl --enable-thread-safety --with-zlib --with-ldap 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 to build with 64-bit integer date/time support... no 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 WAL segment size... 16MB 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 if x86_64-pc-linux-gnu-gcc supports -Wdeclaration-after-statement... yes checking if x86_64-pc-linux-gnu-gcc supports -Wendif-labels... yes checking if x86_64-pc-linux-gnu-gcc supports -fno-strict-aliasing... yes checking if x86_64-pc-linux-gnu-gcc supports -fwrapv... yes checking whether the C compiler still works... yes checking how to run the C preprocessor... x86_64-pc-linux-gnu-gcc -E checking allow thread-safe client libraries... 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 Kerberos 5 support... no checking whether to build with PAM support... yes checking whether to build with LDAP support... yes checking whether to build with Bonjour support... no checking whether to build with OpenSSL support... yes checking for grep that handles long lines and -e... /bin/grep checking for egrep... /bin/grep -E 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 tar... /bin/tar checking whether ln -s works... yes checking for gawk... gawk checking for bison... bison configure: using bison (GNU Bison) 2.4.2 checking for flex... /usr/bin/flex configure: using flex 2.5.35 checking for perl... /usr/bin/perl 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 crypt... -lcrypt checking for library containing fdatasync... none required checking for library containing gethostbyname_r... none required checking for library containing shmget... none required checking for -lreadline... yes (-lreadline) checking for inflate in -lz... yes checking for CRYPTO_new_ex_data in -lcrypto... yes checking for SSL_library_init in -lssl... yes checking for pam_start in -lpam... yes 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 crypt.h usability... yes checking crypt.h presence... yes checking for crypt.h... yes checking dld.h usability... no checking dld.h presence... no checking for dld.h... no checking fp_class.h usability... no checking fp_class.h presence... no checking for fp_class.h... no checking getopt.h usability... yes checking getopt.h presence... yes checking for getopt.h... yes checking ieeefp.h usability... no checking ieeefp.h presence... no checking for ieeefp.h... no checking langinfo.h usability... yes checking langinfo.h presence... yes checking for langinfo.h... yes checking poll.h usability... yes checking poll.h presence... yes checking for poll.h... yes checking pwd.h usability... yes checking pwd.h presence... yes checking for pwd.h... yes checking sys/ipc.h usability... yes checking sys/ipc.h presence... yes checking for sys/ipc.h... yes checking sys/poll.h usability... yes checking sys/poll.h presence... yes checking for sys/poll.h... yes 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/socket.h usability... yes checking sys/socket.h presence... yes checking for sys/socket.h... yes checking sys/shm.h usability... yes checking sys/shm.h presence... yes checking for sys/shm.h... yes checking sys/tas.h usability... no checking sys/tas.h presence... no checking for sys/tas.h... no checking sys/time.h usability... yes checking sys/time.h presence... yes checking for sys/time.h... yes 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 utime.h usability... yes checking utime.h presence... yes checking for utime.h... yes checking wchar.h usability... yes checking wchar.h presence... yes checking for wchar.h... yes checking wctype.h usability... yes checking wctype.h presence... yes checking for wctype.h... yes checking kernel/OS.h usability... no checking kernel/OS.h presence... no checking for kernel/OS.h... no checking kernel/image.h usability... no checking kernel/image.h presence... no checking for kernel/image.h... no checking SupportDefs.h usability... no checking SupportDefs.h presence... no checking for SupportDefs.h... no checking netinet/in.h usability... yes checking netinet/in.h presence... yes checking for netinet/in.h... yes 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 for ERR_set_mark... yes checking security/pam_appl.h usability... yes checking security/pam_appl.h presence... yes checking for security/pam_appl.h... yes checking ldap.h usability... yes checking ldap.h presence... yes checking for ldap.h... yes checking whether byte ordering is bigendian... no checking for an ANSI C-conforming const... yes checking for inline... inline checking for preprocessor stringizing operator... yes checking for signed types... yes checking for working volatile... yes checking for __func__... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking for tzname... 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 struct cmsgcred... no checking for struct fcred... no checking for struct sockcred... no checking for struct option... yes checking for z_streamp... 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 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 cbrt... yes checking for dlopen... yes checking for fcvt... yes checking for fdatasync... yes checking for getpeereid... no checking for getpeerucred... no checking for getrlimit... yes checking for memmove... yes checking for poll... yes checking for pstat... no checking for readlink... yes checking for setproctitle... no checking for setsid... yes checking for sigprocmask... yes checking for symlink... yes checking for sysconf... yes checking for towlower... yes checking for utime... yes checking for utimes... yes checking for waitpid... yes checking for wcstombs... yes checking for fseeko... yes checking for _LARGEFILE_SOURCE value needed for large files... no 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 F_FULLFSYNC is declared... no checking for struct sockaddr_in6... yes checking for PS_STRINGS... no checking for snprintf... yes checking for vsnprintf... yes checking whether snprintf is declared... yes checking whether vsnprintf is declared... yes checking for isinf... yes checking for crypt... yes checking for getopt... yes checking for getrusage... yes checking for inet_aton... yes checking for random... yes checking for rint... yes checking for srandom... yes checking for strdup... yes checking for strerror... yes checking for strlcat... no checking for strlcpy... no checking for strtol... yes checking for strtoul... yes checking for unsetenv... yes checking for getaddrinfo... yes checking for getopt_long... yes checking for rl_completion_append_character... yes checking for rl_completion_matches... yes checking for rl_filename_completion_function... yes checking for replace_history_entry... yes checking for sigsetjmp... yes checking whether sys_siglist is declared... 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 for atexit... yes checking for the pthreads library -lpthreads... no checking whether pthreads work without any flags... no checking whether pthreads work with -Kthread... no checking whether pthreads work with -kthread... no checking for the pthreads library -llthread... no checking whether pthreads work with -pthread... yes checking whether pthreads work with -pthreads... no checking whether pthreads work with -mthreads... no checking for the pthreads library -lpthread... yes checking whether pthreads work with --thread-safe... no checking whether pthreads work with -mt... no checking for the pthreads library -lpthreadGC2... no checking pthread.h usability... yes checking pthread.h presence... yes checking for pthread.h... yes checking for strerror_r... yes checking for getpwuid_r... yes checking for gethostbyname_r... yes checking whether getpwuid_r takes a fifth argument... yes checking whether strerror_r returns int... no checking for ldap_bind in -lldap... yes checking for ldap_simple_bind in -lldap_r... yes checking test program... ok checking whether printf supports argument control... yes checking whether long int is 64 bits... yes checking size of unsigned long... 8 checking size of void *... 8 checking size of size_t... 8 checking whether to build with float4 passed by value... yes checking whether to build with float8 passed by value... yes 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 sig_atomic_t... yes checking for POSIX signal interface... yes checking for working memcmp... yes 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... msgfmt checking for msgmerge... msgmerge checking for xgettext... xgettext checking for onsgmls... onsgmls checking for openjade... openjade checking for DocBook V4.2... yes checking for DocBook stylesheets... /usr/share/sgml/stylesheets/dsssl/docbook checking for collateindex.pl... /usr/bin/collateindex.pl checking for sgmlspl... sgmlspl checking for docbook2man... checking thread safety of required library functions... yes checking if x86_64-pc-linux-gnu-gcc supports -Wl,--as-needed... yes configure: using CFLAGS=-march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv configure: using CPPFLAGS= -D_GNU_SOURCE configure: using LDFLAGS=-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -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/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/dynloader/linux.c to src/backend/port/dynloader.c config.status: linking src/backend/port/sysv_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/backend/port/dynloader/linux.h to src/include/dynloader.h 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 configure: WARNING: option ignored: --enable-option-checking configure: WARNING: option ignored: --enable-largefile >>> Source configured. >>> Compiling source in /tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7 ... make -j9 make: Warning: File `/dev/null' has modification time 3,4e+03 s in the future make -C doc all make[1]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/doc' make[1]: Warning: File `/dev/null' has modification time 3,4e+03 s in the future gzip -d -c man.tar.gz | /bin/tar xf - make[1]: warning: Clock skew detected. Your build may be incomplete. make[1]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/doc' make -C src all make[1]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src' make[1]: Warning: File `/dev/null' has modification time 3,4e+03 s in the future make -C port all make[2]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/port' make[2]: Warning: File `/dev/null' has modification time 3,4e+03 s in the future x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c -o strlcpy.o strlcpy.c -MMD -MP -MF .deps/strlcpy.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c -o strlcat.o strlcat.c -MMD -MP -MF .deps/strlcat.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c -o chklocale.o chklocale.c -MMD -MP -MF .deps/chklocale.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c -o dirmod.o dirmod.c -MMD -MP -MF .deps/dirmod.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c -o exec.o exec.c -MMD -MP -MF .deps/exec.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c -o noblock.o noblock.c -MMD -MP -MF .deps/noblock.Po echo "#define PGBINDIR \"/usr/lib64/postgresql-8.4/bin\"" >pg_config_paths.h x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c -o pgsleep.o pgsleep.c -MMD -MP -MF .deps/pgsleep.Po echo "#define PGSHAREDIR \"/usr/share/postgresql-8.4\"" >>pg_config_paths.h echo "#define SYSCONFDIR \"/etc/postgresql-8.4\"" >>pg_config_paths.h echo "#define INCLUDEDIR \"/usr/include/postgresql-8.4\"" >>pg_config_paths.h x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c -o pgstrcasecmp.o pgstrcasecmp.c -MMD -MP -MF .deps/pgstrcasecmp.Po echo "#define PKGINCLUDEDIR \"/usr/include/postgresql-8.4\"" >>pg_config_paths.h echo "#define INCLUDEDIRSERVER \"/usr/include/postgresql-8.4/server\"" >>pg_config_paths.h echo "#define LIBDIR \"/usr/lib64/postgresql-8.4/lib64\"" >>pg_config_paths.h echo "#define PKGLIBDIR \"/usr/lib64/postgresql-8.4/lib64\"" >>pg_config_paths.h echo "#define LOCALEDIR \"/usr/lib64/postgresql-8.4/share/locale\"" >>pg_config_paths.h echo "#define DOCDIR \"/usr/share/doc/postgresql-8.4\"" >>pg_config_paths.h x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c -o qsort.o qsort.c -MMD -MP -MF .deps/qsort.Po echo "#define HTMLDIR \"/usr/share/doc/postgresql-8.4\"" >>pg_config_paths.h echo "#define MANDIR \"/usr/share/postgresql-8.4/man\"" >>pg_config_paths.h x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c -o qsort_arg.o qsort_arg.c -MMD -MP -MF .deps/qsort_arg.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c -o sprompt.o sprompt.c -MMD -MP -MF .deps/sprompt.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -c thread.c x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../src/port -I../../src/include -D_GNU_SOURCE -c strlcat.c -o strlcat_srv.o x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../src/port -I../../src/include -D_GNU_SOURCE -c strlcpy.c -o strlcpy_srv.o x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../src/port -I../../src/include -D_GNU_SOURCE -c chklocale.c -o chklocale_srv.o x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../src/port -I../../src/include -D_GNU_SOURCE -c dirmod.c -o dirmod_srv.o x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../src/port -I../../src/include -D_GNU_SOURCE -c exec.c -o exec_srv.o x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../src/port -I../../src/include -D_GNU_SOURCE -c noblock.c -o noblock_srv.o x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../src/port -I../../src/include -D_GNU_SOURCE -c path.c -o path_srv.o x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../src/port -I../../src/include -D_GNU_SOURCE -c pgsleep.c -o pgsleep_srv.o x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../src/port -I../../src/include -D_GNU_SOURCE -c pgstrcasecmp.c -o pgstrcasecmp_srv.o x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../src/port -I../../src/include -D_GNU_SOURCE -c qsort.c -o qsort_srv.o x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../src/port -I../../src/include -D_GNU_SOURCE -c qsort_arg.c -o qsort_arg_srv.o x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../src/port -I../../src/include -D_GNU_SOURCE -c sprompt.c -o sprompt_srv.o x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../src/port -I../../src/include -D_GNU_SOURCE -c thread.c -o thread_srv.o x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../src/port -DFRONTEND -I../../src/include -D_GNU_SOURCE -c -o path.o path.c -MMD -MP -MF .deps/path.Po x86_64-pc-linux-gnu-ar crs libpgport_srv.a strlcat_srv.o strlcpy_srv.o chklocale_srv.o dirmod_srv.o exec_srv.o noblock_srv.o path_srv.o pgsleep_srv.o pgstrcasecmp_srv.o qsort_srv.o qsort_arg_srv.o sprompt_srv.o thread_srv.o x86_64-pc-linux-gnu-ar crs libpgport.a strlcat.o strlcpy.o chklocale.o dirmod.o exec.o noblock.o path.o pgsleep.o pgstrcasecmp.o qsort.o qsort_arg.o sprompt.o thread.o make[2]: warning: Clock skew detected. Your build may be incomplete. make[2]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/port' make -C backend all make[2]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/backend' make[2]: Warning: File `/dev/null' has modification time 3,4e+03 s in the future prereqdir=`cd parser/ >/dev/null && pwd` && \ cd ../../src/include/parser/ && rm -f gram.h && \ ln -s "$prereqdir/gram.h" . make -C utils fmgroids.h make -C utils probes.h make[3]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/backend/utils' make[3]: Warning: File `/dev/null' has modification time 3,4e+03 s in the future make[3]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/backend/utils' make[3]: Warning: File `/dev/null' has modification time 3,4e+03 s in the future AWK='gawk' /bin/sh Gen_fmgrtab.sh ../../../src/include/catalog/pg_proc.h sed -f ./Gen_dummy_probes.sed probes.d >probes.h make[3]: warning: Clock skew detected. Your build may be incomplete. make[3]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/backend/utils' cd ../../src/include/utils/ && rm -f probes.h && \ ln -s ../../../src/backend/utils/probes.h . make[3]: warning: Clock skew detected. Your build may be incomplete. make[3]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/backend/utils' cd ../../src/include/utils/ && rm -f fmgroids.h && \ ln -s ../../../src/backend/utils/fmgroids.h . make[2]: warning: Clock skew detected. Your build may be incomplete. make[2]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/backend' make -C include all make[2]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/include' make[2]: Warning: File `/dev/null' has modification time 3,4e+03 s in the future make[2]: Nothing to be done for `all'. make[2]: warning: Clock skew detected. Your build may be incomplete. make[2]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/include' make -C interfaces all make[2]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces' make[2]: Warning: File `/dev/null' has modification time 3,4e+03 s in the future make[3]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/libpq' make[3]: Warning: File `/dev/null' has modification time 3,4e+03 s in the future msgfmt -o po/cs.mo po/cs.po msgfmt -o po/de.mo po/de.po msgfmt -o po/es.mo po/es.po msgfmt -o po/fr.mo po/fr.po msgfmt -o po/it.mo po/it.po msgfmt -o po/ko.mo po/ko.po msgfmt -o po/pt_BR.mo po/pt_BR.po msgfmt -o po/ru.mo po/ru.po msgfmt -o po/sv.mo po/sv.po msgfmt -o po/tr.mo po/tr.po msgfmt -o po/zh_CN.mo po/zh_CN.po msgfmt -o po/zh_TW.mo po/zh_TW.po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -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 -MMD -MP -MF .deps/fe-auth.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -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 -MMD -MP -MF .deps/fe-exec.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -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 -MMD -MP -MF .deps/fe-connect.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -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 -MMD -MP -MF .deps/fe-misc.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -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 -MMD -MP -MF .deps/fe-print.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -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 -MMD -MP -MF .deps/fe-lobj.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -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 -MMD -MP -MF .deps/fe-protocol2.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -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 -MMD -MP -MF .deps/fe-protocol3.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -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 -MMD -MP -MF .deps/pqexpbuffer.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o pqsignal.o pqsignal.c -MMD -MP -MF .deps/pqsignal.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -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 -MMD -MP -MF .deps/fe-secure.Po fe-connect.c: In function ‘PasswordFromFile’: fe-connect.c:3900: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -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 -MMD -MP -MF .deps/libpq-events.Po rm -f md5.c && ln -s ../../../src/backend/libpq/md5.c . rm -f ip.c && ln -s ../../../src/backend/libpq/ip.c . rm -f wchar.c && ln -s ../../../src/backend/utils/mb/wchar.c . rm -f encnames.c && ln -s ../../../src/backend/utils/mb/encnames.c . rm -f noblock.c && ln -s ../../../src/port/noblock.c . rm -f pgstrcasecmp.c && ln -s ../../../src/port/pgstrcasecmp.c . rm -f thread.c && ln -s ../../../src/port/thread.c . rm -f strlcpy.c && ln -s ../../../src/port/strlcpy.c . ( echo '{ global:'; gawk '/^[^#]/ {printf "%s;\n",$1}' exports.txt; echo ' local: *; };' ) >exports.list x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o md5.o md5.c -MMD -MP -MF .deps/md5.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o ip.o ip.c -MMD -MP -MF .deps/ip.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o wchar.o wchar.c -MMD -MP -MF .deps/wchar.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o encnames.o encnames.c -MMD -MP -MF .deps/encnames.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o noblock.o noblock.c -MMD -MP -MF .deps/noblock.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o pgstrcasecmp.o pgstrcasecmp.c -MMD -MP -MF .deps/pgstrcasecmp.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o thread.o thread.c -MMD -MP -MF .deps/thread.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -D_GNU_SOURCE -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5 -c -o strlcpy.o strlcpy.c -MMD -MP -MF .deps/strlcpy.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -shared -Wl,-soname,libpq.so.5 -Wl,--version-script=exports.list -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o fe-protocol2.o fe-protocol3.o pqexpbuffer.o pqsignal.o fe-secure.o libpq-events.o md5.o ip.o wchar.o encnames.o noblock.o pgstrcasecmp.o thread.o strlcpy.o -L../../../src/port -lssl -lcrypto -lcrypt -lldap_r -lpthread -Wl,-rpath,'/usr/lib64/postgresql-8.4/lib64' -o libpq.so.5.2 x86_64-pc-linux-gnu-ar crs libpq.a fe-auth.o fe-connect.o fe-exec.o fe-misc.o fe-print.o fe-lobj.o fe-protocol2.o fe-protocol3.o pqexpbuffer.o pqsignal.o fe-secure.o libpq-events.o md5.o ip.o wchar.o encnames.o noblock.o pgstrcasecmp.o thread.o strlcpy.o x86_64-pc-linux-gnu-ranlib libpq.a rm -f libpq.so.5 ln -s libpq.so.5.2 libpq.so.5 rm -f libpq.so ln -s libpq.so.5.2 libpq.so make[3]: warning: Clock skew detected. Your build may be incomplete. make[3]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/libpq' make[3]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/ecpg' make[3]: Warning: File `/dev/null' has modification time 3,4e+03 s in the future make -C include all make[4]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/ecpg/include' make[4]: Warning: File `/dev/null' has modification time 3,4e+03 s in the future make[4]: Nothing to be done for `all'. make[4]: warning: Clock skew detected. Your build may be incomplete. make[4]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/ecpg/include' make -C pgtypeslib all make[4]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/ecpg/pgtypeslib' make[4]: Warning: File `/dev/null' has modification time 3,4e+03 s in the future x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/include/utils -I../../../../src/interfaces/libpq -I../../../../src/include -D_GNU_SOURCE -DSO_MAJOR_VERSION=3 -c -o numeric.o numeric.c -MMD -MP -MF .deps/numeric.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/include/utils -I../../../../src/interfaces/libpq -I../../../../src/include -D_GNU_SOURCE -DSO_MAJOR_VERSION=3 -c -o datetime.o datetime.c -MMD -MP -MF .deps/datetime.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/include/utils -I../../../../src/interfaces/libpq -I../../../../src/include -D_GNU_SOURCE -DSO_MAJOR_VERSION=3 -c -o common.o common.c -MMD -MP -MF .deps/common.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/include/utils -I../../../../src/interfaces/libpq -I../../../../src/include -D_GNU_SOURCE -DSO_MAJOR_VERSION=3 -c -o dt_common.o dt_common.c -MMD -MP -MF .deps/dt_common.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/include/utils -I../../../../src/interfaces/libpq -I../../../../src/include -D_GNU_SOURCE -DSO_MAJOR_VERSION=3 -c -o timestamp.o timestamp.c -MMD -MP -MF .deps/timestamp.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/include/utils -I../../../../src/interfaces/libpq -I../../../../src/include -D_GNU_SOURCE -DSO_MAJOR_VERSION=3 -c -o interval.o interval.c -MMD -MP -MF .deps/interval.Po rm -f pgstrcasecmp.c && ln -s ../../../../src/port/pgstrcasecmp.c . ( echo '{ global:'; gawk '/^[^#]/ {printf "%s;\n",$1}' exports.txt; echo ' local: *; };' ) >exports.list x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/include/utils -I../../../../src/interfaces/libpq -I../../../../src/include -D_GNU_SOURCE -DSO_MAJOR_VERSION=3 -c -o pgstrcasecmp.o pgstrcasecmp.c -MMD -MP -MF .deps/pgstrcasecmp.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -shared -Wl,-soname,libpgtypes.so.3 -Wl,--version-script=exports.list -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu numeric.o datetime.o common.o dt_common.o timestamp.o interval.o pgstrcasecmp.o -L../../../../src/port -lm -Wl,-rpath,'/usr/lib64/postgresql-8.4/lib64' -o libpgtypes.so.3.1 x86_64-pc-linux-gnu-ar crs libpgtypes.a numeric.o datetime.o common.o dt_common.o timestamp.o interval.o pgstrcasecmp.o x86_64-pc-linux-gnu-ranlib libpgtypes.a rm -f libpgtypes.so.3 ln -s libpgtypes.so.3.1 libpgtypes.so.3 rm -f libpgtypes.so ln -s libpgtypes.so.3.1 libpgtypes.so make[4]: warning: Clock skew detected. Your build may be incomplete. make[4]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/ecpg/pgtypeslib' make -C ecpglib all make[4]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/ecpg/ecpglib' make[4]: Warning: File `/dev/null' has modification time 3,4e+03 s in the future msgfmt -o po/de.mo po/de.po msgfmt -o po/es.mo po/es.po msgfmt -o po/fr.mo po/fr.po msgfmt -o po/it.mo po/it.po msgfmt -o po/pt_BR.mo po/pt_BR.po msgfmt -o po/tr.mo po/tr.po msgfmt -o po/zh_CN.mo po/zh_CN.po make -C ../../../../src/interfaces/libpq all make -C ../../../../src/interfaces/ecpg/pgtypeslib all make[5]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/ecpg/pgtypeslib' make[5]: Warning: File `/dev/null' has modification time 3,4e+03 s in the future x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -I../../../../src/include -D_GNU_SOURCE -DSO_MAJOR_VERSION=6 -c -o execute.o execute.c -MMD -MP -MF .deps/execute.Po make[5]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/libpq' make[5]: Warning: File `/dev/null' has modification time 3,4e+03 s in the future x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -I../../../../src/include -D_GNU_SOURCE -DSO_MAJOR_VERSION=6 -c -o typename.o typename.c -MMD -MP -MF .deps/typename.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -I../../../../src/include -D_GNU_SOURCE -DSO_MAJOR_VERSION=6 -c -o descriptor.o descriptor.c -MMD -MP -MF .deps/descriptor.Po make[5]: Nothing to be done for `all'. make[5]: warning: Clock skew detected. Your build may be incomplete. make[5]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/ecpg/pgtypeslib' x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -I../../../../src/include -D_GNU_SOURCE -DSO_MAJOR_VERSION=6 -c -o data.o data.c -MMD -MP -MF .deps/data.Po make[5]: Nothing to be done for `all'. make[5]: warning: Clock skew detected. Your build may be incomplete. make[5]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/libpq' x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -I../../../../src/include -D_GNU_SOURCE -DSO_MAJOR_VERSION=6 -c -o error.o error.c -MMD -MP -MF .deps/error.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -I../../../../src/include -D_GNU_SOURCE -DSO_MAJOR_VERSION=6 -c -o prepare.o prepare.c -MMD -MP -MF .deps/prepare.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -I../../../../src/include -D_GNU_SOURCE -DSO_MAJOR_VERSION=6 -c -o memory.o memory.c -MMD -MP -MF .deps/memory.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -I../../../../src/include -D_GNU_SOURCE -DSO_MAJOR_VERSION=6 -c -o connect.o connect.c -MMD -MP -MF .deps/connect.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -I../../../../src/include -D_GNU_SOURCE -DSO_MAJOR_VERSION=6 -c -o misc.o misc.c -MMD -MP -MF .deps/misc.Po rm -f path.c && ln -s ../../../../src/port/path.c . rm -f pgstrcasecmp.c && ln -s ../../../../src/port/pgstrcasecmp.c . rm -f strlcpy.c && ln -s ../../../../src/port/strlcpy.c . rm -f thread.c && ln -s ../../../../src/port/thread.c . ( echo '{ global:'; gawk '/^[^#]/ {printf "%s;\n",$1}' exports.txt; echo ' local: *; };' ) >exports.list x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -I../../../../src/include -D_GNU_SOURCE -DSO_MAJOR_VERSION=6 -c -o path.o path.c -MMD -MP -MF .deps/path.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -I../../../../src/include -D_GNU_SOURCE -DSO_MAJOR_VERSION=6 -c -o pgstrcasecmp.o pgstrcasecmp.c -MMD -MP -MF .deps/pgstrcasecmp.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -I../../../../src/include -D_GNU_SOURCE -DSO_MAJOR_VERSION=6 -c -o strlcpy.o strlcpy.c -MMD -MP -MF .deps/strlcpy.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/port -I../../../../src/include -D_GNU_SOURCE -DSO_MAJOR_VERSION=6 -c -o thread.o thread.c -MMD -MP -MF .deps/thread.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -shared -Wl,-soname,libecpg.so.6 -Wl,--version-script=exports.list -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu execute.o typename.o descriptor.o data.o error.o prepare.o memory.o connect.o misc.o path.o pgstrcasecmp.o strlcpy.o thread.o -L../pgtypeslib -L../../../../src/interfaces/libpq -L../../../../src/port -lpgtypes -lpq -lm -lpthread -Wl,-rpath,'/usr/lib64/postgresql-8.4/lib64' -o libecpg.so.6.1 x86_64-pc-linux-gnu-ar crs libecpg.a execute.o typename.o descriptor.o data.o error.o prepare.o memory.o connect.o misc.o path.o pgstrcasecmp.o strlcpy.o thread.o x86_64-pc-linux-gnu-ranlib libecpg.a rm -f libecpg.so.6 ln -s libecpg.so.6.1 libecpg.so.6 rm -f libecpg.so ln -s libecpg.so.6.1 libecpg.so make[4]: warning: Clock skew detected. Your build may be incomplete. make[4]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/ecpg/ecpglib' make -C compatlib all make[4]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/ecpg/compatlib' make[4]: Warning: File `/dev/null' has modification time 3,4e+03 s in the future ( echo '{ global:'; gawk '/^[^#]/ {printf "%s;\n",$1}' exports.txt; echo ' local: *; };' ) >exports.list x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -I../include -I../../../../src/interfaces/ecpg/include -I../../../../src/interfaces/libpq -I../../../../src/include/utils -I../../../../src/include -D_GNU_SOURCE -DSO_MAJOR_VERSION=3 -c -o informix.o informix.c -MMD -MP -MF .deps/informix.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -shared -Wl,-soname,libecpg_compat.so.3 -Wl,--version-script=exports.list -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu informix.o -L../ecpglib -L../pgtypeslib -L../../../../src/interfaces/libpq -L../../../../src/port -lecpg -lpgtypes -lpq -lm -lpthread -Wl,-rpath,'/usr/lib64/postgresql-8.4/lib64' -o libecpg_compat.so.3.1 x86_64-pc-linux-gnu-ar crs libecpg_compat.a informix.o x86_64-pc-linux-gnu-ranlib libecpg_compat.a rm -f libecpg_compat.so.3 ln -s libecpg_compat.so.3.1 libecpg_compat.so.3 rm -f libecpg_compat.so ln -s libecpg_compat.so.3.1 libecpg_compat.so make[4]: warning: Clock skew detected. Your build may be incomplete. make[4]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/ecpg/compatlib' make -C preproc all make[4]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/ecpg/preproc' make[4]: Warning: File `/dev/null' has modification time 3,4e+03 s in the future msgfmt -o po/de.mo po/de.po msgfmt -o po/es.mo po/es.po msgfmt -o po/fr.mo po/fr.po msgfmt -o po/it.mo po/it.po msgfmt -o po/ko.mo po/ko.po msgfmt -o po/pt_BR.mo po/pt_BR.po msgfmt -o po/tr.mo po/tr.po msgfmt -o po/zh_CN.mo po/zh_CN.po msgfmt -o po/zh_TW.mo po/zh_TW.po make -C ../../../../src/port all make[5]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/port' make[5]: Warning: File `/dev/null' has modification time 3,4e+03 s in the future x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DECPG_COMPILE -I../include -I../../../../src/interfaces/ecpg/include -I. -DMAJOR_VERSION=4 -DMINOR_VERSION=5 -DPATCHLEVEL=0 -I../../../../src/include -D_GNU_SOURCE -c -o preproc.o preproc.c -MMD -MP -MF .deps/preproc.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DECPG_COMPILE -I../include -I../../../../src/interfaces/ecpg/include -I. -DMAJOR_VERSION=4 -DMINOR_VERSION=5 -DPATCHLEVEL=0 -I../../../../src/include -D_GNU_SOURCE -c -o type.o type.c -MMD -MP -MF .deps/type.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DECPG_COMPILE -I../include -I../../../../src/interfaces/ecpg/include -I. -DMAJOR_VERSION=4 -DMINOR_VERSION=5 -DPATCHLEVEL=0 -I../../../../src/include -D_GNU_SOURCE -c -o ecpg.o ecpg.c -MMD -MP -MF .deps/ecpg.Po make[5]: Nothing to be done for `all'. make[5]: warning: Clock skew detected. Your build may be incomplete. make[5]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/port' x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DECPG_COMPILE -I../include -I../../../../src/interfaces/ecpg/include -I. -DMAJOR_VERSION=4 -DMINOR_VERSION=5 -DPATCHLEVEL=0 -I../../../../src/include -D_GNU_SOURCE -c -o output.o output.c -MMD -MP -MF .deps/output.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DECPG_COMPILE -I../include -I../../../../src/interfaces/ecpg/include -I. -DMAJOR_VERSION=4 -DMINOR_VERSION=5 -DPATCHLEVEL=0 -I../../../../src/include -D_GNU_SOURCE -c -o parser.o parser.c -MMD -MP -MF .deps/parser.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DECPG_COMPILE -I../include -I../../../../src/interfaces/ecpg/include -I. -DMAJOR_VERSION=4 -DMINOR_VERSION=5 -DPATCHLEVEL=0 -I../../../../src/include -D_GNU_SOURCE -c -o keywords.o keywords.c -MMD -MP -MF .deps/keywords.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DECPG_COMPILE -I../include -I../../../../src/interfaces/ecpg/include -I. -DMAJOR_VERSION=4 -DMINOR_VERSION=5 -DPATCHLEVEL=0 -I../../../../src/include -D_GNU_SOURCE -c -o c_keywords.o c_keywords.c -MMD -MP -MF .deps/c_keywords.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DECPG_COMPILE -I../include -I../../../../src/interfaces/ecpg/include -I. -DMAJOR_VERSION=4 -DMINOR_VERSION=5 -DPATCHLEVEL=0 -I../../../../src/include -D_GNU_SOURCE -c -o ecpg_keywords.o ecpg_keywords.c -MMD -MP -MF .deps/ecpg_keywords.Po rm -f kwlookup.c && ln -s ../../../../src/backend/parser/kwlookup.c . x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DECPG_COMPILE -I../include -I../../../../src/interfaces/ecpg/include -I. -DMAJOR_VERSION=4 -DMINOR_VERSION=5 -DPATCHLEVEL=0 -I../../../../src/include -D_GNU_SOURCE -c -o descriptor.o descriptor.c -MMD -MP -MF .deps/descriptor.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DECPG_COMPILE -I../include -I../../../../src/interfaces/ecpg/include -I. -DMAJOR_VERSION=4 -DMINOR_VERSION=5 -DPATCHLEVEL=0 -I../../../../src/include -D_GNU_SOURCE -c -o variable.o variable.c -MMD -MP -MF .deps/variable.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DECPG_COMPILE -I../include -I../../../../src/interfaces/ecpg/include -I. -DMAJOR_VERSION=4 -DMINOR_VERSION=5 -DPATCHLEVEL=0 -I../../../../src/include -D_GNU_SOURCE -c -o kwlookup.o kwlookup.c -MMD -MP -MF .deps/kwlookup.Po In file included from preproc.y:12653: pgc.c: In function ‘base_yylex’: pgc.l:372: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result pgc.l:382: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result pgc.l:383: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result pgc.l:384: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result pgc.l:760: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result pgc.l:816: warning: ignoring return value of ‘fwrite’, declared with attribute warn_unused_result x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -pthread -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -DECPG_COMPILE -L../../../../src/port -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-rpath,'/usr/lib64/postgresql-8.4/lib64' preproc.o type.o ecpg.o output.o parser.o keywords.o c_keywords.o ecpg_keywords.o kwlookup.o ../ecpglib/typename.o descriptor.o variable.o -lpgport -lpam -lssl -lcrypto -lz -lreadline -lcrypt -ldl -lm -lpthread -o ecpg make[4]: warning: Clock skew detected. Your build may be incomplete. make[4]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/ecpg/preproc' make[3]: warning: Clock skew detected. Your build may be incomplete. make[3]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/ecpg' make[2]: warning: Clock skew detected. Your build may be incomplete. make[2]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces' make -C bin all make[2]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/bin' make[2]: Warning: File `/dev/null' has modification time 3,4e+03 s in the future make[3]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/bin/pg_dump' make[3]: Warning: File `/dev/null' has modification time 3,4e+03 s in the future msgfmt -o po/de.mo po/de.po msgfmt -o po/es.mo po/es.po msgfmt -o po/fr.mo po/fr.po msgfmt -o po/it.mo po/it.po msgfmt -o po/ko.mo po/ko.po msgfmt -o po/pt_BR.mo po/pt_BR.po msgfmt -o po/sv.mo po/sv.po msgfmt -o po/tr.mo po/tr.po msgfmt -o po/zh_CN.mo po/zh_CN.po msgfmt -o po/zh_TW.mo po/zh_TW.po make -C ../../../src/interfaces/libpq all make -C ../../../src/port all make[4]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/port' make[4]: Warning: File `/dev/null' has modification time 3,4e+03 s in the future make[4]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/libpq' make[4]: Warning: File `/dev/null' has modification time 3,4e+03 s in the future make[4]: Nothing to be done for `all'. make[4]: warning: Clock skew detected. Your build may be incomplete. make[4]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/port' x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o pg_dump.o pg_dump.c -MMD -MP -MF .deps/pg_dump.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o common.o common.c -MMD -MP -MF .deps/common.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o pg_dump_sort.o pg_dump_sort.c -MMD -MP -MF .deps/pg_dump_sort.Po make[4]: Nothing to be done for `all'. make[4]: warning: Clock skew detected. Your build may be incomplete. make[4]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/libpq' x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o pg_backup_archiver.o pg_backup_archiver.c -MMD -MP -MF .deps/pg_backup_archiver.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o pg_backup_db.o pg_backup_db.c -MMD -MP -MF .deps/pg_backup_db.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o pg_backup_custom.o pg_backup_custom.c -MMD -MP -MF .deps/pg_backup_custom.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o pg_backup_files.o pg_backup_files.c -MMD -MP -MF .deps/pg_backup_files.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o pg_backup_null.o pg_backup_null.c -MMD -MP -MF .deps/pg_backup_null.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o pg_backup_tar.o pg_backup_tar.c -MMD -MP -MF .deps/pg_backup_tar.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o dumputils.o dumputils.c -MMD -MP -MF .deps/dumputils.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o keywords.o keywords.c -MMD -MP -MF .deps/keywords.Po rm -f kwlookup.c && ln -s ../../../src/backend/parser/kwlookup.c . x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o pg_restore.o pg_restore.c -MMD -MP -MF .deps/pg_restore.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o pg_dumpall.o pg_dumpall.c -MMD -MP -MF .deps/pg_dumpall.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o kwlookup.o kwlookup.c -MMD -MP -MF .deps/kwlookup.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv pg_dumpall.o dumputils.o keywords.o kwlookup.o -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-rpath,'/usr/lib64/postgresql-8.4/lib64' -lpgport -lpam -lssl -lcrypto -lz -lreadline -lcrypt -ldl -lm -o pg_dumpall x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv pg_restore.o keywords.o kwlookup.o pg_backup_archiver.o pg_backup_db.o pg_backup_custom.o pg_backup_files.o pg_backup_null.o pg_backup_tar.o dumputils.o -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-rpath,'/usr/lib64/postgresql-8.4/lib64' -lpgport -lpam -lssl -lcrypto -lz -lreadline -lcrypt -ldl -lm -o pg_restore x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv pg_dump.o common.o pg_dump_sort.o keywords.o kwlookup.o pg_backup_archiver.o pg_backup_db.o pg_backup_custom.o pg_backup_files.o pg_backup_null.o pg_backup_tar.o dumputils.o -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-rpath,'/usr/lib64/postgresql-8.4/lib64' -lpgport -lpam -lssl -lcrypto -lz -lreadline -lcrypt -ldl -lm -o pg_dump make[3]: warning: Clock skew detected. Your build may be incomplete. make[3]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/bin/pg_dump' make[3]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/bin/psql' make[3]: Warning: File `/dev/null' has modification time 3,4e+03 s in the future msgfmt -o po/cs.mo po/cs.po msgfmt -o po/de.mo po/de.po msgfmt -o po/es.mo po/es.po msgfmt -o po/fr.mo po/fr.po msgfmt -o po/it.mo po/it.po msgfmt -o po/ko.mo po/ko.po msgfmt -o po/pt_BR.mo po/pt_BR.po msgfmt -o po/sv.mo po/sv.po msgfmt -o po/tr.mo po/tr.po msgfmt -o po/zh_CN.mo po/zh_CN.po msgfmt -o po/zh_TW.mo po/zh_TW.po make -C ../../../src/interfaces/libpq all make -C ../../../src/port all make[4]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/port' make[4]: Warning: File `/dev/null' has modification time 3,4e+03 s in the future make[4]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/libpq' make[4]: Warning: File `/dev/null' has modification time 3,4e+03 s in the future make[4]: Nothing to be done for `all'. make[4]: warning: Clock skew detected. Your build may be incomplete. make[4]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/port' make[4]: Nothing to be done for `all'. make[4]: warning: Clock skew detected. Your build may be incomplete. make[4]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/libpq' x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -D_GNU_SOURCE -c -o command.o command.c -MMD -MP -MF .deps/command.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -D_GNU_SOURCE -c -o common.o common.c -MMD -MP -MF .deps/common.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -D_GNU_SOURCE -c -o help.o help.c -MMD -MP -MF .deps/help.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -D_GNU_SOURCE -c -o input.o input.c -MMD -MP -MF .deps/input.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -D_GNU_SOURCE -c -o stringutils.o stringutils.c -MMD -MP -MF .deps/stringutils.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -D_GNU_SOURCE -c -o mainloop.o mainloop.c -MMD -MP -MF .deps/mainloop.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -D_GNU_SOURCE -c -o copy.o copy.c -MMD -MP -MF .deps/copy.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -D_GNU_SOURCE -c -o startup.o startup.c -MMD -MP -MF .deps/startup.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -D_GNU_SOURCE -c -o prompt.o prompt.c -MMD -MP -MF .deps/prompt.Po common.c: In function ‘handle_sigint’: common.c:247: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result common.c:250: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result common.c:251: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -D_GNU_SOURCE -c -o variables.o variables.c -MMD -MP -MF .deps/variables.Po prompt.c: In function ‘get_prompt’: prompt.c:255: warning: ignoring return value of ‘fgets’, declared with attribute warn_unused_result x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -D_GNU_SOURCE -c -o large_obj.o large_obj.c -MMD -MP -MF .deps/large_obj.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -D_GNU_SOURCE -c -o print.o print.c -MMD -MP -MF .deps/print.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -D_GNU_SOURCE -c -o describe.o describe.c -MMD -MP -MF .deps/describe.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -D_GNU_SOURCE -c -o tab-complete.o tab-complete.c -MMD -MP -MF .deps/tab-complete.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -D_GNU_SOURCE -c -o mbprint.o mbprint.c -MMD -MP -MF .deps/mbprint.Po rm -f dumputils.c && ln -s ../../../src/bin/pg_dump/dumputils.c . rm -f keywords.c && ln -s ../../../src/bin/pg_dump/keywords.c . rm -f kwlookup.c && ln -s ../../../src/backend/parser/kwlookup.c . x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -D_GNU_SOURCE -c -o dumputils.o dumputils.c -MMD -MP -MF .deps/dumputils.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -D_GNU_SOURCE -c -o keywords.o keywords.c -MMD -MP -MF .deps/keywords.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I. -I../../../src/interfaces/libpq -I../../../src/bin/pg_dump -I../../../src/include -D_GNU_SOURCE -c -o kwlookup.o kwlookup.c -MMD -MP -MF .deps/kwlookup.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv command.o common.o help.o input.o stringutils.o mainloop.o copy.o startup.o prompt.o variables.o large_obj.o print.o describe.o tab-complete.o mbprint.o dumputils.o keywords.o kwlookup.o -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-rpath,'/usr/lib64/postgresql-8.4/lib64' -lpgport -lpam -lssl -lcrypto -lz -lreadline -lcrypt -ldl -lm -o psql make[3]: warning: Clock skew detected. Your build may be incomplete. make[3]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/bin/psql' make[3]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/bin/scripts' make[3]: Warning: File `/dev/null' has modification time 3,4e+03 s in the future msgfmt -o po/cs.mo po/cs.po msgfmt -o po/de.mo po/de.po msgfmt -o po/es.mo po/es.po msgfmt -o po/fr.mo po/fr.po msgfmt -o po/it.mo po/it.po msgfmt -o po/ko.mo po/ko.po msgfmt -o po/pt_BR.mo po/pt_BR.po msgfmt -o po/ro.mo po/ro.po msgfmt -o po/sv.mo po/sv.po msgfmt -o po/tr.mo po/tr.po msgfmt -o po/zh_CN.mo po/zh_CN.po msgfmt -o po/zh_TW.mo po/zh_TW.po make -C ../../../src/interfaces/libpq all make[4]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/libpq' make[4]: Warning: File `/dev/null' has modification time 3,4e+03 s in the future rm -f dumputils.c && ln -s ../../../src/bin/pg_dump/dumputils.c . x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../src/bin/pg_dump -I../../../src/bin/psql -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o createdb.o createdb.c -MMD -MP -MF .deps/createdb.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../src/bin/pg_dump -I../../../src/bin/psql -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o common.o common.c -MMD -MP -MF .deps/common.Po rm -f kwlookup.c && ln -s ../../../src/backend/parser/kwlookup.c . rm -f keywords.c && ln -s ../../../src/bin/pg_dump/keywords.c . x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../src/bin/pg_dump -I../../../src/bin/psql -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o createlang.o createlang.c -MMD -MP -MF .deps/createlang.Po rm -f print.c && ln -s ../../../src/bin/psql/print.c . rm -f mbprint.c && ln -s ../../../src/bin/psql/mbprint.c . make[4]: Nothing to be done for `all'. make[4]: warning: Clock skew detected. Your build may be incomplete. make[4]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/libpq' x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../src/bin/pg_dump -I../../../src/bin/psql -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o createuser.o createuser.c -MMD -MP -MF .deps/createuser.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../src/bin/pg_dump -I../../../src/bin/psql -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o dropdb.o dropdb.c -MMD -MP -MF .deps/dropdb.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../src/bin/pg_dump -I../../../src/bin/psql -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o droplang.o droplang.c -MMD -MP -MF .deps/droplang.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../src/bin/pg_dump -I../../../src/bin/psql -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o dropuser.o dropuser.c -MMD -MP -MF .deps/dropuser.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../src/bin/pg_dump -I../../../src/bin/psql -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o clusterdb.o clusterdb.c -MMD -MP -MF .deps/clusterdb.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../src/bin/pg_dump -I../../../src/bin/psql -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o vacuumdb.o vacuumdb.c -MMD -MP -MF .deps/vacuumdb.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../src/bin/pg_dump -I../../../src/bin/psql -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o reindexdb.o reindexdb.c -MMD -MP -MF .deps/reindexdb.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../src/bin/pg_dump -I../../../src/bin/psql -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o dumputils.o dumputils.c -MMD -MP -MF .deps/dumputils.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../src/bin/pg_dump -I../../../src/bin/psql -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o kwlookup.o kwlookup.c -MMD -MP -MF .deps/kwlookup.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../src/bin/pg_dump -I../../../src/bin/psql -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o keywords.o keywords.c -MMD -MP -MF .deps/keywords.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../src/bin/pg_dump -I../../../src/bin/psql -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o print.o print.c -MMD -MP -MF .deps/print.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../src/bin/pg_dump -I../../../src/bin/psql -I../../../src/interfaces/libpq -I../../../src/include -D_GNU_SOURCE -c -o mbprint.o mbprint.c -MMD -MP -MF .deps/mbprint.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv vacuumdb.o common.o -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-rpath,'/usr/lib64/postgresql-8.4/lib64' -lpgport -lpam -lssl -lcrypto -lz -lreadline -lcrypt -ldl -lm -o vacuumdb x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv createdb.o common.o dumputils.o kwlookup.o keywords.o -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-rpath,'/usr/lib64/postgresql-8.4/lib64' -lpgport -lpam -lssl -lcrypto -lz -lreadline -lcrypt -ldl -lm -o createdb x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv createuser.o common.o dumputils.o kwlookup.o keywords.o -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-rpath,'/usr/lib64/postgresql-8.4/lib64' -lpgport -lpam -lssl -lcrypto -lz -lreadline -lcrypt -ldl -lm -o createuser x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv dropdb.o common.o dumputils.o kwlookup.o keywords.o -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-rpath,'/usr/lib64/postgresql-8.4/lib64' -lpgport -lpam -lssl -lcrypto -lz -lreadline -lcrypt -ldl -lm -o dropdb x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv dropuser.o common.o dumputils.o kwlookup.o keywords.o -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-rpath,'/usr/lib64/postgresql-8.4/lib64' -lpgport -lpam -lssl -lcrypto -lz -lreadline -lcrypt -ldl -lm -o dropuser x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv clusterdb.o common.o dumputils.o kwlookup.o keywords.o -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-rpath,'/usr/lib64/postgresql-8.4/lib64' -lpgport -lpam -lssl -lcrypto -lz -lreadline -lcrypt -ldl -lm -o clusterdb x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv reindexdb.o common.o dumputils.o kwlookup.o keywords.o -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-rpath,'/usr/lib64/postgresql-8.4/lib64' -lpgport -lpam -lssl -lcrypto -lz -lreadline -lcrypt -ldl -lm -o reindexdb x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv createlang.o common.o print.o mbprint.o -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-rpath,'/usr/lib64/postgresql-8.4/lib64' -lpgport -lpam -lssl -lcrypto -lz -lreadline -lcrypt -ldl -lm -o createlang x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv droplang.o common.o print.o mbprint.o -L../../../src/port -lpgport -L../../../src/interfaces/libpq -lpq -L../../../src/port -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-rpath,'/usr/lib64/postgresql-8.4/lib64' -lpgport -lpam -lssl -lcrypto -lz -lreadline -lcrypt -ldl -lm -o droplang make[3]: warning: Clock skew detected. Your build may be incomplete. make[3]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/bin/scripts' make[3]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/bin/pg_config' make[3]: Warning: File `/dev/null' has modification time 3,4e+03 s in the future msgfmt -o po/de.mo po/de.po msgfmt -o po/es.mo po/es.po msgfmt -o po/fr.mo po/fr.po msgfmt -o po/it.mo po/it.po msgfmt -o po/ko.mo po/ko.po msgfmt -o po/nb.mo po/nb.po msgfmt -o po/pt_BR.mo po/pt_BR.po msgfmt -o po/ro.mo po/ro.po msgfmt -o po/ru.mo po/ru.po msgfmt -o po/sv.mo po/sv.po msgfmt -o po/tr.mo po/tr.po msgfmt -o po/zh_CN.mo po/zh_CN.po msgfmt -o po/zh_TW.mo po/zh_TW.po make -C ../../../src/port all make[4]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/port' make[4]: Warning: File `/dev/null' has modification time 3,4e+03 s in the future x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../../src/include -D_GNU_SOURCE -DVAL_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' '--libdir=/usr/lib64/postgresql-8.4/lib64' '--prefix=/usr/lib64/postgresql-8.4' '--datadir=/usr/share/postgresql-8.4' '--docdir=/usr/share/doc/postgresql-8.4' '--sysconfdir=/etc/postgresql-8.4' '--includedir=/usr/include/postgresql-8.4' '--mandir=/usr/share/postgresql-8.4/man' '--enable-depend' '--without-tcl' '--without-perl' '--without-python' '--with-readline' '--without-krb5' '--without-gssapi' '--enable-nls=af cs de es fa fr hr hu it ko nb pl pt_BR ro ru sk sl sv tr zh_CN zh_TW ' '--with-pam' '--disable-integer-datetimes' '--with-openssl' '--enable-thread-safety' '--with-zlib' '--with-ldap' 'build_alias=x86_64-pc-linux-gnu' 'host_alias=x86_64-pc-linux-gnu' 'CFLAGS=-march=native -O2' 'LDFLAGS=-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu' 'LDFLAGS_SL=-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu'\"" -DVAL_CC="\"x86_64-pc-linux-gnu-gcc\"" -DVAL_CPPFLAGS="\"-D_GNU_SOURCE\"" -DVAL_CFLAGS="\"-march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv\"" -DVAL_CFLAGS_SL="\"-fpic\"" -DVAL_LDFLAGS="\"-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-rpath,'/usr/lib64/postgresql-8.4/lib64'\"" -DVAL_LDFLAGS_SL="\"-Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu\"" -DVAL_LIBS="\"-lpgport -lpam -lssl -lcrypto -lz -lreadline -lcrypt -ldl -lm \"" -c -o pg_config.o pg_config.c -MMD -MP -MF .deps/pg_config.Po make[4]: Nothing to be done for `all'. make[4]: warning: Clock skew detected. Your build may be incomplete. make[4]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/port' x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv pg_config.o -L../../../src/port -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-rpath,'/usr/lib64/postgresql-8.4/lib64' -lpgport -lpam -lssl -lcrypto -lz -lreadline -lcrypt -ldl -lm -o pg_config make[3]: warning: Clock skew detected. Your build may be incomplete. make[3]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/bin/pg_config' make[2]: warning: Clock skew detected. Your build may be incomplete. make[2]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/bin' make -C makefiles all make[2]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/makefiles' make[2]: Warning: File `/dev/null' has modification time 3,4e+03 s in the future make[2]: Nothing to be done for `all'. make[2]: warning: Clock skew detected. Your build may be incomplete. make[2]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/makefiles' make[1]: warning: Clock skew detected. Your build may be incomplete. make[1]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src' make -C config all make[1]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/config' make[1]: Warning: File `/dev/null' has modification time 3,4e+03 s in the future make[1]: Nothing to be done for `all'. make[1]: warning: Clock skew detected. Your build may be incomplete. make[1]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/config' All of PostgreSQL successfully made. Ready to install. make: warning: Clock skew detected. Your build may be incomplete. make -j9 make: Warning: File `/dev/null' has modification time 3,4e+03 s in the future make[1]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/contrib/oid2name' make[1]: Warning: File `/dev/null' has modification time 3,4e+03 s in the future x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../src/interfaces/libpq -I. -I../../src/include -D_GNU_SOURCE -c -o oid2name.o oid2name.c -MMD -MP -MF .deps/oid2name.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv oid2name.o -L../../src/port -lpgport -L../../src/interfaces/libpq -lpq -L../../src/port -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-rpath,'/usr/lib64/postgresql-8.4/lib64' -lpgport -lpam -lssl -lcrypto -lz -lreadline -lcrypt -ldl -lm -o oid2name make[1]: warning: Clock skew detected. Your build may be incomplete. make[1]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/contrib/oid2name' make[1]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/contrib/pgbench' make[1]: Warning: File `/dev/null' has modification time 3,4e+03 s in the future x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../src/interfaces/libpq -I. -I../../src/include -D_GNU_SOURCE -c -o pgbench.o pgbench.c -MMD -MP -MF .deps/pgbench.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv pgbench.o -L../../src/port -lpgport -L../../src/interfaces/libpq -lpq -L../../src/port -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-rpath,'/usr/lib64/postgresql-8.4/lib64' -lpgport -lpam -lssl -lcrypto -lz -lreadline -lcrypt -ldl -lm -o pgbench make[1]: warning: Clock skew detected. Your build may be incomplete. make[1]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/contrib/pgbench' make[1]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/contrib/vacuumlo' make[1]: Warning: File `/dev/null' has modification time 3,4e+03 s in the future x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv -I../../src/interfaces/libpq -I. -I../../src/include -D_GNU_SOURCE -c -o vacuumlo.o vacuumlo.c -MMD -MP -MF .deps/vacuumlo.Po x86_64-pc-linux-gnu-gcc -march=native -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -fno-strict-aliasing -fwrapv vacuumlo.o -L../../src/port -lpgport -L../../src/interfaces/libpq -lpq -L../../src/port -Wl,-O1 -Wl,--as-needed -Wl,--hash-style=gnu -Wl,--as-needed -Wl,-rpath,'/usr/lib64/postgresql-8.4/lib64' -lpgport -lpam -lssl -lcrypto -lz -lreadline -lcrypt -ldl -lm -o vacuumlo make[1]: warning: Clock skew detected. Your build may be incomplete. make[1]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/contrib/vacuumlo' make: warning: Clock skew detected. Your build may be incomplete. >>> Source compiled. >>> Test phase [not enabled]: dev-db/postgresql-base-8.4.7 >>> Install postgresql-base-8.4.7 into /tmp/portage/dev-db/postgresql-base-8.4.7/image/ category dev-db make -j9 DESTDIR=/tmp/portage/dev-db/postgresql-base-8.4.7/image/ install make: Warning: File `/dev/null' has modification time 3,4e+03 s in the future make -C doc install make[1]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/doc' make[1]: Warning: File `/dev/null' has modification time 3,4e+03 s in the future mkdir -p -- /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/share/doc/postgresql-8.4/html mkdir -p -- /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/share/postgresql-8.4/man/man1 /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/share/postgresql-8.4/man/man7 gzip -d -c ./postgres.tar.gz | ( cd /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/share/doc/postgresql-8.4/html && /bin/tar xf - ) for file in man1/*.1 man7/*.7 ; do \ /bin/sh ../config/install-sh -c -m 644 $file /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/share/postgresql-8.4/man/$file || exit; \ done make[1]: warning: Clock skew detected. Your build may be incomplete. make[1]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/doc' make -C src install make[1]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src' make[1]: Warning: File `/dev/null' has modification time 3,3e+03 s in the future /bin/sh ../config/mkinstalldirs '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/lib64/pgxs/src' mkdir -p -- /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/lib64/pgxs/src /bin/sh ../config/install-sh -c -m 644 Makefile.global '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/lib64/pgxs/src/Makefile.global' /bin/sh ../config/install-sh -c -m 644 Makefile.port '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/lib64/pgxs/src/Makefile.port' /bin/sh ../config/install-sh -c -m 644 ./Makefile.shlib '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/lib64/pgxs/src/Makefile.shlib' /bin/sh ../config/install-sh -c -m 644 ./nls-global.mk '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/lib64/pgxs/src/nls-global.mk' make -C port install make[2]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/port' make[2]: Warning: File `/dev/null' has modification time 3,3e+03 s in the future /bin/sh ../../config/install-sh -c -m 644 libpgport.a '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/lib64/libpgport.a' make[2]: warning: Clock skew detected. Your build may be incomplete. make[2]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/port' make -C backend install make[2]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/backend' make[2]: Warning: File `/dev/null' has modification time 3,3e+03 s in the future make[2]: Nothing to be done for `install'. make[2]: warning: Clock skew detected. Your build may be incomplete. make[2]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/backend' make -C include install make[2]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/include' make[2]: Warning: File `/dev/null' has modification time 3,3e+03 s in the future mkdir -p -- /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/libpq /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/internal/libpq mkdir -p -- /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/server/access /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/server/bootstrap /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/server/catalog /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/server/commands /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/server/executor /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/server/foreign /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/server/lib /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/server/libpq /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/server/mb /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/server/nodes /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/server/optimizer /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/server/parser /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/server/postmaster /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/server/regex /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/server/rewrite /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/server/storage /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/server/tcop /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/server/snowball /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/server/snowball/libstemmer /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/server/tsearch /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/server/tsearch/dicts /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/server/utils /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/server/port /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/server/port/win32 /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/server/port/win32_msvc /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/server/port/win32_msvc/sys /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/server/port/win32/arpa /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/server/port/win32/netinet /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/server/port/win32/sys /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/server/portability /bin/sh ../../config/install-sh -c -m 644 ./postgres_ext.h '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4' /bin/sh ../../config/install-sh -c -m 644 ./libpq/libpq-fs.h '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/libpq' /bin/sh ../../config/install-sh -c -m 644 pg_config.h '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4' /bin/sh ../../config/install-sh -c -m 644 pg_config_os.h '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4' /bin/sh ../../config/install-sh -c -m 644 ./pg_config_manual.h '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4' /bin/sh ../../config/install-sh -c -m 644 ./c.h '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/internal' /bin/sh ../../config/install-sh -c -m 644 ./port.h '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/internal' /bin/sh ../../config/install-sh -c -m 644 ./postgres_fe.h '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/internal' /bin/sh ../../config/install-sh -c -m 644 ./libpq/pqcomm.h '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/internal/libpq' /bin/sh ../../config/install-sh -c -m 644 pg_config.h '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/server' /bin/sh ../../config/install-sh -c -m 644 pg_config_os.h '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/server' /bin/sh ../../config/install-sh -c -m 644 utils/fmgroids.h '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/server/utils' cp ./*.h '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/server'/ || exit; \ chmod 644 '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/server'/*.h || exit; \ for dir in access bootstrap catalog commands executor foreign lib libpq mb nodes optimizer parser postmaster regex rewrite storage tcop snowball snowball/libstemmer tsearch tsearch/dicts utils port port/win32 port/win32_msvc port/win32_msvc/sys port/win32/arpa port/win32/netinet port/win32/sys portability; do \ cp ./$dir/*.h '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/server'/$dir/ || exit; \ chmod 644 '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/server'/$dir/*.h || exit; \ done make[2]: warning: Clock skew detected. Your build may be incomplete. make[2]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/include' make -C interfaces install make[2]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces' make[2]: Warning: File `/dev/null' has modification time 3,3e+03 s in the future make[3]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/libpq' make[3]: Warning: File `/dev/null' has modification time 3,3e+03 s in the future /bin/sh ../../../config/mkinstalldirs '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/lib64' /bin/sh ../../../config/install-sh -c -m 755 libpq.so.5.2 '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/lib64/libpq.so.5.2' /bin/sh ../../../config/install-sh -c -m 644 libpq.a '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/lib64/libpq.a' mkdir -p -- /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/share/locale/cs/LC_MESSAGES /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/share/locale/de/LC_MESSAGES /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/share/locale/es/LC_MESSAGES /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/share/locale/fr/LC_MESSAGES /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/share/locale/it/LC_MESSAGES /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/share/locale/ko/LC_MESSAGES /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/share/locale/pt_BR/LC_MESSAGES /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/share/locale/ru/LC_MESSAGES /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/share/locale/sv/LC_MESSAGES /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/share/locale/tr/LC_MESSAGES /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/share/locale/zh_CN/LC_MESSAGES /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/share/locale/zh_TW/LC_MESSAGES for lang in cs de es fr it ko pt_BR ru sv tr zh_CN zh_TW; do \ /bin/sh ../../../config/install-sh -c -m 644 po/$lang.mo '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/share/locale'/$lang/LC_MESSAGES/libpq5-8.4.mo || exit 1; \ done cd '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/lib64' && \ rm -f libpq.so.5 && \ ln -s libpq.so.5.2 libpq.so.5 cd '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/lib64' && \ rm -f libpq.so && \ ln -s libpq.so.5.2 libpq.so /bin/sh ../../../config/install-sh -c -m 644 ./libpq-fe.h '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4' /bin/sh ../../../config/install-sh -c -m 644 ./libpq-events.h '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4' /bin/sh ../../../config/install-sh -c -m 644 ./libpq-int.h '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/internal' /bin/sh ../../../config/install-sh -c -m 644 ./pqexpbuffer.h '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/internal' /bin/sh ../../../config/install-sh -c -m 644 ./pg_service.conf.sample '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/share/postgresql-8.4/pg_service.conf.sample' make[3]: warning: Clock skew detected. Your build may be incomplete. make[3]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/libpq' make[3]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/ecpg' make[3]: Warning: File `/dev/null' has modification time 3,3e+03 s in the future make -C include install make[4]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/ecpg/include' make[4]: Warning: File `/dev/null' has modification time 3,3e+03 s in the future for i in 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; do /bin/sh ../../../../config/install-sh -c -m 644 ./$i '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4' || exit; done mkdir -p -- /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/informix/esql for i in datetime.h decimal.h sqltypes.h sqlda.h; do /bin/sh ../../../../config/install-sh -c -m 644 ./$i '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4/informix/esql' || exit; done /bin/sh ../../../../config/install-sh -c -m 644 ../../../../src/interfaces/ecpg/include/ecpg_config.h '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/include/postgresql-8.4' make[4]: warning: Clock skew detected. Your build may be incomplete. make[4]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/ecpg/include' make -C pgtypeslib install make[4]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/ecpg/pgtypeslib' make[4]: Warning: File `/dev/null' has modification time 3,3e+03 s in the future /bin/sh ../../../../config/mkinstalldirs '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/lib64' /bin/sh ../../../../config/install-sh -c -m 755 libpgtypes.so.3.1 '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/lib64/libpgtypes.so.3.1' /bin/sh ../../../../config/install-sh -c -m 644 libpgtypes.a '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/lib64/libpgtypes.a' cd '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/lib64' && \ rm -f libpgtypes.so.3 && \ ln -s libpgtypes.so.3.1 libpgtypes.so.3 cd '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/lib64' && \ rm -f libpgtypes.so && \ ln -s libpgtypes.so.3.1 libpgtypes.so make[4]: warning: Clock skew detected. Your build may be incomplete. make[4]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/ecpg/pgtypeslib' make -C ecpglib install make[4]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/ecpg/ecpglib' make[4]: Warning: File `/dev/null' has modification time 3,3e+03 s in the future make -C ../../../../src/interfaces/libpq all make -C ../../../../src/interfaces/ecpg/pgtypeslib all make[5]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/libpq' make[5]: Warning: File `/dev/null' has modification time 3,3e+03 s in the future /bin/sh ../../../../config/mkinstalldirs '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/lib64' make[5]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/ecpg/pgtypeslib' make[5]: Warning: File `/dev/null' has modification time 3,3e+03 s in the future for lang in de es fr it pt_BR tr zh_CN; do \ /bin/sh ../../../../config/install-sh -c -m 644 po/$lang.mo '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/share/locale'/$lang/LC_MESSAGES/ecpglib6-8.4.mo || exit 1; \ done /bin/sh ../../../../config/install-sh -c -m 755 libecpg.so.6.1 '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/lib64/libecpg.so.6.1' /bin/sh ../../../../config/install-sh -c -m 644 libecpg.a '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/lib64/libecpg.a' make[5]: Nothing to be done for `all'. make[5]: warning: Clock skew detected. Your build may be incomplete. make[5]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/ecpg/pgtypeslib' make[5]: Nothing to be done for `all'. make[5]: warning: Clock skew detected. Your build may be incomplete. make[5]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/libpq' cd '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/lib64' && \ rm -f libecpg.so.6 && \ ln -s libecpg.so.6.1 libecpg.so.6 cd '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/lib64' && \ rm -f libecpg.so && \ ln -s libecpg.so.6.1 libecpg.so make[4]: warning: Clock skew detected. Your build may be incomplete. make[4]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/ecpg/ecpglib' make -C compatlib install make[4]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/ecpg/compatlib' make[4]: Warning: File `/dev/null' has modification time 3,3e+03 s in the future /bin/sh ../../../../config/mkinstalldirs '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/lib64' /bin/sh ../../../../config/install-sh -c -m 755 libecpg_compat.so.3.1 '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/lib64/libecpg_compat.so.3.1' /bin/sh ../../../../config/install-sh -c -m 644 libecpg_compat.a '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/lib64/libecpg_compat.a' cd '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/lib64' && \ rm -f libecpg_compat.so.3 && \ ln -s libecpg_compat.so.3.1 libecpg_compat.so.3 cd '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/lib64' && \ rm -f libecpg_compat.so && \ ln -s libecpg_compat.so.3.1 libecpg_compat.so make[4]: warning: Clock skew detected. Your build may be incomplete. make[4]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/ecpg/compatlib' make -C preproc install make[4]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/ecpg/preproc' make[4]: Warning: File `/dev/null' has modification time 3,3e+03 s in the future make -C ../../../../src/port all make[5]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/port' make[5]: Warning: File `/dev/null' has modification time 3,3e+03 s in the future for lang in de es fr it ko pt_BR tr zh_CN zh_TW; do \ /bin/sh ../../../../config/install-sh -c -m 644 po/$lang.mo '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/share/locale'/$lang/LC_MESSAGES/ecpg-8.4.mo || exit 1; \ done make[5]: Nothing to be done for `all'. make[5]: warning: Clock skew detected. Your build may be incomplete. make[5]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/port' mkdir -p -- /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/bin /bin/sh ../../../../config/install-sh -c ecpg '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/bin' make[4]: warning: Clock skew detected. Your build may be incomplete. make[4]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/ecpg/preproc' make[3]: warning: Clock skew detected. Your build may be incomplete. make[3]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/ecpg' make[2]: warning: Clock skew detected. Your build may be incomplete. make[2]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces' make -C bin install make[2]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/bin' make[2]: Warning: File `/dev/null' has modification time 3,3e+03 s in the future make[3]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/bin/pg_dump' make[3]: Warning: File `/dev/null' has modification time 3,3e+03 s in the future make -C ../../../src/interfaces/libpq all make -C ../../../src/port all make[4]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/port' make[4]: Warning: File `/dev/null' has modification time 3,3e+03 s in the future make[4]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/libpq' make[4]: Warning: File `/dev/null' has modification time 3,3e+03 s in the future for lang in de es fr it ko pt_BR sv tr zh_CN zh_TW; do \ /bin/sh ../../../config/install-sh -c -m 644 po/$lang.mo '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/share/locale'/$lang/LC_MESSAGES/pg_dump-8.4.mo || exit 1; \ done make[4]: Nothing to be done for `all'. make[4]: warning: Clock skew detected. Your build may be incomplete. make[4]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/port' make[4]: Nothing to be done for `all'. make[4]: warning: Clock skew detected. Your build may be incomplete. make[4]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/libpq' /bin/sh ../../../config/install-sh -c pg_dump '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/bin'/pg_dump /bin/sh ../../../config/install-sh -c pg_restore '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/bin'/pg_restore /bin/sh ../../../config/install-sh -c pg_dumpall '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/bin'/pg_dumpall make[3]: warning: Clock skew detected. Your build may be incomplete. make[3]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/bin/pg_dump' make[3]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/bin/psql' make[3]: Warning: File `/dev/null' has modification time 3,3e+03 s in the future make -C ../../../src/interfaces/libpq all make -C ../../../src/port all make[4]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/port' make[4]: Warning: File `/dev/null' has modification time 3,3e+03 s in the future make[4]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/libpq' make[4]: Warning: File `/dev/null' has modification time 3,3e+03 s in the future make[4]: Nothing to be done for `all'. make[4]: warning: Clock skew detected. Your build may be incomplete. make[4]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/port' make[4]: Nothing to be done for `all'. make[4]: warning: Clock skew detected. Your build may be incomplete. make[4]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/libpq' for lang in cs de es fr it ko pt_BR sv tr zh_CN zh_TW; do \ /bin/sh ../../../config/install-sh -c -m 644 po/$lang.mo '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/share/locale'/$lang/LC_MESSAGES/psql-8.4.mo || exit 1; \ done /bin/sh ../../../config/install-sh -c psql '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/bin/psql' /bin/sh ../../../config/install-sh -c -m 644 ./psqlrc.sample '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/share/postgresql-8.4/psqlrc.sample' make[3]: warning: Clock skew detected. Your build may be incomplete. make[3]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/bin/psql' make[3]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/bin/scripts' make[3]: Warning: File `/dev/null' has modification time 3,3e+03 s in the future make -C ../../../src/interfaces/libpq all make[4]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/libpq' make[4]: Warning: File `/dev/null' has modification time 3,3e+03 s in the future mkdir -p -- /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/share/locale/ro/LC_MESSAGES /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/share/locale/sv/LC_MESSAGES /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/share/locale/tr/LC_MESSAGES /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/share/locale/zh_CN/LC_MESSAGES /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/share/locale/zh_TW/LC_MESSAGES for lang in cs de es fr it ko pt_BR ro sv tr zh_CN zh_TW; do \ /bin/sh ../../../config/install-sh -c -m 644 po/$lang.mo '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/share/locale'/$lang/LC_MESSAGES/pgscripts-8.4.mo || exit 1; \ done make[4]: Nothing to be done for `all'. make[4]: warning: Clock skew detected. Your build may be incomplete. make[4]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/interfaces/libpq' /bin/sh ../../../config/install-sh -c createdb '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/bin'/createdb /bin/sh ../../../config/install-sh -c dropdb '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/bin'/dropdb /bin/sh ../../../config/install-sh -c createlang '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/bin'/createlang /bin/sh ../../../config/install-sh -c droplang '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/bin'/droplang /bin/sh ../../../config/install-sh -c createuser '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/bin'/createuser /bin/sh ../../../config/install-sh -c dropuser '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/bin'/dropuser /bin/sh ../../../config/install-sh -c clusterdb '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/bin'/clusterdb /bin/sh ../../../config/install-sh -c vacuumdb '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/bin'/vacuumdb /bin/sh ../../../config/install-sh -c reindexdb '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/bin'/reindexdb make[3]: warning: Clock skew detected. Your build may be incomplete. make[3]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/bin/scripts' make[3]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/bin/pg_config' make[3]: Warning: File `/dev/null' has modification time 3,3e+03 s in the future make -C ../../../src/port all make[4]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/port' make[4]: Warning: File `/dev/null' has modification time 3,3e+03 s in the future mkdir -p -- /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/share/locale/nb/LC_MESSAGES /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/share/locale/pt_BR/LC_MESSAGES /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/share/locale/ro/LC_MESSAGES /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/share/locale/ru/LC_MESSAGES /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/share/locale/sv/LC_MESSAGES /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/share/locale/tr/LC_MESSAGES /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/share/locale/zh_CN/LC_MESSAGES /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/share/locale/zh_TW/LC_MESSAGES for lang in de es fr it ko nb pt_BR ro ru sv tr zh_CN zh_TW; do \ /bin/sh ../../../config/install-sh -c -m 644 po/$lang.mo '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/share/locale'/$lang/LC_MESSAGES/pg_config-8.4.mo || exit 1; \ done make[4]: Nothing to be done for `all'. make[4]: warning: Clock skew detected. Your build may be incomplete. make[4]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/port' /bin/sh ../../../config/install-sh -c -m 755 pg_config '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/bin/pg_config' make[3]: warning: Clock skew detected. Your build may be incomplete. make[3]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/bin/pg_config' make[2]: warning: Clock skew detected. Your build may be incomplete. make[2]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/bin' make -C makefiles install make[2]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/makefiles' make[2]: Warning: File `/dev/null' has modification time 3,3e+03 s in the future mkdir -p -- /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/lib64/pgxs/src/makefiles /bin/sh ../../config/install-sh -c -m 644 ./pgxs.mk '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/lib64/pgxs/src/makefiles/' make[2]: warning: Clock skew detected. Your build may be incomplete. make[2]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src/makefiles' make[1]: warning: Clock skew detected. Your build may be incomplete. make[1]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/src' make -C config install make[1]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/config' make[1]: Warning: File `/dev/null' has modification time 3,3e+03 s in the future mkdir -p -- /tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/lib64/pgxs/config /bin/sh ../config/install-sh -c -m 755 ./install-sh '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/lib64/pgxs/config/install-sh' /bin/sh ../config/install-sh -c -m 755 ./mkinstalldirs '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/lib64/pgxs/config/mkinstalldirs' make[1]: warning: Clock skew detected. Your build may be incomplete. make[1]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/config' PostgreSQL installation complete. make: warning: Clock skew detected. Your build may be incomplete. rm: impossibile rimuovere "/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/share/postgresql-8.4/man/man1/ipcclean.1": No such file or directory make -j9 DESTDIR=/tmp/portage/dev-db/postgresql-base-8.4.7/image/ install make: Warning: File `/dev/null' has modification time 3,3e+03 s in the future make[1]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/contrib/oid2name' make[1]: Warning: File `/dev/null' has modification time 3,3e+03 s in the future /bin/sh ../../config/install-sh -c oid2name '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/bin' make[1]: warning: Clock skew detected. Your build may be incomplete. make[1]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/contrib/oid2name' make[1]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/contrib/pgbench' make[1]: Warning: File `/dev/null' has modification time 3,3e+03 s in the future /bin/sh ../../config/install-sh -c pgbench '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/bin' make[1]: warning: Clock skew detected. Your build may be incomplete. make[1]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/contrib/pgbench' make[1]: Entering directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/contrib/vacuumlo' make[1]: Warning: File `/dev/null' has modification time 3,3e+03 s in the future /bin/sh ../../config/install-sh -c vacuumlo '/tmp/portage/dev-db/postgresql-base-8.4.7/image//usr/lib64/postgresql-8.4/bin' make[1]: warning: Clock skew detected. Your build may be incomplete. make[1]: Leaving directory `/tmp/portage/dev-db/postgresql-base-8.4.7/work/postgresql-8.4.7/contrib/vacuumlo' make: warning: Clock skew detected. Your build may be incomplete. >>> Completed installing postgresql-base-8.4.7 into /tmp/portage/dev-db/postgresql-base-8.4.7/image/ strip: x86_64-pc-linux-gnu-strip --strip-unneeded -R .comment usr/lib64/postgresql-8.4/bin/vacuumlo usr/lib64/postgresql-8.4/bin/pgbench usr/lib64/postgresql-8.4/bin/oid2name usr/lib64/postgresql-8.4/bin/pg_config usr/lib64/postgresql-8.4/bin/reindexdb usr/lib64/postgresql-8.4/bin/vacuumdb usr/lib64/postgresql-8.4/bin/clusterdb usr/lib64/postgresql-8.4/bin/dropuser usr/lib64/postgresql-8.4/bin/createuser usr/lib64/postgresql-8.4/bin/droplang usr/lib64/postgresql-8.4/bin/createlang usr/lib64/postgresql-8.4/bin/dropdb usr/lib64/postgresql-8.4/bin/createdb usr/lib64/postgresql-8.4/bin/psql usr/lib64/postgresql-8.4/bin/pg_dumpall usr/lib64/postgresql-8.4/bin/pg_restore usr/lib64/postgresql-8.4/bin/pg_dump usr/lib64/postgresql-8.4/bin/ecpg usr/lib64/postgresql-8.4/lib64/libecpg_compat.so.3.1 usr/lib64/postgresql-8.4/lib64/libecpg.so.6.1 usr/lib64/postgresql-8.4/lib64/libpgtypes.so.3.1 usr/lib64/postgresql-8.4/lib64/libpq.so.5.2 usr/lib64/postgresql-8.4/lib64/libecpg_compat.a usr/lib64/postgresql-8.4/lib64/libecpg.a usr/lib64/postgresql-8.4/lib64/libpgtypes.a usr/lib64/postgresql-8.4/lib64/libpq.a usr/lib64/postgresql-8.4/lib64/libpgport.a ecompressdir: bzip2 -9 /usr/share/postgresql-8.4/man * checking 760 files for package collisions --- /etc/ >>> /etc/postgresql-8.4/ >>> /etc/postgresql-8.4/.keep_dev-db_postgresql-base-8.4 --- /etc/env.d/ >>> /etc/env.d/50postgresql-94-8.4 --- /etc/eselect/ --- /etc/eselect/postgresql/ --- /etc/eselect/postgresql/slots/ --- /etc/eselect/postgresql/slots/8.4/ >>> /etc/eselect/postgresql/slots/8.4/base --- /usr/ --- /usr/include/ >>> /usr/include/postgresql-8.4/ >>> /usr/include/postgresql-8.4/postmaster/ >>> /usr/include/postgresql-8.4/postmaster/walwriter.h >>> /usr/include/postgresql-8.4/postmaster/syslogger.h >>> /usr/include/postgresql-8.4/postmaster/postmaster.h >>> /usr/include/postgresql-8.4/postmaster/pgarch.h >>> /usr/include/postgresql-8.4/postmaster/fork_process.h >>> /usr/include/postgresql-8.4/postmaster/bgwriter.h >>> /usr/include/postgresql-8.4/postmaster/autovacuum.h >>> /usr/include/postgresql-8.4/ecpg_config.h >>> /usr/include/postgresql-8.4/pgtypes_interval.h >>> /usr/include/postgresql-8.4/pgtypes_date.h >>> /usr/include/postgresql-8.4/pgtypes_timestamp.h >>> /usr/include/postgresql-8.4/pgtypes_numeric.h >>> /usr/include/postgresql-8.4/pgtypes_error.h >>> /usr/include/postgresql-8.4/ecpg_informix.h >>> /usr/include/postgresql-8.4/sql3types.h >>> /usr/include/postgresql-8.4/sqlca.h >>> /usr/include/postgresql-8.4/ecpgtype.h >>> /usr/include/postgresql-8.4/ecpglib.h >>> /usr/include/postgresql-8.4/ecpgerrno.h >>> /usr/include/postgresql-8.4/informix/ >>> /usr/include/postgresql-8.4/informix/esql/ >>> /usr/include/postgresql-8.4/informix/esql/sqlda.h >>> /usr/include/postgresql-8.4/informix/esql/sqltypes.h >>> /usr/include/postgresql-8.4/informix/esql/decimal.h >>> /usr/include/postgresql-8.4/informix/esql/datetime.h >>> /usr/include/postgresql-8.4/libpq-events.h >>> /usr/include/postgresql-8.4/libpq-fe.h >>> /usr/include/postgresql-8.4/pg_config_manual.h >>> /usr/include/postgresql-8.4/pg_config_os.h >>> /usr/include/postgresql-8.4/pg_config.h >>> /usr/include/postgresql-8.4/postgres_ext.h >>> /usr/include/postgresql-8.4/server/ >>> /usr/include/postgresql-8.4/server/windowapi.h >>> /usr/include/postgresql-8.4/server/rusagestub.h >>> /usr/include/postgresql-8.4/server/postgres.h >>> /usr/include/postgresql-8.4/server/postgres_fe.h >>> /usr/include/postgresql-8.4/server/postgres_ext.h >>> /usr/include/postgresql-8.4/server/port.h >>> /usr/include/postgresql-8.4/server/pg_trace.h >>> /usr/include/postgresql-8.4/server/pgtime.h >>> /usr/include/postgresql-8.4/server/pgstat.h >>> /usr/include/postgresql-8.4/server/pg_config_manual.h >>> /usr/include/postgresql-8.4/server/miscadmin.h >>> /usr/include/postgresql-8.4/server/getopt_long.h >>> /usr/include/postgresql-8.4/server/getaddrinfo.h >>> /usr/include/postgresql-8.4/server/funcapi.h >>> /usr/include/postgresql-8.4/server/fmgr.h >>> /usr/include/postgresql-8.4/server/dynloader.h >>> /usr/include/postgresql-8.4/server/c.h >>> /usr/include/postgresql-8.4/server/pg_config_os.h >>> /usr/include/postgresql-8.4/server/pg_config.h >>> /usr/include/postgresql-8.4/server/portability/ >>> /usr/include/postgresql-8.4/server/portability/instr_time.h >>> /usr/include/postgresql-8.4/server/port/ >>> /usr/include/postgresql-8.4/server/port/win32.h >>> /usr/include/postgresql-8.4/server/port/unixware.h >>> /usr/include/postgresql-8.4/server/port/univel.h >>> /usr/include/postgresql-8.4/server/port/ultrix4.h >>> /usr/include/postgresql-8.4/server/port/svr4.h >>> /usr/include/postgresql-8.4/server/port/sunos4.h >>> /usr/include/postgresql-8.4/server/port/solaris.h >>> /usr/include/postgresql-8.4/server/port/sco.h >>> /usr/include/postgresql-8.4/server/port/osf.h >>> /usr/include/postgresql-8.4/server/port/openbsd.h >>> /usr/include/postgresql-8.4/server/port/nextstep.h >>> /usr/include/postgresql-8.4/server/port/netbsd.h >>> /usr/include/postgresql-8.4/server/port/linux.h >>> /usr/include/postgresql-8.4/server/port/irix.h >>> /usr/include/postgresql-8.4/server/port/hpux.h >>> /usr/include/postgresql-8.4/server/port/freebsd.h >>> /usr/include/postgresql-8.4/server/port/dgux.h >>> /usr/include/postgresql-8.4/server/port/darwin.h >>> /usr/include/postgresql-8.4/server/port/cygwin.h >>> /usr/include/postgresql-8.4/server/port/bsdi.h >>> /usr/include/postgresql-8.4/server/port/aix.h >>> /usr/include/postgresql-8.4/server/port/win32_msvc/ >>> /usr/include/postgresql-8.4/server/port/win32_msvc/utime.h >>> /usr/include/postgresql-8.4/server/port/win32_msvc/unistd.h >>> /usr/include/postgresql-8.4/server/port/win32_msvc/dirent.h >>> /usr/include/postgresql-8.4/server/port/win32_msvc/sys/ >>> /usr/include/postgresql-8.4/server/port/win32_msvc/sys/time.h >>> /usr/include/postgresql-8.4/server/port/win32_msvc/sys/param.h >>> /usr/include/postgresql-8.4/server/port/win32_msvc/sys/file.h >>> /usr/include/postgresql-8.4/server/port/win32/ >>> /usr/include/postgresql-8.4/server/port/win32/pwd.h >>> /usr/include/postgresql-8.4/server/port/win32/netdb.h >>> /usr/include/postgresql-8.4/server/port/win32/grp.h >>> /usr/include/postgresql-8.4/server/port/win32/dlfcn.h >>> /usr/include/postgresql-8.4/server/port/win32/sys/ >>> /usr/include/postgresql-8.4/server/port/win32/sys/wait.h >>> /usr/include/postgresql-8.4/server/port/win32/sys/socket.h >>> /usr/include/postgresql-8.4/server/port/win32/netinet/ >>> /usr/include/postgresql-8.4/server/port/win32/netinet/in.h >>> /usr/include/postgresql-8.4/server/port/win32/arpa/ >>> /usr/include/postgresql-8.4/server/port/win32/arpa/inet.h >>> /usr/include/postgresql-8.4/server/utils/ >>> /usr/include/postgresql-8.4/server/utils/xml.h >>> /usr/include/postgresql-8.4/server/utils/varbit.h >>> /usr/include/postgresql-8.4/server/utils/uuid.h >>> /usr/include/postgresql-8.4/server/utils/tzparser.h >>> /usr/include/postgresql-8.4/server/utils/typcache.h >>> /usr/include/postgresql-8.4/server/utils/tuplestore.h >>> /usr/include/postgresql-8.4/server/utils/tuplesort.h >>> /usr/include/postgresql-8.4/server/utils/tqual.h >>> /usr/include/postgresql-8.4/server/utils/timestamp.h >>> /usr/include/postgresql-8.4/server/utils/syscache.h >>> /usr/include/postgresql-8.4/server/utils/snapshot.h >>> /usr/include/postgresql-8.4/server/utils/snapmgr.h >>> /usr/include/postgresql-8.4/server/utils/selfuncs.h >>> /usr/include/postgresql-8.4/server/utils/resowner.h >>> /usr/include/postgresql-8.4/server/utils/rel.h >>> /usr/include/postgresql-8.4/server/utils/relcache.h >>> /usr/include/postgresql-8.4/server/utils/ps_status.h >>> /usr/include/postgresql-8.4/server/utils/probes.h >>> /usr/include/postgresql-8.4/server/utils/portal.h >>> /usr/include/postgresql-8.4/server/utils/plancache.h >>> /usr/include/postgresql-8.4/server/utils/pg_rusage.h >>> /usr/include/postgresql-8.4/server/utils/pg_lzcompress.h >>> /usr/include/postgresql-8.4/server/utils/pg_locale.h >>> /usr/include/postgresql-8.4/server/utils/pg_crc.h >>> /usr/include/postgresql-8.4/server/utils/palloc.h >>> /usr/include/postgresql-8.4/server/utils/numeric.h >>> /usr/include/postgresql-8.4/server/utils/nabstime.h >>> /usr/include/postgresql-8.4/server/utils/memutils.h >>> /usr/include/postgresql-8.4/server/utils/lsyscache.h >>> /usr/include/postgresql-8.4/server/utils/logtape.h >>> /usr/include/postgresql-8.4/server/utils/inval.h >>> /usr/include/postgresql-8.4/server/utils/int8.h >>> /usr/include/postgresql-8.4/server/utils/inet.h >>> /usr/include/postgresql-8.4/server/utils/hsearch.h >>> /usr/include/postgresql-8.4/server/utils/help_config.h >>> /usr/include/postgresql-8.4/server/utils/guc_tables.h >>> /usr/include/postgresql-8.4/server/utils/guc.h >>> /usr/include/postgresql-8.4/server/utils/geo_decls.h >>> /usr/include/postgresql-8.4/server/utils/formatting.h >>> /usr/include/postgresql-8.4/server/utils/fmgrtab.h >>> /usr/include/postgresql-8.4/server/utils/flatfiles.h >>> /usr/include/postgresql-8.4/server/utils/errcodes.h >>> /usr/include/postgresql-8.4/server/utils/elog.h >>> /usr/include/postgresql-8.4/server/utils/dynamic_loader.h >>> /usr/include/postgresql-8.4/server/utils/dynahash.h >>> /usr/include/postgresql-8.4/server/utils/datum.h >>> /usr/include/postgresql-8.4/server/utils/datetime.h >>> /usr/include/postgresql-8.4/server/utils/date.h >>> /usr/include/postgresql-8.4/server/utils/combocid.h >>> /usr/include/postgresql-8.4/server/utils/catcache.h >>> /usr/include/postgresql-8.4/server/utils/cash.h >>> /usr/include/postgresql-8.4/server/utils/builtins.h >>> /usr/include/postgresql-8.4/server/utils/ascii.h >>> /usr/include/postgresql-8.4/server/utils/array.h >>> /usr/include/postgresql-8.4/server/utils/acl.h >>> /usr/include/postgresql-8.4/server/utils/fmgroids.h >>> /usr/include/postgresql-8.4/server/tsearch/ >>> /usr/include/postgresql-8.4/server/tsearch/ts_utils.h >>> /usr/include/postgresql-8.4/server/tsearch/ts_type.h >>> /usr/include/postgresql-8.4/server/tsearch/ts_public.h >>> /usr/include/postgresql-8.4/server/tsearch/ts_locale.h >>> /usr/include/postgresql-8.4/server/tsearch/ts_cache.h >>> /usr/include/postgresql-8.4/server/tsearch/dicts/ >>> /usr/include/postgresql-8.4/server/tsearch/dicts/spell.h >>> /usr/include/postgresql-8.4/server/tsearch/dicts/regis.h >>> /usr/include/postgresql-8.4/server/snowball/ >>> /usr/include/postgresql-8.4/server/snowball/header.h >>> /usr/include/postgresql-8.4/server/snowball/libstemmer/ >>> /usr/include/postgresql-8.4/server/snowball/libstemmer/stem_UTF_8_turkish.h >>> /usr/include/postgresql-8.4/server/snowball/libstemmer/stem_UTF_8_swedish.h >>> /usr/include/postgresql-8.4/server/snowball/libstemmer/stem_UTF_8_spanish.h >>> /usr/include/postgresql-8.4/server/snowball/libstemmer/stem_UTF_8_russian.h >>> /usr/include/postgresql-8.4/server/snowball/libstemmer/stem_UTF_8_romanian.h >>> /usr/include/postgresql-8.4/server/snowball/libstemmer/stem_UTF_8_portuguese.h >>> /usr/include/postgresql-8.4/server/snowball/libstemmer/stem_UTF_8_porter.h >>> /usr/include/postgresql-8.4/server/snowball/libstemmer/stem_UTF_8_norwegian.h >>> /usr/include/postgresql-8.4/server/snowball/libstemmer/stem_UTF_8_italian.h >>> /usr/include/postgresql-8.4/server/snowball/libstemmer/stem_UTF_8_hungarian.h >>> /usr/include/postgresql-8.4/server/snowball/libstemmer/stem_UTF_8_german.h >>> /usr/include/postgresql-8.4/server/snowball/libstemmer/stem_UTF_8_french.h >>> /usr/include/postgresql-8.4/server/snowball/libstemmer/stem_UTF_8_finnish.h >>> /usr/include/postgresql-8.4/server/snowball/libstemmer/stem_UTF_8_english.h >>> /usr/include/postgresql-8.4/server/snowball/libstemmer/stem_UTF_8_dutch.h >>> /usr/include/postgresql-8.4/server/snowball/libstemmer/stem_UTF_8_danish.h >>> /usr/include/postgresql-8.4/server/snowball/libstemmer/stem_KOI8_R_russian.h >>> /usr/include/postgresql-8.4/server/snowball/libstemmer/stem_ISO_8859_2_romanian.h >>> /usr/include/postgresql-8.4/server/snowball/libstemmer/stem_ISO_8859_1_swedish.h >>> /usr/include/postgresql-8.4/server/snowball/libstemmer/stem_ISO_8859_1_spanish.h >>> /usr/include/postgresql-8.4/server/snowball/libstemmer/stem_ISO_8859_1_portuguese.h >>> /usr/include/postgresql-8.4/server/snowball/libstemmer/stem_ISO_8859_1_porter.h >>> /usr/include/postgresql-8.4/server/snowball/libstemmer/stem_ISO_8859_1_norwegian.h >>> /usr/include/postgresql-8.4/server/snowball/libstemmer/stem_ISO_8859_1_italian.h >>> /usr/include/postgresql-8.4/server/snowball/libstemmer/stem_ISO_8859_1_hungarian.h >>> /usr/include/postgresql-8.4/server/snowball/libstemmer/stem_ISO_8859_1_german.h >>> /usr/include/postgresql-8.4/server/snowball/libstemmer/stem_ISO_8859_1_french.h >>> /usr/include/postgresql-8.4/server/snowball/libstemmer/stem_ISO_8859_1_finnish.h >>> /usr/include/postgresql-8.4/server/snowball/libstemmer/stem_ISO_8859_1_english.h >>> /usr/include/postgresql-8.4/server/snowball/libstemmer/stem_ISO_8859_1_dutch.h >>> /usr/include/postgresql-8.4/server/snowball/libstemmer/stem_ISO_8859_1_danish.h >>> /usr/include/postgresql-8.4/server/snowball/libstemmer/header.h >>> /usr/include/postgresql-8.4/server/snowball/libstemmer/api.h >>> /usr/include/postgresql-8.4/server/tcop/ >>> /usr/include/postgresql-8.4/server/tcop/utility.h >>> /usr/include/postgresql-8.4/server/tcop/tcopprot.h >>> /usr/include/postgresql-8.4/server/tcop/tcopdebug.h >>> /usr/include/postgresql-8.4/server/tcop/pquery.h >>> /usr/include/postgresql-8.4/server/tcop/fastpath.h >>> /usr/include/postgresql-8.4/server/tcop/dest.h >>> /usr/include/postgresql-8.4/server/storage/ >>> /usr/include/postgresql-8.4/server/storage/spin.h >>> /usr/include/postgresql-8.4/server/storage/smgr.h >>> /usr/include/postgresql-8.4/server/storage/s_lock.h >>> /usr/include/postgresql-8.4/server/storage/sinval.h >>> /usr/include/postgresql-8.4/server/storage/sinvaladt.h >>> /usr/include/postgresql-8.4/server/storage/shmem.h >>> /usr/include/postgresql-8.4/server/storage/relfilenode.h >>> /usr/include/postgresql-8.4/server/storage/proc.h >>> /usr/include/postgresql-8.4/server/storage/procarray.h >>> /usr/include/postgresql-8.4/server/storage/pos.h >>> /usr/include/postgresql-8.4/server/storage/pmsignal.h >>> /usr/include/postgresql-8.4/server/storage/pg_shmem.h >>> /usr/include/postgresql-8.4/server/storage/pg_sema.h >>> /usr/include/postgresql-8.4/server/storage/off.h >>> /usr/include/postgresql-8.4/server/storage/lwlock.h >>> /usr/include/postgresql-8.4/server/storage/lock.h >>> /usr/include/postgresql-8.4/server/storage/lmgr.h >>> /usr/include/postgresql-8.4/server/storage/large_object.h >>> /usr/include/postgresql-8.4/server/storage/itemptr.h >>> /usr/include/postgresql-8.4/server/storage/itemid.h >>> /usr/include/postgresql-8.4/server/storage/item.h >>> /usr/include/postgresql-8.4/server/storage/ipc.h >>> /usr/include/postgresql-8.4/server/storage/indexfsm.h >>> /usr/include/postgresql-8.4/server/storage/fsm_internals.h >>> /usr/include/postgresql-8.4/server/storage/freespace.h >>> /usr/include/postgresql-8.4/server/storage/fd.h >>> /usr/include/postgresql-8.4/server/storage/bufpage.h >>> /usr/include/postgresql-8.4/server/storage/bufmgr.h >>> /usr/include/postgresql-8.4/server/storage/buf_internals.h >>> /usr/include/postgresql-8.4/server/storage/buf.h >>> /usr/include/postgresql-8.4/server/storage/buffile.h >>> /usr/include/postgresql-8.4/server/storage/block.h >>> /usr/include/postgresql-8.4/server/storage/backendid.h >>> /usr/include/postgresql-8.4/server/rewrite/ >>> /usr/include/postgresql-8.4/server/rewrite/rewriteSupport.h >>> /usr/include/postgresql-8.4/server/rewrite/rewriteRemove.h >>> /usr/include/postgresql-8.4/server/rewrite/rewriteManip.h >>> /usr/include/postgresql-8.4/server/rewrite/rewriteHandler.h >>> /usr/include/postgresql-8.4/server/rewrite/rewriteDefine.h >>> /usr/include/postgresql-8.4/server/rewrite/prs2lock.h >>> /usr/include/postgresql-8.4/server/regex/ >>> /usr/include/postgresql-8.4/server/regex/regguts.h >>> /usr/include/postgresql-8.4/server/regex/regex.h >>> /usr/include/postgresql-8.4/server/regex/regerrs.h >>> /usr/include/postgresql-8.4/server/regex/regcustom.h >>> /usr/include/postgresql-8.4/server/postmaster/ >>> /usr/include/postgresql-8.4/server/postmaster/walwriter.h >>> /usr/include/postgresql-8.4/server/postmaster/syslogger.h >>> /usr/include/postgresql-8.4/server/postmaster/postmaster.h >>> /usr/include/postgresql-8.4/server/postmaster/pgarch.h >>> /usr/include/postgresql-8.4/server/postmaster/fork_process.h >>> /usr/include/postgresql-8.4/server/postmaster/bgwriter.h >>> /usr/include/postgresql-8.4/server/postmaster/autovacuum.h >>> /usr/include/postgresql-8.4/server/parser/ >>> /usr/include/postgresql-8.4/server/parser/scansup.h >>> /usr/include/postgresql-8.4/server/parser/parse_utilcmd.h >>> /usr/include/postgresql-8.4/server/parser/parse_type.h >>> /usr/include/postgresql-8.4/server/parser/parsetree.h >>> /usr/include/postgresql-8.4/server/parser/parse_target.h >>> /usr/include/postgresql-8.4/server/parser/parser.h >>> /usr/include/postgresql-8.4/server/parser/parse_relation.h >>> /usr/include/postgresql-8.4/server/parser/parse_oper.h >>> /usr/include/postgresql-8.4/server/parser/parse_node.h >>> /usr/include/postgresql-8.4/server/parser/parse_func.h >>> /usr/include/postgresql-8.4/server/parser/parse_expr.h >>> /usr/include/postgresql-8.4/server/parser/parse_cte.h >>> /usr/include/postgresql-8.4/server/parser/parse_coerce.h >>> /usr/include/postgresql-8.4/server/parser/parse_clause.h >>> /usr/include/postgresql-8.4/server/parser/parse_agg.h >>> /usr/include/postgresql-8.4/server/parser/kwlist.h >>> /usr/include/postgresql-8.4/server/parser/keywords.h >>> /usr/include/postgresql-8.4/server/parser/gramparse.h >>> /usr/include/postgresql-8.4/server/parser/gram.h >>> /usr/include/postgresql-8.4/server/parser/analyze.h >>> /usr/include/postgresql-8.4/server/optimizer/ >>> /usr/include/postgresql-8.4/server/optimizer/var.h >>> /usr/include/postgresql-8.4/server/optimizer/tlist.h >>> /usr/include/postgresql-8.4/server/optimizer/subselect.h >>> /usr/include/postgresql-8.4/server/optimizer/restrictinfo.h >>> /usr/include/postgresql-8.4/server/optimizer/prep.h >>> /usr/include/postgresql-8.4/server/optimizer/predtest.h >>> /usr/include/postgresql-8.4/server/optimizer/planner.h >>> /usr/include/postgresql-8.4/server/optimizer/planmain.h >>> /usr/include/postgresql-8.4/server/optimizer/plancat.h >>> /usr/include/postgresql-8.4/server/optimizer/placeholder.h >>> /usr/include/postgresql-8.4/server/optimizer/paths.h >>> /usr/include/postgresql-8.4/server/optimizer/pathnode.h >>> /usr/include/postgresql-8.4/server/optimizer/joininfo.h >>> /usr/include/postgresql-8.4/server/optimizer/geqo_selection.h >>> /usr/include/postgresql-8.4/server/optimizer/geqo_recombination.h >>> /usr/include/postgresql-8.4/server/optimizer/geqo_random.h >>> /usr/include/postgresql-8.4/server/optimizer/geqo_pool.h >>> /usr/include/postgresql-8.4/server/optimizer/geqo_mutation.h >>> /usr/include/postgresql-8.4/server/optimizer/geqo_misc.h >>> /usr/include/postgresql-8.4/server/optimizer/geqo.h >>> /usr/include/postgresql-8.4/server/optimizer/geqo_gene.h >>> /usr/include/postgresql-8.4/server/optimizer/geqo_copy.h >>> /usr/include/postgresql-8.4/server/optimizer/cost.h >>> /usr/include/postgresql-8.4/server/optimizer/clauses.h >>> /usr/include/postgresql-8.4/server/nodes/ >>> /usr/include/postgresql-8.4/server/nodes/value.h >>> /usr/include/postgresql-8.4/server/nodes/tidbitmap.h >>> /usr/include/postgresql-8.4/server/nodes/relation.h >>> /usr/include/postgresql-8.4/server/nodes/readfuncs.h >>> /usr/include/postgresql-8.4/server/nodes/print.h >>> /usr/include/postgresql-8.4/server/nodes/primnodes.h >>> /usr/include/postgresql-8.4/server/nodes/plannodes.h >>> /usr/include/postgresql-8.4/server/nodes/pg_list.h >>> /usr/include/postgresql-8.4/server/nodes/parsenodes.h >>> /usr/include/postgresql-8.4/server/nodes/params.h >>> /usr/include/postgresql-8.4/server/nodes/nodes.h >>> /usr/include/postgresql-8.4/server/nodes/nodeFuncs.h >>> /usr/include/postgresql-8.4/server/nodes/memnodes.h >>> /usr/include/postgresql-8.4/server/nodes/makefuncs.h >>> /usr/include/postgresql-8.4/server/nodes/execnodes.h >>> /usr/include/postgresql-8.4/server/nodes/bitmapset.h >>> /usr/include/postgresql-8.4/server/mb/ >>> /usr/include/postgresql-8.4/server/mb/pg_wchar.h >>> /usr/include/postgresql-8.4/server/libpq/ >>> /usr/include/postgresql-8.4/server/libpq/pqsignal.h >>> /usr/include/postgresql-8.4/server/libpq/pqformat.h >>> /usr/include/postgresql-8.4/server/libpq/pqcomm.h >>> /usr/include/postgresql-8.4/server/libpq/md5.h >>> /usr/include/postgresql-8.4/server/libpq/libpq.h >>> /usr/include/postgresql-8.4/server/libpq/libpq-fs.h >>> /usr/include/postgresql-8.4/server/libpq/libpq-be.h >>> /usr/include/postgresql-8.4/server/libpq/ip.h >>> /usr/include/postgresql-8.4/server/libpq/hba.h >>> /usr/include/postgresql-8.4/server/libpq/crypt.h >>> /usr/include/postgresql-8.4/server/libpq/be-fsstubs.h >>> /usr/include/postgresql-8.4/server/libpq/auth.h >>> /usr/include/postgresql-8.4/server/lib/ >>> /usr/include/postgresql-8.4/server/lib/stringinfo.h >>> /usr/include/postgresql-8.4/server/lib/dllist.h >>> /usr/include/postgresql-8.4/server/foreign/ >>> /usr/include/postgresql-8.4/server/foreign/foreign.h >>> /usr/include/postgresql-8.4/server/executor/ >>> /usr/include/postgresql-8.4/server/executor/tuptable.h >>> /usr/include/postgresql-8.4/server/executor/tstoreReceiver.h >>> /usr/include/postgresql-8.4/server/executor/spi_priv.h >>> /usr/include/postgresql-8.4/server/executor/spi.h >>> /usr/include/postgresql-8.4/server/executor/nodeWorktablescan.h >>> /usr/include/postgresql-8.4/server/executor/nodeWindowAgg.h >>> /usr/include/postgresql-8.4/server/executor/nodeValuesscan.h >>> /usr/include/postgresql-8.4/server/executor/nodeUnique.h >>> /usr/include/postgresql-8.4/server/executor/nodeTidscan.h >>> /usr/include/postgresql-8.4/server/executor/nodeSubqueryscan.h >>> /usr/include/postgresql-8.4/server/executor/nodeSubplan.h >>> /usr/include/postgresql-8.4/server/executor/nodeSort.h >>> /usr/include/postgresql-8.4/server/executor/nodeSetOp.h >>> /usr/include/postgresql-8.4/server/executor/nodeSeqscan.h >>> /usr/include/postgresql-8.4/server/executor/nodeResult.h >>> /usr/include/postgresql-8.4/server/executor/nodeRecursiveunion.h >>> /usr/include/postgresql-8.4/server/executor/nodeNestloop.h >>> /usr/include/postgresql-8.4/server/executor/nodeMergejoin.h >>> /usr/include/postgresql-8.4/server/executor/nodeMaterial.h >>> /usr/include/postgresql-8.4/server/executor/nodeLimit.h >>> /usr/include/postgresql-8.4/server/executor/nodeIndexscan.h >>> /usr/include/postgresql-8.4/server/executor/nodeHashjoin.h >>> /usr/include/postgresql-8.4/server/executor/nodeHash.h >>> /usr/include/postgresql-8.4/server/executor/nodeGroup.h >>> /usr/include/postgresql-8.4/server/executor/nodeFunctionscan.h >>> /usr/include/postgresql-8.4/server/executor/nodeCtescan.h >>> /usr/include/postgresql-8.4/server/executor/nodeBitmapOr.h >>> /usr/include/postgresql-8.4/server/executor/nodeBitmapIndexscan.h >>> /usr/include/postgresql-8.4/server/executor/nodeBitmapHeapscan.h >>> /usr/include/postgresql-8.4/server/executor/nodeBitmapAnd.h >>> /usr/include/postgresql-8.4/server/executor/nodeAppend.h >>> /usr/include/postgresql-8.4/server/executor/nodeAgg.h >>> /usr/include/postgresql-8.4/server/executor/instrument.h >>> /usr/include/postgresql-8.4/server/executor/hashjoin.h >>> /usr/include/postgresql-8.4/server/executor/functions.h >>> /usr/include/postgresql-8.4/server/executor/executor.h >>> /usr/include/postgresql-8.4/server/executor/execdesc.h >>> /usr/include/postgresql-8.4/server/executor/execdefs.h >>> /usr/include/postgresql-8.4/server/executor/execdebug.h >>> /usr/include/postgresql-8.4/server/commands/ >>> /usr/include/postgresql-8.4/server/commands/view.h >>> /usr/include/postgresql-8.4/server/commands/version.h >>> /usr/include/postgresql-8.4/server/commands/variable.h >>> /usr/include/postgresql-8.4/server/commands/vacuum.h >>> /usr/include/postgresql-8.4/server/commands/user.h >>> /usr/include/postgresql-8.4/server/commands/typecmds.h >>> /usr/include/postgresql-8.4/server/commands/trigger.h >>> /usr/include/postgresql-8.4/server/commands/tablespace.h >>> /usr/include/postgresql-8.4/server/commands/tablecmds.h >>> /usr/include/postgresql-8.4/server/commands/sequence.h >>> /usr/include/postgresql-8.4/server/commands/schemacmds.h >>> /usr/include/postgresql-8.4/server/commands/proclang.h >>> /usr/include/postgresql-8.4/server/commands/prepare.h >>> /usr/include/postgresql-8.4/server/commands/portalcmds.h >>> /usr/include/postgresql-8.4/server/commands/lockcmds.h >>> /usr/include/postgresql-8.4/server/commands/explain.h >>> /usr/include/postgresql-8.4/server/commands/discard.h >>> /usr/include/postgresql-8.4/server/commands/defrem.h >>> /usr/include/postgresql-8.4/server/commands/dbcommands.h >>> /usr/include/postgresql-8.4/server/commands/copy.h >>> /usr/include/postgresql-8.4/server/commands/conversioncmds.h >>> /usr/include/postgresql-8.4/server/commands/comment.h >>> /usr/include/postgresql-8.4/server/commands/cluster.h >>> /usr/include/postgresql-8.4/server/commands/async.h >>> /usr/include/postgresql-8.4/server/commands/alter.h >>> /usr/include/postgresql-8.4/server/catalog/ >>> /usr/include/postgresql-8.4/server/catalog/toasting.h >>> /usr/include/postgresql-8.4/server/catalog/storage.h >>> /usr/include/postgresql-8.4/server/catalog/pg_user_mapping.h >>> /usr/include/postgresql-8.4/server/catalog/pg_type.h >>> /usr/include/postgresql-8.4/server/catalog/pg_type_fn.h >>> /usr/include/postgresql-8.4/server/catalog/pg_ts_template.h >>> /usr/include/postgresql-8.4/server/catalog/pg_ts_parser.h >>> /usr/include/postgresql-8.4/server/catalog/pg_ts_dict.h >>> /usr/include/postgresql-8.4/server/catalog/pg_ts_config_map.h >>> /usr/include/postgresql-8.4/server/catalog/pg_ts_config.h >>> /usr/include/postgresql-8.4/server/catalog/pg_trigger.h >>> /usr/include/postgresql-8.4/server/catalog/pg_tablespace.h >>> /usr/include/postgresql-8.4/server/catalog/pg_statistic.h >>> /usr/include/postgresql-8.4/server/catalog/pg_shdescription.h >>> /usr/include/postgresql-8.4/server/catalog/pg_shdepend.h >>> /usr/include/postgresql-8.4/server/catalog/pg_rewrite.h >>> /usr/include/postgresql-8.4/server/catalog/pg_proc.h >>> /usr/include/postgresql-8.4/server/catalog/pg_proc_fn.h >>> /usr/include/postgresql-8.4/server/catalog/pg_pltemplate.h >>> /usr/include/postgresql-8.4/server/catalog/pg_opfamily.h >>> /usr/include/postgresql-8.4/server/catalog/pg_operator.h >>> /usr/include/postgresql-8.4/server/catalog/pg_opclass.h >>> /usr/include/postgresql-8.4/server/catalog/pg_namespace.h >>> /usr/include/postgresql-8.4/server/catalog/pg_listener.h >>> /usr/include/postgresql-8.4/server/catalog/pg_largeobject.h >>> /usr/include/postgresql-8.4/server/catalog/pg_language.h >>> /usr/include/postgresql-8.4/server/catalog/pg_inherits.h >>> /usr/include/postgresql-8.4/server/catalog/pg_inherits_fn.h >>> /usr/include/postgresql-8.4/server/catalog/pg_index.h >>> /usr/include/postgresql-8.4/server/catalog/pg_foreign_server.h >>> /usr/include/postgresql-8.4/server/catalog/pg_foreign_data_wrapper.h >>> /usr/include/postgresql-8.4/server/catalog/pg_enum.h >>> /usr/include/postgresql-8.4/server/catalog/pg_description.h >>> /usr/include/postgresql-8.4/server/catalog/pg_depend.h >>> /usr/include/postgresql-8.4/server/catalog/pg_database.h >>> /usr/include/postgresql-8.4/server/catalog/pg_conversion.h >>> /usr/include/postgresql-8.4/server/catalog/pg_conversion_fn.h >>> /usr/include/postgresql-8.4/server/catalog/pg_control.h >>> /usr/include/postgresql-8.4/server/catalog/pg_constraint.h >>> /usr/include/postgresql-8.4/server/catalog/pg_class.h >>> /usr/include/postgresql-8.4/server/catalog/pg_cast.h >>> /usr/include/postgresql-8.4/server/catalog/pg_auth_members.h >>> /usr/include/postgresql-8.4/server/catalog/pg_authid.h >>> /usr/include/postgresql-8.4/server/catalog/pg_attribute.h >>> /usr/include/postgresql-8.4/server/catalog/pg_attrdef.h >>> /usr/include/postgresql-8.4/server/catalog/pg_amproc.h >>> /usr/include/postgresql-8.4/server/catalog/pg_amop.h >>> /usr/include/postgresql-8.4/server/catalog/pg_am.h >>> /usr/include/postgresql-8.4/server/catalog/pg_aggregate.h >>> /usr/include/postgresql-8.4/server/catalog/namespace.h >>> /usr/include/postgresql-8.4/server/catalog/indexing.h >>> /usr/include/postgresql-8.4/server/catalog/index.h >>> /usr/include/postgresql-8.4/server/catalog/heap.h >>> /usr/include/postgresql-8.4/server/catalog/genbki.h >>> /usr/include/postgresql-8.4/server/catalog/dependency.h >>> /usr/include/postgresql-8.4/server/catalog/catversion.h >>> /usr/include/postgresql-8.4/server/catalog/catalog.h >>> /usr/include/postgresql-8.4/server/bootstrap/ >>> /usr/include/postgresql-8.4/server/bootstrap/bootstrap.h >>> /usr/include/postgresql-8.4/server/access/ >>> /usr/include/postgresql-8.4/server/access/xlogutils.h >>> /usr/include/postgresql-8.4/server/access/xlog_internal.h >>> /usr/include/postgresql-8.4/server/access/xlog.h >>> /usr/include/postgresql-8.4/server/access/xlogdefs.h >>> /usr/include/postgresql-8.4/server/access/xact.h >>> /usr/include/postgresql-8.4/server/access/visibilitymap.h >>> /usr/include/postgresql-8.4/server/access/valid.h >>> /usr/include/postgresql-8.4/server/access/twophase_rmgr.h >>> /usr/include/postgresql-8.4/server/access/twophase.h >>> /usr/include/postgresql-8.4/server/access/tuptoaster.h >>> /usr/include/postgresql-8.4/server/access/tupmacs.h >>> /usr/include/postgresql-8.4/server/access/tupdesc.h >>> /usr/include/postgresql-8.4/server/access/transam.h >>> /usr/include/postgresql-8.4/server/access/sysattr.h >>> /usr/include/postgresql-8.4/server/access/subtrans.h >>> /usr/include/postgresql-8.4/server/access/slru.h >>> /usr/include/postgresql-8.4/server/access/skey.h >>> /usr/include/postgresql-8.4/server/access/sdir.h >>> /usr/include/postgresql-8.4/server/access/rmgr.h >>> /usr/include/postgresql-8.4/server/access/rewriteheap.h >>> /usr/include/postgresql-8.4/server/access/relscan.h >>> /usr/include/postgresql-8.4/server/access/reloptions.h >>> /usr/include/postgresql-8.4/server/access/printtup.h >>> /usr/include/postgresql-8.4/server/access/nbtree.h >>> /usr/include/postgresql-8.4/server/access/multixact.h >>> /usr/include/postgresql-8.4/server/access/itup.h >>> /usr/include/postgresql-8.4/server/access/htup.h >>> /usr/include/postgresql-8.4/server/access/hio.h >>> /usr/include/postgresql-8.4/server/access/heapam.h >>> /usr/include/postgresql-8.4/server/access/hash.h >>> /usr/include/postgresql-8.4/server/access/gistscan.h >>> /usr/include/postgresql-8.4/server/access/gist_private.h >>> /usr/include/postgresql-8.4/server/access/gist.h >>> /usr/include/postgresql-8.4/server/access/gin.h >>> /usr/include/postgresql-8.4/server/access/genam.h >>> /usr/include/postgresql-8.4/server/access/clog.h >>> /usr/include/postgresql-8.4/server/access/attnum.h >>> /usr/include/postgresql-8.4/internal/ >>> /usr/include/postgresql-8.4/internal/pqexpbuffer.h >>> /usr/include/postgresql-8.4/internal/libpq-int.h >>> /usr/include/postgresql-8.4/internal/postgres_fe.h >>> /usr/include/postgresql-8.4/internal/port.h >>> /usr/include/postgresql-8.4/internal/c.h >>> /usr/include/postgresql-8.4/internal/libpq/ >>> /usr/include/postgresql-8.4/internal/libpq/pqcomm.h >>> /usr/include/postgresql-8.4/libpq/ >>> /usr/include/postgresql-8.4/libpq/libpq-fs.h --- /usr/lib64/ >>> /usr/lib64/postgresql-8.4/ >>> /usr/lib64/postgresql-8.4/bin/ >>> /usr/lib64/postgresql-8.4/bin/ecpg >>> /usr/lib64/postgresql-8.4/bin/pg_dump >>> /usr/lib64/postgresql-8.4/bin/pg_restore >>> /usr/lib64/postgresql-8.4/bin/pg_dumpall >>> /usr/lib64/postgresql-8.4/bin/psql >>> /usr/lib64/postgresql-8.4/bin/createdb >>> /usr/lib64/postgresql-8.4/bin/dropdb >>> /usr/lib64/postgresql-8.4/bin/createlang >>> /usr/lib64/postgresql-8.4/bin/droplang >>> /usr/lib64/postgresql-8.4/bin/createuser >>> /usr/lib64/postgresql-8.4/bin/dropuser >>> /usr/lib64/postgresql-8.4/bin/clusterdb >>> /usr/lib64/postgresql-8.4/bin/vacuumdb >>> /usr/lib64/postgresql-8.4/bin/reindexdb >>> /usr/lib64/postgresql-8.4/bin/pg_config >>> /usr/lib64/postgresql-8.4/bin/oid2name >>> /usr/lib64/postgresql-8.4/bin/pgbench >>> /usr/lib64/postgresql-8.4/bin/vacuumlo >>> /usr/lib64/postgresql-8.4/share/ >>> /usr/lib64/postgresql-8.4/share/locale/ >>> /usr/lib64/postgresql-8.4/share/locale/nb/ >>> /usr/lib64/postgresql-8.4/share/locale/nb/LC_MESSAGES/ >>> /usr/lib64/postgresql-8.4/share/locale/nb/LC_MESSAGES/pg_config-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/ro/ >>> /usr/lib64/postgresql-8.4/share/locale/ro/LC_MESSAGES/ >>> /usr/lib64/postgresql-8.4/share/locale/ro/LC_MESSAGES/pg_config-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/ro/LC_MESSAGES/pgscripts-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/zh_TW/ >>> /usr/lib64/postgresql-8.4/share/locale/zh_TW/LC_MESSAGES/ >>> /usr/lib64/postgresql-8.4/share/locale/zh_TW/LC_MESSAGES/pg_config-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/zh_TW/LC_MESSAGES/pgscripts-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/zh_TW/LC_MESSAGES/psql-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/zh_TW/LC_MESSAGES/pg_dump-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/zh_TW/LC_MESSAGES/ecpg-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/zh_TW/LC_MESSAGES/libpq5-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/zh_CN/ >>> /usr/lib64/postgresql-8.4/share/locale/zh_CN/LC_MESSAGES/ >>> /usr/lib64/postgresql-8.4/share/locale/zh_CN/LC_MESSAGES/pg_config-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/zh_CN/LC_MESSAGES/pgscripts-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/zh_CN/LC_MESSAGES/psql-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/zh_CN/LC_MESSAGES/pg_dump-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/zh_CN/LC_MESSAGES/ecpg-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/zh_CN/LC_MESSAGES/ecpglib6-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/zh_CN/LC_MESSAGES/libpq5-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/tr/ >>> /usr/lib64/postgresql-8.4/share/locale/tr/LC_MESSAGES/ >>> /usr/lib64/postgresql-8.4/share/locale/tr/LC_MESSAGES/pg_config-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/tr/LC_MESSAGES/pgscripts-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/tr/LC_MESSAGES/psql-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/tr/LC_MESSAGES/pg_dump-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/tr/LC_MESSAGES/ecpg-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/tr/LC_MESSAGES/ecpglib6-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/tr/LC_MESSAGES/libpq5-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/sv/ >>> /usr/lib64/postgresql-8.4/share/locale/sv/LC_MESSAGES/ >>> /usr/lib64/postgresql-8.4/share/locale/sv/LC_MESSAGES/pg_config-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/sv/LC_MESSAGES/pgscripts-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/sv/LC_MESSAGES/psql-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/sv/LC_MESSAGES/pg_dump-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/sv/LC_MESSAGES/libpq5-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/ru/ >>> /usr/lib64/postgresql-8.4/share/locale/ru/LC_MESSAGES/ >>> /usr/lib64/postgresql-8.4/share/locale/ru/LC_MESSAGES/pg_config-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/ru/LC_MESSAGES/libpq5-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/pt_BR/ >>> /usr/lib64/postgresql-8.4/share/locale/pt_BR/LC_MESSAGES/ >>> /usr/lib64/postgresql-8.4/share/locale/pt_BR/LC_MESSAGES/pg_config-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/pt_BR/LC_MESSAGES/pgscripts-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/pt_BR/LC_MESSAGES/psql-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/pt_BR/LC_MESSAGES/pg_dump-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/pt_BR/LC_MESSAGES/ecpg-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/pt_BR/LC_MESSAGES/ecpglib6-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/pt_BR/LC_MESSAGES/libpq5-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/ko/ >>> /usr/lib64/postgresql-8.4/share/locale/ko/LC_MESSAGES/ >>> /usr/lib64/postgresql-8.4/share/locale/ko/LC_MESSAGES/pg_config-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/ko/LC_MESSAGES/pgscripts-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/ko/LC_MESSAGES/psql-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/ko/LC_MESSAGES/pg_dump-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/ko/LC_MESSAGES/ecpg-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/ko/LC_MESSAGES/libpq5-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/it/ >>> /usr/lib64/postgresql-8.4/share/locale/it/LC_MESSAGES/ >>> /usr/lib64/postgresql-8.4/share/locale/it/LC_MESSAGES/pg_config-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/it/LC_MESSAGES/pgscripts-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/it/LC_MESSAGES/psql-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/it/LC_MESSAGES/pg_dump-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/it/LC_MESSAGES/ecpg-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/it/LC_MESSAGES/ecpglib6-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/it/LC_MESSAGES/libpq5-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/fr/ >>> /usr/lib64/postgresql-8.4/share/locale/fr/LC_MESSAGES/ >>> /usr/lib64/postgresql-8.4/share/locale/fr/LC_MESSAGES/pg_config-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/fr/LC_MESSAGES/pgscripts-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/fr/LC_MESSAGES/psql-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/fr/LC_MESSAGES/pg_dump-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/fr/LC_MESSAGES/ecpg-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/fr/LC_MESSAGES/ecpglib6-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/fr/LC_MESSAGES/libpq5-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/es/ >>> /usr/lib64/postgresql-8.4/share/locale/es/LC_MESSAGES/ >>> /usr/lib64/postgresql-8.4/share/locale/es/LC_MESSAGES/pg_config-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/es/LC_MESSAGES/pgscripts-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/es/LC_MESSAGES/psql-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/es/LC_MESSAGES/pg_dump-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/es/LC_MESSAGES/ecpg-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/es/LC_MESSAGES/ecpglib6-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/es/LC_MESSAGES/libpq5-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/de/ >>> /usr/lib64/postgresql-8.4/share/locale/de/LC_MESSAGES/ >>> /usr/lib64/postgresql-8.4/share/locale/de/LC_MESSAGES/pg_config-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/de/LC_MESSAGES/pgscripts-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/de/LC_MESSAGES/psql-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/de/LC_MESSAGES/pg_dump-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/de/LC_MESSAGES/ecpg-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/de/LC_MESSAGES/ecpglib6-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/de/LC_MESSAGES/libpq5-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/cs/ >>> /usr/lib64/postgresql-8.4/share/locale/cs/LC_MESSAGES/ >>> /usr/lib64/postgresql-8.4/share/locale/cs/LC_MESSAGES/pgscripts-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/cs/LC_MESSAGES/psql-8.4.mo >>> /usr/lib64/postgresql-8.4/share/locale/cs/LC_MESSAGES/libpq5-8.4.mo >>> /usr/lib64/postgresql-8.4/lib64/ >>> /usr/lib64/postgresql-8.4/lib64/libpgport.a >>> /usr/lib64/postgresql-8.4/lib64/libpq.a >>> /usr/lib64/postgresql-8.4/lib64/libpgtypes.a >>> /usr/lib64/postgresql-8.4/lib64/libecpg.a >>> /usr/lib64/postgresql-8.4/lib64/libecpg_compat.a >>> /usr/lib64/postgresql-8.4/lib64/libpq.so.5.2 >>> /usr/lib64/postgresql-8.4/lib64/libpgtypes.so.3.1 >>> /usr/lib64/postgresql-8.4/lib64/libecpg.so.6.1 >>> /usr/lib64/postgresql-8.4/lib64/libecpg_compat.so.3.1 >>> /usr/lib64/postgresql-8.4/lib64/libecpg_compat.so -> libecpg_compat.so.3.1 >>> /usr/lib64/postgresql-8.4/lib64/libecpg_compat.so.3 -> libecpg_compat.so.3.1 >>> /usr/lib64/postgresql-8.4/lib64/libecpg.so -> libecpg.so.6.1 >>> /usr/lib64/postgresql-8.4/lib64/libecpg.so.6 -> libecpg.so.6.1 >>> /usr/lib64/postgresql-8.4/lib64/libpgtypes.so -> libpgtypes.so.3.1 >>> /usr/lib64/postgresql-8.4/lib64/libpgtypes.so.3 -> libpgtypes.so.3.1 >>> /usr/lib64/postgresql-8.4/lib64/libpq.so -> libpq.so.5.2 >>> /usr/lib64/postgresql-8.4/lib64/libpq.so.5 -> libpq.so.5.2 >>> /usr/lib64/postgresql-8.4/lib64/pgxs/ >>> /usr/lib64/postgresql-8.4/lib64/pgxs/config/ >>> /usr/lib64/postgresql-8.4/lib64/pgxs/config/mkinstalldirs >>> /usr/lib64/postgresql-8.4/lib64/pgxs/config/install-sh >>> /usr/lib64/postgresql-8.4/lib64/pgxs/src/ >>> /usr/lib64/postgresql-8.4/lib64/pgxs/src/makefiles/ >>> /usr/lib64/postgresql-8.4/lib64/pgxs/src/makefiles/pgxs.mk >>> /usr/lib64/postgresql-8.4/lib64/pgxs/src/nls-global.mk >>> /usr/lib64/postgresql-8.4/lib64/pgxs/src/Makefile.shlib >>> /usr/lib64/postgresql-8.4/lib64/pgxs/src/Makefile.port >>> /usr/lib64/postgresql-8.4/lib64/pgxs/src/Makefile.global --- /usr/share/ >>> /usr/share/postgresql-8.4/ >>> /usr/share/postgresql-8.4/psqlrc.sample >>> /usr/share/postgresql-8.4/pg_service.conf.sample >>> /usr/share/postgresql-8.4/man/ >>> /usr/share/postgresql-8.4/man/man7/ >>> /usr/share/postgresql-8.4/man/man7/abort.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/alter_aggregate.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/alter_conversion.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/alter_database.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/alter_domain.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/alter_foreign_data_wrapper.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/alter_function.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/alter_group.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/alter_index.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/alter_language.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/alter_operator.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/alter_operator_class.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/alter_operator_family.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/alter_role.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/alter_schema.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/alter_sequence.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/alter_server.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/alter_table.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/alter_tablespace.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/alter_text_search_configuration.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/alter_text_search_dictionary.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/alter_text_search_parser.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/alter_text_search_template.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/alter_trigger.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/alter_type.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/alter_user.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/alter_user_mapping.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/alter_view.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/analyze.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/begin.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/checkpoint.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/close.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/cluster.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/comment.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/commit.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/commit_prepared.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/copy.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/create_aggregate.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/create_cast.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/create_constraint_trigger.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/create_conversion.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/create_database.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/create_domain.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/create_foreign_data_wrapper.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/create_function.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/create_group.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/create_index.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/create_language.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/create_operator.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/create_operator_class.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/create_operator_family.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/create_role.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/create_rule.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/create_schema.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/create_sequence.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/create_server.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/create_table.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/create_table_as.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/create_tablespace.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/create_text_search_configuration.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/create_text_search_dictionary.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/create_text_search_parser.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/create_text_search_template.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/create_trigger.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/create_type.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/create_user.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/create_user_mapping.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/create_view.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/deallocate.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/declare.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/delete.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/discard.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/drop_aggregate.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/drop_cast.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/drop_conversion.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/drop_database.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/drop_domain.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/drop_foreign_data_wrapper.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/drop_function.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/drop_group.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/drop_index.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/drop_language.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/drop_operator.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/drop_operator_class.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/drop_operator_family.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/drop_owned.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/drop_role.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/drop_rule.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/drop_schema.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/drop_sequence.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/drop_server.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/drop_table.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/drop_tablespace.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/drop_text_search_configuration.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/drop_text_search_dictionary.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/drop_text_search_parser.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/drop_text_search_template.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/drop_trigger.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/drop_type.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/drop_user.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/drop_user_mapping.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/drop_view.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/end.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/execute.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/explain.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/fetch.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/grant.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/insert.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/listen.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/load.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/lock.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/move.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/notify.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/prepare.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/prepare_transaction.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/reassign_owned.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/reindex.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/release_savepoint.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/reset.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/revoke.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/rollback.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/rollback_prepared.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/rollback_to_savepoint.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/savepoint.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/select.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/select_into.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/set.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/set_constraints.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/set_role.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/set_session_authorization.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/set_transaction.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/show.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/start_transaction.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/table.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/truncate.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/unlisten.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/update.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/vacuum.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/values.7.bz2 >>> /usr/share/postgresql-8.4/man/man7/with.7.bz2 >>> /usr/share/postgresql-8.4/man/man1/ >>> /usr/share/postgresql-8.4/man/man1/clusterdb.1.bz2 >>> /usr/share/postgresql-8.4/man/man1/createdb.1.bz2 >>> /usr/share/postgresql-8.4/man/man1/createlang.1.bz2 >>> /usr/share/postgresql-8.4/man/man1/createuser.1.bz2 >>> /usr/share/postgresql-8.4/man/man1/dropdb.1.bz2 >>> /usr/share/postgresql-8.4/man/man1/droplang.1.bz2 >>> /usr/share/postgresql-8.4/man/man1/dropuser.1.bz2 >>> /usr/share/postgresql-8.4/man/man1/pg_dump.1.bz2 >>> /usr/share/postgresql-8.4/man/man1/pg_dumpall.1.bz2 >>> /usr/share/postgresql-8.4/man/man1/psql.1.bz2 >>> /usr/share/postgresql-8.4/man/man1/reindexdb.1.bz2 >>> /usr/share/postgresql-8.4/man/man1/vacuumdb.1.bz2 >>> /usr/share/postgresql-8.4/man/man1/ecpg.1.bz2 >>> /usr/share/postgresql-8.4/man/man1/pg_config.1.bz2 --- /usr/share/doc/ >>> /usr/share/doc/postgresql-base-8.4.7/ >>> /usr/share/doc/postgresql-base-8.4.7/README.bz2 >>> /usr/share/doc/postgresql-base-8.4.7/HISTORY.bz2 >>> /usr/share/doc/postgresql-base-8.4.7/README.mb.big5.bz2 >>> /usr/share/doc/postgresql-base-8.4.7/README.mb.jp.bz2 >>> /usr/share/doc/postgresql-base-8.4.7/TODO.bz2 >>> /usr/share/doc/postgresql-base-8.4.7/bug.template.bz2 >>> /usr/share/doc/postgresql-8.4/ * If you need a global psqlrc-file, you can place it in '//etc/postgresql-8.4/'. >>> Regenerating /etc/ld.so.cache...