PostgreSQL parallel build problem [was: Re: Tinderbox failure, Linux-x86-64 at 8-SLED11, MASTER, last success: 2012-02-06 08:44:28]

Jan Holesovsky kendy at suse.cz
Mon Feb 6 05:36:09 PST 2012


Hi Lionel,

This looks like a parallel build problem to me - first the
pg_config_paths.h is used, and then created.  Can you please check if
there is a missing dependency somewhere there?

Thank you,
Kendy

kendy at suse.cz píše v Po 06. 02. 2012 v 12:55 +0000:
> Hi folks,
> 
> One of you broke the build of LibreOffice with your commit :-(
> Please commit and push a fix ASAP!
> 
> Full log available at http://tinderbox.libreoffice.org/MASTER/status.html
> 
> Tinderbox info:
> 
>   Box name: Linux-x86-64 at 8-SLED11
>   Branch: MASTER
>   "starttime": 1328531622
>   Machine: Linux ben 2.6.32.12-0.7-default #1 SMP 2010-05-20 11:14:20 +0200 x86_64 x86_64 x86_64 GNU/Linux
>   Configured with: CC=ccache gcc
> CXX=ccache g++
> --with-num-cpus=4
> --with-max-jobs=15
> --without-junit
> --disable-dependency-tracking
> --enable-binfilter
> 
> Commits since the last success:
> 
> ==== core ====
>   04f6c5e  No set_soenv.in any more
>   9b2451f  Add missing operator++/-- overloads to kludge class.
>   bcb9328  update losmoketest fetching path
>   79b6311  bug fixing for test initializing
>   75378a8  n#228839 an empty table grid can't have implicit merges
>   96ae227  fix mingw build, still bootstrap issues.
>   b61ddcb  OSL_USE_SYS_V_SEMAPHORE is never defined
>   664b22c  Fixed some cppcheck messages
>   c1a3961  Single-line bugfix in l10n tools to fix compile on GCC 4.4.3 (Ubuntu)
> ==== binfilter ====
> ==== dictionaries ====
> ==== help ====
> 
> The error is:
> 
> build failed - error is:: log for /local/home/tinderbox/master/postgresql
> if [ -f ./unxlngx6.pro/misc/build/postgresql-9.1.1.exists ] ; then mv ./unxlngx6.pro/misc/build/postgresql-9.1.1 ./unxlngx6.pro/misc/build/postgresql-9.1.1_removeme ; fi
> make writeable...
> patching file postgresql-9.1.1/configure.in
> patching file postgresql-9.1.1/src/backend/libpq/auth.c
> patching file postgresql-9.1.1/src/interfaces/libpq/fe-connect.c
> patching file postgresql-9.1.1/src/interfaces/libpq/win32.mak
> patching file postgresql-9.1.1/src/tools/msvc/config_default.pl
> patching file postgresql-9.1.1/src/tools/msvc/Mkvcbuild.pm
> patching file postgresql-9.1.1/src/tools/msvc/Solution.pm
> patching file postgresql-9.1.1/configure.in
> Hunk #1 succeeded at 925 (offset 7 lines).
> Hunk #2 succeeded at 937 (offset 7 lines).
> patching file postgresql-9.1.1/src/interfaces/libpq/Makefile
> patching file postgresql-9.1.1/src/interfaces/libpq/win32.mak
> patching file postgresql-9.1.1/configure
> patching file postgresql-9.1.1/src/include/pg_config.h.in
> checking build system type... x86_64-unknown-linux-gnu
> checking host system type... x86_64-unknown-linux-gnu
> checking which template to use... linux
> checking whether to build with 64-bit integer date/time support... yes
> checking whether NLS is wanted... no
> 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 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 ccache gcc accepts -g... yes
> checking for ccache gcc option to accept ISO C89... none needed
> checking whether ccache gcc supports -Wdeclaration-after-statement... yes
> checking whether ccache gcc supports -Wendif-labels... yes
> checking whether ccache gcc supports -Wformat-security... yes
> checking whether ccache gcc supports -fno-strict-aliasing... yes
> checking whether ccache gcc supports -fwrapv... yes
> checking whether the C compiler still works... yes
> checking how to run the C preprocessor... ccache 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... yes
> checking whether to build with Kerberos 5 support... yes
> checking whether to build with PAM support... no
> checking whether to build with LDAP support... yes
> checking whether to use Mozilla C SDK for LDAP support... yes
> 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 grep that handles long lines and -e... /usr/bin/grep
> checking for egrep... /usr/bin/grep -E
> checking for ld used by GCC... /usr/x86_64-suse-linux/bin/ld
> checking if the linker (/usr/x86_64-suse-linux/bin/ld) is GNU ld... yes
> checking for ranlib... ranlib
> checking for strip... strip
> checking whether it is possible to strip libraries... yes
> checking for ar... ar
> checking for tar... /bin/tar
> checking whether ln -s works... yes
> checking for gawk... gawk
> checking for a thread-safe mkdir -p... /bin/mkdir -p
> checking for bison... /usr/bin/bison
> configure: using bison (GNU Bison) 2.3
> checking for flex... /usr/bin/flex
> configure: using flex 2.5.35
> configure: using perl 5.10.0
> 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 inflate in -lz... yes
> checking for library containing com_err... -lcom_err
> checking for library containing krb5_sendauth... -lkrb5
> checking for library containing gss_init_sec_context... -lgssapi_krb5
> checking for CRYPTO_new_ex_data in -lcrypto... yes
> checking for SSL_library_init in -lssl... 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 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... no
> checking sys/sockio.h presence... no
> checking for sys/sockio.h... no
> checking sys/tas.h usability... no
> checking sys/tas.h presence... no
> checking for sys/tas.h... no
> checking sys/time.h usability... yes
> checking sys/time.h presence... yes
> checking for sys/time.h... yes
> checking sys/ucred.h usability... no
> checking sys/ucred.h presence... no
> checking for sys/ucred.h... no
> checking sys/un.h usability... yes
> checking sys/un.h presence... yes
> checking for sys/un.h... yes
> checking termios.h usability... yes
> checking termios.h presence... yes
> checking for termios.h... yes
> checking ucred.h usability... no
> checking ucred.h presence... no
> checking for ucred.h... no
> checking 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 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 zlib.h usability... yes
> checking zlib.h presence... yes
> checking for zlib.h... yes
> checking gssapi/gssapi.h usability... yes
> checking gssapi/gssapi.h presence... yes
> checking for gssapi/gssapi.h... yes
> checking krb5.h usability... yes
> checking krb5.h presence... yes
> checking for krb5.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 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 quiet inline (no complaint if unreferenced)... yes
> 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 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 krb5_ticket.enc_part2... yes
> checking for krb5_error.text.data... yes
> checking for krb5_free_unparsed_name... 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 getifaddrs... yes
> 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 scandir... 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 wcstombs_l... no
> 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 erand48... 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 getpeereid... no
> checking for getaddrinfo... yes
> checking for getopt_long... 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... 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... 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 -lldap50... yes
> checking test program... ok
> 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 onsgmls... onsgmls
> checking for openjade... no
> checking for jade... no
> checking for DocBook V4.2... yes
> checking for DocBook stylesheets... no
> checking for collateindex.pl... no
> checking for xsltproc... xsltproc
> checking for osx... osx
> checking thread safety of required library functions... yes
> checking whether ccache gcc supports -Wl,--as-needed... yes
> configure: using CFLAGS=-O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv
> configure: using CPPFLAGS=-I. -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc/stl -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc/external -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc -I/local/home/tinderbox/master/solenv/inc/unxlngx6 -I/local/home/tinderbox/master/solenv/inc -I/local/home/tinderbox/master/res  -I/usr/lib64/jvm/java-1.6.0-sun/include -I/usr/lib64/jvm/java-1.6.0-sun/include/linux -I/usr/lib64/jvm/java-1.6.0-sun/include/native_threads/include   -D_GNU_SOURCE  -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc/mozilla/ldap
> configure: using LDFLAGS=-L../lib -L/local/home/tinderbox/master/solenv/unxlngx6/lib -L/local/home/tinderbox/master/solver/unxlngx6.pro/lib -L/local/home/tinderbox/master/solenv/unxlngx6/lib  -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/unix_latch.c to src/backend/port/pg_latch.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
> make[1]: Entering directory `/local/home/tinderbox/master/postgresql/unxlngx6.pro/misc/build/postgresql-9.1.1/src/interfaces/libpq'
> ccache gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I. -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc/stl -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc/external -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc -I/local/home/tinderbox/master/solenv/inc/unxlngx6 -I/local/home/tinderbox/master/solenv/inc -I/local/home/tinderbox/master/res  -I/usr/lib64/jvm/java-1.6.0-sun/include -I/usr/lib64/jvm/java-1.6.0-sun/include/linux -I/usr/lib64/jvm/java-1.6.0-sun/include/native_threads/include   -D_GNU_SOURCE  -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc/mozilla/ldap -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5  -c -o fe-auth.o fe-auth.c
> make -C ../../../src/port pg_config_paths.h
> ccache gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I. -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc/stl -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc/external -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc -I/local/home/tinderbox/master/solenv/inc/unxlngx6 -I/local/home/tinderbox/master/solenv/inc -I/local/home/tinderbox/master/res  -I/usr/lib64/jvm/java-1.6.0-sun/include -I/usr/lib64/jvm/java-1.6.0-sun/include/linux -I/usr/lib64/jvm/java-1.6.0-sun/include/native_threads/include   -D_GNU_SOURCE  -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc/mozilla/ldap -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5  -c -o fe-exec.o fe-exec.c
> ccache gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I. -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc/stl -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc/external -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc -I/local/home/tinderbox/master/solenv/inc/unxlngx6 -I/local/home/tinderbox/master/solenv/inc -I/local/home/tinderbox/master/res  -I/usr/lib64/jvm/java-1.6.0-sun/include -I/usr/lib64/jvm/java-1.6.0-sun/include/linux -I/usr/lib64/jvm/java-1.6.0-sun/include/native_threads/include   -D_GNU_SOURCE  -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc/mozilla/ldap -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5  -c -o fe-misc.o fe-misc.c
> ccache gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I. -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc/stl -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc/external -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc -I/local/home/tinderbox/master/solenv/inc/unxlngx6 -I/local/home/tinderbox/master/solenv/inc -I/local/home/tinderbox/master/res  -I/usr/lib64/jvm/java-1.6.0-sun/include -I/usr/lib64/jvm/java-1.6.0-sun/include/linux -I/usr/lib64/jvm/java-1.6.0-sun/include/native_threads/include   -D_GNU_SOURCE  -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc/mozilla/ldap -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5  -c -o fe-print.o fe-print.c
> ccache gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I. -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc/stl -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc/external -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc -I/local/home/tinderbox/master/solenv/inc/unxlngx6 -I/local/home/tinderbox/master/solenv/inc -I/local/home/tinderbox/master/res  -I/usr/lib64/jvm/java-1.6.0-sun/include -I/usr/lib64/jvm/java-1.6.0-sun/include/linux -I/usr/lib64/jvm/java-1.6.0-sun/include/native_threads/include   -D_GNU_SOURCE  -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc/mozilla/ldap -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5  -c -o fe-lobj.o fe-lobj.c
> ccache gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I. -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc/stl -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc/external -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc -I/local/home/tinderbox/master/solenv/inc/unxlngx6 -I/local/home/tinderbox/master/solenv/inc -I/local/home/tinderbox/master/res  -I/usr/lib64/jvm/java-1.6.0-sun/include -I/usr/lib64/jvm/java-1.6.0-sun/include/linux -I/usr/lib64/jvm/java-1.6.0-sun/include/native_threads/include   -D_GNU_SOURCE  -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc/mozilla/ldap -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5  -c -o fe-protocol2.o fe-protocol2.c
> ccache gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I. -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc/stl -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc/external -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc -I/local/home/tinderbox/master/solenv/inc/unxlngx6 -I/local/home/tinderbox/master/solenv/inc -I/local/home/tinderbox/master/res  -I/usr/lib64/jvm/java-1.6.0-sun/include -I/usr/lib64/jvm/java-1.6.0-sun/include/linux -I/usr/lib64/jvm/java-1.6.0-sun/include/native_threads/include   -D_GNU_SOURCE  -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc/mozilla/ldap -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5  -c -o fe-protocol3.o fe-protocol3.c
> ccache gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I. -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc/stl -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc/external -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc -I/local/home/tinderbox/master/solenv/inc/unxlngx6 -I/local/home/tinderbox/master/solenv/inc -I/local/home/tinderbox/master/res  -I/usr/lib64/jvm/java-1.6.0-sun/include -I/usr/lib64/jvm/java-1.6.0-sun/include/linux -I/usr/lib64/jvm/java-1.6.0-sun/include/native_threads/include   -D_GNU_SOURCE  -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc/mozilla/ldap -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5  -c -o pqexpbuffer.o pqexpbuffer.c
> ccache gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I. -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc/stl -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc/external -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc -I/local/home/tinderbox/master/solenv/inc/unxlngx6 -I/local/home/tinderbox/master/solenv/inc -I/local/home/tinderbox/master/res  -I/usr/lib64/jvm/java-1.6.0-sun/include -I/usr/lib64/jvm/java-1.6.0-sun/include/linux -I/usr/lib64/jvm/java-1.6.0-sun/include/native_threads/include   -D_GNU_SOURCE  -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc/mozilla/ldap -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5  -c -o pqsignal.o pqsignal.c
> ccache gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I. -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc/stl -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc/external -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc -I/local/home/tinderbox/master/solenv/inc/unxlngx6 -I/local/home/tinderbox/master/solenv/inc -I/local/home/tinderbox/master/res  -I/usr/lib64/jvm/java-1.6.0-sun/include -I/usr/lib64/jvm/java-1.6.0-sun/include/linux -I/usr/lib64/jvm/java-1.6.0-sun/include/native_threads/include   -D_GNU_SOURCE  -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc/mozilla/ldap -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5  -c -o fe-secure.o fe-secure.c
> ccache gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I. -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc/stl -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc/external -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc -I/local/home/tinderbox/master/solenv/inc/unxlngx6 -I/local/home/tinderbox/master/solenv/inc -I/local/home/tinderbox/master/res  -I/usr/lib64/jvm/java-1.6.0-sun/include -I/usr/lib64/jvm/java-1.6.0-sun/include/linux -I/usr/lib64/jvm/java-1.6.0-sun/include/native_threads/include   -D_GNU_SOURCE  -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc/mozilla/ldap -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5  -c -o libpq-events.o libpq-events.c
> rm -f chklocale.c && ln -s ../../../src/port/chklocale.c .
> rm -f inet_net_ntop.c && ln -s ../../../src/port/inet_net_ntop.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 .
> rm -f getpeereid.c && ln -s ../../../src/port/getpeereid.c .
> rm -f ip.c && ln -s ../../../src/backend/libpq/ip.c .
> rm -f md5.c && ln -s ../../../src/backend/libpq/md5.c .
> rm -f encnames.c && ln -s ../../../src/backend/utils/mb/encnames.c .
> rm -f wchar.c && ln -s ../../../src/backend/utils/mb/wchar.c .
> ccache gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I. -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc/stl -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc/external -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc -I/local/home/tinderbox/master/solenv/inc/unxlngx6 -I/local/home/tinderbox/master/solenv/inc -I/local/home/tinderbox/master/res  -I/usr/lib64/jvm/java-1.6.0-sun/include -I/usr/lib64/jvm/java-1.6.0-sun/include/linux -I/usr/lib64/jvm/java-1.6.0-sun/include/native_threads/include   -D_GNU_SOURCE  -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc/mozilla/ldap -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5  -c -o chklocale.o chklocale.c
> ccache gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I. -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc/stl -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc/external -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc -I/local/home/tinderbox/master/solenv/inc/unxlngx6 -I/local/home/tinderbox/master/solenv/inc -I/local/home/tinderbox/master/res  -I/usr/lib64/jvm/java-1.6.0-sun/include -I/usr/lib64/jvm/java-1.6.0-sun/include/linux -I/usr/lib64/jvm/java-1.6.0-sun/include/native_threads/include   -D_GNU_SOURCE  -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc/mozilla/ldap -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5  -c -o inet_net_ntop.o inet_net_ntop.c
> ccache gcc -O2 -Wall -Wmissing-prototypes -Wpointer-arith -Wdeclaration-after-statement -Wendif-labels -Wformat-security -fno-strict-aliasing -fwrapv -pthread  -D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS -fpic -DFRONTEND -DUNSAFE_STAT_OK -I. -I../../../src/include -I. -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc/stl -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc/external -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc -I/local/home/tinderbox/master/solenv/inc/unxlngx6 -I/local/home/tinderbox/master/solenv/inc -I/local/home/tinderbox/master/res  -I/usr/lib64/jvm/java-1.6.0-sun/include -I/usr/lib64/jvm/java-1.6.0-sun/include/linux -I/usr/lib64/jvm/java-1.6.0-sun/include/native_threads/include   -D_GNU_SOURCE  -I/local/home/tinderbox/master/solver/unxlngx6.pro/inc/mozilla/ldap -I../../../src/port -I../../../src/port -DSO_MAJOR_VERSION=5  -c -o noblock.o noblock.c
> fe-misc.c:60:29: error: pg_config_paths.h: No such file or directory
> make[1]: *** [fe-misc.o] Error 1
> make[1]: *** Waiting for unfinished jobs....
> make[2]: Entering directory `/local/home/tinderbox/master/postgresql/unxlngx6.pro/misc/build/postgresql-9.1.1/src/port'
> 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/\"" >>pg_config_paths.h
> echo "#define HTMLDIR \"/usr/local/pgsql/share/doc/\"" >>pg_config_paths.h
> echo "#define MANDIR \"/usr/local/pgsql/share/man\"" >>pg_config_paths.h
> make[2]: Leaving directory `/local/home/tinderbox/master/postgresql/unxlngx6.pro/misc/build/postgresql-9.1.1/src/port'
> make[1]: Leaving directory `/local/home/tinderbox/master/postgresql/unxlngx6.pro/misc/build/postgresql-9.1.1/src/interfaces/libpq'
> dmake:  Error code 2, while making './unxlngx6.pro/misc/build/so_built_so_postgresql'
> ======
> ERROR: error 65280 occurred while making /local/home/tinderbox/master/postgresql
> 




More information about the LibreOffice mailing list