Build Berkeley-db on MinGW error

Hi:
I am trying to build the Berkeley-db on the MinGW platform.
I used the command list below to build it:
../dist/configure --enable-mingw
make
But when creating the library file, the error comes:
Creating library file: .libs/libdb-4.5.dll.a
.libs/os_errno.o(.text+0x286):os_errno.c: undefined reference to
`WSAGetLastError@0'
.libs/os_errno.o(.text+0x2ae):os_errno.c: undefined reference to
`WSASetLastError@4'
make: *** [libdb-4.5.la] Error 1
I am trying to fix this error according to the solution found on the
web by exporting LIBS environment variable as -WS2_32.lib. But after I
did it, the error will occur when doing the configure. The error is:
checking for cc... no
checking for gcc... gcc
checking for C compiler default output file name... configure: error: C
compiler cannot create executables
See `config.log' for more details.
Do you have any idea about this problem?
The version of db is 4.5.20;
MinGW version is 3.1.0-1
MSYS version is 1.0.10
Thanks in advance.
Min

Hi Min,
The fix that you found for "WSAGetLastError" involved adding WS2_32.lib to your LIBS environment variable before running "configure". So the LIBS environment variable should be something like this: LIBS="-lposix -lpthread -WS2_32.lib". Also, the --enable-mingw must be specified on configuration.
If the error persists, then do not add the WS2_32.lib library to your LIBS variable.
Following the normal procedure for building under UNIX/POSIX Systems, http://www.oracle.com/technology/documentation/berkeley-db/db/ref/build_unix/intro.html ,
the libraries should build correctly without any more problems.
Regards,
Andrei

Similar Messages

  • Error encountered while building berkeley db 4.5.20 on HPUX

    On building berkeley db 4.5.20 on HPUX machine, I am encountering the
    following error :
    checking for off_t... no
    configure: error: No off_t type.
    With several warnings about header files not compiled.
    The steps that I am following are:
    uncompress/extract db-4.5.20.tar.gz
    cd db-3.3.11/build_unix
    ../db-4.5.20/build_unix> ../dist/configure --with-uniquename
    This is where I am encountering the error.
    Am sending the result of executing this command :
    (505 ../db-4.5.20/build_unix> ../dist/configure --with-uniquename
    checking build system type... hppa2.0w-hp-hpux11.11
    checking host system type... hppa2.0w-hp-hpux11.11
    checking if building in the top-level or dist directories... no
    checking if --disable-cryptography option specified... no
    checking if --disable-hash option specified... no
    checking if --disable-queue option specified... no
    checking if --disable-replication option specified... no
    checking if --disable-statistics option specified... no
    checking if --disable-verify option specified... no
    checking if --enable-compat185 option specified... no
    checking if --enable-cxx option specified... no
    checking if --enable-debug option specified... no
    checking if --enable-debug_rop option specified... no
    checking if --enable-debug_wop option specified... no
    checking if --enable-diagnostic option specified... no
    checking if --enable-dump185 option specified... no
    checking if --enable-java option specified... no
    checking if --enable-mingw option specified... no
    checking if --enable-o_direct option specified... no
    checking if --enable-posixmutexes option specified... no
    checking if --enable-pthread_api option specified... no
    checking if --enable-rpc option specified... no
    checking if --enable-smallbuild option specified... no
    checking if --enable-tcl option specified... no
    checking if --enable-test option specified... no
    checking if --enable-uimutexes option specified... no
    checking if --enable-umrw option specified... no
    checking if --with-mutex=MUTEX option specified... no
    checking if --with-tcl=DIR option specified... no
    checking if --with-uniquename=NAME option specified... _4005
    checking for ar... ar
    checking for chmod... chmod
    checking for cp... cp
    checking for ln... ln
    checking for mkdir... mkdir
    checking for ranlib... ranlib
    checking for rm... rm
    checking for sh... /usr/bin/sh
    checking for strip... strip
    checking for a BSD-compatible install... /opt/imake/bin/install -c
    checking for cc... cc
    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... no
    checking whether cc accepts -g... yes
    checking for cc option to accept ISO C89... none needed
    checking for an ANSI C-conforming const... no
    checking whether we are using gcc version 2.96... no
    checking whether g++ requires -fhandle-exceptions... no
    checking for a sed that does not truncate output... /usr/bin/sed
    checking for grep that handles long lines and -e... /usr/bin/grep
    checking for egrep... /usr/bin/grep -E
    checking for non-GNU ld... /usr/bin/ld
    checking if the linker (/usr/bin/ld) is GNU ld... no
    checking for /usr/bin/ld option to reload object files... -r
    checking for BSD-compatible nm... /usr/bin/nm -p
    checking whether ln -s works... yes
    checking how to recognise dependent libraries... file_magic
    (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library
    checking how to run the C preprocessor... /lib/cpp
    checking for ANSI C header files... no
    checking for sys/types.h... no
    checking for sys/stat.h... no
    checking for stdlib.h... no
    checking for string.h... no
    checking for memory.h... no
    checking for strings.h... no
    checking for inttypes.h... no
    checking for stdint.h... no
    checking for unistd.h... no
    checking dlfcn.h usability... no
    checking dlfcn.h presence... yes
    configure: WARNING: dlfcn.h: present but cannot be compiled
    configure: WARNING: dlfcn.h: check for missing prerequisite headers?
    configure: WARNING: dlfcn.h: see the Autoconf documentation
    configure: WARNING: dlfcn.h: section "Present But Cannot Be Compiled"
    configure: WARNING: dlfcn.h: proceeding with the preprocessor's result
    configure: WARNING: dlfcn.h: in the future, the compiler will take
    precedence
    configure: WARNING: ##
    configure: WARNING: ## Report this to Oracle Technology Network
    Berkeley DB forum ##
    configure: WARNING: ##
    checking for dlfcn.h... yes
    checking for g77... no
    checking for f77... no
    checking for xlf... no
    checking for frt... no
    checking for pgf77... no
    checking for cf77... no
    checking for fort77... no
    checking for fl32... no
    checking for af77... no
    checking for f90... f90
    checking whether we are using the GNU Fortran 77 compiler... no
    checking whether f90 accepts -g... yes
    checking the maximum length of command line arguments... 262144
    checking command to parse /usr/bin/nm -p output from cc object...
    failed
    checking for objdir... .libs
    checking for ar... (cached) ar
    checking for ranlib... (cached) ranlib
    checking for strip... (cached) strip
    checking for cc option to produce PIC... +Z
    checking if cc PIC flag +Z works... yes
    checking if cc static flag -Wl,-a -Wl,archive works... no
    checking if cc supports -c -o file.o... no
    checking if we can lock with hard links... yes
    checking whether the cc linker (/usr/bin/ld) supports shared
    libraries... yes
    checking dynamic linker characteristics... hpux11.11 dld.sl
    checking how to hardcode library paths into programs... relink
    checking whether stripping libraries is possible... no
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    configure: creating libtool
    appending configuration tag "CXX" to libtool
    appending configuration tag "F77" to libtool
    checking if libtool supports shared libraries... yes
    checking whether to build shared libraries... yes
    checking whether to build static libraries... yes
    checking for f90 option to produce PIC... +Z
    checking if f90 PIC flag +Z works... yes
    checking if f90 static flag -Wl,-a -Wl,archive works... yes
    checking if f90 supports -c -o file.o... yes
    checking whether the f90 linker (/usr/bin/ld) supports shared
    libraries... yes
    checking dynamic linker characteristics... hpux11.11 dld.sl
    checking how to hardcode library paths into programs... relink
    checking SOSUFFIX from libtool... .sl
    checking MODSUFFIX from libtool... .sl
    checking JMODSUFFIX from libtool... .sl
    checking whether stat file-mode macros are broken... no
    checking whether time.h and sys/time.h may both be included... no
    checking for dirent.h that defines DIR... no
    checking for sys/ndir.h that defines DIR... no
    checking for sys/dir.h that defines DIR... no
    checking for ndir.h that defines DIR... no
    checking for library containing opendir... no
    checking sys/select.h usability... no
    checking sys/select.h presence... no
    checking for sys/select.h... no
    checking sys/time.h usability... no
    checking sys/time.h presence... yes
    configure: WARNING: sys/time.h: present but cannot be compiled
    configure: WARNING: sys/time.h: check for missing prerequisite headers?
    configure: WARNING: sys/time.h: see the Autoconf documentation
    configure: WARNING: sys/time.h: section "Present But Cannot Be Compiled"
    configure: WARNING: sys/time.h: proceeding with the preprocessor's
    result
    configure: WARNING: sys/time.h: in the future, the compiler will take
    precedence
    configure: WARNING: ##
    configure: WARNING: ## Report this to Oracle Technology Network
    Berkeley DB forum ##
    configure: WARNING: ##
    checking for sys/time.h... yes
    checking sys/fcntl.h usability... no
    checking sys/fcntl.h presence... yes
    configure: WARNING: sys/fcntl.h: present but cannot be compiled
    configure: WARNING: sys/fcntl.h: check for missing prerequisite headers?
    configure: WARNING: sys/fcntl.h: see the Autoconf documentation
    configure: WARNING: sys/fcntl.h: section "Present But Cannot Be
    Compiled"
    configure: WARNING: sys/fcntl.h: proceeding with the preprocessor's
    result
    configure: WARNING: sys/fcntl.h: in the future, the compiler will take
    precedence
    configure: WARNING: ##
    configure: WARNING: ## Report this to Oracle Technology Network
    Berkeley DB forum ##
    configure: WARNING: ##
    checking for sys/fcntl.h... yes
    checking for struct stat.st_blksize... no
    checking for inttypes.h... (cached) no
    checking for stdint.h... (cached) no
    checking stddef.h usability... no
    checking stddef.h presence... yes
    configure: WARNING: stddef.h: present but cannot be compiled
    configure: WARNING: stddef.h: check for missing prerequisite headers?
    configure: WARNING: stddef.h: see the Autoconf documentation
    configure: WARNING: stddef.h: section "Present But Cannot Be Compiled"
    configure: WARNING: stddef.h: proceeding with the preprocessor's
    result
    configure: WARNING: stddef.h: in the future, the compiler will take
    precedence
    configure: WARNING: ##
    configure: WARNING: ## Report this to Oracle Technology Network
    Berkeley DB forum ##
    configure: WARNING: ##
    checking for stddef.h... yes
    checking for unistd.h... (cached) no
    checking for off_t... no
    configure: error: No off_t type
    Have attached the cofig.log file too.
    I would appreciate if you could let me know how to solve this.
    Thanks,
    Komal.

    THIS IS config.log
    This file contains any messages produced by compilers while
    running configure, to aid debugging if configure makes a mistake.
    It was created by Berkeley DB configure 4.5.20, which was
    generated by GNU Autoconf 2.60. Invocation command line was
    $ ../dist/configure --with-uniquename
    ## Platform. ##
    hostname = oscar
    uname -m = 9000/800
    uname -r = B.11.11
    uname -s = HP-UX
    uname -v = U
    /usr/bin/uname -p = unknown
    /bin/uname -X = unknown
    /bin/arch = unknown
    /usr/bin/arch -k = unknown
    /usr/convex/getsysinfo = unknown
    /usr/bin/hostinfo = unknown
    /bin/machine = unknown
    /usr/bin/oslevel = unknown
    /bin/universe = unknown
    PATH: /opt/mpi/bin
    PATH: /usr/bin
    PATH: /opt/ansic/bin
    PATH: /usr/ccs/bin
    PATH: /usr/contrib/bin
    PATH: /opt/nettladm/bin
    PATH: /opt/fc/bin
    PATH: /opt/fcms/bin
    PATH: /opt/upgrade/bin
    PATH: /opt/pd/bin
    PATH: /usr/bin/X11
    PATH: /usr/contrib/bin/X11
    PATH: /opt/aCC/bin
    PATH: /opt/cxperf/bin
    PATH: /opt/langtools/bin
    PATH: /opt/fortran90/bin
    PATH: /opt/fortran90/contrib/bin
    PATH: /opt/perf/bin
    PATH: /opt/OV/bin/OpC
    PATH: /opt/pascal/bin
    PATH: /opt/imake/bin
    PATH: /opt/resmon/bin
    PATH: /usr/sbin/diag/contrib
    PATH: /opt/hparray/bin
    PATH: /opt/graphics/common/bin
    PATH: /opt/scr/bin
    PATH: //opt/perl/bin
    PATH: /opt/perl/bin
    PATH: .
    PATH: /usr/sbin
    ## Core tests. ##
    configure:2052: checking build system type
    configure:2070: result: hppa2.0w-hp-hpux11.11
    configure:2092: checking host system type
    configure:2107: result: hppa2.0w-hp-hpux11.11
    configure:2144: checking if building in the top-level or dist directories
    configure:2160: result: no
    configure:2244: checking if --disable-cryptography option specified
    configure:2257: result: no
    configure:2261: checking if --disable-hash option specified
    configure:2274: result: no
    configure:2278: checking if --disable-queue option specified
    configure:2291: result: no
    configure:2295: checking if --disable-replication option specified
    configure:2308: result: no
    configure:2312: checking if --disable-statistics option specified
    configure:2325: result: no
    configure:2329: checking if --disable-verify option specified
    configure:2342: result: no
    configure:2346: checking if --enable-compat185 option specified
    configure:2355: result: no
    configure:2358: checking if --enable-cxx option specified
    configure:2367: result: no
    configure:2370: checking if --enable-debug option specified
    configure:2379: result: no
    configure:2382: checking if --enable-debug_rop option specified
    configure:2391: result: no
    configure:2394: checking if --enable-debug_wop option specified
    configure:2403: result: no
    configure:2406: checking if --enable-diagnostic option specified
    configure:2430: result: no
    configure:2434: checking if --enable-dump185 option specified
    configure:2443: result: no
    configure:2446: checking if --enable-java option specified
    configure:2455: result: no
    configure:2458: checking if --enable-mingw option specified
    configure:2467: result: no
    configure:2470: checking if --enable-o_direct option specified
    configure:2479: result: no
    configure:2482: checking if --enable-posixmutexes option specified
    configure:2491: result: no
    configure:2502: checking if --enable-pthread_api option specified
    configure:2515: result: no
    configure:2526: checking if --enable-rpc option specified
    configure:2535: result: no
    configure:2538: checking if --enable-smallbuild option specified
    configure:2555: result: no
    configure:2558: checking if --enable-tcl option specified
    configure:2567: result: no
    configure:2570: checking if --enable-test option specified
    configure:2579: result: no
    configure:2582: checking if --enable-uimutexes option specified
    configure:2591: result: no
    configure:2594: checking if --enable-umrw option specified
    configure:2603: result: no
    configure:2606: checking if --with-mutex=MUTEX option specified
    configure:2624: result: no
    configure:2638: checking if --with-tcl=DIR option specified
    configure:2648: result: no
    configure:2654: checking if --with-uniquename=NAME option specified
    configure:2676: result: _4005
    configure:2778: checking for ar
    configure:2794: found /usr/bin/ar
    configure:2805: result: ar
    configure:2878: checking for chmod
    configure:2894: found /usr/bin/chmod
    configure:2905: result: chmod
    configure:2978: checking for cp
    configure:2994: found /usr/bin/cp
    configure:3005: result: cp
    configure:3181: checking for ln
    configure:3197: found /usr/bin/ln
    configure:3208: result: ln
    configure:3281: checking for mkdir
    configure:3297: found /usr/bin/mkdir
    configure:3308: result: mkdir
    configure:3383: checking for ranlib
    configure:3399: found /usr/bin/ranlib
    configure:3410: result: ranlib
    configure:3480: checking for rm
    configure:3496: found /usr/bin/rm
    configure:3507: result: rm
    configure:3689: checking for sh
    configure:3707: found /usr/bin/sh
    configure:3719: result: /usr/bin/sh
    configure:3796: checking for strip
    configure:3812: found /usr/bin/strip
    configure:3823: result: strip
    configure:3865: checking for a BSD-compatible install
    configure:3921: result: /opt/imake/bin/install -c
    configure:4061: checking for cc
    configure:4077: found /usr/bin/cc
    configure:4088: result: cc
    configure:4124: checking for C compiler version
    configure:4131: cc --version >&5
    cc: warning 422: Unknown option "-" ignored.
    cc: NLSPATH is /opt/ansic/lib/nls/msg/%L/%N.cat:/opt/ansic/lib/nls/msg/C/%N.cat:
    cc: CCOPTS is not set.
    cc: INCLUDIR is INCLUDIR=/usr/include
    configure:4134: $? = 0
    configure:4141: cc -v >&5
    cc: NLSPATH is /opt/ansic/lib/nls/msg/%L/%N.cat:/opt/ansic/lib/nls/msg/C/%N.cat:
    cc: CCOPTS is not set.
    cc: INCLUDIR is INCLUDIR=/usr/include
    configure:4144: $? = 0
    configure:4151: cc -V >&5
    configure:4154: $? = 0
    configure:4177: checking for C compiler default output file name
    configure:4204: cc -O -D_REENTRANT conftest.c >&5
    configure:4207: $? = 0
    configure:4253: result: a.out
    configure:4258: checking whether the C compiler works
    configure:4268: ./a.out
    configure:4271: $? = 0
    configure:4288: result: yes
    configure:4295: checking whether we are cross compiling
    configure:4297: result: no
    configure:4300: checking for suffix of executables
    configure:4307: cc -o conftest -O -D_REENTRANT conftest.c >&5
    configure:4310: $? = 0
    configure:4334: result:
    configure:4340: checking for suffix of object files
    configure:4366: cc -c -O -D_REENTRANT conftest.c >&5
    configure:4369: $? = 0
    configure:4392: result: o
    configure:4396: checking whether we are using the GNU C compiler
    configure:4425: cc -c -O -D_REENTRANT conftest.c >&5
    cc: "conftest.c", line 13: error 1000: Unexpected symbol: "me".
    cc: "conftest.c", line 13: error 1588: "choke" undefined.
    configure:4431: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | /* end confdefs.h. */
    |
    | int
    | main ()
    | {
    | #ifndef __GNUC__
    | choke me
    | #endif
    |
    | ;
    | return 0;
    | }
    configure:4465: result: no
    configure:4470: checking whether cc accepts -g
    configure:4500: cc -c -g -D_REENTRANT conftest.c >&5
    configure:4506: $? = 0
    configure:4513: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:4516: $? = 0
    configure:4523: test -s conftest.o
    configure:4526: $? = 0
    configure:4656: result: yes
    configure:4673: checking for cc option to accept ISO C89
    configure:4747: cc -c -O -D_REENTRANT conftest.c >&5
    configure:4753: $? = 0
    configure:4760: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:4763: $? = 0
    configure:4770: test -s conftest.o
    configure:4773: $? = 0
    configure:4793: result: none needed
    configure:4844: checking for an ANSI C-conforming const
    configure:4919: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:4925: $? = 0
    configure:4932: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:4935: $? = 0
    configure:4942: test -s conftest.o
    configure:4945: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | /* end confdefs.h. */
    |
    | int
    | main ()
    | {
    | /* FIXME: Include the comments suggested by Paul. */
    | #ifndef __cplusplus
    | /* Ultrix mips cc rejects this. */
    | typedef int charset[2];
    | const charset x;
    | /* SunOS 4.1.1 cc rejects this. */
    | char const const ccp;
    | char **p;
    | /* NEC SVR4.0.2 mips cc rejects this. */
    | struct point {int x, y;};
    | static struct point const zero = {0,0};
    | /* AIX XL C 1.02.0.0 rejects this.
    | It does not let you subtract one const X* pointer from another in
    | an arm of an if-expression whose if-part is not a constant
    | expression */
    | const char *g = "string";
    | ccp = &g + (g ? g-g : 0);
    | /* HPUX 7.0 cc rejects these. */
    | ++ccp;
    | p = (char**) ccp;
    | ccp = (char const const ) p;
    | { /* SCO 3.2v4 cc rejects this.  */
    | char *t;
    | char const s = 0 ? (char ) 0 : (char const *) 0;
    |
    | *t++ = 0;
    | if (s) return 0;
    | }
    | { /* Someone thinks the Sun supposedly-ANSI compiler will reject this.  */
    | int x[] = {25, 17};
    | const int *foo = &x[0];
    | ++foo;
    | }
    | { /* Sun SC1.0 ANSI compiler rejects this -- but not the above. */
    | typedef const int *iptr;
    | iptr p = 0;
    | ++p;
    | }
    | { /* AIX XL C 1.02.0.0 rejects this saying
    | "k.c", line 2.27: 1506-025 (S) Operand must be a modifiable lvalue. */
    | struct s { int j; const int *ap[3]; };
    | struct s *b; b->j = 5;
    | }
    | { /* ULTRIX-32 V3.1 (Rev 9) vcc rejects this */
    | const int foo = 10;
    | if (!foo) return 0;
    | }
    | return !x[0] && !zero.x;
    | #endif
    |
    | ;
    | return 0;
    | }
    configure:4957: result: no
    configure:6255: checking whether we are using gcc version 2.96
    configure:6270: result: no
    configure:6281: checking whether g++ requires -fhandle-exceptions
    configure:6296: result: no
    configure:6393: checking for a sed that does not truncate output
    configure:6447: result: /usr/bin/sed
    configure:6450: checking for grep that handles long lines and -e
    configure:6524: result: /usr/bin/grep
    configure:6529: checking for egrep
    configure:6607: result: /usr/bin/grep -E
    configure:6656: checking for non-GNU ld
    configure:6690: result: /usr/bin/ld
    configure:6699: checking if the linker (/usr/bin/ld) is GNU ld
    configure:6714: result: no
    configure:6719: checking for /usr/bin/ld option to reload object files
    configure:6726: result: -r
    configure:6744: checking for BSD-compatible nm
    configure:6793: result: /usr/bin/nm -p
    configure:6797: checking whether ln -s works
    configure:6801: result: yes
    configure:6808: checking how to recognise dependent libraries
    configure:6984: result: file_magic (s[0-9][0-9][0-9]|PA-RISC[0-9].[0-9]) shared library
    configure:7233: checking how to run the C preprocessor
    configure:7273: cc -E -D_REENTRANT -mt conftest.c
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:7279: $? = 0
    configure:7317: cc -E -D_REENTRANT -mt conftest.c
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:7323: $? = 0
    configure:7273: cc -E -D_REENTRANT -mt conftest.c
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:7279: $? = 0
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | /* end confdefs.h. */
    | #ifdef __STDC__
    | # include <limits.h>
    | #else
    | # include <assert.h>
    | #endif
    |           Syntax error
    configure:7273: cc -E -traditional-cpp -D_REENTRANT -mt conftest.c
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:7279: $? = 0
    configure:7317: cc -E -traditional-cpp -D_REENTRANT -mt conftest.c
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:7323: $? = 0
    configure:7273: cc -E -traditional-cpp -D_REENTRANT -mt conftest.c
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:7279: $? = 0
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | /* end confdefs.h. */
    | #ifdef __STDC__
    | # include <limits.h>
    | #else
    | # include <assert.h>
    | #endif
    |           Syntax error
    configure:7273: /lib/cpp -D_REENTRANT -mt conftest.c
    /lib/cpp: illegal option -- t
    cpp: "", line 0: warning 2016: Illegal option to cpp.
    configure:7279: $? = 0
    configure:7317: /lib/cpp -D_REENTRANT -mt conftest.c
    /lib/cpp: illegal option -- t
    cpp: "", line 0: warning 2016: Illegal option to cpp.
    cpp: "conftest.c", line 9: error 4036: Can't open include file 'ac_nonexistent.h'.
    configure:7323: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | /* end confdefs.h. */
    | #include <ac_nonexistent.h>
    configure:7363: result: /lib/cpp
    configure:7392: /lib/cpp -D_REENTRANT -mt conftest.c
    /lib/cpp: illegal option -- t
    cpp: "", line 0: warning 2016: Illegal option to cpp.
    configure:7398: $? = 0
    configure:7436: /lib/cpp -D_REENTRANT -mt conftest.c
    /lib/cpp: illegal option -- t
    cpp: "", line 0: warning 2016: Illegal option to cpp.
    cpp: "conftest.c", line 9: error 4036: Can't open include file 'ac_nonexistent.h'.
    configure:7442: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | /* end confdefs.h. */
    | #include <ac_nonexistent.h>
    configure:7487: checking for ANSI C header files
    configure:7517: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:7523: $? = 0
    configure:7530: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:7533: $? = 0
    configure:7540: test -s conftest.o
    configure:7543: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | /* end confdefs.h. */
    | #include <stdlib.h>
    | #include <stdarg.h>
    | #include <string.h>
    | #include <float.h>
    |
    | int
    | main ()
    | {
    |
    | ;
    | return 0;
    | }
    configure:7668: result: no
    configure:7692: checking for sys/types.h
    configure:7713: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:7719: $? = 0
    configure:7726: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:7729: $? = 0
    configure:7736: test -s conftest.o
    configure:7739: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | /* end confdefs.h. */
    | #include <stdio.h>
    | #if HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #if HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #if STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # if HAVE_STDLIB_H
    | # include <stdlib.h>
    | # endif
    | #endif
    | #if HAVE_STRING_H
    | # if !STDC_HEADERS && HAVE_MEMORY_H
    | # include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #if HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #if HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #if HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #if HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    |
    | #include <sys/types.h>
    configure:7752: result: no
    configure:7692: checking for sys/stat.h
    configure:7713: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:7719: $? = 0
    configure:7726: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:7729: $? = 0
    configure:7736: test -s conftest.o
    configure:7739: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | /* end confdefs.h. */
    | #include <stdio.h>
    | #if HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #if HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #if STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # if HAVE_STDLIB_H
    | # include <stdlib.h>
    | # endif
    | #endif
    | #if HAVE_STRING_H
    | # if !STDC_HEADERS && HAVE_MEMORY_H
    | # include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #if HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #if HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #if HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #if HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    |
    | #include <sys/stat.h>
    configure:7752: result: no
    configure:7692: checking for stdlib.h
    configure:7713: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:7719: $? = 0
    configure:7726: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:7729: $? = 0
    configure:7736: test -s conftest.o
    configure:7739: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | /* end confdefs.h. */
    | #include <stdio.h>
    | #if HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #if HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #if STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # if HAVE_STDLIB_H
    | # include <stdlib.h>
    | # endif
    | #endif
    | #if HAVE_STRING_H
    | # if !STDC_HEADERS && HAVE_MEMORY_H
    | # include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #if HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #if HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #if HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #if HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    |
    | #include <stdlib.h>
    configure:7752: result: no
    configure:7692: checking for string.h
    configure:7713: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:7719: $? = 0
    configure:7726: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:7729: $? = 0
    configure:7736: test -s conftest.o
    configure:7739: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | /* end confdefs.h. */
    | #include <stdio.h>
    | #if HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #if HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #if STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # if HAVE_STDLIB_H
    | # include <stdlib.h>
    | # endif
    | #endif
    | #if HAVE_STRING_H
    | # if !STDC_HEADERS && HAVE_MEMORY_H
    | # include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #if HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #if HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #if HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #if HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    |
    | #include <string.h>
    configure:7752: result: no
    configure:7692: checking for memory.h
    configure:7713: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:7719: $? = 0
    configure:7726: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:7729: $? = 0
    configure:7736: test -s conftest.o
    configure:7739: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | /* end confdefs.h. */
    | #include <stdio.h>
    | #if HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #if HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #if STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # if HAVE_STDLIB_H
    | # include <stdlib.h>
    | # endif
    | #endif
    | #if HAVE_STRING_H
    | # if !STDC_HEADERS && HAVE_MEMORY_H
    | # include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #if HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #if HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #if HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #if HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    |
    | #include <memory.h>
    configure:7752: result: no
    configure:7692: checking for strings.h
    configure:7713: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:7719: $? = 0
    configure:7726: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:7729: $? = 0
    configure:7736: test -s conftest.o
    configure:7739: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | /* end confdefs.h. */
    | #include <stdio.h>
    | #if HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #if HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #if STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # if HAVE_STDLIB_H
    | # include <stdlib.h>
    | # endif
    | #endif
    | #if HAVE_STRING_H
    | # if !STDC_HEADERS && HAVE_MEMORY_H
    | # include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #if HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #if HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #if HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #if HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    |
    | #include <strings.h>
    configure:7752: result: no
    configure:7692: checking for inttypes.h
    configure:7713: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:7719: $? = 0
    configure:7726: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:7729: $? = 0
    configure:7736: test -s conftest.o
    configure:7739: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | /* end confdefs.h. */
    | #include <stdio.h>
    | #if HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #if HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #if STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # if HAVE_STDLIB_H
    | # include <stdlib.h>
    | # endif
    | #endif
    | #if HAVE_STRING_H
    | # if !STDC_HEADERS && HAVE_MEMORY_H
    | # include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #if HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #if HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #if HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #if HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    |
    | #include <inttypes.h>
    configure:7752: result: no
    configure:7692: checking for stdint.h
    configure:7713: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:7719: $? = 0
    configure:7726: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:7729: $? = 0
    configure:7736: test -s conftest.o
    configure:7739: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | /* end confdefs.h. */
    | #include <stdio.h>
    | #if HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #if HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #if STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # if HAVE_STDLIB_H
    | # include <stdlib.h>
    | # endif
    | #endif
    | #if HAVE_STRING_H
    | # if !STDC_HEADERS && HAVE_MEMORY_H
    | # include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #if HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #if HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #if HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #if HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    |
    | #include <stdint.h>
    configure:7752: result: no
    configure:7692: checking for unistd.h
    configure:7713: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:7719: $? = 0
    configure:7726: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:7729: $? = 0
    configure:7736: test -s conftest.o
    configure:7739: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | /* end confdefs.h. */
    | #include <stdio.h>
    | #if HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #if HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #if STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # if HAVE_STDLIB_H
    | # include <stdlib.h>
    | # endif
    | #endif
    | #if HAVE_STRING_H
    | # if !STDC_HEADERS && HAVE_MEMORY_H
    | # include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #if HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #if HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #if HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #if HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    |
    | #include <unistd.h>
    configure:7752: result: no
    configure:7779: checking dlfcn.h usability
    configure:7796: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:7802: $? = 0
    configure:7809: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:7812: $? = 0
    configure:7819: test -s conftest.o
    configure:7822: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | /* end confdefs.h. */
    | #include <stdio.h>
    | #if HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #if HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #if STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # if HAVE_STDLIB_H
    | # include <stdlib.h>
    | # endif
    | #endif
    | #if HAVE_STRING_H
    | # if !STDC_HEADERS && HAVE_MEMORY_H
    | # include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #if HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #if HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #if HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #if HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #include <dlfcn.h>
    configure:7833: result: no
    configure:7837: checking dlfcn.h presence
    configure:7852: /lib/cpp -D_REENTRANT -mt conftest.c
    /lib/cpp: illegal option -- t
    cpp: "", line 0: warning 2016: Illegal option to cpp.
    configure:7858: $? = 0
    configure:7879: result: yes
    configure:7892: WARNING: dlfcn.h: present but cannot be compiled
    configure:7894: WARNING: dlfcn.h: check for missing prerequisite headers?
    configure:7896: WARNING: dlfcn.h: see the Autoconf documentation
    configure:7898: WARNING: dlfcn.h: section "Present But Cannot Be Compiled"
    configure:7900: WARNING: dlfcn.h: proceeding with the preprocessor's result
    configure:7902: WARNING: dlfcn.h: in the future, the compiler will take precedence
    configure:7912: checking for dlfcn.h
    configure:7920: result: yes
    configure:8247: checking for g77
    configure:8277: result: no
    configure:8247: checking for f77
    configure:8277: result: no
    configure:8247: checking for xlf
    configure:8277: result: no
    configure:8247: checking for frt
    configure:8277: result: no
    configure:8247: checking for pgf77
    configure:8277: result: no
    configure:8247: checking for cf77
    configure:8277: result: no
    configure:8247: checking for fort77
    configure:8277: result: no
    configure:8247: checking for fl32
    configure:8277: result: no
    configure:8247: checking for af77
    configure:8277: result: no
    configure:8247: checking for f90
    configure:8263: found /opt/fortran90/bin/f90
    configure:8274: result: f90
    configure:8304: checking for Fortran 77 compiler version
    configure:8311: f90 --version >&5
    f90: Invalid option --version
    Options near to what you typed:
         `+version'
    Usage: f90 [options] files; for valid options, enter 'f90 +usage'
    configure:8314: $? = 1
    configure:8321: f90 -v >&5
    f90: PA 2.0 system (32-bit, +DS2.0); cache: 1024KB, 64B line, 4-way
    configure:8324: $? = 0
    configure:8331: f90 -V >&5
    f90: Invalid option -V
    Usage: f90 [options] files; for valid options, enter 'f90 +usage'
    configure:8334: $? = 1
    configure:8342: checking whether we are using the GNU Fortran 77 compiler
    configure:8361: f90 -c conftest.F >&5
    /var/tmp/fcpAAAa06730.F
    program MAIN
    choke me
    ^
    Error 7 at (3:conftest.F) : incomplete statement
    1 Error
    f90: Errors detected.
    configure:8367: $? = 1
    configure: failed program was:
    | program main
    | #ifndef __GNUC__
    | choke me
    | #endif
    |
    | end
    configure:8401: result: no
    configure:8407: checking whether f90 accepts -g
    configure:8424: f90 -c -g conftest.f >&5
    conftest.f
    program MAIN
    3 Lines Compiled
    configure:8430: $? = 0
    configure:8437: test -z "$ac_f77_werror_flag" || test ! -s conftest.err
    configure:8440: $? = 0
    configure:8447: test -s conftest.o
    configure:8450: $? = 0
    configure:8463: result: yes
    configure:8493: checking the maximum length of command line arguments
    configure:8602: result: 262144
    configure:8613: checking command to parse /usr/bin/nm -p output from cc object
    configure:8718: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:8721: $? = 0
    configure:8725: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[      ]\([BCDEGRST][BCDEGRST]*\)[      ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p' \> conftest.nm
    nm: conftest.o: cannot open
    configure:8728: $? = 0
    cannot run sed -n -e 's/^.*[      ]\([BCDEGRST][BCDEGRST]*\)[      ][      ]*\([_A-Za-z][_A-Za-z0-9]*\)$/\1 \2 \2/p'
    configure:8718: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:8721: $? = 0
    configure:8725: /usr/bin/nm -p conftest.o \| sed -n -e 's/^.*[      ]\([BCDEGRST][BCDEGRST]*\)[      ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p' \> conftest.nm
    nm: conftest.o: cannot open
    configure:8728: $? = 0
    cannot run sed -n -e 's/^.*[      ]\([BCDEGRST][BCDEGRST]*\)[      ][      ]*_\([_A-Za-z][_A-Za-z0-9]*\)$/\1 _\2 \2/p'
    configure:8818: result: failed
    configure:8825: checking for objdir
    configure:8840: result: .libs
    configure:8932: checking for ar
    configure:8959: result: ar
    configure:9028: checking for ranlib
    configure:9055: result: ranlib
    configure:9124: checking for strip
    configure:9151: result: strip
    configure:9491: checking for cc option to produce PIC
    configure:9701: result: +Z
    configure:9709: checking if cc PIC flag +Z works
    configure:9727: cc -c -O -D_REENTRANT -mt +Z -DPIC conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:9731: $? = 0
    configure:9744: result: yes
    configure:9772: checking if cc static flag -Wl,-a -Wl,archive works
    configure:9800: result: no
    configure:9810: checking if cc supports -c -o file.o
    configure:9831: cc -c -O -D_REENTRANT -mt -o out/conftest2.o conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:9835: $? = 0
    configure:9857: result: no
    configure:9864: checking if we can lock with hard links
    configure:9872: result: yes
    configure:9883: checking whether the cc linker (/usr/bin/ld) supports shared libraries
    configure:10869: result: yes
    configure:10936: checking dynamic linker characteristics
    configure:11524: result: hpux11.11 dld.sl
    configure:11533: checking how to hardcode library paths into programs
    configure:11558: result: relink
    configure:11572: checking whether stripping libraries is possible
    configure:11593: result: no
    configure:12490: checking if libtool supports shared libraries
    configure:12492: result: yes
    configure:12495: checking whether to build shared libraries
    configure:12516: result: yes
    configure:12519: checking whether to build static libraries
    configure:12523: result: yes
    configure:12615: creating libtool
    configure:16151: checking if libtool supports shared libraries
    configure:16153: result: yes
    configure:16156: checking whether to build shared libraries
    configure:16176: result: yes
    configure:16179: checking whether to build static libraries
    configure:16183: result: yes
    configure:16193: checking for f90 option to produce PIC
    configure:16403: result: +Z
    configure:16411: checking if f90 PIC flag +Z works
    configure:16429: f90 -c -g +Z conftest.f >&5
    conftest.f
    external subroutine T
    3 Lines Compiled
    configure:16433: $? = 0
    configure:16446: result: yes
    configure:16474: checking if f90 static flag -Wl,-a -Wl,archive works
    conftest.f
    program T
    2 Lines Compiled
    configure:16502: result: yes
    configure:16512: checking if f90 supports -c -o file.o
    configure:16533: f90 -c -g -o out/conftest2.o conftest.f >&5
    conftest.f
    external subroutine T
    3 Lines Compiled
    configure:16537: $? = 0
    configure:16559: result: yes
    configure:16585: checking whether the f90 linker (/usr/bin/ld) supports shared libraries
    configure:17551: result: yes
    configure:17618: checking dynamic linker characteristics
    configure:18206: result: hpux11.11 dld.sl
    configure:18215: checking how to hardcode library paths into programs
    configure:18240: result: relink
    configure:21839: checking SOSUFFIX from libtool
    configure:21861: result: .sl
    configure:21866: checking MODSUFFIX from libtool
    configure:21888: result: .sl
    configure:21893: checking JMODSUFFIX from libtool
    configure:21919: result: .sl
    configure:22769: checking whether stat file-mode macros are broken
    /lib/cpp: illegal option -- t
    cpp: "", line 0: warning 2016: Illegal option to cpp.
    configure:22817: result: no
    configure:22827: checking whether time.h and sys/time.h may both be included
    configure:22857: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:22863: $? = 0
    configure:22870: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:22873: $? = 0
    configure:22880: test -s conftest.o
    configure:22883: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | #define HAVE_DLFCN_H 1
    | /* end confdefs.h. */
    | #include <sys/types.h>
    | #include <sys/time.h>
    | #include <time.h>
    |
    | int
    | main ()
    | {
    | if ((struct tm *) 0)
    | return 0;
    | ;
    | return 0;
    | }
    configure:22895: result: no
    configure:22913: checking for dirent.h that defines DIR
    configure:22942: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:22948: $? = 0
    configure:22955: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:22958: $? = 0
    configure:22965: test -s conftest.o
    configure:22968: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | #define HAVE_DLFCN_H 1
    | /* end confdefs.h. */
    | #include <sys/types.h>
    | #include <dirent.h>
    |
    | int
    | main ()
    | {
    | if ((DIR *) 0)
    | return 0;
    | ;
    | return 0;
    | }
    configure:22981: result: no
    configure:22913: checking for sys/ndir.h that defines DIR
    configure:22942: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:22948: $? = 0
    configure:22955: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:22958: $? = 0
    configure:22965: test -s conftest.o
    configure:22968: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | #define HAVE_DLFCN_H 1
    | /* end confdefs.h. */
    | #include <sys/types.h>
    | #include <sys/ndir.h>
    |
    | int
    | main ()
    | {
    | if ((DIR *) 0)
    | return 0;
    | ;
    | return 0;
    | }
    configure:22981: result: no
    configure:22913: checking for sys/dir.h that defines DIR
    configure:22942: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:22948: $? = 0
    configure:22955: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:22958: $? = 0
    configure:22965: test -s conftest.o
    configure:22968: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | #define HAVE_DLFCN_H 1
    | /* end confdefs.h. */
    | #include <sys/types.h>
    | #include <sys/dir.h>
    |
    | int
    | main ()
    | {
    | if ((DIR *) 0)
    | return 0;
    | ;
    | return 0;
    | }
    configure:22981: result: no
    configure:22913: checking for ndir.h that defines DIR
    configure:22942: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:22948: $? = 0
    configure:22955: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:22958: $? = 0
    configure:22965: test -s conftest.o
    configure:22968: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | #define HAVE_DLFCN_H 1
    | /* end confdefs.h. */
    | #include <sys/types.h>
    | #include <ndir.h>
    |
    | int
    | main ()
    | {
    | if ((DIR *) 0)
    | return 0;
    | ;
    | return 0;
    | }
    configure:22981: result: no
    configure:23094: checking for library containing opendir
    configure:23135: cc -o conftest -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:23141: $? = 0
    configure:23148: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:23151: $? = 0
    configure:23158: test -s conftest
    configure:23161: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | #define HAVE_DLFCN_H 1
    | /* end confdefs.h. */
    |
    | /* Override any GCC internal prototype to avoid an error.
    | Use char because int might match the return type of a GCC
    | builtin and then its argument prototype would still apply. */
    | #ifdef __cplusplus
    | extern "C"
    | #endif
    | char opendir ();
    | int
    | main ()
    | {
    | return opendir ();
    | ;
    | return 0;
    | }
    configure:23135: cc -o conftest -O -D_REENTRANT -mt conftest.c -lx >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:23141: $? = 0
    configure:23148: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:23151: $? = 0
    configure:23158: test -s conftest
    configure:23161: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | #define HAVE_DLFCN_H 1
    | /* end confdefs.h. */
    |
    | /* Override any GCC internal prototype to avoid an error.
    | Use char because int might match the return type of a GCC
    | builtin and then its argument prototype would still apply. */
    | #ifdef __cplusplus
    | extern "C"
    | #endif
    | char opendir ();
    | int
    | main ()
    | {
    | return opendir ();
    | ;
    | return 0;
    | }
    configure:23185: result: no
    configure:23212: checking sys/select.h usability
    configure:23229: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:23235: $? = 0
    configure:23242: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:23245: $? = 0
    configure:23252: test -s conftest.o
    configure:23255: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | #define HAVE_DLFCN_H 1
    | /* end confdefs.h. */
    | #include <stdio.h>
    | #if HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #if HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #if STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # if HAVE_STDLIB_H
    | # include <stdlib.h>
    | # endif
    | #endif
    | #if HAVE_STRING_H
    | # if !STDC_HEADERS && HAVE_MEMORY_H
    | # include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #if HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #if HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #if HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #if HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #include <sys/select.h>
    configure:23266: result: no
    configure:23270: checking sys/select.h presence
    configure:23285: /lib/cpp -D_REENTRANT -mt conftest.c
    /lib/cpp: illegal option -- t
    cpp: "", line 0: warning 2016: Illegal option to cpp.
    cpp: "conftest.c", line 10: error 4036: Can't open include file 'sys/select.h'.
    configure:23291: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | #define HAVE_DLFCN_H 1
    | /* end confdefs.h. */
    | #include <sys/select.h>
    configure:23312: result: no
    configure:23345: checking for sys/select.h
    configure:23353: result: no
    configure:23212: checking sys/time.h usability
    configure:23229: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:23235: $? = 0
    configure:23242: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:23245: $? = 0
    configure:23252: test -s conftest.o
    configure:23255: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | #define HAVE_DLFCN_H 1
    | /* end confdefs.h. */
    | #include <stdio.h>
    | #if HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #if HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #if STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # if HAVE_STDLIB_H
    | # include <stdlib.h>
    | # endif
    | #endif
    | #if HAVE_STRING_H
    | # if !STDC_HEADERS && HAVE_MEMORY_H
    | # include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #if HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #if HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #if HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #if HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #include <sys/time.h>
    configure:23266: result: no
    configure:23270: checking sys/time.h presence
    configure:23285: /lib/cpp -D_REENTRANT -mt conftest.c
    /lib/cpp: illegal option -- t
    cpp: "", line 0: warning 2016: Illegal option to cpp.
    configure:23291: $? = 0
    configure:23312: result: yes
    configure:23325: WARNING: sys/time.h: present but cannot be compiled
    configure:23327: WARNING: sys/time.h: check for missing prerequisite headers?
    configure:23329: WARNING: sys/time.h: see the Autoconf documentation
    configure:23331: WARNING: sys/time.h: section "Present But Cannot Be Compiled"
    configure:23333: WARNING: sys/time.h: proceeding with the preprocessor's result
    configure:23335: WARNING: sys/time.h: in the future, the compiler will take precedence
    configure:23345: checking for sys/time.h
    configure:23353: result: yes
    configure:23212: checking sys/fcntl.h usability
    configure:23229: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:23235: $? = 0
    configure:23242: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:23245: $? = 0
    configure:23252: test -s conftest.o
    configure:23255: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | #define HAVE_DLFCN_H 1
    | #define HAVE_SYS_TIME_H 1
    | /* end confdefs.h. */
    | #include <stdio.h>
    | #if HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #if HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #if STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # if HAVE_STDLIB_H
    | # include <stdlib.h>
    | # endif
    | #endif
    | #if HAVE_STRING_H
    | # if !STDC_HEADERS && HAVE_MEMORY_H
    | # include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #if HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #if HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #if HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #if HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #include <sys/fcntl.h>
    configure:23266: result: no
    configure:23270: checking sys/fcntl.h presence
    configure:23285: /lib/cpp -D_REENTRANT -mt conftest.c
    /lib/cpp: illegal option -- t
    cpp: "", line 0: warning 2016: Illegal option to cpp.
    configure:23291: $? = 0
    configure:23312: result: yes
    configure:23325: WARNING: sys/fcntl.h: present but cannot be compiled
    configure:23327: WARNING: sys/fcntl.h: check for missing prerequisite headers?
    configure:23329: WARNING: sys/fcntl.h: see the Autoconf documentation
    configure:23331: WARNING: sys/fcntl.h: section "Present But Cannot Be Compiled"
    configure:23333: WARNING: sys/fcntl.h: proceeding with the preprocessor's result
    configure:23335: WARNING: sys/fcntl.h: in the future, the compiler will take precedence
    configure:23345: checking for sys/fcntl.h
    configure:23353: result: yes
    configure:23366: checking for struct stat.st_blksize
    configure:23394: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:23400: $? = 0
    configure:23407: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:23410: $? = 0
    configure:23417: test -s conftest.o
    configure:23420: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | #define HAVE_DLFCN_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_SYS_FCNTL_H 1
    | /* end confdefs.h. */
    | #include <stdio.h>
    | #if HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #if HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #if STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # if HAVE_STDLIB_H
    | # include <stdlib.h>
    | # endif
    | #endif
    | #if HAVE_STRING_H
    | # if !STDC_HEADERS && HAVE_MEMORY_H
    | # include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #if HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #if HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #if HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #if HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | int
    | main ()
    | {
    | static struct stat ac_aggr;
    | if (ac_aggr.st_blksize)
    | return 0;
    | ;
    | return 0;
    | }
    configure:23450: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:23456: $? = 0
    configure:23463: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:23466: $? = 0
    configure:23473: test -s conftest.o
    configure:23476: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | #define HAVE_DLFCN_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_SYS_FCNTL_H 1
    | /* end confdefs.h. */
    | #include <stdio.h>
    | #if HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #if HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #if STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # if HAVE_STDLIB_H
    | # include <stdlib.h>
    | # endif
    | #endif
    | #if HAVE_STRING_H
    | # if !STDC_HEADERS && HAVE_MEMORY_H
    | # include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #if HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #if HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #if HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #if HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | int
    | main ()
    | {
    | static struct stat ac_aggr;
    | if (sizeof ac_aggr.st_blksize)
    | return 0;
    | ;
    | return 0;
    | }
    configure:23491: result: no
    configure:23517: checking for inttypes.h
    configure:23522: result: no
    configure:23680: checking for stdint.h
    configure:23685: result: no
    configure:23852: checking stddef.h usability
    configure:23869: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:23875: $? = 0
    configure:23882: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:23885: $? = 0
    configure:23892: test -s conftest.o
    configure:23895: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.20"
    | #define PACKAGE_BUGREPORT "Oracle Technology Network Berkeley DB forum"
    | #define const
    | #define HAVE_DLFCN_H 1
    | #define HAVE_SYS_TIME_H 1
    | #define HAVE_SYS_FCNTL_H 1
    | /* end confdefs.h. */
    | #include <stdio.h>
    | #if HAVE_SYS_TYPES_H
    | # include <sys/types.h>
    | #endif
    | #if HAVE_SYS_STAT_H
    | # include <sys/stat.h>
    | #endif
    | #if STDC_HEADERS
    | # include <stdlib.h>
    | # include <stddef.h>
    | #else
    | # if HAVE_STDLIB_H
    | # include <stdlib.h>
    | # endif
    | #endif
    | #if HAVE_STRING_H
    | # if !STDC_HEADERS && HAVE_MEMORY_H
    | # include <memory.h>
    | # endif
    | # include <string.h>
    | #endif
    | #if HAVE_STRINGS_H
    | # include <strings.h>
    | #endif
    | #if HAVE_INTTYPES_H
    | # include <inttypes.h>
    | #endif
    | #if HAVE_STDINT_H
    | # include <stdint.h>
    | #endif
    | #if HAVE_UNISTD_H
    | # include <unistd.h>
    | #endif
    | #include <stddef.h>
    configure:23906: result: no
    configure:23910: checking stddef.h presence
    configure:23925: /lib/cpp -D_REENTRANT -mt conftest.c
    /lib/cpp: illegal option -- t
    cpp: "", line 0: warning 2016: Illegal option to cpp.
    configure:23931: $? = 0
    configure:23952: result: yes
    configure:23965: WARNING: stddef.h: present but cannot be compiled
    configure:23967: WARNING: stddef.h: check for missing prerequisite headers?
    configure:23969: WARNING: stddef.h: see the Autoconf documentation
    configure:23971: WARNING: stddef.h: section "Present But Cannot Be Compiled"
    configure:23973: WARNING: stddef.h: proceeding with the preprocessor's result
    configure:23975: WARNING: stddef.h: in the future, the compiler will take precedence
    configure:23985: checking for stddef.h
    configure:23992: result: yes
    configure:24006: checking for unistd.h
    configure:24011: result: no
    configure:24172: checking for off_t
    configure:24203: cc -c -O -D_REENTRANT -mt conftest.c >&5
    cc: warning 422: Unknown option "m" ignored.
    cc: error 1400: Option t usage: -t c,name where c may be 1 or more of pc0al.
    configure:24209: $? = 0
    configure:24216: test -z "$ac_c_werror_flag" || test ! -s conftest.err
    configure:24219: $? = 0
    configure:24226: test -s conftest.o
    configure:24229: $? = 1
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Berkeley DB"
    | #define PACKAGE_TARNAME "db-4.5.20"
    | #define PACKAGE_VERSION "4.5.20"
    | #define PACKAGE_STRING "Berkeley DB 4.5.

  • How should I build Berkeley DB 4.7 on a mac for use with Java?

    How should I build Berkeley DB 4.7 on my mac so that I can call it from Java? I don't want to run the pure-Java BDB.
    I got the 4.7.25 tarball and built it using:
    cd build_unix
    ../dist/configure --enable-java
    make
    sudo mak install
    This produces binaries and the java jar, but when I try to construct a new Database() I get:
    java.lang.UnsatisfiedLinkError: /Users/james/Library/Java/Extensions/libdb_java-4.7.jnilib:
         at java.lang.ClassLoader$NativeLibrary.load(Native Method)
         at java.lang.ClassLoader.loadLibrary0(ClassLoader.java:1822)
         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1715)
    At this point, I've copied the contents of /usr/local/BerkeleyDB.4.7/lib to ~/Library/Java/Extensions, but it doesn't make any difference. If I set -Djava.library.path=/usr/local/BerkeleyDB.4.7/lib, I get the same error but with the jnilib in /usr/local.
    I'm running OS X 10.5.7, with Java 1.6.0_07 64 bit. Machine is a unibody MacBook Pro.

    Hi,
    I hope you have resolved this yourself. If not, I'll try to help.
    It is possible that you are building an incompatible binary. Are you using a 64-bit build of Java? If so, you might need to "force" Berkeley DB to be built for the x86_64 architecture. This user had a similar issue.
    Have you succesfully built and installed any other JNI libraries?
    Regards,
    Alex Gorrod, Oracle Berkeley DB

  • Compiling Berkeley DB with MinGW

    Has anyone compiled Berkeley DB using MinGW, and if so, would you mind sharing the steps necessary to do this?

    Perhaps I need to download a different source for Berkeley....when executing the prescribed commands I get an error message:
    RAI@RAPHAEL-01 /c/Oracle/db-4.7.25.NC
    $ ./configure --enable-mingw
    sh: ./configure: No such file or directory
    I downloaded the file "db-4.7.25.NC.zip". It does not contain a configure executable.
    Note that I'm using MSYS for the unix-like shell. When compiling other programs the configure program was provided with the source.
    I tried copying one of these configure programs and using it, but it does not recognize the --enable-mingw flag.
    Sorry if I'm not much help here.

  • After upgrading to Mountain Lion, Interface builder starts up with an error every boot.

    I've got a late 2008 Macbook Unibody 13", and a few months back I upgraded from Snow Leopard to Mountain Lion.  Ever since the upgrade, at every boot up Interface Builder starts up with an error.  I've just ignored it mostly, but now I'm getting annoyed with it.  How can I find the programs that start up every boot to research this, or stop it from loading Interface Builder every time?

    You have to delete it using the minus sign at the bottom. The check/un-check is for hiding items.

  • Berkeley db fatal region error detected run recovery

    Hi,
    I have initiated d Berkeley DB object.
    Then, I am using multithreading to put data into the DB.
    Here is how I open the one data handler.
    ret = dbp->open(dbp, /* Pointer to the database */
    NULL, /* Txn pointer */
    db_file_name, /* File name */
    db_logical_name , /* Logical db name (unneeded) */
    DB_BTREE, /* Database type (using btree) */
    DB_CREATE, /* Open flags */
    0644); /* File mode. Using defaults */
    each threads would put data into the same handler when it needs to.
    I am getting "berkeley db fatal region error detected run recovery".
    What is the problem? Does it have anything to do with the way the handler is created or whether multiple threads can put data into the DB?
    jb

    Hi jb,
    user8712854 wrote:
    I am getting "berkeley db fatal region error detected run recovery".This is a generic Berkeley DB panic message that means something went wrong. When do you get this error? Did you enable the verbose error messages? Are there any other warning/error messages reported? By just posting the way you open the database doesn't help much at all. I reviewed the other questions you asked on the forum, and it seems that you are not following the advices and consult the documentation, but you prefer to open new threads. I advice you to first work on configuring Berkeley DB for your needs and read the following pages in order to understand which Berkeley DB Product best suits your application and how it should be configured for a multithreaded application:
    [The Berkeley DB products|http://www.oracle.com/technology/documentation/berkeley-db/db/ref/intro/products.html]
    [Concurrent Data Store introduction|http://www.oracle.com/technology/documentation/berkeley-db/db/ref/cam/intro.html]
    [Multithreaded applications|http://www.oracle.com/technology/documentation/berkeley-db/db/ref/program/mt.html]
    [Berkeley DB handles|http://www.oracle.com/technology/documentation/berkeley-db/db/ref/program/scope.html]
    On the other hand, if the code that's calling the Berkeley DB APIs is not too big and is not private, you can post it here so we can review it for you and let you know what's wrong with it.
    The procedures you should follow in order to fix a "run recovery" error are described here:
    [Recovery procedures|http://www.oracle.com/technology/documentation/berkeley-db/db/ref/transapp/recovery.html]
    Thanks,
    Bogdan Coman

  • Flex Builder 3 and Channel definition-error

    Hi,
    I'm developing AIR application which is connecting to third
    party dll via FluorineFx. I've FluorineFx Service running. Now the
    problem is that when I'm trying to run AIR app in Flex Builder 3 I
    get following error: "Channel definition,
    mx.messaging.channels.RTMPChannel, can not be found". Does anybody
    know what might be reason and how to fix this?

    Ok, solved the problem. Found answer from here:
    http://forum.fluorinefx.com/viewtopic.php?f=9&t=3
    I installed LCDS Express and then added fds.swc to my project
    from LCDS-folder.

  • Hi Anil, I was able to compile the Maven test build successfully but still has errors.

    Hi Anil, I am not able to compile the Maven test build successfully but still have errors/warning messages. Can you please help me or tell me if I can
    processed with the tutorials. Thanks.
    <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-
    instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
      <modelVersion>4.0.0</modelVersion>
      <groupId>Maven-Test</groupId>
      <artifactId>Maven-Test</artifactId>
      <version>0.0.1-SNAPSHOT</version>
      <packaging>pom</packaging>
       <dependencies>
    <!-- check if <sap.cloud.sdk.version> and <sap.cloud.sdk.path> in settings.xml are correct -->
    <!-- SAP HANA Cloud SDK dependency -->
    <dependency>
    <groupId>Maven-Test</groupId>
    <artifactId>Maven-Test</artifactId>
    <version>1.48.16</version>
    <scope>system</scope>
    <systemPath>C:/dev/hanacloud.sdk/1.48.16</systemPath>
    </dependency>
    <!-- check if <eclipse.path> and <sap.cloud.ui5.version> in settings.xml are correct -->
    <!-- SAPUI5 dependency -->
    <dependency>
    <groupId>Maven-Test</groupId>
    <artifactId>Maven-Test</artifactId> (I am getting error here)
    <version>1.18.8</version>
    <scope>system</scope>
      <systemPath>C:/dev/eclipse</systemPath>
    </dependency>
    </dependencies>
    </project>
    +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
    SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
    SLF4J: Defaulting to no-operation (NOP) logger implementation
    SLF4J: See http://www.slf4j.org/codes.html#StaticLoggerBinder for further details.
    [INFO] Scanning for projects...
    [WARNING]
    [WARNING] Some problems were encountered while building the effective model for Maven-Test:Maven-Test:pom:0.0.1-SNAPSHOT
    [WARNING] 'dependencies.dependency.systemPath' for Maven-Test:Maven-Test:jar should use a variable instead of a hard-coded path C:/dev/hanacloud.sdk/1.48.16 @ line 16, column 14
    [WARNING] 'dependencies.dependency.systemPath' for Maven-Test:Maven-Test:jar should use a variable instead of a hard-coded path C:/dev/eclipse @ line 25, column 15
    [WARNING] 'dependencies.dependency.(groupId:artifactId:type:classifier)' must be unique: Maven-Test:Maven-Test:jar -> version 1.48.16 vs 1.18.8 @ line 20, column 14
    [WARNING] 'dependencies.dependency.systemPath' for Maven-Test:Maven-Test:jar refers to a non-existing file C:\dev\eclipse @ line 25, column 15
    [WARNING]
    [WARNING] It is highly recommended to fix these problems because they threaten the stability of your build.
    [WARNING]
    [WARNING] For this reason, future Maven versions might no longer support building such malformed projects.
    [WARNING]
    [INFO]                                                                        
    [INFO] ------------------------------------------------------------------------
    [INFO] Building Maven-Test 0.0.1-SNAPSHOT
    [INFO] ------------------------------------------------------------------------
    Downloading: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom
    Downloaded: http://repo.maven.apache.org/maven2/org/apache/maven/plugins/maven-clean-plugin/2.4.1/maven-clean-plugin-2.4.1.pom (5 KB at 4.3 KB/sec)
    [INFO]
    [INFO] --- maven-clean-plugin:2.4.1:clean (default-clean) @ Maven-Test ---
    [INFO] ------------------------------------------------------------------------
    [INFO] BUILD SUCCESS
    [INFO] ------------------------------------------------------------------------
    [INFO] Total time: 3.507s
    [INFO] Finished at: Mon Mar 24 02:27:14 EDT 2014
    [INFO] Final Memory: 5M/99M
    [INFO] ------------------------------------------------------------------------

    It's probably best to close thread and that I start a new one. I think that I have gone off on a tangent here. Yes SSIS isn't doing much of a job in reporting errors but my main concern is the error itself.
    I am trying to port an SSIS Script Task from SQL 2008 to SQL 2012. Is uses the ReportExecution2005 web service to run SSRS reports. The really strange thing is that, even though the same web reference is used, different methods seem
    to be available in SQL 2008 and SQL 2012. This doesn't sound right to me, if you refer to the same Web Service you should see the same metros or am I wrong about that.
    For example in SQL 2008 there is ReportExecutionService
    object but on the SQL 2012 to service there only seems to be
    ReportExecutionServiceSOAPClient.
    R Campbell

  • VS 2013 Build tools installation fails with error "Signature or catalog could not be verified"

    VS 2013 ultimate - Build tools installation fails with error "Signature or catalog could not be verified" for MSBuild assemblies. Any idea what could be the problem?
    Thanks
    NM

    Hello,
    Do you mean you are trying to use this tool:
    https://www.microsoft.com/en-us/download/details.aspx?id=40760
    Can you navigate to your %temp% folder and filter by date to see the log of the Build tool?
    I want to know which assemblies failed to be verified.
    By the way, since MSBuild is embed in Visual Studio why you want to install this again? Do you have any error about this Build Tool when you install Visual Studio 2013 Ultimate?
    “Signature or catalog could not be verified” is always related to corrupt source
    , please double check you have a healthy network and then try the web installer again.
    Best regards,
    Barry
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • Can't build gcc-4.1.2; error: bad value (generic) for -mtune= switch

    I need this specific version of gcc, so I got the old PKDBUILD from svn, see below. However when gcc compiles I run into this compile error:
    TARGET_CPU_DEFAULT="" \
    HEADERS="auto-host.h ansidecl.h" DEFINES="USED_FOR_TARGET " \
    /bin/sh ../../gcc-4.1.2/gcc/mkconfig.sh tconfig.h
    ./xgcc -B./ -B/usr/i686-pc-linux-gnu/bin/ -isystem /usr/i686-pc-linux-gnu/include -isystem /usr/i686-pc-linux-gnu/sys-include -L/home/chelg/tmp/abs/gcc-4.1/src/gcc-build/gcc/../ld -O2 -O2 -march=i686 -mtune=generic -O2 -pipe -DIN_GCC -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wold-style-definition -isystem ./include -I. -I. -I../../gcc-4.1.2/gcc -I../../gcc-4.1.2/gcc/. -I../../gcc-4.1.2/gcc/../include -I../../gcc-4.1.2/gcc/../libcpp/include -g0 -finhibit-size-directive -fno-inline-functions -fno-exceptions -fno-zero-initialized-in-bss -fno-unit-at-a-time -fno-omit-frame-pointer \
    -c ../../gcc-4.1.2/gcc/crtstuff.c -DCRT_BEGIN \
    -o crtbegin.o
    ../../gcc-4.1.2/gcc/crtstuff.c:1: error: bad value (generic) for -mtune= switch
    make[2]: *** [crtbegin.o] Error 1
    make[2]: Leaving directory `/home/chelg/tmp/abs/gcc-4.1/src/gcc-build/gcc'
    make[1]: *** [stage1_build] Error 2
    make[1]: Leaving directory `/home/chelg/tmp/abs/gcc-4.1/src/gcc-build/gcc'
    make: *** [bootstrap] Error 2
    ==> ERROR: Build Failed.
    Aborting...
    Here is the PKGBUILD I use:
    # $Id: PKGBUILD,v 1.60 2007/02/14 14:53:50 jgc Exp $
    # Maintainer: Jan de Groot <[email protected]>
    pkgname=gcc
    pkgver=4.1.2
    pkgrel=3
    pkgdesc="The GNU Compiler Collection"
    arch=(i686 x86_64)
    url="http://gcc.gnu.org"
    depends=('glibc' 'binutils>=2.17')
    options=('!libtool')
    source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-{core,g++,objc}-${pkgver}.tar.bz2
    ftp://gcc.gnu.org/pub/gcc/libstdc++/doxygen/libstdc++-man-4.0.0.tar.bz2
    DW_CFA_val.patch
    gcc_pure64.patch)
    md5sums=('2af3fb599635219171c6ae1f3034888a' '75c6d5fa3415d614314caf0f509e8933'
    'abda05c0ab99059e8f9e7a625361fd87' '2be86d2117c8fa7f9ec2845cc0660ab1'
    '078680c207f7cd490044d4a53edf158d' '1ceaa49e3a1d9f984ecc2893c43f7425')
    build() {
    export MAKEFLAGS="-j1"
    cd ${startdir}/src/gcc-${pkgver}
    # Don't install libiberty
    sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in
    if [ "${CARCH}" = "x86_64" ]; then
    patch -Np1 -i ../gcc_pure64.patch || return 1
    fi
    patch -Np0 -i ${startdir}/src/DW_CFA_val.patch || return 1
    # Don't run fixincludes
    sed -i -e 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
    mkdir ../gcc-build
    cd ../gcc-build
    ../gcc-${pkgver}/configure --prefix=/usr --enable-shared \
    --enable-languages=c,c++,objc --enable-threads=posix \
    --enable-__cxa_atexit --disable-multilib --libdir=/usr/lib \
    --libexecdir=/usr/lib --enable-clocale=gnu
    make bootstrap || return 1
    make DESTDIR=${startdir}/pkg install || return 1
    mkdir -p ${startdir}/pkg/lib
    (cd ${startdir}/pkg/lib; ln -s ../usr/bin/cpp)
    (cd ${startdir}/pkg/usr/bin; ln -sf gcc cc; ln -sf g++ c++)
    # install the libstdc++ man pages
    mkdir -p ${startdir}/pkg/usr/man/man3
    install -m644 ${startdir}/src/man/man3/* ${startdir}/pkg/usr/man/man3/
    Last edited by Phlogiston (2009-02-27 20:08:37)

    or here you go:
    # $Id: PKGBUILD,v 1.60 2007/02/14 14:53:50 jgc Exp $
    # Maintainer: Jan de Groot <[email protected]>
    pkgname=gcc-4.1
    pkgver=4.1.2
    pkgrel=3
    pkgdesc="The GNU Compiler Collection"
    arch=(i686 x86_64)
    url="http://gcc.gnu.org"
    depends=('glibc' 'binutils>=2.17')
    options=('!libtool')
    source=(ftp://gcc.gnu.org/pub/gcc/releases/gcc-${pkgver}/gcc-{core,g++,objc}-${pkgver}.tar.bz2
    ftp://gcc.gnu.org/pub/gcc/libstdc++/doxygen/libstdc++-man-4.0.0.tar.bz2
    DW_CFA_val.patch
    gcc_pure64.patch)
    md5sums=('2af3fb599635219171c6ae1f3034888a' '75c6d5fa3415d614314caf0f509e8933'
    'abda05c0ab99059e8f9e7a625361fd87' '2be86d2117c8fa7f9ec2845cc0660ab1'
    '078680c207f7cd490044d4a53edf158d' '1ceaa49e3a1d9f984ecc2893c43f7425')
    build() {
    export MAKEFLAGS="-j1"
    cd ${startdir}/src/gcc-${pkgver}
    # Don't install libiberty
    sed -i 's/install_to_$(INSTALL_DEST) //' libiberty/Makefile.in
    if [ "${CARCH}" = "x86_64" ]; then
    patch -Np1 -i ../gcc_pure64.patch || return 1
    fi
    patch -Np0 -i ${startdir}/src/DW_CFA_val.patch || return 1
    # Don't run fixincludes
    sed -i -e 's@\./fixinc\.sh@-c true@' gcc/Makefile.in
    mkdir ../gcc-build
    cd ../gcc-build
    ../gcc-${pkgver}/configure --prefix=/opt/gcc-4.1 --enable-shared \
    --enable-languages=c,c++,objc --enable-threads=posix \
    --enable-__cxa_atexit --disable-multilib \
    --enable-clocale=gnu
    make bootstrap || return 1
    make DESTDIR=${startdir}/pkg install || return 1
    mkdir -p ${startdir}/pkg/lib
    # (cd ${startdir}/pkg/lib; ln -s ../usr/bin/cpp)
    # (cd ${startdir}/pkg/usr/bin; ln -sf gcc cc; ln -sf g++ c++)
    # install the libstdc++ man pages
    mkdir -p ${startdir}/pkg/usr/man/man3
    install -m644 ${startdir}/src/man/man3/* ${startdir}/pkg/usr/man/man3/

  • Building Berkeley DB for 32 bit Windows

    Hi,
    I downloaded Berkeley DB 5.1.25.msi Windows installer, with AES encryption (27M) md5 from
    http://www.oracle.com/technetwork/database/berkeleydb/downloads/index.html
    I followed the instructions below to build a Debug Version: (My comments in bold.  I noticed that libdb51d.lib was not avail to build the Debug version)
    I am using Visual Studio Express 2008
    Any help would be greatly appreciated.
    Thanks in advance.
    Steve Lee
    1. Choose File -> Open -> Project/Solution.... In the build_windows directory, select
    Berkeley_DB.sln and click Open. *(I notice that the directory only contained Berkeley_DB_examples. I did not find Berkeley_DB.sln)*
    2. The Visual Studio Conversion Wizard will open automatically. Click the Finish button.
    3. On the next screen click the Close button.
    4. Choose the desired project configuration from the drop-down menu on the tool bar
    (either Debug or Release).
    5. Choose the desired platform configuration from the drop-down menu on the tool bar
    (usually Win32 or x64).
    6. To build, right-click on the Berkeley_DB solution and select Build Solution.
    Build results
    The results of your build will be placed in one of the following Berkeley DB subdirectories,
    depending on the configuration that you chose:
    build_windows\Win32\Debug
    build_windows\Win32\Release
    build_windows\Win32\Debug_static *(This option was not avail)*
    build_windows\Win32\Release_static *(This option was not avail)*
    When building your application during development, you should normally use compile options
    "Debug Multithreaded DLL" *(This option was not avail)* and link against build_windows\Debug\libdb51d.lib. *(libdb51d.lib was not avail)*
    You can also build using a release version of the Berkeley DB libraries and tools, which will be placed
    in build_windows\Win32\Release\libdb51.lib. When linking against the release build,
    you should compile your code with the "Release Multithreaded DLL" compile option *(Release Multithreaded DLL was not avail)*. You
    will also need to add the build_windows directory to the list of include directories of your
    application's project, or copy the Berkeley DB include files to another location.
    Edited by: 840755 on Mar 1, 2011 10:21 AM
    Edited by: 840755 on Mar 1, 2011 10:21 AM
    Edited by: 840755 on Mar 1, 2011 10:22 AM

    Hi,
    I am new to Berkely DB and I want to see a working example on Win 7 64 bit on a VC++ 64 bit project.
    I downloaded the Berkeley DB 5.1.25.zip file and when I try to biuld the Berkeley_DB_examples_vs2010 on VC++ 2010 64 bit
    I get the following error:
    LINK : fatal error LNK1181: cannot open input file 'libdb51d.lib'
    I can find the libdb51.lib' on my computer but not the libdb51d.lib'
    1) How can I get the file libdb51d.lib?
    2) As I understand, my other option to see a working example is to install the Berkely DB using a Windows installer and to try to build a project from the provided .cpp (without .sln) files examples, I tried it but then I have configuration problems with the VC++ project, Which option of the 2 options shouls I use?
    Thanks!

  • Opening panel to build an applicatio​n causes error 7

    As soon as I open the panel to "Build Application or Shared Library (DLL)" I get an error:
    "Error 7 occurred at Open VI Reference in Dist Call Set Busy.vi->Dist Cmp Setting to Disk Heir.vi->Build Application.vi"
    I can appear to setup the build, but when I "Build" the application I get the identical error and nothing is created.

    Error 7 means "file not found". From the source of the error, it looks like there something wrong with your LV installation.
    Try dropping Set Busy.vi in a diagram. It should be in the Application Control>>Cursor palette.
    If you can't drop or use it, then you need to find it and reinstall it. You can probably find it in your LabVIEW CD, but I would suggest simply trying a repair from the installation program.
    Try to take over the world!

  • Flash Builder 4.7 gives installation error, Since MAY 2012

    Hello,
    I've been trying to use the Flash Builder product since last May. I get the error listed below when I try to install. I've had a case open, but no help. Case #0183222369. I'd like to use the product, I'm paying for the product, its unreal that this is still an issue. Windows Vista Ultimate.
    Any ideas at all would be welcome.
    This is from the install log, starting with the first failure:
    04/17/13 17:30:58:870 | [WARN] |  | OOBE | DE |  |  |  | 5636 | DS013: Checking payloads upgrade/conflict relationships : Failed with code 1
    04/17/13 17:30:58:870 | [INFO] |  | OOBE | DE |  |  |  | 5636 | BEGIN Operation order for all session payloads: mediaGroup (requires,satisfies)
    04/17/13 17:30:58:871 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1 {9E0AF030-AC6B-11E0-8837-00215AEA26C9}: 1 (0,1)
    04/17/13 17:30:58:871 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Suite Shared Configuration CS7 4.0.0.0 {053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}: 2 (1,1)
    04/17/13 17:30:58:871 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AdobeCMaps x64 CS6 4.0.0.0 {99290358-A784-4218-A7BA-954AE5F9207C}: 3 (0,1)
    04/17/13 17:30:58:871 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AdobeTypeSupport x64 CS6 11.0.0.0 {B2D792AF-F407-4EFA-9A03-3F2A476146F6}: 3 (0,1)
    04/17/13 17:30:58:871 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Adobe Flash Builder 4.7.0.0 {848DE8E1-521D-4748-A158-517708107EF3}: 4 (0,0)
    04/17/13 17:30:58:871 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AIR for Apple iOS support (FB) 3.1.0.0 {A2620D13-EC37-423D-9BAB-91B9DD8E0D36}: 4 (0,0)
    04/17/13 17:30:58:871 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F}: 5 (3,0)
    04/17/13 17:30:58:871 | [INFO] |  | OOBE | DE |  |  |  | 5636 | END Operation order for all session payloads: mediaGroup (requires,satisfies)
    04/17/13 17:30:59:000 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Setting property "DEVersion" to: 6.0
    04/17/13 17:30:59:000 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Setting property "deploymentFile" to: C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\{327335C9-0C4 2-4B93-96E2-49A756A1C252}
    04/17/13 17:30:59:000 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Setting property "installLanguage" to: en_US
    04/17/13 17:30:59:000 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Attempting to find the selected language in the set of available payload languages
    04/17/13 17:30:59:000 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Setting property "installSourcePath" to: C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7
    04/17/13 17:30:59:000 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Setting property "skipSync" to: 1
    04/17/13 17:30:59:000 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Setting property "userASUPath" to:
    04/17/13 17:30:59:000 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Overwrite property "DEVersion" to: 6.0
    04/17/13 17:30:59:001 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Overwrite property "installLanguage" to: en_US
    04/17/13 17:30:59:001 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Overwrite property "skipSync" to: 1
    04/17/13 17:30:59:001 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Overwrite property "userASUPath" to:
    04/17/13 17:30:59:001 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Found payload actions:
    04/17/13 17:30:59:001 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Deciding what installer mode to use...
    04/17/13 17:30:59:250 | [INFO] |  | OOBE | DE |  |  |  | 5636 | BEGIN Setting requested payload actions
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Value returned on lookup of payload: Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1 {9E0AF030-AC6B-11E0-8837-00215AEA26C9} is: true
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Action string for Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1 {9E0AF030-AC6B-11E0-8837-00215AEA26C9}  is none
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Value returned on lookup of payload: Suite Shared Configuration CS7 4.0.0.0 {053204AC-EDA5-4807-BAF7-34BAA2ABAA8F} is: false
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Action string for Suite Shared Configuration CS7 4.0.0.0 {053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}  is none
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Value returned on lookup of payload: AdobeCMaps x64 CS6 4.0.0.0 {99290358-A784-4218-A7BA-954AE5F9207C} is: true
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Action string for AdobeCMaps x64 CS6 4.0.0.0 {99290358-A784-4218-A7BA-954AE5F9207C}  is none
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Value returned on lookup of payload: AdobeTypeSupport x64 CS6 11.0.0.0 {B2D792AF-F407-4EFA-9A03-3F2A476146F6} is: true
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Action string for AdobeTypeSupport x64 CS6 11.0.0.0 {B2D792AF-F407-4EFA-9A03-3F2A476146F6}  is none
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Value returned on lookup of payload: Adobe Flash Builder 4.7.0.0 {848DE8E1-521D-4748-A158-517708107EF3} is: false
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Action string for Adobe Flash Builder 4.7.0.0 {848DE8E1-521D-4748-A158-517708107EF3}  is install
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Value returned on lookup of payload: AIR for Apple iOS support (FB) 3.1.0.0 {A2620D13-EC37-423D-9BAB-91B9DD8E0D36} is: false
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Action string for AIR for Apple iOS support (FB) 3.1.0.0 {A2620D13-EC37-423D-9BAB-91B9DD8E0D36}  is install
    04/17/13 17:30:59:252 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Value returned on lookup of payload: Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F} is: false
    04/17/13 17:30:59:253 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Action string for Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F}  is install
    04/17/13 17:30:59:286 | [INFO] |  | OOBE | DE |  |  |  | 5636 | END Setting requested payload actions
    04/17/13 17:30:59:411 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Collected advanced path check information for INSTALLDIR
    04/17/13 17:30:59:411 | [INFO] |  | OOBE | DE |  |  |  | 5636 | INSTALLDIR is a well-formed path
    04/17/13 17:30:59:412 | [INFO] |  | OOBE | DE |  |  |  | 5636 | INSTALLDIR is not the root path
    04/17/13 17:30:59:413 | [INFO] |  | OOBE | DE |  |  |  | 5636 | INSTALLDIR is on a local volume
    04/17/13 17:30:59:413 | [INFO] |  | OOBE | DE |  |  |  | 5636 | INSTALLDIR is on a writable volume
    04/17/13 17:30:59:413 | [INFO] |  | OOBE | DE |  |  |  | 5636 | INSTALLDIR is not on a case sensitive volume
    04/17/13 17:30:59:413 | [INFO] |  | OOBE | DE |  |  |  | 5636 | INSTALLDIR passed path basic path validation: C:\Program Files\Adobe
    04/17/13 17:31:56:150 | [INFO] |  | OOBE | DE |  |  |  | 5636 | ::START TIMER:: [System check :{EB510B48-ACF6-43A0-8214-3DA0D6D0936F}]
    04/17/13 17:31:56:186 | [INFO] |  | OOBE | DE |  |  |  | 5636 | In InstallPreSystemCheckProc
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Custom action return code: 0
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 | :: END TIMER :: [System check :{EB510B48-ACF6-43A0-8214-3DA0D6D0936F}] took 36.7559 milliseconds (0.0367559 seconds)
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 | BEGIN InstallOperationsQueue Unordered operations
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Suite Shared Configuration CS7 4.0.0.0 {053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}:  with operation install
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Adobe Flash Builder 4.7.0.0 {848DE8E1-521D-4748-A158-517708107EF3}:  with operation install
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AdobeCMaps x64 CS6 4.0.0.0 {99290358-A784-4218-A7BA-954AE5F9207C}:  with operation repair
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1 {9E0AF030-AC6B-11E0-8837-00215AEA26C9}:  with operation repair
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AIR for Apple iOS support (FB) 3.1.0.0 {A2620D13-EC37-423D-9BAB-91B9DD8E0D36}:  with operation install
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AdobeTypeSupport x64 CS6 11.0.0.0 {B2D792AF-F407-4EFA-9A03-3F2A476146F6}:  with operation repair
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F}:  with operation install
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 | END InstallOperationsQueue Unordered operations
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 | BEGIN InstallOperationsQueue Ordered operations
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1 {9E0AF030-AC6B-11E0-8837-00215AEA26C9}:  with operation repair
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Suite Shared Configuration CS7 4.0.0.0 {053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}:  with operation install
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AdobeCMaps x64 CS6 4.0.0.0 {99290358-A784-4218-A7BA-954AE5F9207C}:  with operation repair
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AdobeTypeSupport x64 CS6 11.0.0.0 {B2D792AF-F407-4EFA-9A03-3F2A476146F6}:  with operation repair
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Adobe Flash Builder 4.7.0.0 {848DE8E1-521D-4748-A158-517708107EF3}:  with operation install
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AIR for Apple iOS support (FB) 3.1.0.0 {A2620D13-EC37-423D-9BAB-91B9DD8E0D36}:  with operation install
    04/17/13 17:31:56:187 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F}:  with operation install
    04/17/13 17:31:56:188 | [INFO] |  | OOBE | DE |  |  |  | 5636 | END InstallOperationsQueue Ordered operations
    04/17/13 17:31:57:361 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Payloads passed preflight validation.
    04/17/13 17:31:57:385 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Call PreSession Custom Hook
    04/17/13 17:31:57:385 | [INFO] |  | OOBE | DE |  |  |  | 5636 | BEGIN InstallOperationsQueue Unordered operations
    04/17/13 17:31:57:385 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Suite Shared Configuration CS7 4.0.0.0 {053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}:  with operation install
    04/17/13 17:31:57:385 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Adobe Flash Builder 4.7.0.0 {848DE8E1-521D-4748-A158-517708107EF3}:  with operation install
    04/17/13 17:31:57:385 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AdobeCMaps x64 CS6 4.0.0.0 {99290358-A784-4218-A7BA-954AE5F9207C}:  with operation repair
    04/17/13 17:31:57:385 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1 {9E0AF030-AC6B-11E0-8837-00215AEA26C9}:  with operation repair
    04/17/13 17:31:57:385 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AIR for Apple iOS support (FB) 3.1.0.0 {A2620D13-EC37-423D-9BAB-91B9DD8E0D36}:  with operation install
    04/17/13 17:31:57:385 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AdobeTypeSupport x64 CS6 11.0.0.0 {B2D792AF-F407-4EFA-9A03-3F2A476146F6}:  with operation repair
    04/17/13 17:31:57:385 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F}:  with operation install
    04/17/13 17:31:57:385 | [INFO] |  | OOBE | DE |  |  |  | 5636 | END InstallOperationsQueue Unordered operations
    04/17/13 17:31:57:386 | [INFO] |  | OOBE | DE |  |  |  | 5636 | BEGIN InstallOperationsQueue Ordered operations
    04/17/13 17:31:57:386 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1 {9E0AF030-AC6B-11E0-8837-00215AEA26C9}:  with operation repair
    04/17/13 17:31:57:386 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Suite Shared Configuration CS7 4.0.0.0 {053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}:  with operation install
    04/17/13 17:31:57:386 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AdobeCMaps x64 CS6 4.0.0.0 {99290358-A784-4218-A7BA-954AE5F9207C}:  with operation repair
    04/17/13 17:31:57:386 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AdobeTypeSupport x64 CS6 11.0.0.0 {B2D792AF-F407-4EFA-9A03-3F2A476146F6}:  with operation repair
    04/17/13 17:31:57:386 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Adobe Flash Builder 4.7.0.0 {848DE8E1-521D-4748-A158-517708107EF3}:  with operation install
    04/17/13 17:31:57:386 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   AIR for Apple iOS support (FB) 3.1.0.0 {A2620D13-EC37-423D-9BAB-91B9DD8E0D36}:  with operation install
    04/17/13 17:31:57:386 | [INFO] |  | OOBE | DE |  |  |  | 5636 |   Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F}:  with operation install
    04/17/13 17:31:57:386 | [INFO] |  | OOBE | DE |  |  |  | 5636 | END InstallOperationsQueue Ordered operations
    04/17/13 17:31:57:389 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for pre-repair for payload Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1 {9E0AF030-AC6B-11E0-8837-00215AEA26C9}
    04/17/13 17:31:57:390 | [INFO] |  | OOBE | DE |  |  |  | 5636 | ::START TIMER:: [Payload Operation :{9E0AF030-AC6B-11E0-8837-00215AEA26C9}]
    04/17/13 17:31:57:527 | [INFO] |  | OOBE | DE |  |  |  | 3312 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:31:57:527 | [INFO] |  | OOBE | DE |  |  |  | 3312 | Installer Operation: ModifyThirdPartyPayloadOperation
    04/17/13 17:31:57:527 | [INFO] |  | OOBE | DE |  |  |  | 3312 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:31:57:528 | [INFO] |  | OOBE | DE |  |  |  | 3312 | Modify Thirdparty payload
    04/17/13 17:31:57:994 | [INFO] |  | OOBE | DE |  |  |  | 3312 | Repairing third party payload with source: C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\Microsoft VC 2010 Redist (x86)\vcredist_x86.exe
    04/17/13 17:31:58:039 | [INFO] |  | OOBE | DE |  |  |  | 3312 | Repairing third party payload
    04/17/13 17:31:58:039 | [INFO] |  | OOBE | DE |  |  |  | 3312 | Third party application path:C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBui lder_4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\Microsoft VC 2010 Redist (x86)\vcredist_x86.exe
    04/17/13 17:31:58:039 | [INFO] |  | OOBE | DE |  |  |  | 3312 | CommandLine: /q /norestart
    04/17/13 17:32:10:530 | [INFO] |  | OOBE | DE |  |  |  | 3312 | Third party payload completed.  Testing return code: 0
    04/17/13 17:32:10:634 | [INFO] |  | OOBE | DE |  |  |  | 5636 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 7 =*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:10:634 | [INFO] |  | OOBE | DE |  |  |  | 5636 | :: END TIMER :: [Payload Operation :{9E0AF030-AC6B-11E0-8837-00215AEA26C9}] took 13243.9 milliseconds (13.2439 seconds) DTR = 23.558 KBPS (0.0230059 MBPS)
    04/17/13 17:32:11:231 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Updating driver data - Action: Add driver entry
    04/17/13 17:32:11:234 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Updating driver data successful. Driver entry was added. ARP estimated size 0KB
    04/17/13 17:32:11:617 | [INFO] |  | OOBE | DE |  |  |  | 5636 | User specified overrideFile:
    04/17/13 17:32:11:883 | [INFO] |  | OOBE | DE |  |  |  | 5636 | The csu inventory was not updated for payload Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1 {9E0AF030-AC6B-11E0-8837-00215AEA26C9}, value of local var is -1
    04/17/13 17:32:11:883 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for post-repair for payload Microsoft Visual C++ 2010 Redistributable Package (x86) 10.0.40219.1 {9E0AF030-AC6B-11E0-8837-00215AEA26C9}
    04/17/13 17:32:11:892 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for pre-install for payload Suite Shared Configuration CS7 4.0.0.0 {053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}
    04/17/13 17:32:11:893 | [INFO] |  | OOBE | DE |  |  |  | 5636 | ::START TIMER:: [Payload Operation :{053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}]
    04/17/13 17:32:11:945 | [INFO] |  | OOBE | DE |  |  |  | 5988 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:11:945 | [INFO] |  | OOBE | DE |  |  |  | 5988 | Installer Operation: PayloadInstaller
    04/17/13 17:32:11:945 | [INFO] |  | OOBE | DE |  |  |  | 5988 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:11:945 | [INFO] |  | OOBE | DE |  |  |  | 5988 | Request to install payload
    04/17/13 17:32:12:028 | [INFO] |  | OOBE | DE |  |  |  | 5988 | Payload Suite Shared Configuration CS7 4.0.0.0 {053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    04/17/13 17:32:12:529 | [INFO] |  | OOBE | DE |  |  |  | 5988 | Extracting assets complete. Number assets: 1
    04/17/13 17:32:12:529 | [INFO] |  | OOBE | DE |  |  |  | 5988 | Beginning installation for payload at C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AdobeSuiteSharedConfiguration4-mul\Install.db
    04/17/13 17:32:12:912 | [INFO] |  | OOBE | DE |  |  |  | 5988 | Evaluating condition# 1(Seq 21)
    04/17/13 17:32:12:912 | [INFO] |  | OOBE | DE |  |  |  | 5988 | Condition failed(Seq 21)
    04/17/13 17:32:12:912 | [INFO] |  | OOBE | DE |  |  |  | 5988 | Completing installation for payload at C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AdobeSuiteSharedConfiguration4-mul\Install.db
    04/17/13 17:32:13:261 | [INFO] |  | OOBE | DE |  |  |  | 5988 | UninstallDBPath=C:\Program Files (x86)\Common Files\Adobe\Installers\uninstall\{053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}.db
    04/17/13 17:32:13:544 | [INFO] |  | OOBE | DE |  |  |  | 5636 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:13:544 | [INFO] |  | OOBE | DE |  |  |  | 5636 | :: END TIMER :: [Payload Operation :{053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}] took 1651.22 milliseconds (1.65122 seconds) DTR = 721.889 KBPS (0.70497 MBPS)
    04/17/13 17:32:14:446 | [INFO] |  | OOBE | DE |  |  |  | 5636 | User specified overrideFile:
    04/17/13 17:32:15:819 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Successfully updated the csu inventory for Suite Shared Configuration CS7 4.0.0.0 {053204AC-EDA5-4807-BAF7-34BAA2ABAA8F} return values 0:0
    04/17/13 17:32:15:819 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for post-install for payload Suite Shared Configuration CS7 4.0.0.0 {053204AC-EDA5-4807-BAF7-34BAA2ABAA8F}
    04/17/13 17:32:15:828 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for pre-repair for payload AdobeCMaps x64 CS6 4.0.0.0 {99290358-A784-4218-A7BA-954AE5F9207C}
    04/17/13 17:32:15:828 | [INFO] |  | OOBE | DE |  |  |  | 5636 | ::START TIMER:: [Payload Operation :{99290358-A784-4218-A7BA-954AE5F9207C}]
    04/17/13 17:32:15:909 | [INFO] |  | OOBE | DE |  |  |  | 3692 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:15:909 | [INFO] |  | OOBE | DE |  |  |  | 3692 | Installer Operation: PayloadUninstaller
    04/17/13 17:32:15:909 | [INFO] |  | OOBE | DE |  |  |  | 3692 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:15:909 | [INFO] |  | OOBE | DE |  |  |  | 3692 | Session {848DE8E1-521D-4748-A158-517708107EF3} modify request for AdobeCode: {99290358-A784-4218-A7BA-954AE5F9207C}
    04/17/13 17:32:16:288 | [INFO] |  | OOBE | DE |  |  |  | 3692 | Effective AdobeCode for: {99290358-A784-4218-A7BA-954AE5F9207C} is {99290358-A784-4218-A7BA-954AE5F9207C}
    04/17/13 17:32:16:363 | [INFO] |  | OOBE | DE |  |  |  | 3692 | Session includes local copy of payload for repair source
    04/17/13 17:32:16:363 | [INFO] |  | OOBE | DE |  |  |  | 3692 | Repair payload source package: C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AdobeCMaps4_x64-mul\Install.db
    04/17/13 17:32:16:401 | [INFO] |  | OOBE | DE |  |  |  | 3692 | Payload AdobeCMaps x64 CS6 4.0.0.0 {99290358-A784-4218-A7BA-954AE5F9207C}: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    04/17/13 17:32:20:124 | [INFO] |  | OOBE | DE |  |  |  | 3692 | Extracting assets complete. Number assets: 1
    04/17/13 17:32:20:124 | [INFO] |  | OOBE | DE |  |  |  | 3692 | Beginning installation for payload at C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AdobeCMaps4_x64-mul\Install.db
    04/17/13 17:32:25:300 | [INFO] |  | OOBE | DE |  |  |  | 3692 | Completing installation for payload at C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AdobeCMaps4_x64-mul\Install.db
    04/17/13 17:32:25:334 | [INFO] |  | OOBE | DE |  |  |  | 3692 | UninstallDBPath=C:\Program Files (x86)\Common Files\Adobe\Installers\uninstall\{99290358-A784-4218-A7BA-954AE5F9207C}.db
    04/17/13 17:32:25:874 | [INFO] |  | OOBE | DE |  |  |  | 3692 | Physical payload repair result:0
    04/17/13 17:32:25:910 | [INFO] |  | OOBE | DE |  |  |  | 5636 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:25:910 | [INFO] |  | OOBE | DE |  |  |  | 5636 | :: END TIMER :: [Payload Operation :{99290358-A784-4218-A7BA-954AE5F9207C}] took 10082 milliseconds (10.082 seconds) DTR = 3.57073 KBPS (0.00348704 MBPS)
    04/17/13 17:32:26:207 | [INFO] |  | OOBE | DE |  |  |  | 5636 | User specified overrideFile:
    04/17/13 17:32:26:810 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Successfully updated the csu inventory for AdobeCMaps x64 CS6 4.0.0.0 {99290358-A784-4218-A7BA-954AE5F9207C} return values 0:0
    04/17/13 17:32:26:810 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for post-repair for payload AdobeCMaps x64 CS6 4.0.0.0 {99290358-A784-4218-A7BA-954AE5F9207C}
    04/17/13 17:32:26:817 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for pre-repair for payload AdobeTypeSupport x64 CS6 11.0.0.0 {B2D792AF-F407-4EFA-9A03-3F2A476146F6}
    04/17/13 17:32:26:817 | [INFO] |  | OOBE | DE |  |  |  | 5636 | ::START TIMER:: [Payload Operation :{B2D792AF-F407-4EFA-9A03-3F2A476146F6}]
    04/17/13 17:32:26:898 | [INFO] |  | OOBE | DE |  |  |  | 6900 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:26:899 | [INFO] |  | OOBE | DE |  |  |  | 6900 | Installer Operation: PayloadUninstaller
    04/17/13 17:32:26:899 | [INFO] |  | OOBE | DE |  |  |  | 6900 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:26:899 | [INFO] |  | OOBE | DE |  |  |  | 6900 | Session {848DE8E1-521D-4748-A158-517708107EF3} modify request for AdobeCode: {B2D792AF-F407-4EFA-9A03-3F2A476146F6}
    04/17/13 17:32:27:259 | [INFO] |  | OOBE | DE |  |  |  | 6900 | Effective AdobeCode for: {B2D792AF-F407-4EFA-9A03-3F2A476146F6} is {B2D792AF-F407-4EFA-9A03-3F2A476146F6}
    04/17/13 17:32:27:347 | [INFO] |  | OOBE | DE |  |  |  | 6900 | Session includes local copy of payload for repair source
    04/17/13 17:32:27:348 | [INFO] |  | OOBE | DE |  |  |  | 6900 | Repair payload source package: C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AdobeTypeSupport11_x64-mul\Install.db
    04/17/13 17:32:27:384 | [INFO] |  | OOBE | DE |  |  |  | 6900 | Payload AdobeTypeSupport x64 CS6 11.0.0.0 {B2D792AF-F407-4EFA-9A03-3F2A476146F6}: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    04/17/13 17:32:28:656 | [INFO] |  | OOBE | DE |  |  |  | 6900 | Extracting assets complete. Number assets: 1
    04/17/13 17:32:28:656 | [INFO] |  | OOBE | DE |  |  |  | 6900 | Beginning installation for payload at C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AdobeTypeSupport11_x64-mul\Install.db
    04/17/13 17:32:29:911 | [INFO] |  | OOBE | DE |  |  |  | 6900 | Completing installation for payload at C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AdobeTypeSupport11_x64-mul\Install.db
    04/17/13 17:32:29:946 | [INFO] |  | OOBE | DE |  |  |  | 6900 | UninstallDBPath=C:\Program Files (x86)\Common Files\Adobe\Installers\uninstall\{B2D792AF-F407-4EFA-9A03-3F2A476146F6}.db
    04/17/13 17:32:30:629 | [INFO] |  | OOBE | DE |  |  |  | 6900 | Physical payload repair result:0
    04/17/13 17:32:30:702 | [INFO] |  | OOBE | DE |  |  |  | 5636 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:30:703 | [INFO] |  | OOBE | DE |  |  |  | 5636 | :: END TIMER :: [Payload Operation :{B2D792AF-F407-4EFA-9A03-3F2A476146F6}] took 3885.36 milliseconds (3.88536 seconds) DTR = 140.013 KBPS (0.136731 MBPS)
    04/17/13 17:32:31:082 | [INFO] |  | OOBE | DE |  |  |  | 5636 | User specified overrideFile:
    04/17/13 17:32:31:334 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Successfully updated the csu inventory for AdobeTypeSupport x64 CS6 11.0.0.0 {B2D792AF-F407-4EFA-9A03-3F2A476146F6} return values 0:0
    04/17/13 17:32:31:334 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for post-repair for payload AdobeTypeSupport x64 CS6 11.0.0.0 {B2D792AF-F407-4EFA-9A03-3F2A476146F6}
    04/17/13 17:32:31:349 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for pre-install for payload Adobe Flash Builder 4.7.0.0 {848DE8E1-521D-4748-A158-517708107EF3}
    04/17/13 17:32:31:350 | [INFO] |  | OOBE | DE |  |  |  | 5636 | ::START TIMER:: [Payload Operation :{848DE8E1-521D-4748-A158-517708107EF3}]
    04/17/13 17:32:31:408 | [INFO] |  | OOBE | DE |  |  |  | 3536 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:31:409 | [INFO] |  | OOBE | DE |  |  |  | 3536 | Installer Operation: PayloadInstaller
    04/17/13 17:32:31:409 | [INFO] |  | OOBE | DE |  |  |  | 3536 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:31:409 | [INFO] |  | OOBE | DE |  |  |  | 3536 | Request to install payload
    04/17/13 17:32:31:482 | [INFO] |  | OOBE | DE |  |  |  | 3536 | Payload Adobe Flash Builder 4.7.0.0 {848DE8E1-521D-4748-A158-517708107EF3}: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    04/17/13 17:32:32:820 | [INFO] |  | OOBE | DE |  |  |  | 3536 | Extracting assets complete. Number assets: 1
    04/17/13 17:32:32:821 | [INFO] |  | OOBE | DE |  |  |  | 3536 | Beginning installation for payload at C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AdobeFlashBuilderDriver-mul\Install.db
    04/17/13 17:32:32:990 | [INFO] |  | OOBE | DE |  |  |  | 3536 | Evaluating condition# 1(Seq 65)
    04/17/13 17:32:32:990 | [INFO] |  | OOBE | DE |  |  |  | 3536 | Condition failed(Seq 65)
    04/17/13 17:32:32:990 | [INFO] |  | OOBE | DE |  |  |  | 3536 | Evaluating condition# 1(Seq 66)
    04/17/13 17:32:32:990 | [INFO] |  | OOBE | DE |  |  |  | 3536 | Condition failed(Seq 66)
    04/17/13 17:32:32:990 | [INFO] |  | OOBE | DE |  |  |  | 3536 | Completing installation for payload at C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AdobeFlashBuilderDriver-mul\Install.db
    04/17/13 17:32:33:356 | [INFO] |  | OOBE | DE |  |  |  | 3536 | UninstallDBPath=C:\Program Files (x86)\Common Files\Adobe\Installers\uninstall\{848DE8E1-521D-4748-A158-517708107EF3}.db
    04/17/13 17:32:33:708 | [INFO] |  | OOBE | DE |  |  |  | 5636 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:33:709 | [INFO] |  | OOBE | DE |  |  |  | 5636 | :: END TIMER :: [Payload Operation :{848DE8E1-521D-4748-A158-517708107EF3}] took 2358.9 milliseconds (2.3589 seconds) DTR = 1288.73 KBPS (1.25853 MBPS)
    04/17/13 17:32:34:813 | [INFO] |  | OOBE | DE |  |  |  | 5636 | User specified overrideFile:
    04/17/13 17:32:35:560 | [INFO] |  | OOBE | DE |  |  |  | 5636 | The csu inventory was not updated for payload Adobe Flash Builder 4.7.0.0 {848DE8E1-521D-4748-A158-517708107EF3}, value of local var is -1
    04/17/13 17:32:35:560 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for post-install for payload Adobe Flash Builder 4.7.0.0 {848DE8E1-521D-4748-A158-517708107EF3}
    04/17/13 17:32:35:573 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for pre-install for payload AIR for Apple iOS support (FB) 3.1.0.0 {A2620D13-EC37-423D-9BAB-91B9DD8E0D36}
    04/17/13 17:32:35:574 | [INFO] |  | OOBE | DE |  |  |  | 5636 | ::START TIMER:: [Payload Operation :{A2620D13-EC37-423D-9BAB-91B9DD8E0D36}]
    04/17/13 17:32:35:665 | [INFO] |  | OOBE | DE |  |  |  | 5516 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:35:665 | [INFO] |  | OOBE | DE |  |  |  | 5516 | Installer Operation: PayloadInstaller
    04/17/13 17:32:35:665 | [INFO] |  | OOBE | DE |  |  |  | 5516 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:35:666 | [INFO] |  | OOBE | DE |  |  |  | 5516 | Request to install payload
    04/17/13 17:32:35:742 | [INFO] |  | OOBE | DE |  |  |  | 5516 | Payload AIR for Apple iOS support (FB) 3.1.0.0 {A2620D13-EC37-423D-9BAB-91B9DD8E0D36}: Calling ARKEngine from path C:\Program Files (x86)\Common Files\Adobe\OOBE\PDApp\DECore\DE6\resources
    04/17/13 17:32:36:538 | [INFO] |  | OOBE | DE |  |  |  | 5516 | Extracting assets complete. Number assets: 1
    04/17/13 17:32:36:539 | [INFO] |  | OOBE | DE |  |  |  | 5516 | Beginning installation for payload at C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AIRforiOSFlashBuilder64-mul\Install.db
    04/17/13 17:32:36:654 | [INFO] |  | OOBE | DE |  |  |  | 5516 | Evaluating condition# 1(Seq 25)
    04/17/13 17:32:36:654 | [INFO] |  | OOBE | DE |  |  |  | 5516 | Condition failed(Seq 25)
    04/17/13 17:32:36:654 | [INFO] |  | OOBE | DE |  |  |  | 5516 | Completing installation for payload at C:\Users\HELLOG~1\AppData\Local\Temp\{66B758EA-EC77-45F4-B901-03DB41DE7EDE}\FlashBuilder_ 4_7_LS10_win64\Adobe Flash Builder 4.7\payloads\AIRforiOSFlashBuilder64-mul\Install.db
    04/17/13 17:32:36:977 | [INFO] |  | OOBE | DE |  |  |  | 5516 | UninstallDBPath=C:\Program Files (x86)\Common Files\Adobe\Installers\uninstall\{A2620D13-EC37-423D-9BAB-91B9DD8E0D36}.db
    04/17/13 17:32:37:267 | [INFO] |  | OOBE | DE |  |  |  | 5636 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=* Operation complete. Setting status: 0 =*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:37:267 | [INFO] |  | OOBE | DE |  |  |  | 5636 | :: END TIMER :: [Payload Operation :{A2620D13-EC37-423D-9BAB-91B9DD8E0D36}] took 1693.11 milliseconds (1.69311 seconds) DTR = 1197.79 KBPS (1.16972 MBPS)
    04/17/13 17:32:37:909 | [INFO] |  | OOBE | DE |  |  |  | 5636 | User specified overrideFile:
    04/17/13 17:32:38:174 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Successfully updated the csu inventory for AIR for Apple iOS support (FB) 3.1.0.0 {A2620D13-EC37-423D-9BAB-91B9DD8E0D36} return values 0:0
    04/17/13 17:32:38:174 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for post-install for payload AIR for Apple iOS support (FB) 3.1.0.0 {A2620D13-EC37-423D-9BAB-91B9DD8E0D36}
    04/17/13 17:32:39:110 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Calling the custom action code for pre-install for payload Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F}
    04/17/13 17:32:39:111 | [INFO] |  | OOBE | DE |  |  |  | 5636 | ::START TIMER:: [Pre payload :{EB510B48-ACF6-43A0-8214-3DA0D6D0936F}]
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | In PrePayloadInstallProc
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | hook checkDirs passed str:
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | C:\Program Files\Adobe
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Checking with system codepage
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | hook checkDirs passed str:
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | C:\Users\Hello Glenn!\AppData\Roaming
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | detected bad character
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | CHRC_NULL_POINTER_VALUE
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Custom action return code: 1
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | :: END TIMER :: [Pre payload :{EB510B48-ACF6-43A0-8214-3DA0D6D0936F}] took 1.77264 milliseconds (0.00177264 seconds)
    04/17/13 17:32:39:112 | [ERROR] |  | OOBE | DE |  |  |  | 5636 | DW030: Custom Action for payload Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F} returned error. Failing this payload.
    04/17/13 17:32:39:113 | [INFO] |  | OOBE | DE |  |  |  | 5636 | No operation.  We're done:
    04/17/13 17:32:39:114 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Updating driver data - Action: Remove driver entry
    04/17/13 17:32:39:119 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Updating driver data successful. Driver entry was added. ARP estimated size 28883KB
    04/17/13 17:32:41:381 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Successfully installed 3 components:
    04/17/13 17:32:41:381 | [INFO] |  | OOBE | DE |  |  |  | 5636 |  - Suite Shared Configuration CS7
    04/17/13 17:32:41:381 | [INFO] |  | OOBE | DE |  |  |  | 5636 |  - Adobe Flash Builder
    04/17/13 17:32:41:381 | [INFO] |  | OOBE | DE |  |  |  | 5636 |  - AIR for Apple iOS support (FB)
    04/17/13 17:32:41:381 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Successfully repaired 3 components:
    04/17/13 17:32:41:381 | [INFO] |  | OOBE | DE |  |  |  | 5636 |  - AdobeCMaps x64 CS6
    04/17/13 17:32:41:382 | [INFO] |  | OOBE | DE |  |  |  | 5636 |  - Microsoft Visual C++ 2010 Redistributable Package (x86)
    04/17/13 17:32:41:382 | [INFO] |  | OOBE | DE |  |  |  | 5636 |  - AdobeTypeSupport x64 CS6
    04/17/13 17:32:41:382 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Total components removed: 0
    04/17/13 17:32:41:382 | [WARN] |  | OOBE | DE |  |  |  | 5636 | DW050: The following payload errors were found during install:
    04/17/13 17:32:41:382 | [WARN] |  | OOBE | DE |  |  |  | 5636 | DW050:  - Adobe Flash Builder 4.7: Install failed
    04/17/13 17:32:41:383 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Call PostSession Custom Hook
    04/17/13 17:32:41:391 | [INFO] |  | OOBE | DE |  |  |  | 5636 | :: END TIMER :: [Total Timer] took 118059 milliseconds (118.059 seconds) DTR = 90.0226 KBPS (0.0879127 MBPS)
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 | -------------------------------------- Summary --------------------------------------
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 |  - 0 fatal error(s), 1 error(s)
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Win OS version: 6.0.2.0 64 bit Type: 1
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 |
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 | ----------- Payload: Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F} -----------
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 | ERROR: DW030: Custom Action for payload Adobe Flash Builder 4.7 4.7.0.0 {EB510B48-ACF6-43A0-8214-3DA0D6D0936F} returned error. Failing this payload.
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 |
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Please search the above error string(s) to find when the error occurred.
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 | These errors resulted in installer Exit Code mentioned below.
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 | -------------------------------------------------------------------------------------
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 |
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Exit Code: 6 - Silent workflow completed with errors.
    04/17/13 17:32:42:402 | [INFO] |  | OOBE | DE |  |  |  | 5636 | Please see specific errors for troubleshooting. For example, ERROR: DW030 ...
    04/17/13 17:32:42:406 | [INFO] |  | OOBE | DE |  |  |  | 5636 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*
    04/17/13 17:32:42:407 | [INFO] |  | OOBE | DE |  |  |  | 5636 | END - Installer Session
    04/17/13 17:32:42:407 | [INFO] |  | OOBE | DE |  |  |  | 5636 | *=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*=*

    Well, it helps to not use ridiculous folder/ user names:
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | C:\Users\Hello Glenn!\AppData\Roaming
    04/17/13 17:32:39:112 | [INFO] |  | OOBE | DE |  |  |  | 5636 | detected bad character
    Lose the exclamation mark...
    Mylenium

  • While deploying to another server from RM client using build definition i got below error "Package location does not exist or deployer user does not have access"

    We have installed RM client in the POC  server .
    Installed Deployment Agent in Dev server .
    We created Configuration stages  for POC->Dev.
    We created a template with x copy deployer  and  selected source as build definition.
    While releasing we faced following issue ,
    The release was success in POC (Where RM client is installed), but in  DEV environment (Which is different server)it got rejected because of  the error
    "Package location(Path)  does not exist or deployer user does not have access"

    Hi Dhamayandhi
    There is quite a bit to do to get RM working successfully. I have a soup-to-nuts guide on implementing continuous delivery with TFS and RM
    here.
    Cheers - Graham
    Blog:
    http://pleasereleaseme.net   LinkedIn:

  • SharePoint 2010 & SQL Server Report Builder 3.0 - HTTP 404 Error

    Hi all,
    Apologies if this post is not in the correct forum. 
    I have recently upgraded my SQL installation on my SharePoint server from Express 2008 R2 to Standard 2008 R2 so I could set up Reporting Services Integration in CA.  Followed instructions I found on web and all appeared to be good.
    Installed Report Builder on my PC and set up a data source to a List I have on one of my site collections - "Test Connection" works fine.  If I then try to create a Dataset using Query Designer, I get the error below -
    "An error occurred when accessing the specified SharePoint list.  The connection string might not be valid.  Verify that the connection string is correct - The request failed with HTTP status 404: Not Found. (System.Web.Services)". 
    I can't even get to a point where I can see any fields from my list.
    I am happy to provide any further information to try and clarify my problem.  Any help would be most appreciated!

    Just an update.  I resolved my issue.  The problem appeared to that when creating the Data Source, I had been adding the URL of the actual list (eg. http://servername/sitename/listname) as the connection string where in fact I should have just
    added the server name and site - eg. http://servername/sitename.
    Hopefully this may help somebody else :-)

Maybe you are looking for

  • Help: Font size smaller when it's a link

    This has been something that's been driving me crazy for over a year and I can't seem to figure it out. After a couple of hours searching online, I thought I'd see if anyone here would be willing to help. I seem to have no problem changing fonts and

  • Net Off against AP and AR sub ledgers.

    we have balance in customer 12620.15 Dr and vendor 14,988.09 Cr. we wanted to knock off it is possible to club the AR and AP?  How to net off against AP and AR sub ledger ac.

  • 20" and 15" apple displays on 1-G4

    I want to run two monitors off my G4 MDD. I have a 20" ACD connected to the Machine and I have a 15" Apple Studio Display going to a DVI converter and then to my other monitor port on my G4. Ideally I want to mirror the 20" display for my clients to

  • Officejet Pro 8500A plus.Continue to get "replace cartridge" message, altho I installed 2 new

    I have twice replaced the M Magenta cartridge; yes, I used HP cartridges.  I continue to get  the replace....cannot print error message.  Each time, it would print one page (color or b&w print) and then message appears again.  My printer is 3.5 years

  • Broken hinge on a Macbook Air - how to fix it?

    Hi, I have a Macbook Air which has worked perfectly all this time, but a few days back one of the hinges broke. The system still works fine, but opening the lid seems to strain the body structure. Upon opening the bottom cover, I noticed that a wire