Created
December 28, 2014 19:36
-
-
Save fire/d598117ea5c8c880ea9b to your computer and use it in GitHub Desktop.
Smartos postgres-xl #2
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[admin@web01 /home/admin/postgres-xl]$ ./configure --with-openssl --with-libxml --with-libxslt --with-ossp-uuid --enable-nls | |
checking build system type... x86_64-pc-solaris2.11 | |
checking host system type... x86_64-pc-solaris2.11 | |
checking which template to use... solaris | |
checking whether to build with 64-bit integer date/time support... yes | |
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 gcc... gcc | |
checking for C compiler default output file name... a.out | |
checking whether the C compiler works... yes | |
checking whether we are cross compiling... no | |
checking for suffix of executables... | |
checking for suffix of object files... o | |
checking whether we are using the GNU C compiler... yes | |
checking whether gcc accepts -g... yes | |
checking for gcc option to accept ISO C89... none needed | |
checking whether gcc supports -Wdeclaration-after-statement... yes | |
checking whether gcc supports -Wendif-labels... yes | |
checking whether gcc supports -Wmissing-format-attribute... yes | |
checking whether gcc supports -Wformat-security... yes | |
checking whether gcc supports -fno-strict-aliasing... yes | |
checking whether gcc supports -fwrapv... yes | |
checking whether gcc supports -fexcess-precision=standard... yes | |
checking whether the C compiler still works... yes | |
checking how to run the C preprocessor... 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... no | |
checking whether to build with LDAP support... no | |
checking whether to build with Bonjour support... no | |
checking whether to build with OpenSSL support... yes | |
checking whether to build with SELinux support... no | |
checking for xml2-config... xml2-config | |
checking for grep that handles long lines and -e... /opt/local/bin/grep | |
checking for egrep... /opt/local/bin/grep -E | |
checking for ld used by GCC... /usr/bin/ld | |
checking if the linker (/usr/bin/ld) is GNU ld... no | |
checking for ranlib... ranlib | |
checking for strip... strip | |
checking whether it is possible to strip libraries... yes | |
checking for ar... ar | |
checking for tar... /opt/local/bin/tar | |
checking whether ln -s works... yes | |
checking for gawk... gawk | |
checking for a thread-safe mkdir -p... /opt/local/bin/mkdir -p | |
checking for bison... /opt/local/bin/bison | |
configure: using bison (GNU Bison) 3.0.2 | |
checking for flex... /opt/local/bin/flex | |
configure: using flex 2.5.39 | |
checking for perl... /opt/local/bin/perl | |
configure: using perl 5.20.0 | |
checking for main in -lm... yes | |
checking for library containing setproctitle... no | |
checking for library containing dlopen... none required | |
checking for library containing socket... -lsocket | |
checking for library containing shl_load... no | |
checking for library containing getopt_long... none required | |
checking for library containing crypt... none required | |
checking for library containing fdatasync... none required | |
checking for library containing gethostbyname_r... -lnsl | |
checking for library containing shmget... none required | |
checking for library containing readline... -lreadline | |
checking for inflate in -lz... yes | |
checking for CRYPTO_new_ex_data in -lcrypto... yes | |
checking for SSL_library_init in -lssl... yes | |
checking for xmlSaveToBuffer in -lxml2... yes | |
checking for xsltCleanupGlobals in -lxslt... yes | |
checking for uuid_export in -lossp-uuid... 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... yes | |
checking ieeefp.h presence... yes | |
checking for ieeefp.h... yes | |
checking ifaddrs.h usability... yes | |
checking ifaddrs.h presence... yes | |
checking for ifaddrs.h... yes | |
checking langinfo.h usability... yes | |
checking langinfo.h presence... yes | |
checking for langinfo.h... yes | |
checking 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/ioctl.h usability... yes | |
checking sys/ioctl.h presence... yes | |
checking for sys/ioctl.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/shm.h usability... yes | |
checking sys/shm.h presence... yes | |
checking for sys/shm.h... yes | |
checking sys/socket.h usability... yes | |
checking sys/socket.h presence... yes | |
checking for sys/socket.h... yes | |
checking sys/sockio.h usability... yes | |
checking sys/sockio.h presence... yes | |
checking for sys/sockio.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/ucred.h usability... yes | |
checking sys/ucred.h presence... yes | |
checking for sys/ucred.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... yes | |
checking ucred.h presence... yes | |
checking for ucred.h... yes | |
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 for net/if.h... yes | |
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 libxml/parser.h usability... yes | |
checking libxml/parser.h presence... yes | |
checking for libxml/parser.h... yes | |
checking libxslt/xslt.h usability... yes | |
checking libxslt/xslt.h presence... yes | |
checking for libxslt/xslt.h... yes | |
checking ossp/uuid.h usability... no | |
checking ossp/uuid.h presence... no | |
checking for ossp/uuid.h... no | |
checking uuid.h usability... yes | |
checking uuid.h presence... yes | |
checking for uuid.h... yes | |
checking whether byte ordering is bigendian... no | |
checking for an ANSI C-conforming const... yes | |
checking for inline... inline | |
checking for quiet inline (no complaint if unreferenced)... yes | |
checking for preprocessor stringizing operator... yes | |
checking for flexible array members... 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... no | |
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 intptr_t... yes | |
checking for uintptr_t... yes | |
checking for long long int... yes | |
checking for locale_t... yes | |
checking for struct cmsgcred... 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 *, int * | |
checking whether gettimeofday takes only one argument... no | |
checking for cbrt... yes | |
checking for dlopen... yes | |
checking for fdatasync... yes | |
checking for getifaddrs... yes | |
checking for getpeerucred... yes | |
checking for getrlimit... yes | |
checking for mbstowcs_l... 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 towlower... yes | |
checking for utime... yes | |
checking for utimes... yes | |
checking for waitpid... yes | |
checking for wcstombs... yes | |
checking for wcstombs_l... yes | |
checking for fseeko... yes | |
checking for _LARGEFILE_SOURCE value needed for large files... no | |
checking whether fdatasync is declared... yes | |
checking whether strlcat is declared... yes | |
checking whether strlcpy is declared... yes | |
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 fls... 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 strerror... yes | |
checking for strlcat... yes | |
checking for strlcpy... yes | |
checking for unsetenv... yes | |
checking for getpeereid... no | |
checking for getaddrinfo... yes | |
checking for getopt_long... yes | |
checking for sigsetjmp... yes | |
checking whether sys_siglist is declared... no | |
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 builtin locking functions... yes | |
checking for rl_completion_append_character... yes | |
checking for rl_completion_matches... yes | |
checking for rl_filename_completion_function... yes | |
checking for append_history... yes | |
checking for history_truncate_file... yes | |
checking whether pthreads work with -pthread... yes | |
checking whether pthreads work with -pthreads... yes | |
checking for the pthreads library -lpthread... yes | |
checking whether pthreads work with -mt... no | |
checking for the pthreads library -lpthreads... no | |
checking whether pthreads work without any flags... yes | |
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... yes | |
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... yes | |
checking test program... ok | |
checking whether printf supports argument control... yes | |
checking whether long int is 64 bits... yes | |
checking size of void *... 8 | |
checking size of size_t... 8 | |
checking size of long... 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... no | |
checking for xgettext... xgettext | |
checking for onsgmls... no | |
checking for nsgmls... no | |
checking for openjade... no | |
checking for jade... no | |
checking for DocBook V4.2... no | |
checking for DocBook stylesheets... no | |
checking for collateindex.pl... no | |
checking for xsltproc... xsltproc | |
checking for osx... no | |
checking for sgml2xml... no | |
checking for sx... no | |
checking thread safety of required library functions... yes | |
checking whether gcc supports -Wl,--as-needed... no | |
configure: using compiler=gcc (GCC) 4.7.3 | |
configure: using CFLAGS=-DPGXC -DXCP -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard | |
configure: using CPPFLAGS= -I/opt/local/include/libxml2 -I/opt/local/include | |
configure: using LDFLAGS= -L/opt/local/lib -L/opt/local/lib | |
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/solaris.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/unix_latch.c to src/backend/port/pg_latch.c | |
config.status: linking src/backend/port/dynloader/solaris.h to src/include/dynloader.h | |
config.status: linking src/include/port/solaris.h to src/include/pg_config_os.h | |
config.status: linking src/makefiles/Makefile.solaris to src/Makefile.port | |
[admin@web01 /home/admin/postgres-xl]$ make LDFLAGS="-lnsl -lsocket" make -C src all | |
make[1]: Entering directory '/home/admin/postgres-xl/src' | |
make -C port all | |
make[2]: Entering directory '/home/admin/postgres-xl/src/port' | |
gcc -DPGXC -DXCP -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -DFRONTEND -I../../src/include -I/opt/local/include/libxml2 -I/opt/local/include -c -o getpeereid.o getpeereid.c | |
gcc -DPGXC -DXCP -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -DFRONTEND -I../../src/include -I/opt/local/include/libxml2 -I/opt/local/include -c -o getopt.o getopt.c | |
gcc -DPGXC -DXCP -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -DFRONTEND -I../../src/include -I/opt/local/include/libxml2 -I/opt/local/include -c -o chklocale.o chklocale.c | |
gcc -DPGXC -DXCP -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -DFRONTEND -I../../src/include -I/opt/local/include/libxml2 -I/opt/local/include -c -o dirmod.o dirmod.c | |
gcc -DPGXC -DXCP -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -DFRONTEND -I../../src/include -I/opt/local/include/libxml2 -I/opt/local/include -c -o erand48.o erand48.c | |
gcc -DPGXC -DXCP -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -DFRONTEND -I../../src/include -I/opt/local/include/libxml2 -I/opt/local/include -c -o exec.o exec.c | |
gcc -DPGXC -DXCP -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -DFRONTEND -I../../src/include -I/opt/local/include/libxml2 -I/opt/local/include -c -o fls.o fls.c | |
gcc -DPGXC -DXCP -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -DFRONTEND -I../../src/include -I/opt/local/include/libxml2 -I/opt/local/include -c -o inet_net_ntop.o inet_net_ntop.c | |
gcc -DPGXC -DXCP -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -DFRONTEND -I../../src/include -I/opt/local/include/libxml2 -I/opt/local/include -c -o noblock.o noblock.c | |
echo "#define PGBINDIR \"/usr/local/pgsql/bin\"" >pg_config_paths.h | |
echo "#define PGSHAREDIR \"/usr/local/pgsql/share\"" >>pg_config_paths.h | |
echo "#define SYSCONFDIR \"/usr/local/pgsql/etc\"" >>pg_config_paths.h | |
echo "#define INCLUDEDIR \"/usr/local/pgsql/include\"" >>pg_config_paths.h | |
echo "#define PKGINCLUDEDIR \"/usr/local/pgsql/include\"" >>pg_config_paths.h | |
echo "#define INCLUDEDIRSERVER \"/usr/local/pgsql/include/server\"" >>pg_config_paths.h | |
echo "#define LIBDIR \"/usr/local/pgsql/lib\"" >>pg_config_paths.h | |
echo "#define PKGLIBDIR \"/usr/local/pgsql/lib\"" >>pg_config_paths.h | |
echo "#define LOCALEDIR \"/usr/local/pgsql/share/locale\"" >>pg_config_paths.h | |
echo "#define DOCDIR \"/usr/local/pgsql/share/doc-xc/\"" >>pg_config_paths.h | |
echo "#define HTMLDIR \"/usr/local/pgsql/share/doc-xc/\"" >>pg_config_paths.h | |
echo "#define MANDIR \"/usr/local/pgsql/share/man\"" >>pg_config_paths.h | |
gcc -DPGXC -DXCP -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -DFRONTEND -I../../src/include -I/opt/local/include/libxml2 -I/opt/local/include -c -o path.o path.c | |
gcc -DPGXC -DXCP -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -DFRONTEND -I../../src/include -I/opt/local/include/libxml2 -I/opt/local/include -c -o pgcheckdir.o pgcheckdir.c | |
gcc -DPGXC -DXCP -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -DFRONTEND -I../../src/include -I/opt/local/include/libxml2 -I/opt/local/include -c -o pg_crc.o pg_crc.c | |
gcc -DPGXC -DXCP -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -DFRONTEND -I../../src/include -I/opt/local/include/libxml2 -I/opt/local/include -c -o pgmkdirp.o pgmkdirp.c | |
gcc -DPGXC -DXCP -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -DFRONTEND -I../../src/include -I/opt/local/include/libxml2 -I/opt/local/include -c -o pgsleep.o pgsleep.c | |
gcc -DPGXC -DXCP -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -DFRONTEND -I../../src/include -I/opt/local/include/libxml2 -I/opt/local/include -c -o pgstrcasecmp.o pgstrcasecmp.c | |
gcc -DPGXC -DXCP -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -DFRONTEND -I../../src/include -I/opt/local/include/libxml2 -I/opt/local/include -c -o qsort.o qsort.c | |
gcc -DPGXC -DXCP -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -DFRONTEND -I../../src/include -I/opt/local/include/libxml2 -I/opt/local/include -c -o qsort_arg.o qsort_arg.c | |
gcc -DPGXC -DXCP -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -DFRONTEND -I../../src/include -I/opt/local/include/libxml2 -I/opt/local/include -c -o sprompt.o sprompt.c | |
gcc -DPGXC -DXCP -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -pthread -pthreads -pthread -pthreads -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -I../../src/port -DFRONTEND -I../../src/include -I/opt/local/include/libxml2 -I/opt/local/include -c -o thread.o thread.c | |
ar crs libpgport.a getpeereid.o getopt.o chklocale.o dirmod.o erand48.o exec.o fls.o inet_net_ntop.o noblock.o path.o pgcheckdir.o pg_crc.o pgmkdirp.o pgsleep.o pgstrcasecmp.o qsort.o qsort_arg.o sprompt.o thread.o | |
make -C ../backend submake-errcodes | |
make[3]: Entering directory '/home/admin/postgres-xl/src/backend' | |
make -C utils errcodes.h | |
make[4]: Entering directory '/home/admin/postgres-xl/src/backend/utils' | |
'/opt/local/bin/perl' ./generate-errcodes.pl ../../../src/backend/utils/errcodes.txt > errcodes.h | |
make[4]: Leaving directory '/home/admin/postgres-xl/src/backend/utils' | |
prereqdir=`cd 'utils/' >/dev/null && pwd` && \ | |
cd '../../src/include/utils/' && rm -f errcodes.h && \ | |
ln -s "$prereqdir/errcodes.h" . | |
make[3]: Leaving directory '/home/admin/postgres-xl/src/backend' | |
gcc -DPGXC -DXCP -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -I../../src/include -I/opt/local/include/libxml2 -I/opt/local/include -c getpeereid.c -o getpeereid_srv.o | |
gcc -DPGXC -DXCP -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -I../../src/include -I/opt/local/include/libxml2 -I/opt/local/include -c getopt.c -o getopt_srv.o | |
gcc -DPGXC -DXCP -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -I../../src/include -I/opt/local/include/libxml2 -I/opt/local/include -c chklocale.c -o chklocale_srv.o | |
gcc -DPGXC -DXCP -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -I../../src/include -I/opt/local/include/libxml2 -I/opt/local/include -c dirmod.c -o dirmod_srv.o | |
gcc -DPGXC -DXCP -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -I../../src/include -I/opt/local/include/libxml2 -I/opt/local/include -c erand48.c -o erand48_srv.o | |
gcc -DPGXC -DXCP -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -I../../src/include -I/opt/local/include/libxml2 -I/opt/local/include -c exec.c -o exec_srv.o | |
gcc -DPGXC -DXCP -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -I../../src/include -I/opt/local/include/libxml2 -I/opt/local/include -c fls.c -o fls_srv.o | |
gcc -DPGXC -DXCP -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -I../../src/include -I/opt/local/include/libxml2 -I/opt/local/include -c inet_net_ntop.c -o inet_net_ntop_srv.o | |
gcc -DPGXC -DXCP -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -I../../src/include -I/opt/local/include/libxml2 -I/opt/local/include -c noblock.c -o noblock_srv.o | |
gcc -DPGXC -DXCP -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -I../../src/include -I/opt/local/include/libxml2 -I/opt/local/include -c path.c -o path_srv.o | |
gcc -DPGXC -DXCP -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -I../../src/include -I/opt/local/include/libxml2 -I/opt/local/include -c pgcheckdir.c -o pgcheckdir_srv.o | |
gcc -DPGXC -DXCP -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -I../../src/include -I/opt/local/include/libxml2 -I/opt/local/include -c pg_crc.c -o pg_crc_srv.o | |
gcc -DPGXC -DXCP -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -I../../src/include -I/opt/local/include/libxml2 -I/opt/local/include -c pgmkdirp.c -o pgmkdirp_srv.o | |
gcc -DPGXC -DXCP -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -I../../src/include -I/opt/local/include/libxml2 -I/opt/local/include -c pgsleep.c -o pgsleep_srv.o | |
gcc -DPGXC -DXCP -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -I../../src/include -I/opt/local/include/libxml2 -I/opt/local/include -c pgstrcasecmp.c -o pgstrcasecmp_srv.o | |
gcc -DPGXC -DXCP -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -I../../src/include -I/opt/local/include/libxml2 -I/opt/local/include -c qsort.c -o qsort_srv.o | |
gcc -DPGXC -DXCP -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -I../../src/include -I/opt/local/include/libxml2 -I/opt/local/include -c qsort_arg.c -o qsort_arg_srv.o | |
gcc -DPGXC -DXCP -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -I../../src/include -I/opt/local/include/libxml2 -I/opt/local/include -c sprompt.c -o sprompt_srv.o | |
gcc -DPGXC -DXCP -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/port -I../../src/include -I/opt/local/include/libxml2 -I/opt/local/include -c thread.c -o thread_srv.o | |
ar crs libpgport_srv.a getpeereid_srv.o getopt_srv.o chklocale_srv.o dirmod_srv.o erand48_srv.o exec_srv.o fls_srv.o inet_net_ntop_srv.o noblock_srv.o path_srv.o pgcheckdir_srv.o pg_crc_srv.o pgmkdirp_srv.o pgsleep_srv.o pgstrcasecmp_srv.o qsort_srv.o qsort_arg_srv.o sprompt_srv.o thread_srv.o | |
make[2]: Leaving directory '/home/admin/postgres-xl/src/port' | |
make -C timezone all | |
make[2]: Entering directory '/home/admin/postgres-xl/src/timezone' | |
gcc -DPGXC -DXCP -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/include -I/opt/local/include/libxml2 -I/opt/local/include -c -o localtime.o localtime.c | |
gcc -DPGXC -DXCP -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/include -I/opt/local/include/libxml2 -I/opt/local/include -c -o strftime.o strftime.c | |
gcc -DPGXC -DXCP -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/include -I/opt/local/include/libxml2 -I/opt/local/include -c -o pgtz.o pgtz.c | |
( echo src/timezone/localtime.o src/timezone/strftime.o src/timezone/pgtz.o ) >objfiles.txt | |
gcc -DPGXC -DXCP -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/include -I/opt/local/include/libxml2 -I/opt/local/include -c -o zic.o zic.c | |
gcc -DPGXC -DXCP -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/include -I/opt/local/include/libxml2 -I/opt/local/include -c -o ialloc.o ialloc.c | |
gcc -DPGXC -DXCP -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard -I../../src/include -I/opt/local/include/libxml2 -I/opt/local/include -c -o scheck.o scheck.c | |
make -C ../../src/port all | |
make[3]: Entering directory '/home/admin/postgres-xl/src/port' | |
make -C ../backend submake-errcodes | |
make[4]: Entering directory '/home/admin/postgres-xl/src/backend' | |
make[4]: Nothing to be done for 'submake-errcodes'. | |
make[4]: Leaving directory '/home/admin/postgres-xl/src/backend' | |
make[3]: Leaving directory '/home/admin/postgres-xl/src/port' | |
gcc -DPGXC -DXCP -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wmissing-format-attribute -Wformat-security -fno-strict-aliasing -fwrapv -fexcess-precision=standard zic.o ialloc.o scheck.o localtime.o -lnsl -lsocket -lpgport -lxslt -lxml2 -lssl -lcrypto -lz -lreadline -lnsl -lsocket -lm -o zic | |
ld: fatal: library -lpgport: not found | |
ld: fatal: file processing errors. No output written to zic | |
collect2: error: ld returned 1 exit status | |
Makefile:50: recipe for target 'zic' failed | |
make[2]: *** [zic] Error 1 | |
make[2]: Leaving directory '/home/admin/postgres-xl/src/timezone' | |
Makefile:35: recipe for target 'all-timezone-recurse' failed | |
make[1]: *** [all-timezone-recurse] Error 2 | |
make[1]: Leaving directory '/home/admin/postgres-xl/src' | |
GNUmakefile:11: recipe for target 'all-src-recurse' failed | |
make: *** [all-src-recurse] Error 2 | |
[admin@web01 /home/admin/postgres-xl]$ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment