UCCX : languages configuration error

I have problem during UCCX post installation.
it gives me  CAD language update error
please see the attachment file 

Hi Marlo,
I think you have clicked on update multiple times . You can re-initiate the setup and it will update the language .
Regards
Ravi

Similar Messages

  • UCCX 7.0 Install Configuration Error

    I have a UCCX 7.0 installation that I have patched to 7.0(1) sr5 per a previous post.  The layout is thus:
    CMBE 7.1(3) with LDAP integration
    UCCX 7.0(1)sr5
    I have created the following users in Active Directory:
    AXLAdmin
    jtapiUser
    rmcmUser
    When performing the integration portion in AppAdmin, I add the CTI and rmcm Servers and propogate with the jtapiUser and rmcmUser accounts respectively, however, this seems to be failing and I'm not sure where.  I believe it to be due to the LDAP integration since, IIRC, the jtapi user is created by UCCX but since CMBE is LDAP, this negates adding users (like I said, I don't recall if the jtapi user is created by UCCX).
    Nonetheless, I have created the accounts in LDAP and they show up in CallManager.
    The error I am receiving is:
    User Configuration
         Configuration - Error
    Error occurred while performing the operation. Please contact your System Administrator. You may refer to Application Administration logs for more details
    Additionally, the logs are showing all sorts of things:
    MADM: LIB_AXL-3-EXCEPTION in <bunches of places>
    MADM-ADM_CFG-7-UNK:CallManagerConfigServlet.writeRmcmConfig - Error in writing JTAPI Config data.
    As I mentioned, I read a post that stated patching the box fixes this, however, that did not appear to resolve things.
    Suggestions?

    The three accounts you mentioned there are Application Users, not End Users. As such they will not exist in Active Directory. The CCX installation documentation will instruct you to create the AXL account with Super User rights. CCX will then create the second two accounts for you.
    Installation Guide for Cisco Unified CCX and Cisco Unified IP IVR, Release 7.0(1)

  • [SOLVED] configure: error: cannot run C compiled programs

    I'm trying to build lib32-libxkbcommon 0.5.0-1 from AUR with makepkg. I already tried installing pacman (setting the default makepkg.conf) and multilib-devel with no luck.
    makepkg messages:
    ==> Making package: lib32-libxkbcommon 0.5.0-1 (Mon May 11 00:17:05 EEST 2015)
    ==> Checking runtime dependencies...
    ==> Checking buildtime dependencies...
    ==> Retrieving sources...
    -> Found libxkbcommon-0.5.0.tar.xz
    ==> Validating source files with sha256sums...
    libxkbcommon-0.5.0.tar.xz ... Passed
    ==> Extracting sources...
    -> Extracting libxkbcommon-0.5.0.tar.xz with bsdtar
    bsdtar: Failed to set default locale
    ==> Starting prepare()...
    ==> Removing existing $pkgdir/ directory...
    ==> Starting build()...
    checking for a BSD-compatible install... /usr/bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /usr/bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... yes
    checking whether make supports nested variables... yes
    checking whether to enable maintainer-specific portions of Makefiles... yes
    checking for style of include used by make... GNU
    checking for gcc... gcc -m32
    checking whether the C compiler works... yes
    checking for C compiler default output file name... a.out
    checking for suffix of executables...
    checking whether we are cross compiling... configure: error: in `/mnt/tmp/yaourt-tmp-tsester/aur-lib32-libxkbcommon/src/libxkbcommon-0.5.0':
    configure: error: cannot run C compiled programs.
    If you meant to cross compile, use `--host'.
    See `config.log' for more details
    ==> ERROR: A failure occurred in build().
    Aborting...
    makepkg.conf:
    # /etc/makepkg.conf
    # SOURCE ACQUISITION
    #-- The download utilities that makepkg should use to acquire sources
    # Format: 'protocol::agent'
    DLAGENTS=('ftp::/usr/bin/curl -fC - --ftp-pasv --retry 3 --retry-delay 3 -o %o %u'
    'http::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u'
    'https::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u'
    'rsync::/usr/bin/rsync --no-motd -z %u %o'
    'scp::/usr/bin/scp -C %u %o')
    # Other common tools:
    # /usr/bin/snarf
    # /usr/bin/lftpget -c
    # /usr/bin/wget
    #-- The package required by makepkg to download VCS sources
    # Format: 'protocol::package'
    VCSCLIENTS=('bzr::bzr'
    'git::git'
    'hg::mercurial'
    'svn::subversion')
    # ARCHITECTURE, COMPILE FLAGS
    CARCH="x86_64"
    CHOST="x86_64-unknown-linux-gnu"
    #-- Compiler and Linker Flags
    # -march (or -mcpu) builds exclusively for an architecture
    # -mtune optimizes for an architecture, but builds for whole processor family
    CPPFLAGS="-D_FORTIFY_SOURCE=2"
    CFLAGS="-march=core2 -m64 -mfpmath=sse -O2 -fomit-frame-pointer -pipe -fstack-protector --param=ssp-buffer-size=4"
    CXXFLAGS="${CFLAGS}"
    LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro"
    #-- Make Flags: change this for DistCC/SMP systems
    MAKEFLAGS="-j5"
    #-- Debugging flags
    DEBUG_CFLAGS="-g -fvar-tracking-assignments"
    DEBUG_CXXFLAGS="-g -fvar-tracking-assignments"
    # BUILD ENVIRONMENT
    # Defaults: BUILDENV=(!distcc color !ccache check !sign)
    # A negated environment option will do the opposite of the comments below.
    #-- distcc: Use the Distributed C/C++/ObjC compiler
    #-- color: Colorize output messages
    #-- ccache: Use ccache to cache compilation
    #-- check: Run the check() function if present in the PKGBUILD
    #-- sign: Generate PGP signature file
    BUILDENV=(!distcc color !ccache check !sign)
    #-- If using DistCC, your MAKEFLAGS will also need modification. In addition,
    #-- specify a space-delimited list of hosts running in the DistCC cluster.
    #DISTCC_HOSTS=""
    #-- Specify a directory for package building.
    #BUILDDIR=/tmp/makepkg
    # GLOBAL PACKAGE OPTIONS
    # These are default values for the options=() settings
    # Default: OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !upx !debug)
    # A negated option will do the opposite of the comments below.
    #-- strip: Strip symbols from binaries/libraries
    #-- docs: Save doc directories specified by DOC_DIRS
    #-- libtool: Leave libtool (.la) files in packages
    #-- staticlibs: Leave static library (.a) files in packages
    #-- emptydirs: Leave empty directories in packages
    #-- zipman: Compress manual (man and info) pages in MAN_DIRS with gzip
    #-- purge: Remove files specified by PURGE_TARGETS
    #-- upx: Compress binary executable files using UPX
    #-- debug: Add debugging flags as specified in DEBUG_* variables
    OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !upx !debug)
    #-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512
    INTEGRITY_CHECK=(md5)
    #-- Options to be used when stripping binaries. See `man strip' for details.
    STRIP_BINARIES="--strip-all"
    #-- Options to be used when stripping shared libraries. See `man strip' for details.
    STRIP_SHARED="--strip-unneeded"
    #-- Options to be used when stripping static libraries. See `man strip' for details.
    STRIP_STATIC="--strip-debug"
    #-- Manual (man and info) directories to compress (if zipman is specified)
    MAN_DIRS=({usr{,/local}{,/share},opt/*}/{man,info})
    #-- Doc directories to remove (if !docs is specified)
    DOC_DIRS=(usr/{,local/}{,share/}{doc,gtk-doc} opt/*/{doc,gtk-doc})
    #-- Files to be removed from all packages (if purge is specified)
    PURGE_TARGETS=(usr/{,share}/info/dir .packlist *.pod)
    # PACKAGE OUTPUT
    # Default: put built package and cached source in build directory
    #-- Destination: specify a fixed directory where all packages will be placed
    #PKGDEST=/home/packages
    #-- Source cache: specify a fixed directory where source files will be cached
    #SRCDEST=/home/sources
    #-- Source packages: specify a fixed directory where all src packages will be placed
    #SRCPKGDEST=/home/srcpackages
    #-- Log files: specify a fixed directory where all log files will be placed
    #LOGDEST=/home/makepkglogs
    #-- Packager: name/email of the person or organization building packages
    #PACKAGER="John Doe <[email protected]>"
    #-- Specify a key to use for package signing
    #GPGKEY=""
    # COMPRESSION DEFAULTS
    COMPRESSGZ=(gzip -c -f -n)
    COMPRESSBZ2=(bzip2 -c -f)
    COMPRESSXZ=(xz -c -z -)
    COMPRESSLRZ=(lrzip -q)
    COMPRESSLZO=(lzop -q)
    COMPRESSZ=(compress -c -f)
    # EXTENSION DEFAULTS
    # WARNING: Do NOT modify these variables unless you know what you are
    # doing.
    PKGEXT='.pkg.tar.xz'
    SRCEXT='.src.tar.gz'
    # vim: set ft=sh ts=2 sw=2 et:
    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 libxkbcommon configure 0.5.0, which was
    generated by GNU Autoconf 2.69. Invocation command line was
    $ ./configure --prefix=/usr --libdir=/usr/lib32 --disable-docs --disable-static
    ## Platform. ##
    hostname = Arch
    uname -m = x86_64
    uname -r = 4.0.1-1-ARCH
    uname -s = Linux
    uname -v = #1 SMP PREEMPT Wed Apr 29 12:00:26 CEST 2015
    /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: /usr/local/sbin
    PATH: /usr/local/bin
    PATH: /usr/bin
    PATH: /usr/lib/jvm/default/bin
    PATH: /usr/bin/site_perl
    PATH: /usr/bin/vendor_perl
    PATH: /usr/bin/core_perl
    ## Core tests. ##
    configure:2424: checking for a BSD-compatible install
    configure:2492: result: /usr/bin/install -c
    configure:2503: checking whether build environment is sane
    configure:2558: result: yes
    configure:2709: checking for a thread-safe mkdir -p
    configure:2748: result: /usr/bin/mkdir -p
    configure:2755: checking for gawk
    configure:2771: found /usr/bin/gawk
    configure:2782: result: gawk
    configure:2793: checking whether make sets $(MAKE)
    configure:2815: result: yes
    configure:2844: checking whether make supports nested variables
    configure:2861: result: yes
    configure:2987: checking whether to enable maintainer-specific portions of Makefiles
    configure:2996: result: yes
    configure:3023: checking for style of include used by make
    configure:3051: result: GNU
    configure:3122: checking for gcc
    configure:3149: result: gcc -m32
    configure:3378: checking for C compiler version
    configure:3387: gcc -m32 --version >&5
    gcc (GCC) 5.1.0
    Copyright (C) 2015 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions. There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    configure:3398: $? = 0
    configure:3387: gcc -m32 -v >&5
    Using built-in specs.
    COLLECT_GCC=gcc
    COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/5.1.0/lto-wrapper
    Target: x86_64-unknown-linux-gnu
    Configured with: /build/gcc-multilib/src/gcc-5-20150505/configure --prefix=/usr --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info --with-bugurl=https://bugs.archlinux.org/ --enable-languages=c,c++,ada,fortran,go,lto,objc,obj-c++ --enable-shared --enable-threads=posix --enable-libmpx --with-system-zlib --with-isl --enable-__cxa_atexit --disable-libunwind-exceptions --enable-clocale=gnu --disable-libstdcxx-pch --disable-libssp --enable-gnu-unique-object --enable-linker-build-id --enable-lto --enable-plugin --enable-install-libiberty --with-linker-hash-style=gnu --enable-gnu-indirect-function --enable-multilib --disable-werror --enable-checking=release --with-default-libstdcxx-abi=c++98
    Thread model: posix
    gcc version 5.1.0 (GCC)
    configure:3398: $? = 0
    configure:3387: gcc -m32 -V >&5
    gcc: error: unrecognized command line option '-V'
    gcc: fatal error: no input files
    compilation terminated.
    configure:3398: $? = 1
    configure:3387: gcc -m32 -qversion >&5
    gcc: error: unrecognized command line option '-qversion'
    gcc: fatal error: no input files
    compilation terminated.
    configure:3398: $? = 1
    configure:3418: checking whether the C compiler works
    configure:3440: gcc -m32 -march=core2 -m64 -mfpmath=sse -O2 -fomit-frame-pointer -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
    configure:3444: $? = 0
    configure:3492: result: yes
    configure:3495: checking for C compiler default output file name
    configure:3497: result: a.out
    configure:3503: checking for suffix of executables
    configure:3510: gcc -m32 -o conftest -march=core2 -m64 -mfpmath=sse -O2 -fomit-frame-pointer -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
    configure:3514: $? = 0
    configure:3536: result:
    configure:3558: checking whether we are cross compiling
    configure:3566: gcc -m32 -o conftest -march=core2 -m64 -mfpmath=sse -O2 -fomit-frame-pointer -pipe -fstack-protector --param=ssp-buffer-size=4 -D_FORTIFY_SOURCE=2 -Wl,-O1,--sort-common,--as-needed,-z,relro conftest.c >&5
    In file included from /usr/include/stdio.h:27:0,
    from conftest.c:11:
    /usr/include/features.h:365:25: fatal error: sys/cdefs.h: No such file or directory
    compilation terminated.
    configure:3570: $? = 1
    configure:3577: ./conftest
    ./configure: line 3579: ./conftest: No such file or directory
    configure:3581: $? = 127
    configure:3588: error: in `/mnt/tmp/yaourt-tmp-tsester/aur-lib32-libxkbcommon/src/libxkbcommon-0.5.0':
    configure:3590: error: cannot run C compiled programs.
    If you meant to cross compile, use `--host'.
    See `config.log' for more details
    ## Cache variables. ##
    ac_cv_env_CC_set=set
    ac_cv_env_CC_value='gcc -m32'
    ac_cv_env_CFLAGS_set=set
    ac_cv_env_CFLAGS_value='-march=core2 -m64 -mfpmath=sse -O2 -fomit-frame-pointer -pipe -fstack-protector --param=ssp-buffer-size=4'
    ac_cv_env_CPPFLAGS_set=set
    ac_cv_env_CPPFLAGS_value=-D_FORTIFY_SOURCE=2
    ac_cv_env_CPP_set=
    ac_cv_env_CPP_value=
    ac_cv_env_DOT_set=
    ac_cv_env_DOT_value=
    ac_cv_env_DOXYGEN_set=
    ac_cv_env_DOXYGEN_value=
    ac_cv_env_LDFLAGS_set=set
    ac_cv_env_LDFLAGS_value=-Wl,-O1,--sort-common,--as-needed,-z,relro
    ac_cv_env_LIBS_set=
    ac_cv_env_LIBS_value=
    ac_cv_env_PKG_CONFIG_LIBDIR_set=
    ac_cv_env_PKG_CONFIG_LIBDIR_value=
    ac_cv_env_PKG_CONFIG_PATH_set=set
    ac_cv_env_PKG_CONFIG_PATH_value=/usr/lib32/pkgconfig
    ac_cv_env_PKG_CONFIG_set=
    ac_cv_env_PKG_CONFIG_value=
    ac_cv_env_XCB_XKB_CFLAGS_set=
    ac_cv_env_XCB_XKB_CFLAGS_value=
    ac_cv_env_XCB_XKB_LIBS_set=
    ac_cv_env_XCB_XKB_LIBS_value=
    ac_cv_env_XORG_MALLOC_DEBUG_ENV_set=
    ac_cv_env_XORG_MALLOC_DEBUG_ENV_value=
    ac_cv_env_YACC_set=
    ac_cv_env_YACC_value=
    ac_cv_env_YFLAGS_set=
    ac_cv_env_YFLAGS_value=
    ac_cv_env_build_alias_set=
    ac_cv_env_build_alias_value=
    ac_cv_env_host_alias_set=
    ac_cv_env_host_alias_value=
    ac_cv_env_target_alias_set=
    ac_cv_env_target_alias_value=
    ac_cv_path_install='/usr/bin/install -c'
    ac_cv_path_mkdir=/usr/bin/mkdir
    ac_cv_prog_AWK=gawk
    ac_cv_prog_ac_ct_CC='gcc -m32'
    ac_cv_prog_make_make_set=yes
    am_cv_make_support_nested_variables=yes
    ## Output variables. ##
    ACLOCAL='${SHELL} /mnt/tmp/yaourt-tmp-tsester/aur-lib32-libxkbcommon/src/libxkbcommon-0.5.0/build-aux/missing aclocal-1.14'
    ADMIN_MAN_DIR=''
    ADMIN_MAN_SUFFIX=''
    AMDEPBACKSLASH='\'
    AMDEP_FALSE='#'
    AMDEP_TRUE=''
    AMTAR='$${TAR-tar}'
    AM_BACKSLASH='\'
    AM_DEFAULT_V='$(AM_DEFAULT_VERBOSITY)'
    AM_DEFAULT_VERBOSITY='1'
    AM_V='$(V)'
    APP_MAN_DIR=''
    APP_MAN_SUFFIX=''
    AR=''
    AUTOCONF='${SHELL} /mnt/tmp/yaourt-tmp-tsester/aur-lib32-libxkbcommon/src/libxkbcommon-0.5.0/build-aux/missing autoconf'
    AUTOHEADER='${SHELL} /mnt/tmp/yaourt-tmp-tsester/aur-lib32-libxkbcommon/src/libxkbcommon-0.5.0/build-aux/missing autoheader'
    AUTOMAKE='${SHELL} /mnt/tmp/yaourt-tmp-tsester/aur-lib32-libxkbcommon/src/libxkbcommon-0.5.0/build-aux/missing automake-1.14'
    AWK='gawk'
    BASE_CFLAGS=''
    BUILD_LINUX_TESTS_FALSE=''
    BUILD_LINUX_TESTS_TRUE=''
    CC='gcc -m32'
    CCDEPMODE=''
    CFLAGS='-march=core2 -m64 -mfpmath=sse -O2 -fomit-frame-pointer -pipe -fstack-protector --param=ssp-buffer-size=4'
    CHANGELOG_CMD=''
    CPP=''
    CPPFLAGS='-D_FORTIFY_SOURCE=2'
    CWARNFLAGS=''
    CYGPATH_W='echo'
    DEFS=''
    DEPDIR='.deps'
    DLLTOOL=''
    DOT=''
    DOXYGEN=''
    DRIVER_MAN_DIR=''
    DRIVER_MAN_SUFFIX=''
    DSYMUTIL=''
    DUMPBIN=''
    ECHO_C=''
    ECHO_N='-n'
    ECHO_T=''
    EGREP=''
    ENABLE_DOCS_FALSE=''
    ENABLE_DOCS_TRUE=''
    ENABLE_X11_FALSE=''
    ENABLE_X11_TRUE=''
    EXEEXT=''
    FGREP=''
    FILE_MAN_DIR=''
    FILE_MAN_SUFFIX=''
    GREP=''
    HAVE_DOT=''
    HAVE_DOT_FALSE=''
    HAVE_DOT_TRUE=''
    HAVE_DOXYGEN_FALSE=''
    HAVE_DOXYGEN_TRUE=''
    HAVE_NO_UNDEFINED_FALSE=''
    HAVE_NO_UNDEFINED_TRUE=''
    INSTALL_CMD=''
    INSTALL_DATA='${INSTALL} -m 644'
    INSTALL_PROGRAM='${INSTALL}'
    INSTALL_SCRIPT='${INSTALL}'
    INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
    LD=''
    LDFLAGS='-Wl,-O1,--sort-common,--as-needed,-z,relro'
    LIBOBJS=''
    LIBS=''
    LIBTOOL=''
    LIB_MAN_DIR=''
    LIB_MAN_SUFFIX=''
    LIPO=''
    LN_S=''
    LTLIBOBJS=''
    MAINT=''
    MAINTAINER_MODE_FALSE='#'
    MAINTAINER_MODE_TRUE=''
    MAKEINFO='${SHELL} /mnt/tmp/yaourt-tmp-tsester/aur-lib32-libxkbcommon/src/libxkbcommon-0.5.0/build-aux/missing makeinfo'
    MANIFEST_TOOL=''
    MAN_SUBSTS=''
    MISC_MAN_DIR=''
    MISC_MAN_SUFFIX=''
    MKDIR_P='/usr/bin/mkdir -p'
    NM=''
    NMEDIT=''
    OBJDUMP=''
    OBJEXT=''
    OTOOL64=''
    OTOOL=''
    PACKAGE='libxkbcommon'
    PACKAGE_BUGREPORT='https://bugs.freedesktop.org/enter_bug.cgi?product=libxkbcommon'
    PACKAGE_NAME='libxkbcommon'
    PACKAGE_STRING='libxkbcommon 0.5.0'
    PACKAGE_TARNAME='libxkbcommon'
    PACKAGE_URL='http://xkbcommon.org'
    PACKAGE_VERSION='0.5.0'
    PATH_SEPARATOR=':'
    PKG_CONFIG=''
    PKG_CONFIG_LIBDIR=''
    PKG_CONFIG_PATH='/usr/lib32/pkgconfig'
    RANLIB=''
    RT_LIBS=''
    SED=''
    SET_MAKE=''
    SHELL='/bin/sh'
    STRICT_CFLAGS=''
    STRIP=''
    VERSION='0.5.0'
    XCB_XKB_CFLAGS=''
    XCB_XKB_LIBS=''
    XKBCONFIGROOT=''
    XLOCALEDIR=''
    XORG_MALLOC_DEBUG_ENV=''
    XORG_MAN_PAGE=''
    YACC=''
    YACC_INST=''
    YFLAGS=''
    ac_ct_AR=''
    ac_ct_CC='gcc -m32'
    ac_ct_DUMPBIN=''
    am__EXEEXT_FALSE=''
    am__EXEEXT_TRUE=''
    am__fastdepCC_FALSE=''
    am__fastdepCC_TRUE=''
    am__include='include'
    am__isrc=''
    am__leading_dot='.'
    am__nodep='_no'
    am__quote=''
    am__tar='$${TAR-tar} chof - "$$tardir"'
    am__untar='$${TAR-tar} xf -'
    bindir='${exec_prefix}/bin'
    build=''
    build_alias=''
    build_cpu=''
    build_os=''
    build_vendor=''
    datadir='${datarootdir}'
    datarootdir='${prefix}/share'
    docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
    dvidir='${docdir}'
    exec_prefix='NONE'
    host=''
    host_alias=''
    host_cpu=''
    host_os=''
    host_vendor=''
    htmldir='${docdir}'
    includedir='${prefix}/include'
    infodir='${datarootdir}/info'
    install_sh='${SHELL} /mnt/tmp/yaourt-tmp-tsester/aur-lib32-libxkbcommon/src/libxkbcommon-0.5.0/build-aux/install-sh'
    libdir='/usr/lib32'
    libexecdir='${exec_prefix}/libexec'
    localedir='${datarootdir}/locale'
    localstatedir='${prefix}/var'
    mandir='${datarootdir}/man'
    mkdir_p='$(MKDIR_P)'
    oldincludedir='/usr/include'
    pdfdir='${docdir}'
    prefix='/usr'
    program_transform_name='s,x,x,'
    psdir='${docdir}'
    sbindir='${exec_prefix}/sbin'
    sharedstatedir='${prefix}/com'
    sysconfdir='${prefix}/etc'
    target_alias=''
    ## confdefs.h. ##
    /* confdefs.h */
    #define PACKAGE_NAME "libxkbcommon"
    #define PACKAGE_TARNAME "libxkbcommon"
    #define PACKAGE_VERSION "0.5.0"
    #define PACKAGE_STRING "libxkbcommon 0.5.0"
    #define PACKAGE_BUGREPORT "[url]https://bugs.freedesktop.org/enter_bug.cgi?product=libxkbcommon[/url]"
    #define PACKAGE_URL "[url]http://xkbcommon.org[/url]"
    #define PACKAGE "libxkbcommon"
    #define VERSION "0.5.0"
    configure: exit 1
    other info:
    core/pacman 4.2.1-1
    multilib/gcc-multilib 4.9.2-4 (multilib-devel) [installed]
        The GNU Compiler Collection - C and C++ frontends for multilib
    multilib/lib32-fakeroot 1.20.2-1 (multilib-devel) [installed]
        Tool for simulating superuser privileges (32-bit)
    multilib/lib32-libltdl 2.4.5-1 (multilib-devel) [installed]
        A generic library support script (32-bit)
    Last edited by tsester (2015-05-10 22:10:28)

    tsester wrote:P.S.: I recently transfered the linux system between failing disks
    In that case you should probably check that no other packages are missing files with
    pacman -Qkk 2>&1 | grep "No such file or directory"
    Any packages that report that they're missing files, you should reinstall.

  • Configuration error description: The system cannot find the path specified

    Overall summary:
      Final result:                  SQL Server installation failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server, and then
    rerun SQL Server Setup.
      Exit code (Decimal):           -2068643839
      Exit facility code:            1203
      Exit error code:               1
      Exit message:                  SQL Server installation failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server, and then
    rerun SQL Server Setup.
      Start time:                    2012-10-26 00:24:37
      End time:                      2012-10-26 00:32:07
      Requested action:              Install
      Log with failure:              C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20121026_002259\Detail.txt
      Exception help link:           http%3a%2f%2fgo.microsoft.com%2ffwlink%3fLinkId%3d20476%26ProdName%3dMicrosoft%2bSQL%2bServer%26EvtSrc%3dsetup.rll%26EvtID%3d50000%26ProdVer%3d10.0.1600.22%26EvtType%3d0xF57C3D6F%400xFB92A9BB
    Machine Properties:
      Machine name:                  TEST-PC
      Machine processor count:       4
      OS version:                    Windows Vista
      OS service pack:               
      OS region:                     United States
      OS language:                   English (United States)
      OS architecture:               x64
      Process architecture:          64 Bit
      OS clustered:                  No
    Product features discovered:
      Product              Instance             Instance ID                   
    Feature                                  Language            
    Edition              Version         Clustered
      Sql Server 2008      SQL                  MSSQL10.SQL                   
    Database Engine Services                 1033                 Standard Edition    
    10.0.1600.22    No        
      Sql Server 2008      SQL                  MSSQL10.SQL                   
    SQL Server Replication                   1033                 Standard Edition    
    10.0.1600.22    No        
      Sql Server 2008      SQL                  MSSQL10.SQL                   
    Full-Text Search                         1033                
    Standard Edition     10.0.1600.22    No        
      Sql Server 2008      SQL                  MSAS10.SQL                    
    Analysis Services                        1033                
    Standard Edition     10.0.1600.22    No        
      Sql Server 2008      SQL                  MSRS10.SQL                    
    Reporting Services                       1033                                     
    10.0.1600.22    No        
      Sql Server 2008      TEST                 MSSQL10.TEST                  
    Database Engine Services                 1033                 Standard Edition    
    10.0.1600.22    No        
      Sql Server 2008      TEST                 MSSQL10.TEST                  
    SQL Server Replication                   1033                 Standard Edition    
    10.0.1600.22    No        
      Sql Server 2008      TEST                 MSSQL10.TEST                  
    Full-Text Search                         1033                
    Standard Edition     10.0.1600.22    No        
      Sql Server 2008      TEST                 MSAS10.TEST                   
    Analysis Services                        1033                
    Standard Edition     10.0.1600.22    No        
      Sql Server 2008      TEST                 MSRS10.TEST                   
    Reporting Services                       1033                                     
    10.0.1600.22    No        
      Sql Server 2008      SQLSERVER            MSSQL10.SQLSERVER              Database Engine Services                
    1033                 Enterprise Evaluation Edition 10.0.1600.22    No        
      Sql Server 2008      SQLSERVER            MSSQL10.SQLSERVER              SQL Server Replication                  
    1033                 Enterprise Evaluation Edition 10.0.1600.22    No        
      Sql Server 2008      SQLSERVER            MSSQL10.SQLSERVER              Full-Text Search                        
    1033                 Enterprise Evaluation Edition 10.0.1600.22    No        
      Sql Server 2008      SQLSERVER            MSAS10.SQLSERVER               Analysis Services                       
    1033                 Enterprise Evaluation Edition 10.0.1600.22    No        
      Sql Server 2008      SQLSERVER            MSRS10.SQLSERVER               Reporting Services                      
    1033                                      10.0.1600.22   
    No        
      Sql Server 2008      SQLEXPRESS           MSSQL10.SQLEXPRESS             Database Engine Services                
    1033                 Express Edition      10.1.2531.0     No        
      Sql Server 2008      SQLEXPRESS           MSSQL10.SQLEXPRESS             SQL Server Replication                  
    1033                 Express Edition      10.1.2531.0     No        
      Sql Server 2008      MSSQLSERVER          MSSQL10.MSSQLSERVER            Database Engine Services                
    1033                 Standard Edition     10.0.1600.22    No        
      Sql Server 2008      MSSQLSERVER          MSSQL10.MSSQLSERVER            SQL Server Replication                  
    1033                 Standard Edition     10.0.1600.22    No        
      Sql Server 2008                                                         
    Management Tools - Basic                 1033                 Enterprise Evaluation Edition 10.0.1600.22   
    No        
      Sql Server 2008                                                         
    Management Tools - Complete              1033                 Enterprise Evaluation Edition 10.0.1600.22   
    No        
      Sql Server 2008                                                         
    Client Tools Connectivity                1033                 Enterprise Evaluation Edition 10.0.1600.22   
    No        
      Sql Server 2008                                                         
    Client Tools Backwards Compatibility     1033                 Enterprise Evaluation Edition 10.0.1600.22    No      
      Sql Server 2008                                                         
    Client Tools SDK                         1033                
    Enterprise Evaluation Edition 10.0.1600.22    No        
      Sql Server 2008                                                         
    Integration Services                     1033                 Enterprise Evaluation
    Edition 10.0.1600.22    No        
    Package properties:
      Description:                   SQL Server Database Services 2008
      SQLProductFamilyCode:          {628F8F38-600E-493D-9946-F4178F20A8A9}
      ProductName:                   SQL2008
      Type:                          RTM
      Version:                       10
      SPLevel:                       0
      Installation location:         C:\instal_sw\SQL Server 2008\SQL Server 2008\x64\setup\
      Installation edition:          EVAL
    User Input Settings:
      ACTION:                        Install
      ADDCURRENTUSERASSQLADMIN:      False
      AGTSVCACCOUNT:                 NT AUTHORITY\SYSTEM
      AGTSVCPASSWORD:                *****
      AGTSVCSTARTUPTYPE:             Automatic
      ASBACKUPDIR:                   Backup
      ASCOLLATION:                   Latin1_General_CI_AS
      ASCONFIGDIR:                   Config
      ASDATADIR:                     Data
      ASDOMAINGROUP:                 <empty>
      ASLOGDIR:                      Log
      ASPROVIDERMSOLAP:              1
      ASSVCACCOUNT:                  <empty>
      ASSVCPASSWORD:                 *****
      ASSVCSTARTUPTYPE:              Automatic
      ASSYSADMINACCOUNTS:            <empty>
      ASTEMPDIR:                     Temp
      BROWSERSVCSTARTUPTYPE:         Disabled
      CONFIGURATIONFILE:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20121026_002259\ConfigurationFile.ini
      ENABLERANU:                    False
      ERRORREPORTING:                False
      FEATURES:                      SQLENGINE,REPLICATION,BOL,SNAC_SDK,OCS
      FILESTREAMLEVEL:               0
      FILESTREAMSHARENAME:           <empty>
      FTSVCACCOUNT:                  NT AUTHORITY\LOCAL SERVICE
      FTSVCPASSWORD:                 *****
      HELP:                          False
      INDICATEPROGRESS:              False
      INSTALLSHAREDDIR:              C:\Program Files\Microsoft SQL Server\
      INSTALLSHAREDWOWDIR:           C:\Program Files (x86)\Microsoft SQL Server\
      INSTALLSQLDATADIR:             <empty>
      INSTANCEDIR:                   C:\Program Files\Microsoft SQL Server\
      INSTANCEID:                    sqlserver2008
      INSTANCENAME:                  SQLSERVER2008
      ISSVCACCOUNT:                  NT AUTHORITY\NetworkService
      ISSVCPASSWORD:                 *****
      ISSVCSTARTUPTYPE:              Automatic
      MEDIASOURCE:                   C:\instal_sw\SQL Server 2008\SQL Server 2008\
      NPENABLED:                     0
      PID:                           *****
      QUIET:                         False
      QUIETSIMPLE:                   False
      RSINSTALLMODE:                 FilesOnlyMode
      RSSVCACCOUNT:                  <empty>
      RSSVCPASSWORD:                 *****
      RSSVCSTARTUPTYPE:              Automatic
      SAPWD:                         *****
      SECURITYMODE:                  SQL
      SQLBACKUPDIR:                  <empty>
      SQLCOLLATION:                  SQL_Latin1_General_CP1_CI_AS
      SQLSVCACCOUNT:                 NT AUTHORITY\SYSTEM
      SQLSVCPASSWORD:                *****
      SQLSVCSTARTUPTYPE:             Automatic
      SQLSYSADMINACCOUNTS:           Test-PC\Test
      SQLTEMPDBDIR:                  <empty>
      SQLTEMPDBLOGDIR:               <empty>
      SQLUSERDBDIR:                  <empty>
      SQLUSERDBLOGDIR:               <empty>
      SQMREPORTING:                  False
      TCPENABLED:                    0
      X86:                           False
      Configuration file:            C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20121026_002259\ConfigurationFile.ini
    Detailed results:
      Feature:                       Database Engine Services
      Status:                        Failed: see logs for details
      MSI status:                    Passed
      Configuration status:          Failed: see details below
      Configuration error code:      0xFB92A9BB
      Configuration error description: The system cannot find the path specified
      Configuration log:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20121026_002259\Detail.txt
      Feature:                       SQL Client Connectivity SDK
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       SQL Server Replication
      Status:                        Failed: see logs for details
      MSI status:                    Passed
      Configuration status:          Failed: see details below
      Configuration error code:      0xFB92A9BB
      Configuration error description: The system cannot find the path specified
      Configuration log:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20121026_002259\Detail.txt
      Feature:                       SQL Server Books Online
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       Microsoft Sync Framework
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
    Rules with failures:
    Global rules:
    Scenario specific rules:
    Rules report file:               C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20121026_002259\SystemConfigurationCheck_Report.htm

    Hi Maggie,
    Even i am facing the same problem while installing sql server 2008 R2 on windows server 2012 R2 
    The required error message is provided below:
    Overall summary:
      Final result:                  SQL Server installation failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server, and then rerun SQL Server Setup.
      Exit code (Decimal):           -2068643839
      Exit facility code:            1203
      Exit error code:               1
      Exit message:                  SQL Server installation failed. To continue, investigate the reason for the failure, correct the problem, uninstall SQL Server, and then rerun SQL Server Setup.
      Start time:                    2014-11-24 06:23:13
      End time:                      2014-11-24 06:47:19
      Requested action:              Install
      Log with failure:              C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20141124_061929\Detail.txt
      Exception help link:           http%3a%2f%2fgo.microsoft.com%2ffwlink%3fLinkId%3d20476%26ProdName%3dMicrosoft%2bSQL%2bServer%26EvtSrc%3dsetup.rll%26EvtID%3d50000%26ProdVer%3d10.0.1600.22%26EvtType%3d0xCEC86A55%400xFB92A9BB
    Machine Properties:
      Machine name:                  M2MBUILDTEST01
      Machine processor count:       2
      OS version:                    Windows Server 2008
      OS service pack:               
      OS region:                     United States
      OS language:                   English (United States)
      OS architecture:               x64
      Process architecture:          64 Bit
      OS clustered:                  No
    Product features discovered:
      Product              Instance             Instance ID                    Feature                
                     Language             Edition              Version         Clustered 
    Package properties:
      Description:                   SQL Server Database Services 2008
      SQLProductFamilyCode:          {628F8F38-600E-493D-9946-F4178F20A8A9}
      ProductName:                   SQL2008
      Type:                          RTM
      Version:                       10
      SPLevel:                       0
      Installation location:         C:\SQL Server 2008\Developer RTM\x64\setup\
      Installation edition:          DEVELOPER
    User Input Settings:
      ACTION:                        Install
      ADDCURRENTUSERASSQLADMIN:      False
      AGTSVCACCOUNT:                 swg\gverma
      AGTSVCPASSWORD:                *****
      AGTSVCSTARTUPTYPE:             Manual
      ASBACKUPDIR:                   C:\Program Files\Microsoft SQL Server\MSAS10.MSSQLSERVER\OLAP\Backup
      ASCOLLATION:                   Latin1_General_CI_AS
      ASCONFIGDIR:                   C:\Program Files\Microsoft SQL Server\MSAS10.MSSQLSERVER\OLAP\Config
      ASDATADIR:                     C:\Program Files\Microsoft SQL Server\MSAS10.MSSQLSERVER\OLAP\Data
      ASDOMAINGROUP:                 <empty>
      ASLOGDIR:                      C:\Program Files\Microsoft SQL Server\MSAS10.MSSQLSERVER\OLAP\Log
      ASPROVIDERMSOLAP:              1
      ASSVCACCOUNT:                  swg\gverma
      ASSVCPASSWORD:                 *****
      ASSVCSTARTUPTYPE:              Automatic
      ASSYSADMINACCOUNTS:            SWG\gverma
      ASTEMPDIR:                     C:\Program Files\Microsoft SQL Server\MSAS10.MSSQLSERVER\OLAP\Temp
      BROWSERSVCSTARTUPTYPE:         Disabled
      CONFIGURATIONFILE:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20141124_061929\ConfigurationFile.ini
      ENABLERANU:                    False
      ERRORREPORTING:                False
      FEATURES:                      SQLENGINE,REPLICATION,FULLTEXT,AS,RS,BIDS,CONN,IS,BC,SDK,BOL,SSMS,ADV_SSMS,SNAC_SDK,OCS
      FILESTREAMLEVEL:               0
      FILESTREAMSHARENAME:           <empty>
      FTSVCACCOUNT:                  NT AUTHORITY\LOCAL SERVICE
      FTSVCPASSWORD:                 *****
      HELP:                          False
      INDICATEPROGRESS:              False
      INSTALLSHAREDDIR:              C:\Program Files\Microsoft SQL Server\
      INSTALLSHAREDWOWDIR:           C:\Program Files (x86)\Microsoft SQL Server\
      INSTALLSQLDATADIR:             <empty>
      INSTANCEDIR:                   C:\Program Files\Microsoft SQL Server\
      INSTANCEID:                    MSSQLSERVER
      INSTANCENAME:                  MSSQLSERVER
      ISSVCACCOUNT:                  NT AUTHORITY\NetworkService
      ISSVCPASSWORD:                 *****
      ISSVCSTARTUPTYPE:              Automatic
      MEDIASOURCE:                   C:\SQL Server 2008\Developer RTM\
      NPENABLED:                     0
      PID:                           *****
      QUIET:                         False
      QUIETSIMPLE:                   False
      RSINSTALLMODE:                 FilesOnlyMode
      RSSVCACCOUNT:                  SWG\gverma
      RSSVCPASSWORD:                 *****
      RSSVCSTARTUPTYPE:              Automatic
      SAPWD:                         *****
      SECURITYMODE:                  SQL
      SQLBACKUPDIR:                  <empty>
      SQLCOLLATION:                  SQL_Latin1_General_CP1_CI_AS
      SQLSVCACCOUNT:                 swg\gverma
      SQLSVCPASSWORD:                *****
      SQLSVCSTARTUPTYPE:             Automatic
      SQLSYSADMINACCOUNTS:           SWG\gverma
      SQLTEMPDBDIR:                  <empty>
      SQLTEMPDBLOGDIR:               <empty>
      SQLUSERDBDIR:                  <empty>
      SQLUSERDBLOGDIR:               <empty>
      SQMREPORTING:                  False
      TCPENABLED:                    0
      X86:                           False
      Configuration file:            C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20141124_061929\ConfigurationFile.ini
    Detailed results:
      Feature:                       Database Engine Services
      Status:                        Failed: see logs for details
      MSI status:                    Passed
      Configuration status:          Failed: see details below
      Configuration error code:      0xFB92A9BB
      Configuration error description: The system cannot find the file specified
      Configuration log:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20141124_061929\Detail.txt
      Feature:                       SQL Client Connectivity SDK
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       SQL Server Replication
      Status:                        Failed: see logs for details
      MSI status:                    Passed
      Configuration status:          Failed: see details below
      Configuration error code:      0xFB92A9BB
      Configuration error description: The system cannot find the file specified
      Configuration log:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20141124_061929\Detail.txt
      Feature:                       Full-Text Search
      Status:                        Failed: see logs for details
      MSI status:                    Passed
      Configuration status:          Failed: see details below
      Configuration error code:      0xFB92A9BB
      Configuration error description: The system cannot find the file specified
      Configuration log:             C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20141124_061929\Detail.txt
      Feature:                       Analysis Services
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       Reporting Services
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       Integration Services
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       Client Tools Connectivity
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       Management Tools - Complete
      Status:                        Failed: see logs for details
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       Management Tools - Basic
      Status:                        Failed: see logs for details
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       Client Tools SDK
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       Client Tools Backwards Compatibility
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       Business Intelligence Development Studio
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       SQL Server Books Online
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
      Feature:                       Microsoft Sync Framework
      Status:                        Passed
      MSI status:                    Passed
      Configuration status:          Passed
    Rules with failures:
    Global rules:
    Scenario specific rules:
    Rules report file:               C:\Program Files\Microsoft SQL Server\100\Setup Bootstrap\Log\20141124_061929\SystemConfigurationCheck_Report.htm

  • Configuration error 5 on After Effects CC

    Hi, since two weeks I am struggling with the Configuration Error 5 at startup of After Effects CC. I tried to uninstall, reinstall, used CC Cleaner Tool, tried to install from a different user and so on. Nothing helps. I need advice.
    I am on an iMac with i7 and Nvidia 780M with 4 GB VRam. OSX 10.9.3

    Hi Jeff, here comes the PDApp.log:
    05/27/14 11:48:48:078 | [INFO] |  | ASU | OPM | OPM |  |  | 2385 | Build Version - 8.0.0.19
    05/27/14 11:48:48:078 | [INFO] |  | ASU | OPM | OPM |  |  | 2385 | Logging Level verbosity Set  to 4
    05/27/14 11:48:48:141 | [INFO] |  | ASU | OPM | OPM |  |  | 2385 | Schema version and schema compatibility version are same or greater than current
    05/27/14 11:48:48:143 | [INFO] |  | ASU | OPM | OPM |  |  | 2385 | Successfully opened opm session, db location:/Users/eckartarns/Library/Application Support/Adobe/OOBE/opm.db in opm_createLibRef
    05/27/14 11:50:15:062 | [INFO] |  | ASU | PDApp | PDApp |  |  | 8395 | Build Version - 8.0.0.72
    05/27/14 11:50:15:062 | [INFO] |  | ASU | PDApp | PDApp |  |  | 8395 | Logging Level verbosity Set  to 4
    05/27/14 11:50:15:062 | [INFO] |  | ASU | PDApp | PDApp |  |  | 8395 | Application initialization start, Looking for command line arguments
    05/27/14 11:50:15:062 | [INFO] |  | ASU | PDApp | PDApp.CommandLineParser |  |  | 8395 | Parsing the command line provided. Number of command line arguments is 6
    05/27/14 11:50:15:063 | [INFO] |  | ASU | PDApp | PDApp |  |  | 8395 | Detecting Applet Database file...
    05/27/14 11:50:15:063 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 8395 | AppletManager initialize...
    05/27/14 11:50:15:063 | [INFO] |  | ASU | PDApp | PDApp |  |  | 8395 | Fetching Applet registeration information...
    05/27/14 11:50:15:063 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 8395 | Applet database path - /Library/Application Support/Adobe/OOBE/PDApp/
    05/27/14 11:50:15:063 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 8395 | PIM library path - /Library/Application Support/Adobe/OOBE/PDApp/core/AdobePIM.dylib
    05/27/14 11:50:15:063 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 8395 | Loading PIM library...
    05/27/14 11:50:15:261 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 8395 | Fetching PIM API's...
    05/27/14 11:50:15:273 | [INFO] |  | ASU | PIM | PIM |  |  | 8395 | Build Version - 8.0.0.72
    05/27/14 11:50:15:273 | [INFO] |  | ASU | PIM | PIM |  |  | 8395 | Logging Level verbosity Set  to 4
    05/27/14 11:50:15:273 | [INFO] |  | ASU | PIM | PIM |  |  | 8395 | CREATE PIM Instance ...
    05/27/14 11:50:15:285 | [INFO] |  | ASU | PIM | PIM |  |  | 8395 | trying to createOrUpdatePIMDbSchema.
    05/27/14 11:50:15:287 | [INFO] |  | ASU | PIM | PIM |  |  | 8395 | Current db schema version on machine 1.
    05/27/14 11:50:15:287 | [INFO] |  | ASU | PIM | PIM |  |  | 8395 | Current db schema version to install 1.
    05/27/14 11:50:15:287 | [INFO] |  | ASU | PIM | PIM |  |  | 8395 | PIM DB Schema is up to date. Current schema version is 1.
    05/27/14 11:50:15:287 | [INFO] |  | ASU | PIM | PIM |  |  | 8395 | PIM Database is Up To Date.
    05/27/14 11:50:15:287 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 8395 | Getting applet data from Applet database
    05/27/14 11:50:15:289 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 8395 | All installed pakages version string (pim_getCurrentPackagesVersion) is CCM:8.0.0.23|D6:8.0.0.72|DECore:8.0.0.72|DWA:3.0.94.0|IPC:8.0.0.22|LWA:3.0.64.0|P6:7.0.0. 478|P7:8.0.0.73|PDApp:8.0.0.72|UWA:8.0.0.22
    05/27/14 11:50:15:289 | [INFO] |  | ASU | PIM | PIM |  |  | 8395 | PIMSqlite closeDB status 0
    05/27/14 11:50:15:289 | [INFO] |  | ASU | PIM | PIM |  |  | 8395 | FREE PIM Instance ...
    05/27/14 11:50:15:289 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 8395 | Registering Applets...
    05/27/14 11:50:15:291 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 8395 | Loading Applet Switcher library: /Library/Application Support/Adobe/OOBE/PDApp/core/switcher/LWA_UI.dylib
    05/27/14 11:50:15:294 | [INFO] |  | ASU | ProvSwitcher | ProvSwitcher |  |  | 8395 | Build Version - 8.0.0.72
    05/27/14 11:50:15:294 | [INFO] |  | ASU | ProvSwitcher | ProvSwitcher |  |  | 8395 | Logging Level verbosity Set  to 4
    05/27/14 11:50:15:294 | [INFO] |  | ASU | ProvSwitcher | Common.CommandLineParser |  |  | 8395 | Parsing the command line provided. Number of command line arguments is 6
    05/27/14 11:50:15:295 | [INFO] |  | ASU | ProvSwitcher | ProvSwitcher |  |  | 8395 | Unable to fetch licensing LEID from amtLib xml file. Fallback to Driver LEID
    05/27/14 11:50:15:295 | [INFO] |  | ASU | ProvSwitcher | ProvSwitcher |  |  | 8395 | Considering following LEID for applet version switching : AfterEffects-CS7-Mac-GM
    05/27/14 11:50:15:296 | [WARN] |  | ASU | ProvSwitcher | ProvSwitcher |  |  | 8395 | Unable to fetch AppSerialNumber from amtLib xml file. Unable to check for ProductInfo mapping!
    05/27/14 11:50:15:296 | [WARN] |  | ASU | ProvSwitcher | ProvSwitcher |  |  | 8395 | Dynamic XML Not Found
    05/27/14 11:50:15:296 | [ERROR] |  | ASU | ProvSwitcher | ProvSwitcher |  |  | 8395 | Recieved empty serial number, returning false
    05/27/14 11:50:15:296 | [ERROR] |  | ASU | ProvSwitcher | ProvSwitcher |  |  | 8395 | Product not running under subscription
    05/27/14 11:50:15:296 | [INFO] |  | ASU | ProvSwitcher | ProvSwitcher |  |  | 8395 | Detected identifier in LEID: CS7
    05/27/14 11:50:15:296 | [INFO] |  | ASU | ProvSwitcher | ProvSwitcher |  |  | 8395 | Detected identifier in LEID: CS7
    05/27/14 11:50:15:296 | [INFO] |  | ASU | ProvSwitcher | ProvSwitcher |  |  | 8395 | Detected identifier in LEID: CS7
    05/27/14 11:50:15:296 | [INFO] |  | ASU | ProvSwitcher | ProvSwitcher |  |  | 8395 | Not updating the applet version for appletID: LWA_UI appletVersion: 3.0
    05/27/14 11:50:15:296 | [WARN] |  | ASU | PDApp | PDApp.AppletManager |  |  | 8395 | Unable to get the applet switching info... Response is: 8
    05/27/14 11:50:15:296 | [INFO] |  | ASU | PDApp | PDApp |  |  | 8395 | Non Deployment workflow identified...
    05/27/14 11:50:15:296 | [INFO] |  | ASU | PDApp | PDApp |  |  | 8395 | No Non Deployment workflow PDApp running so new instance is allowed to run...
    05/27/14 11:50:15:308 | [INFO] |  | ASU | PDApp | PDApp.WindowManager |  |  | 8395 | Initializing native WindowManager
    05/27/14 11:50:15:308 | [INFO] |  | ASU | PDApp | PDApp.MessageQuequeManager |  |  | 8395 | Message Queue Manager initialized...
    05/27/14 11:50:15:308 | [INFO] |  | ASU | PDApp | PDApp.AsyncMsgProcessor |  |  | 8395 | AsyncMsgProcessor initialized...
    05/27/14 11:50:15:308 | [INFO] |  | ASU | PDApp | PDApp.AsyncMsgProcessor |  |  | 8395 | AsyncMsgProcessor Message Queue initialized...
    05/27/14 11:50:15:308 | [INFO] |  | ASU | PDApp | PDApp.ExternalGateway |  |  | 8395 | ExternalGateway initialized...
    05/27/14 11:50:15:308 | [INFO] |  | ASU | PDApp | PDApp.ExternalGateway |  |  | 8395 | NativeCommandHandler initialized...
    05/27/14 11:50:15:308 | [INFO] |  | ASU | PDApp | PDApp.ExternalGateway |  |  | 8395 | NativePlatformHandler initialized...
    05/27/14 11:50:15:330 | [INFO] |  | ASU | PDApp | PDApp |  |  | 8395 | Registering Notification to listen messages from another instance
    05/27/14 11:50:15:364 | [INFO] |  | ASU | PDApp | PDApp.WindowManager |  |  | 8395 | Creating APEWindow...
    05/27/14 11:50:15:364 | [INFO] |  | ASU | PDApp | PDApp.WindowManager |  |  | 8395 | Creating window instance
    05/27/14 11:50:15:364 | [INFO] |  | ASU | PDApp | PDApp.WindowManager |  |  | 8395 | Checking for appletID and appletVersion given in CommandLineOptions
    05/27/14 11:50:15:371 | [INFO] |  | ASU | PDApp | PDApp.WindowManager |  |  | 8395 | Creating APE stage instance
    05/27/14 11:50:16:222 | [INFO] |  | ASU | PDApp | PDApp.WindowManager |  |  | 8395 | Loading main SWF with Path and args - /Library/Application Support/Adobe/OOBE/PDApp
    05/27/14 11:50:16:493 | [INFO] |  | ASU | PDApp | PDApp.WindowManager |  |  | 8395 | Assigning window ID - 1 to created window
    05/27/14 11:50:16:751 | [INFO] |  | ASU | PDApp | PDApp.ExternalGateway |  |  | 8395 | MessageHandler initialized...
    05/27/14 11:50:16:759 | [INFO] |  | ASU | PDApp | PDApp.StartupCommand |  |  | 8395 | Logging Level verbosity Set to  INFO
    05/27/14 11:50:16:759 | [INFO] |  | ASU | PDApp | PDApp.StartupCommand |  |  | 8395 | Processing the startup Command
    05/27/14 11:50:16:761 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Starting Applet registeration...
    05/27/14 11:50:16:767 | [INFO] |  | ASU | PDApp | PDAPP.MainDisplayMediator |  |  | 8395 | Looking up for the Exact versioned applet for ID :LWA_UI
    05/27/14 11:50:16:769 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading Applet: LWA_UI Version = 3.0
    05/27/14 11:50:16:791 | [INFO] |  | ASU | PDApp | PDApp.ZStringLoader |  |  | 8395 | PDAPP SWF - locale set to - de_DE
    05/27/14 11:50:16:792 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 0 out of 1776587
    05/27/14 11:50:16:835 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 65536 out of 1776587
    05/27/14 11:50:16:836 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 131072 out of 1776587
    05/27/14 11:50:16:837 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 196608 out of 1776587
    05/27/14 11:50:16:837 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 262144 out of 1776587
    05/27/14 11:50:16:838 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 327680 out of 1776587
    05/27/14 11:50:16:840 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 393216 out of 1776587
    05/27/14 11:50:16:841 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 458752 out of 1776587
    05/27/14 11:50:16:842 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 524288 out of 1776587
    05/27/14 11:50:16:844 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 589824 out of 1776587
    05/27/14 11:50:16:867 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 655360 out of 1776587
    05/27/14 11:50:16:868 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 720896 out of 1776587
    05/27/14 11:50:16:869 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 786432 out of 1776587
    05/27/14 11:50:16:870 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 851968 out of 1776587
    05/27/14 11:50:16:871 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 917504 out of 1776587
    05/27/14 11:50:16:872 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 983040 out of 1776587
    05/27/14 11:50:16:873 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 1048576 out of 1776587
    05/27/14 11:50:16:875 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 1114112 out of 1776587
    05/27/14 11:50:16:876 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 1179648 out of 1776587
    05/27/14 11:50:16:877 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 1245184 out of 1776587
    05/27/14 11:50:16:878 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 1310720 out of 1776587
    05/27/14 11:50:16:879 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 1376256 out of 1776587
    05/27/14 11:50:16:899 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 1441792 out of 1776587
    05/27/14 11:50:16:900 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 1507328 out of 1776587
    05/27/14 11:50:16:901 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 1572864 out of 1776587
    05/27/14 11:50:16:903 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 1638400 out of 1776587
    05/27/14 11:50:16:904 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 1703936 out of 1776587
    05/27/14 11:50:16:905 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 1769472 out of 1776587
    05/27/14 11:50:16:905 | [INFO] |  | ASU | PDApp | PDAPP.AppletManager |  |  | 8395 | Loading progress 1776587 out of 1776587
    05/27/14 11:50:17:191 | [INFO] |  | ASU | PDApp | P7Flex.AppStartupCommand |  |  | 8395 | Processing application startup command...
    05/27/14 11:50:17:193 | [INFO] |  | ASU | PDApp | PDApp.ExternalGateway |  |  | 8395 | Recieved Applet Loading Completion
    05/27/14 11:50:17:194 | [INFO] |  | ASU | PDApp | ZStringLoader |  |  | 8395 | Trying to load ZString for preferred locale - de_DE
    05/27/14 11:50:17:195 | [INFO] |  | ASU | PDApp | P7Flex.AppStartupCommand |  |  | 8395 | Dpi_X: 72, Dpi_Y: 72 and so DPIType is 1
    05/27/14 11:50:17:225 | [INFO] |  | ASU | PDApp | ZStringLoader |  |  | 8395 | Locale set to - de_DE
    05/27/14 11:50:17:246 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 8395 | Loading Applet - LWA_Native for WindowID - 1
    05/27/14 11:50:17:248 | [INFO] |  | ASU | LWANative | LWANative |  |  | 8395 | Build Version - 8.0.0.73
    05/27/14 11:50:17:248 | [INFO] |  | ASU | LWANative | LWANative |  |  | 8395 | Logging Level verbosity Set  to 4
    05/27/14 11:50:17:249 | [INFO] |  | ASU | PDApp | P7Flex.AMTLibProxy |  |  | 8395 | Licensing AMT path does not exist, override path fallback to App AMT path.
    05/27/14 11:50:17:252 | [INFO] |  | ASU | PDApp | ProvCommon.ZStringLoader |  |  | 8395 | Applet locale set to - de_DE
    05/27/14 11:50:17:253 | [INFO] |  | ASU | PDApp | ProvCommon.CheckForStageEnvironmentCommand |  |  | 8395 | Checking stage verses production environment.
    05/27/14 11:50:17:256 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | Start : pwa_openSession
    05/27/14 11:50:17:256 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | pwa_openSession Session key : 08F2F730-3B32-4480-B867-A12EB1031E17
    05/27/14 11:50:17:259 | [INFO] |  | ASU | OPM | OPM |  |  | 8395 | Build Version - 8.0.0.19
    05/27/14 11:50:17:259 | [INFO] |  | ASU | OPM | OPM |  |  | 8395 | Logging Level verbosity Set  to 4
    05/27/14 11:50:17:260 | [INFO] |  | ASU | OPM | OPM |  |  | 8395 | Schema version and schema compatibility version are same or greater than current
    05/27/14 11:50:17:262 | [INFO] |  | ASU | OPM | OPM |  |  | 8395 | Successfully opened opm session, db location:/Users/eckartarns/Library/Application Support/Adobe/OOBE/opm.db in opm_createLibRef
    05/27/14 11:50:17:262 | [INFO] |  | ASU | OPM | OPM |  |  | 8395 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 11:50:17:262 | [INFO] |  | ASU | OPM | OPM |  |  | 8395 | No Record found for the input fields in opm_getValueForKey
    05/27/14 11:50:17:262 | [INFO] |  | ASU | OPM | OPM |  |  | 8395 | Released OPM refrence successfully in opm_freeLibRef
    05/27/14 11:50:17:263 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | End : pwa_openSession
    05/27/14 11:50:17:263 | [INFO] |  | ASU | PDApp | ProvisioningNativeAppletBase |  |  | 8395 | Done opening PWASession, session key - 08F2F730-3B32-4480-B867-A12EB1031E17
    05/27/14 11:50:17:264 | [INFO] |  | ASU | PDApp | ProvisioningNativeAppletBase |  |  | 8395 | getEndpointsByname...
    05/27/14 11:50:17:266 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | Start : pwa_getEndPointsByName
    05/27/14 11:50:17:266 | [INFO] |  | ASU | LWANative | OPM |  |  | 8395 | CS6 Creative Cloud Membership : This product version is for GM
    05/27/14 11:50:17:269 | [ERROR] |  | ASU | LWANative | OPM |  |  | 8395 | received empty url from dispatchlib
    05/27/14 11:50:17:269 | [INFO] |  | ASU | LWANative | OPM |  |  | 8395 | Fetched URL- for LEID-GM
    05/27/14 11:50:17:269 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | End : pwa_getEndPointsByName
    05/27/14 11:50:17:269 | [INFO] |  | ASU | PDApp | ProvCommon.CheckForStageEnvironmentCommand |  |  | 8395 | Production environemnt detected from dispatchtable
    05/27/14 11:50:17:270 | [INFO] |  | ASU | PDApp | ProvisioningNativeAppletBase |  |  | 8395 | Closing PWASession: 08F2F730-3B32-4480-B867-A12EB1031E17 Commit: false
    05/27/14 11:50:17:272 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | Start : pwa_closeSession
    05/27/14 11:50:17:274 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | End : pwa_closeSession
    05/27/14 11:50:17:276 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | Start : pwa_openSession
    05/27/14 11:50:17:276 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | pwa_openSession Session key : 92DFEC51-153F-44BF-8479-76FC07A2C63E
    05/27/14 11:50:17:277 | [INFO] |  | ASU | OPM | OPM |  |  | 8395 | Build Version - 8.0.0.19
    05/27/14 11:50:17:277 | [INFO] |  | ASU | OPM | OPM |  |  | 8395 | Logging Level verbosity Set  to 4
    05/27/14 11:50:17:277 | [INFO] |  | ASU | OPM | OPM |  |  | 8395 | Schema version and schema compatibility version are same or greater than current
    05/27/14 11:50:17:279 | [INFO] |  | ASU | OPM | OPM |  |  | 8395 | Successfully opened opm session, db location:/Users/eckartarns/Library/Application Support/Adobe/OOBE/opm.db in opm_createLibRef
    05/27/14 11:50:17:279 | [INFO] |  | ASU | OPM | OPM |  |  | 8395 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 11:50:17:279 | [INFO] |  | ASU | OPM | OPM |  |  | 8395 | No Record found for the input fields in opm_getValueForKey
    05/27/14 11:50:17:279 | [INFO] |  | ASU | OPM | OPM |  |  | 8395 | Released OPM refrence successfully in opm_freeLibRef
    05/27/14 11:50:17:280 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | End : pwa_openSession
    05/27/14 11:50:17:283 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | Start : pwa_setAppXMLData
    05/27/14 11:50:17:284 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | End : pwa_setAppXMLData
    05/27/14 11:50:17:285 | [INFO] |  | ASU | PDApp | ProvisioningNativeAppletBase |  |  | 8395 | Done opening PWASession, session key - 92DFEC51-153F-44BF-8479-76FC07A2C63E
    05/27/14 11:50:17:285 | [INFO] |  | ASU | PDApp | P7Flex.ProvisioningNativeApplet |  |  | 8395 | Performing checkWorkflowType...
    05/27/14 11:50:17:287 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | Start : pwa_checkWFType
    05/27/14 11:50:17:325 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | Got null language in PVPL. Adding ALL
    05/27/14 11:50:17:326 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | Got null language in PVPL. Adding ALL
    05/27/14 11:50:17:326 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | Got null language in PVPL. Adding ALL
    05/27/14 11:50:17:326 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | Got null language in PVPL. Adding ALL
    05/27/14 11:50:17:326 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | End : pwa_checkWFType
    05/27/14 11:50:17:328 | [INFO] |  | ASU | PDApp | P7Flex.AppStartupCommand |  |  | 8395 | Screen reader seems to be inactive. Setting enableEEP to false
    05/27/14 11:50:17:330 | [INFO] |  | ASU | PDApp | ProvisioningNativeAppletBase |  |  | 8395 | getEndpointsByname...
    05/27/14 11:50:17:332 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | Start : pwa_getEndPointsByName
    05/27/14 11:50:17:332 | [INFO] |  | ASU | LWANative | OPM |  |  | 8395 | CS6 Creative Cloud Membership : This product version is for GM
    05/27/14 11:50:17:333 | [INFO] |  | ASU | LWANative | OPM |  |  | 8395 | Fetched URL-https://na1r.services.adobe.com/account/amfgateway2 for LEID-AfterEffects-CS7-Mac-GM
    05/27/14 11:50:17:333 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | End : pwa_getEndPointsByName
    05/27/14 11:50:17:333 | [INFO] |  | ASU | PDApp | P7Flex.AppStartupCommand |  |  | 8395 | Analytics EndPoint : https://na1r.services.adobe.com/account/amfgateway2
    05/27/14 11:50:17:334 | [INFO] |  | ASU | PDApp | P7Flex.AMTLibProxy |  |  | 8395 | Licensing AMT path does not exist, override path fallback to App AMT path.
    05/27/14 11:50:17:334 | [INFO] |  | ASU | PDApp | P7Flex.AppStartupCommand |  |  | 8395 | Done processing of StartupCommand
    05/27/14 11:50:17:335 | [INFO] |  | ASU | PDApp | P7Flex.StartWorkflowCommand |  |  | 8395 | Start processing of StartWorkflowCommand, workflow detected: EULA
    05/27/14 11:50:17:336 | [INFO] |  | ASU | PDApp | Provisioning.ScreenNavigationCommand |  |  | 8395 | Showing screen : SCREEN_EULA
    05/27/14 11:50:17:337 | [INFO] |  | ASU | PDApp | AAMShared.DynamicViewMediator |  |  | 8395 | Showing screen with screenID : SCREEN_EULA
    05/27/14 11:50:17:340 | [INFO] |  | ASU | PDApp | P7Flex.ProvisioningNativeApplet |  |  | 8395 | Fetching EULA language list...
    05/27/14 11:50:17:341 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | Start : pwa_getEULALocaleList
    05/27/14 11:50:17:346 | [INFO] |  | ASU | PDApp | P7Flex.ProvisioningNativeApplet |  |  | 8395 | Done fetching EULA languge list.
    05/27/14 11:50:17:349 | [INFO] |  | ASU | PDApp | P7Flex.ProvisioningNativeApplet |  |  | 8395 | Fetching EULA for locale - de_DE
    05/27/14 11:50:17:350 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | Start : pwa_getEULA
    05/27/14 11:50:17:612 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | Start : pwa_openSession
    05/27/14 11:50:17:612 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | pwa_openSession Session key : C90C09DF-6FC2-4696-B98F-77F8453B7161
    05/27/14 11:50:17:613 | [INFO] |  | ASU | OPM | OPM |  |  | 8395 | Build Version - 8.0.0.19
    05/27/14 11:50:17:613 | [INFO] |  | ASU | OPM | OPM |  |  | 8395 | Logging Level verbosity Set  to 4
    05/27/14 11:50:17:613 | [INFO] |  | ASU | OPM | OPM |  |  | 8395 | Schema version and schema compatibility version are same or greater than current
    05/27/14 11:50:17:614 | [INFO] |  | ASU | OPM | OPM |  |  | 8395 | Successfully opened opm session, db location:/Users/eckartarns/Library/Application Support/Adobe/OOBE/opm.db in opm_createLibRef
    05/27/14 11:50:17:614 | [INFO] |  | ASU | OPM | OPM |  |  | 8395 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 11:50:17:614 | [INFO] |  | ASU | OPM | OPM |  |  | 8395 | No Record found for the input fields in opm_getValueForKey
    05/27/14 11:50:17:615 | [INFO] |  | ASU | OPM | OPM |  |  | 8395 | Released OPM refrence successfully in opm_freeLibRef
    05/27/14 11:50:17:615 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | End : pwa_openSession
    05/27/14 11:50:17:618 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | Start : pwa_setAppXMLData
    05/27/14 11:50:17:618 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | End : pwa_setAppXMLData
    05/27/14 11:50:17:619 | [INFO] |  | ASU | PDApp | ProvisioningNativeAppletBase |  |  | 8395 | Done opening PWASession, session key - C90C09DF-6FC2-4696-B98F-77F8453B7161
    05/27/14 11:50:17:621 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | Start : pwa_getEULAVerXml
    05/27/14 11:50:17:621 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | End : pwa_getEULAVerXml
    05/27/14 11:50:17:625 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | Start : pwa_getProductLine
    05/27/14 11:50:17:756 | [INFO] |  | ASU | PDApp | P7Flex.CheckProxySettingsCommand |  |  | 8395 | Checking for proxy settings...
    05/27/14 11:50:17:842 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.view.mediator.compositeComponent.ScreenEulaMediator |  |  | 8395 | onRegister
    05/27/14 11:50:17:843 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.view.mediator.compositeComponent.ScreenBaseMediator |  |  | 8395 | onRegister
    05/27/14 11:50:17:843 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.view.mediator.component.ContentFooterMediator4B9167D1-9B91-00F4-0D73 -3D166AF3490F |  |  | 8395 | onRegister
    05/27/14 11:50:18:213 | [INFO] |  | ASU | PDApp | P7Flex.CheckProxySettingsCommand |  |  | 8395 | Authentication proxy Check Status : 200
    05/27/14 11:50:22:019 | [INFO] |  | ASU | PDApp | com.adobe.aam.shared.view.mediator.compositeComponent.ScreenEulaMediator |  |  | 8395 | handleNotification : ComponentNotification.SHAREDFOOTERPRIMARYCLICK
    05/27/14 11:50:22:020 | [INFO] |  | ASU | PDApp | P7Flex.SetEULAOnlineCommand |  |  | 8395 | Setting EULA Online
    05/27/14 11:50:22:021 | [INFO] |  | ASU | PDApp | ProvisioningNativeAppletBase |  |  | 8395 | Setting EULA Online for locale - de_DE
    05/27/14 11:50:22:021 | [WARN] |  | ASU | PDApp | ProvisioningNativeAppletBase |  |  | 8395 | Invalid accessToken argument while performing setEULAOnline
    05/27/14 11:50:22:023 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | Start : pwa_setEULAOnline
    05/27/14 11:50:22:023 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | End : pwa_setEULAOnline
    05/27/14 11:50:22:024 | [INFO] |  | ASU | PDApp | ProvisioningNativeAppletBase |  |  | 8395 | Setting License Agreement for locale - de_DE
    05/27/14 11:50:22:026 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | Start : pwa_setLicenseAgreementInformation
    05/27/14 11:50:22:027 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | End : pwa_setLicenseAgreementInformation
    05/27/14 11:50:22:028 | [INFO] |  | ASU | PDApp | ProvisioningNativeAppletBase |  |  | 8395 | Closing PWASession: C90C09DF-6FC2-4696-B98F-77F8453B7161 Commit: true
    05/27/14 11:50:22:029 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | Start : pwa_closeSession
    05/27/14 11:50:22:032 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | End : pwa_closeSession
    05/27/14 11:50:22:033 | [INFO] |  | ASU | PDApp | ProvisioningNativeAppletBase |  |  | 8395 | Closing PWASession: 92DFEC51-153F-44BF-8479-76FC07A2C63E Commit: false
    05/27/14 11:50:22:034 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | Start : pwa_closeSession
    05/27/14 11:50:22:036 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | End : pwa_closeSession
    05/27/14 11:50:22:036 | [INFO] |  | ASU | PDApp | P7Flex.QuitCommand |  |  | 8395 | Quitting workflow with launchApp: true
    05/27/14 11:50:22:037 | [INFO] |  | ASU | PDApp | P7Flex.ProvisioningNativeApplet |  |  | 8395 | Performing LaunchApplication for path - /Applications/Adobe After Effects CC/Adobe After Effects CC.app/Contents/MacOS/After Effects
    05/27/14 11:50:22:039 | [INFO] |  | ASU | LWANative | P7Native |  |  | 8395 | Start : pwa_launchApplication
    05/27/14 11:50:22:052 | [INFO] |  | ASU | PDApp | PDApp.AppletManager |  |  | 8395 | Un-loading Applet - LWA_Native for window ID - 1
    05/27/14 11:50:22:052 | [INFO] |  | ASU | PDApp | PDApp.ExternalGateway |  |  | 8395 | Callng the finalize function of the applet ID - LWA_Native
    05/27/14 11:50:22:053 | [INFO] |  | ASU | PDApp | PDApp.HostMessageHandler |  |  | 8395 | Recieved force window close message
    05/27/14 11:50:22:053 | [INFO] |  | ASU | PDApp | PDApp.HostMessageHandler |  |  | 8395 | Sending message to native
    05/27/14 11:50:22:054 | [INFO] |  | ASU | PDApp | PDApp.WindowManager |  |  | 8395 | Destroying window with ID - 1
    05/27/14 11:50:22:057 | [WARN] |  | ASU | PDApp | PDApp.WindowManager |  |  | 8395 | GetAPEWindowIDString failed, Unable to find PlayerRef!
    05/27/14 11:50:22:181 | [INFO] |  | ASU | PDApp | PDApp |  |  | 8395 | Last window destroyed quiting as event. Quiting application as an event (async)...
    05/27/14 11:50:22:344 | [INFO] |  | ASU | PDApp | PDApp.WindowManager |  |  | 8395 | Destroying PDApp main window with ID - 1
    05/27/14 11:50:22:347 | [INFO] |  | ASU | PDApp | PDApp.WindowManager |  |  | 8395 | DestroyAllAPEWindow failed, APE Window count is zero while destroying all APEWindow's
    05/27/14 11:50:22:347 | [INFO] |  | ASU | PDApp | PDApp |  |  | 8395 | Terminating MessageQueueManager
    05/27/14 11:50:22:347 | [INFO] |  | ASU | PDApp | PDApp.AsyncMsgProcessor |  |  | 8395 | Terminating AsyncMsgProcessor Message Queue
    05/27/14 11:50:22:347 | [INFO] |  | ASU | PDApp | PDApp.AsyncMsgProcessor |  |  | 8395 | Terminating AsyncMsgProcessor
    05/27/14 11:50:22:347 | [INFO] |  | ASU | PDApp | PDApp.MessageQuequeManager |  |  | 8395 | Message Queue Manager destructed
    05/27/14 11:50:22:347 | [INFO] |  | ASU | PDApp | PDApp |  |  | 8395 | Terminating WindowManager
    05/27/14 11:50:22:347 | [INFO] |  | ASU | PDApp | PDApp |  |  | 8395 | Terminating NativeCommandHandler
    05/27/14 11:50:22:347 | [INFO] |  | ASU | PDApp | PDApp.ExternalGateway |  |  | 8395 | NativeCommandHandler destructed
    05/27/14 11:50:22:347 | [INFO] |  | ASU | PDApp | PDApp |  |  | 8395 | Terminating NativePlatformHandler
    05/27/14 11:50:22:347 | [INFO] |  | ASU | PDApp | PDApp.ExternalGateway |  |  | 8395 | NativePlatformHandler destructed
    05/27/14 11:50:22:347 | [INFO] |  | ASU | PDApp | PDApp |  |  | 8395 | Terminating ExternalGateway
    05/27/14 11:50:22:347 | [INFO] |  | ASU | PDApp | PDApp.ExternalGateway |  |  | 8395 | ExternalGateway destructed
    05/27/14 11:50:22:347 | [INFO] |  | ASU | PDApp | PDApp |  |  | 8395 | Terminating ETSWrapper
    05/27/14 11:50:22:347 | [INFO] |  | ASU | PDApp | PDApp |  |  | 8395 | Terminating APE
    05/27/14 11:50:22:347 | [INFO] |  | ASU | PDApp | PDApp |  |  | 8395 | Releasing all locks acquired
    05/27/14 11:50:22:347 | [INFO] |  | ASU | PDApp | PDApp |  |  | 8395 | Quiting Application
    05/27/14 11:54:11:265 | [INFO] |  | ASU | OPM | P7Native |  |  | 3981 | Performing fetch default user for clientID...
    05/27/14 11:54:11:266 | [INFO] |  | ASU | OPM | IMSLib |  |  | 3981 | Performing fetchDefaultUserInfoForClientId...
    05/27/14 11:54:11:266 | [INFO] |  | ASU | OPM | OPM |  |  | 3981 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 11:54:11:266 | [INFO] |  | ASU | OPM | OPM |  |  | 3981 | returning size of value as:33 in opm_getValueForKey
    05/27/14 11:54:11:266 | [INFO] |  | ASU | OPM | OPM |  |  | 3981 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 11:54:11:266 | [INFO] |  | ASU | OPM | OPM |  |  | 3981 | Successfully retreived value from opm domain:IMSLib subdomain:CSServiceMap key:CreativeCloud_v1_5 in opm_getValueForKey
    05/27/14 11:54:11:266 | [INFO] |  | ASU | OPM | OPM |  |  | 3981 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 11:54:11:266 | [INFO] |  | ASU | OPM | OPM |  |  | 3981 | returning size of value as:1859 in opm_getValueForKey
    05/27/14 11:54:11:266 | [INFO] |  | ASU | OPM | OPM |  |  | 3981 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 11:54:11:266 | [INFO] |  | ASU | OPM | OPM |  |  | 3981 | Successfully retreived value from opm domain:IMSLib subdomain:SignInUsers key:b106cd6657b4b404fe347bff154d9681 in opm_getValueForKey
    05/27/14 11:54:11:266 | [INFO] |  | ASU | OPM | IMSLib |  |  | 3981 | Performing releaseData...
    05/27/14 11:54:11:266 | [INFO] |  | ASU | OPM | P7Native |  |  | 3981 | Default user found for client_id: CreativeCloud_v1_5
    05/27/14 11:59:43:534 | [INFO] |  | ASU | OPM | P7Native |  |  | 3981 | Performing fetch default user for clientID...
    05/27/14 11:59:43:534 | [INFO] |  | ASU | OPM | IMSLib |  |  | 3981 | Performing fetchDefaultUserInfoForClientId...
    05/27/14 11:59:43:534 | [INFO] |  | ASU | OPM | OPM |  |  | 3981 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 11:59:43:534 | [INFO] |  | ASU | OPM | OPM |  |  | 3981 | returning size of value as:33 in opm_getValueForKey
    05/27/14 11:59:43:534 | [INFO] |  | ASU | OPM | OPM |  |  | 3981 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 11:59:43:534 | [INFO] |  | ASU | OPM | OPM |  |  | 3981 | Successfully retreived value from opm domain:IMSLib subdomain:CSServiceMap key:CreativeCloud_v1_5 in opm_getValueForKey
    05/27/14 11:59:43:534 | [INFO] |  | ASU | OPM | OPM |  |  | 3981 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 11:59:43:534 | [INFO] |  | ASU | OPM | OPM |  |  | 3981 | returning size of value as:1859 in opm_getValueForKey
    05/27/14 11:59:43:534 | [INFO] |  | ASU | OPM | OPM |  |  | 3981 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 11:59:43:534 | [INFO] |  | ASU | OPM | OPM |  |  | 3981 | Successfully retreived value from opm domain:IMSLib subdomain:SignInUsers key:b106cd6657b4b404fe347bff154d9681 in opm_getValueForKey
    05/27/14 11:59:43:535 | [INFO] |  | ASU | OPM | IMSLib |  |  | 3981 | Performing releaseData...
    05/27/14 11:59:43:535 | [INFO] |  | ASU | OPM | P7Native |  |  | 3981 | Default user found for client_id: CreativeCloud_v1_5
    05/27/14 12:04:16:156 | [INFO] |  | ASU | PIM | PIM |  |  | 3842 | Build Version - 2.5.0.367
    05/27/14 12:04:16:200 | [INFO] |  | ASU | PIM | PIM |  |  | 3842 | Logging Level verbosity Set  to 4
    05/27/14 12:04:16:201 | [INFO] |  | ASU | PIM | PIM |  |  | 3842 | Creating PIM instance for path: /Applications/Utilities/Adobe Application Manager/
    05/27/14 12:04:16:201 | [INFO] |  | ASU | PIM | PIM |  |  | 3842 | trying to createOrUpdatePIMDbSchema.
    05/27/14 12:04:16:202 | [INFO] |  | ASU | PIM | PIM |  |  | 3842 | Current db schema version on machine 1.
    05/27/14 12:04:16:202 | [INFO] |  | ASU | PIM | PIM |  |  | 3842 | Current db schema version to install 2.
    05/27/14 12:04:16:202 | [INFO] |  | ASU | PIM | PIM |  |  | 3842 | SUCCESS Created Tables.
    05/27/14 12:04:16:203 | [INFO] |  | ASU | PIM | PIM |  |  | 3842 | PIM Database is Up To Date.
    05/27/14 12:04:16:204 | [INFO] |  | ASU | PIM | PIM |  |  | 3842 | PIMSqlite closeDB status 0
    05/27/14 12:04:16:204 | [INFO] |  | ASU | PIM | PIM |  |  | 3842 | sqlite(pim.db) at path /Applications/Utilities/Adobe Application Manager is already closed
    05/27/14 12:04:16:204 | [INFO] |  | ASU | PIM | PIM |  |  | 3842 | FREE PIM Instance ...
    05/27/14 12:04:16:229 | [INFO] |  | ASU | PIM | PIM |  |  | 3842 | Build Version - 2.5.0.367
    05/27/14 12:04:16:230 | [INFO] |  | ASU | PIM | PIM |  |  | 3842 | Logging Level verbosity Set  to 4
    05/27/14 12:04:16:230 | [INFO] |  | ASU | PIM | PIM |  |  | 3842 | Creating PIM instance for path: /Applications/Utilities/Adobe Creative Cloud
    05/27/14 12:04:16:230 | [INFO] |  | ASU | PIM | PIM |  |  | 3842 | trying to createOrUpdatePIMDbSchema.
    05/27/14 12:04:16:230 | [INFO] |  | ASU | PIM | PIM |  |  | 3842 | Current db schema version on machine 2.
    05/27/14 12:04:16:230 | [INFO] |  | ASU | PIM | PIM |  |  | 3842 | Current db schema version to install 2.
    05/27/14 12:04:16:230 | [INFO] |  | ASU | PIM | PIM |  |  | 3842 | PIM DB Schema is up to date. Current schema version is 2.
    05/27/14 12:04:16:230 | [INFO] |  | ASU | PIM | PIM |  |  | 3842 | PIM Database is Up To Date.
    05/27/14 12:04:16:234 | [INFO] |  | ASU | PIM | PIM |  |  | 3842 | PIMSqlite closeDB status 0
    05/27/14 12:04:16:234 | [INFO] |  | ASU | PIM | PIM |  |  | 3842 | sqlite(pim.db) at path /Applications/Utilities/Adobe Creative Cloud is already closed
    05/27/14 12:04:16:234 | [INFO] |  | ASU | PIM | PIM |  |  | 3842 | FREE PIM Instance ...
    05/27/14 12:04:18:459 | [INFO] |  | ASU | LWANative | LWANative |  |  | 3842 | Build Version - 8.0.0.73
    05/27/14 12:04:18:459 | [INFO] |  | ASU | LWANative | LWANative |  |  | 3842 | Logging Level verbosity Set  to 4
    05/27/14 12:04:19:480 | [INFO] |  | ASU | LWANative | P7Native |  |  | 3842 | Start : pwa_openSession
    05/27/14 12:04:19:480 | [INFO] |  | ASU | LWANative | P7Native |  |  | 3842 | pwa_openSession Session key : BA5F857C-FDA4-4A40-921F-320212DD450E
    05/27/14 12:04:19:671 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Build Version - 8.0.0.19
    05/27/14 12:04:19:671 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Logging Level verbosity Set  to 4
    05/27/14 12:04:19:672 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Schema version and schema compatibility version are same or greater than current
    05/27/14 12:04:19:753 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Successfully opened opm session, db location:/Users/eckartarns/Library/Application Support/Adobe/OOBE/opm.db in opm_createLibRef
    05/27/14 12:04:19:753 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:19:753 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | No Record found for the input fields in opm_getValueForKey
    05/27/14 12:04:19:754 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Released OPM refrence successfully in opm_freeLibRef
    05/27/14 12:04:19:764 | [INFO] |  | ASU | LWANative | P7Native |  |  | 3842 | End : pwa_openSession
    05/27/14 12:04:19:767 | [INFO] |  | ASU | LWANative | P7Native |  |  | 3842 | Start : pwa_getDeviceID
    05/27/14 12:04:19:768 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Build Version - 8.0.0.73
    05/27/14 12:04:19:768 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Logging Level verbosity Set  to 4
    05/27/14 12:04:19:769 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Schema version and schema compatibility version are same or greater than current
    05/27/14 12:04:19:828 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Successfully opened opm session, db location:/Users/eckartarns/Library/Application Support/Adobe/OOBE/opm.db in opm_createLibRef
    05/27/14 12:04:19:829 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:19:829 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | returning size of value as:65 in opm_getValueForKey
    05/27/14 12:04:19:829 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:19:829 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Successfully retreived value from opm domain:IMSLib subdomain:Default key:deviceID in opm_getValueForKey
    05/27/14 12:04:19:829 | [INFO] |  | ASU | OPM | P7Native |  |  | 3842 | Device ID result XML: <?xml version="1.0" encoding="UTF-8" standalone="no"?>
    <result>
        <deviceId>6559E9889354F5CB3AA998C2D81F8FECA6EBCD9EC3B46709EA16A4DFCF56215D</deviceId>
        <deviceName>eckarts-imac-3.fritz.box</deviceName>
    </result>
    05/27/14 12:04:19:829 | [INFO] |  | ASU | OPM | P7Native |  |  | 3842 | End : pwa_getDeviceID
    05/27/14 12:04:19:829 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Released OPM refrence successfully in opm_freeLibRef
    05/27/14 12:04:19:832 | [INFO] |  | ASU | OPM | P7Native |  |  | 3842 | Start : pwa_closeSession
    05/27/14 12:04:20:046 | [INFO] |  | ASU | OPM | P7Native |  |  | 3842 | End : pwa_closeSession
    05/27/14 12:04:20:047 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Build Version - 8.0.0.19
    05/27/14 12:04:20:047 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Logging Level verbosity Set  to 4
    05/27/14 12:04:20:049 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Schema version and schema compatibility version are same or greater than current
    05/27/14 12:04:20:246 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Successfully opened opm session, db location:/Users/eckartarns/Library/Application Support/Adobe/OOBE/opm.db in opm_createLibRef
    05/27/14 12:04:20:246 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:20:246 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | No Record found for the input fields in opm_getValueForKey
    05/27/14 12:04:20:246 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Released OPM refrence successfully in opm_freeLibRef
    05/27/14 12:04:20:253 | [INFO] |  | ASU | OPM | P7Native |  |  | 3842 | Performing openIMSLibSession...
    05/27/14 12:04:20:253 | [INFO] |  | ASU | OPM | P7Native |  |  | 3842 | pwa_openIMSLibSession Session key : FDD3AF42-6AFB-4A5F-81AA-04126E57AD85
    05/27/14 12:04:20:265 | [INFO] |  | ASU | IMSLib | IMSLib |  |  | 3842 | Build Version - 8.0.0.9
    05/27/14 12:04:20:265 | [INFO] |  | ASU | IMSLib | IMSLib |  |  | 3842 | Logging Level verbosity Set  to 4
    05/27/14 12:04:20:265 | [INFO] |  | ASU | IMSLib | IMSLib |  |  | 3842 | Creating IMSLib instance with product Version ...
    05/27/14 12:04:20:265 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Build Version - 8.0.0.9
    05/27/14 12:04:20:265 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Logging Level verbosity Set  to 4
    05/27/14 12:04:20:267 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Schema version and schema compatibility version are same or greater than current
    05/27/14 12:04:20:504 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Successfully opened opm session, db location:/Users/eckartarns/Library/Application Support/Adobe/OOBE/opm.db in opm_createLibRef
    05/27/14 12:04:20:504 | [INFO] |  | ASU | OPM | IMSLibHelper |  |  | 3842 | OPMWrapper allocation succeeded
    05/27/14 12:04:20:504 | [INFO] |  | ASU | OPM | IMSLib |  |  | 3842 | This product version is for GM
    05/27/14 12:04:20:505 | [INFO] |  | ASU | OPM | IMSLib |  |  | 3842 | URL retreived from dispatchlib https://ims-prod06.adobelogin.com
    05/27/14 12:04:20:505 | [INFO] |  | ASU | OPM | IMSLib |  |  | 3842 | Created IMSLib instance with LEID:GM and endpoint:https://ims-prod06.adobelogin.com
    05/27/14 12:04:20:505 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:20:505 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | No Record found for the input fields in opm_getValueForKey
    05/27/14 12:04:20:505 | [INFO] |  | ASU | OPM | IMSLib_OPMWrapper |  |  | 3842 | Failed in getting value for key in OPMGetValueForKey domain:OOBE subDomain:ProxyCredentials key:ProxyUsername
    05/27/14 12:04:20:506 | [INFO] |  | ASU | OPM | IMSLibHelper |  |  | 3842 | Failed to get proxy user name from local db in getProxyCredentialsFromLocalStore
    05/27/14 12:04:20:506 | [INFO] |  | ASU | OPM | IMSLib |  |  | 3842 | Failed get proxy credentials from local store while creating IMSLib Ex instance ...
    05/27/14 12:04:20:506 | [INFO] |  | ASU | OPM | IMSLib |  |  | 3842 | Performing IMS_registerClientToGroup..
    05/27/14 12:04:20:563 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Performing opm_getRecords...
    05/27/14 12:04:20:563 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:20:563 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:20:563 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | returning size of value as:61 in opm_getValueForKey
    05/27/14 12:04:20:563 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:20:563 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Successfully retreived value from opm domain:IMSLib subdomain:BuddyGroup key:0 in opm_getValueForKey
    05/27/14 12:04:20:563 | [INFO] |  | ASU | OPM | P7Native |  |  | 3842 | Successfully registered AAM Client to Buddy group in openSession.
    05/27/14 12:04:20:566 | [INFO] |  | ASU | OPM | P7Native |  |  | 3842 | Performing registeration of client to group
    05/27/14 12:04:20:566 | [INFO] |  | ASU | OPM | IMSLib |  |  | 3842 | Performing IMS_registerClientToGroup..
    05/27/14 12:04:20:566 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Performing opm_getRecords...
    05/27/14 12:04:20:566 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:20:566 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:20:566 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | returning size of value as:61 in opm_getValueForKey
    05/27/14 12:04:20:566 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:20:566 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Successfully retreived value from opm domain:IMSLib subdomain:BuddyGroup key:0 in opm_getValueForKey
    05/27/14 12:04:20:566 | [INFO] |  | ASU | OPM | P7Native |  |  | 3842 | Registered Client to group successfully!
    05/27/14 12:04:20:568 | [INFO] |  | ASU | OPM | P7Native |  |  | 3842 | Performing fetch default user for clientID...
    05/27/14 12:04:20:568 | [INFO] |  | ASU | OPM | IMSLib |  |  | 3842 | Performing fetchDefaultUserInfoForClientId...
    05/27/14 12:04:20:568 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:20:568 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | returning size of value as:33 in opm_getValueForKey
    05/27/14 12:04:20:569 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:20:569 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Successfully retreived value from opm domain:IMSLib subdomain:CSServiceMap key:CreativeCloud_v1_5 in opm_getValueForKey
    05/27/14 12:04:20:569 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:20:569 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | returning size of value as:1859 in opm_getValueForKey
    05/27/14 12:04:20:569 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:20:569 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Successfully retreived value from opm domain:IMSLib subdomain:SignInUsers key:b106cd6657b4b404fe347bff154d9681 in opm_getValueForKey
    05/27/14 12:04:20:569 | [INFO] |  | ASU | OPM | IMSLib |  |  | 3842 | Performing releaseData...
    05/27/14 12:04:20:569 | [INFO] |  | ASU | OPM | P7Native |  |  | 3842 | Default user found for client_id: CreativeCloud_v1_5
    05/27/14 12:04:20:572 | [INFO] |  | ASU | OPM | P7Native |  |  | 3842 | Performing fetch Access token for user...
    05/27/14 12:04:20:573 | [INFO] |  | ASU | OPM | IMSLib |  |  | 3842 | Performing IMS_fetchAccessToken2 ...
    05/27/14 12:04:20:573 | [INFO] |  | ASU | OPM | IMSLib |  |  | 3842 | Failed to retreive locale from the input xml while invoking IMS_fetchAccessToken2
    05/27/14 12:04:20:573 | [INFO] |  | ASU | OPM | IMSLib |  |  | 3842 | Performing fetch accessToken...
    05/27/14 12:04:20:573 | [INFO] |  | ASU | OPM | IMSLib |  |  | 3842 | Invalid argument inLocale while invoking IMS_fetchAccessToken
    05/27/14 12:04:20:573 | [INFO] |  | ASU | OPM | IMSLib |  |  | 3842 | Using environment:https://ims-prod06.adobelogin.com
    05/27/14 12:04:20:573 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:20:573 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | returning size of value as:1859 in opm_getValueForKey
    05/27/14 12:04:20:574 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:20:574 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Successfully retreived value from opm domain:IMSLib subdomain:SignInUsers key:b106cd6657b4b404fe347bff154d9681 in opm_getValueForKey
    05/27/14 12:04:20:574 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:20:574 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | returning size of value as:65 in opm_getValueForKey
    05/27/14 12:04:20:574 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:20:574 | [INFO] |  | ASU | OPM | OPM |  |  | 3842 | Successfully retreived value from opm domain:IMSLib subdomain:Default key:deviceID in opm_getValueForKey
    05/27/14 12:04:20:574 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:20:574 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | No Record found for the input fields in opm_getValueForKey
    05/27/14 12:04:20:574 | [INFO] |  | ASU | OPM | IMSLib_OPMWrapper |  |  | 4292 | Failed in getting value for key in OPMGetValueForKey domain:OOBE subDomain:ProxyCredentials key:ProxyUsername
    05/27/14 12:04:20:574 | [INFO] |  | ASU | OPM | IMSLibHelper |  |  | 4292 | Failed to get proxy user name from local db in getProxyCredentialsFromLocalStore
    05/27/14 12:04:20:574 | [INFO] |  | ASU | OPM | IMSLibHelper |  |  | 4292 | Failed to get proxyCredentials from local store in setProxyCredentialsForHTTPRequest
    05/27/14 12:04:20:574 | [INFO] |  | ASU | OPM | IMSLibHelper |  |  | 4292 | Authproxy credentials set successfully in SendHTTPRequest in IMSLibHelper
    05/27/14 12:04:20:574 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:20:574 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | No Record found for the input fields in opm_getValueForKey
    05/27/14 12:04:20:574 | [INFO] |  | ASU | OPM | IMSLib_OPMWrapper |  |  | 4292 | Failed in getting value for key in OPMGetValueForKey domain:IMSLib subDomain:https://ims-prod06.adobelogin.com key:ConnectionInitiatedTime
    05/27/14 12:04:20:574 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:20:574 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | No Record found for the input fields in opm_getValueForKey
    05/27/14 12:04:20:574 | [INFO] |  | ASU | OPM | IMSLib_OPMWrapper |  |  | 4292 | Failed in getting value for key in OPMGetValueForKey domain:IMSLib subDomain:https://ims-prod06.adobelogin.com key:LastAttemptTime
    05/27/14 12:04:21:507 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:21:507 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | Successfully deleted records in opm.db for domain:IMSLib subDomain:https://ims-prod06.adobelogin.com key:FailureAttempts opm_deleteRecordForFields
    05/27/14 12:04:21:507 | [INFO] |  | ASU | OPM | IMSLib_OPMWrapper |  |  | 4292 | Successfully deleted records from opm for domain:IMSLib subDomain:https://ims-prod06.adobelogin.com key:FailureAttempts
    05/27/14 12:04:21:512 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:21:512 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | Successfully deleted records in opm.db for domain:IMSLib subDomain:https://ims-prod06.adobelogin.com key:LastAttemptTime opm_deleteRecordForFields
    05/27/14 12:04:21:512 | [INFO] |  | ASU | OPM | IMSLib_OPMWrapper |  |  | 4292 | Successfully deleted records from opm for domain:IMSLib subDomain:https://ims-prod06.adobelogin.com key:LastAttemptTime
    05/27/14 12:04:21:512 | [INFO] |  | ASU | OPM | IMSLibHelper |  |  | 4292 |  HTTPConnector response successful in SendHTTPRequest in IMSLibHelper
    05/27/14 12:04:21:512 | [INFO] |  | ASU | OPM | IMSLibHelper |  |  | 4292 | user has not selected 'Remember Me', proxy data is not saved in local store
    05/27/14 12:04:21:513 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:21:513 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | returning size of value as:1859 in opm_getValueForKey
    05/27/14 12:04:21:513 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:21:513 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | Successfully retreived value from opm domain:IMSLib subdomain:SignInUsers key:b106cd6657b4b404fe347bff154d9681 in opm_getValueForKey
    05/27/14 12:04:21:537 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:21:537 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | Successfully updated opm.db for fields domain:IMSLib subdomain:SignInUsers key:b106cd6657b4b404fe347bff154d9681 in opm_setValueForKey
    05/27/14 12:04:21:537 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | Performing opm_getRecords...
    05/27/14 12:04:21:537 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:21:537 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:21:537 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | returning size of value as:61 in opm_getValueForKey
    05/27/14 12:04:21:537 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:21:537 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | Successfully retreived value from opm domain:IMSLib subdomain:BuddyGroup key:0 in opm_getValueForKey
    05/27/14 12:04:21:560 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:21:560 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | Successfully updated opm.db for fields domain:IMSLib subdomain:CSServiceMap key:426eb9f9-9989-45dd-8b7c-1bcdc957c8e5 in opm_setValueForKey
    05/27/14 12:04:21:583 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:21:583 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | Successfully updated opm.db for fields domain:IMSLib subdomain:CSServiceMap key:CreativeCloud_v1_5 in opm_setValueForKey
    05/27/14 12:04:21:601 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:21:601 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | Successfully updated opm.db for fields domain:IMSLib subdomain:Default key:deviceID in opm_setValueForKey
    05/27/14 12:04:21:601 | [INFO] |  | ASU | OPM | IMSLib |  |  | 4292 | Invoking client callback function with response and status : 0
    05/27/14 12:04:21:601 | [INFO] |  | ASU | OPM | P7Native |  |  | 4292 | Proceeding with fetchAccessToken callback...
    05/27/14 12:04:21:601 | [INFO] |  | ASU | OPM | P7Native |  |  | 4292 | Start : updateLastLoggedInUser
    05/27/14 12:04:21:601 | [INFO] |  | ASU | OPM | IMSLib |  |  | 4292 | Performing fetchDefaultUserInfoForClientId...
    05/27/14 12:04:21:601 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:21:601 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | returning size of value as:33 in opm_getValueForKey
    05/27/14 12:04:21:601 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:21:601 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | Successfully retreived value from opm domain:IMSLib subdomain:CSServiceMap key:426eb9f9-9989-45dd-8b7c-1bcdc957c8e5 in opm_getValueForKey
    05/27/14 12:04:21:602 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:21:602 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | returning size of value as:1859 in opm_getValueForKey
    05/27/14 12:04:21:602 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:21:602 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | Successfully retreived value from opm domain:IMSLib subdomain:SignInUsers key:b106cd6657b4b404fe347bff154d9681 in opm_getValueForKey
    05/27/14 12:04:21:604 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | Build Version - 8.0.0.19
    05/27/14 12:04:21:604 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | Logging Level verbosity Set  to 4
    05/27/14 12:04:21:604 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | Schema version and schema compatibility version are same or greater than current
    05/27/14 12:04:21:625 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | Successfully opened opm session, db location:/Users/eckartarns/Library/Application Support/Adobe/OOBE/opm.db in opm_createLibRef
    05/27/14 12:04:21:625 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:21:625 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | No Record found for the input fields in opm_getValueForKey
    05/27/14 12:04:21:625 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | Released OPM refrence successfully in opm_freeLibRef
    05/27/14 12:04:21:666 | [INFO] |  | ASU | OPM | P7Native |  |  | 4292 | End : updateLastLoggedInUser
    05/27/14 12:04:21:684 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | Build Version - 8.0.0.19
    05/27/14 12:04:21:684 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | Logging Level verbosity Set  to 4
    05/27/14 12:04:21:684 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | Schema version and schema compatibility version are same or greater than current
    05/27/14 12:04:21:724 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | Successfully opened opm session, db location:/Users/eckartarns/Library/Application Support/Adobe/OOBE/opm.db in opm_createLibRef
    05/27/14 12:04:21:724 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | _opm_handle_OPDReturnedStatus called with opdStatus as:0
    05/27/14 12:04:21:724 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | No Record found for the input fields in opm_getValueForKey
    05/27/14 12:04:21:724 | [INFO] |  | ASU | OPM | OPM |  |  | 4292 | Released OPM refrence successfully in opm_freeLibRef
    05/27/14 12:04:23:521 | [INFO] |  | ASU | PIM | PIM |  |  | 4292 | Build Version - 2.5.0.367
    05/27/14 12:04:23:521 | [INFO] |  | ASU | PIM | PIM |  |  | 4292 | Logging Level verbosity Set  to 4
    05/27/14 12:04:23:542 | [INFO] |  | ASU | PIM | PIM |  |  | 4292 | trying to createOrUpdatePIMDbSchema.
    05/27/14 12:04:23:542 | [INFO] |  | ASU | PIM | PIM |  |  | 4292 | Current db schema version on machine 1.
    05/27/14 12:04:23:542 | [INFO] |  | ASU | PIM | PIM |  |  | 4292 | Current db schema version to install 2.
    05/27/14 12:04:23:542 | [INFO] |  | ASU | PIM | PIM |  |  | 4292 | SUCCESS Created Tables.
    05/27/14 12:04:23:542 | [INFO] |  | ASU | PIM | PIM |  |  | 4292 | PIM Database is Up To Date.
    05/27/14 12:04:23:542 | [INFO] |  | ASU | PIM | PIM |  |  | 4292 | PIMSqlite closeDB status 0
    05/27/14 12:04:23:543 | [INFO] |  | ASU | PIM | PIM |  |  | 4292 | trying to createOrUpdatePIMDbSchema.
    05/27/14 12:04:23:543 | [INFO] |  | ASU | PIM | PIM |  |  | 4292 | Current db schema version on machine 2.
    05/27/14 12:04:23:543 | [INFO] |  | ASU | PIM | PIM |  |  | 4292 | Current db schema version to install 2.
    05/27/14 12:04:23:543 | [INFO] |  | ASU | PIM | PIM |  |  | 4292 | PIM DB Schema is up to date. Current schema version is 2.
    05/27/14 12:04:23:543 | [INFO] |  | ASU | PIM | PIM |  |  | 4292 | PIM Database is Up To Date.
    05/27/14 12:04:23:543 | [INFO] |  | ASU | PIM | PIM |  |  | 4292 | PIMSqlite closeDB status 0
    05/27/14 12:04:27:659 | [INFO] |  | ASU | OPM | OPM |  |  | 4163 | Build Version - 8.0.0.19
    05/27/14 12:04:27:659 | [INFO] |  | ASU | OPM | OPM |  |  | 4163 | Logging Level verbosity Set  to 4
    05/27/14 12:04:27:678 | [INFO] |  | ASU | OPM | OPM |  |  | 4163 | Schema version and schema compatibility version are same or greater than current
    05/27/14 12:04:27:680 | [INFO] |  | ASU | OPM | OPM |  |  | 4163 | Successfully opened opm session, db location:/Users/eckartarns/Library/Application Support/Adobe/OOBE/opm.db in opm_createLibRef
    05/27/14 12:07:23:908 | [INFO] |  | ASU | IMSLib | IMSLib |  |  | 6252 | Build Version - 7.0.0.145
    05/27/14 12:07:23:908 | [INFO] |  | ASU | IMSLib | IMSLib |  |  | 6252 | Logging Level verbosity Set  to 4
    05/27/14 12:07:23:908 | [INFO] |  | ASU | IMSLib | IMSLib |  |  | 6252 | Creating IMSLib instance ...
    05/27/14 12:07:23:908 | [INFO] |  | ASU | OPM | OPM |  |  | 6252 | Build Version - 7.0.0.145
    05/27/14 12:07:23:908 | [INFO] |  | ASU | OPM | OPM |  |  | 6252 | Logging Level verbosity Set  to 4
    05/27/14 12:07:23:920 | [INFO] |  | ASU | OPM | OPM |  |  | 6252 | Schema version and schema compatibility version are same or greater than current

  • ''Configuration error 16 and where is the PCD or the SLStore folder?

    I installed photoshop cs5 and whenever i tried to open it there was appeared a message that was told me that here is a configuration error ''error 16'' and something about language packets.What lame thing is it?I have installed it 3 times and the same message appears into my screeen.I tried to find a solution here to solve the problem.there was a topic here about it and it says to make some settings in the PCD folder and the SLStrore folder.I tried to look for them into the Adobe folder and any one of them exist.Where are they?What can I do?Can somebody help me plz?

    Licensing repair instructions: Windows | Mac
    Mylenium

  • Makepkg creates a configure error?

    confusing subject for a confusing issue, sorry!
    i'm maintaining the pd-extended-svn PKGBUILD found here:
    http://aur.archlinux.org/packages.php?ID=22509
    some background: this is quite a large package with many plugin style libraries included, the build system uses a recursive make which uses a combination of static makefiles and autotools builders in each library folder.
    the issue that i and others have experienced is noted in the top comment of AUR record, where running the ./configure command in a few libs (OSCx in this case) fails (conftest segfaults), and prints the error:
    configure: error: cannot run C compiled programs.
    If you meant to cross compile, use `--host'
    this only occurs inside of makepkg, running ./configure manually succeeds, and the same pd-extended buildsystem runs fine on our debian based autobuild system.
    logs follow :
    the failed config.log:
    http://simplesuperlativ.es/config.log
    a successful config.log (run manually from the build folder):
    http://simplesuperlativ.es/config-works.log
    the full build log:
    http://simplesuperlativ.es/pd-extended- … -build.log
    any information would be helpful..
    cheers,
    dmotd

    I'm still stuck with this one, its seems like the makepkg environment is inheriting the CFLAGS, LDFLAGS and INCLUDES from elsewhere in the build, and its contaminating the conftest in the configure.. running the same build command from outside makepkg suceeds.. here are some edited notes from comparing the two config.logs:
    BASH (manually):
    ## Output variables. ##
    CC='gcc'
    CFLAGS='-g -O2 -DUNIX -Wall -Wimplicit -Wunused -Wmissing-prototypes -O1 -I../libOSC -I../../pd/src -I../../../pd/src -I../src'
    INCLUDES='-I../libOSC -I../../pd/src -I../../../pd/src -I../src'
    LDFLAGS='-Wl,--export-dynamic -shared'
    ## Core tests. ##
    [b]BASH (manually):[/b]
    Target: powerpc-unknown-linux-gnu
    Configured with: ../configure --prefix=/usr --enable-shared --enable-languages=c,c++,fortran,objc,obj-c++,ada --enable-threads=posix --mandir=/us
    r/share/man --infodir=/usr/share/info --enable-__cxa_atexit --disable-multilib --libdir=/usr/lib --libexecdir=/usr/lib --enable-clocale=gnu --dis
    able-libstdcxx-pch --with-tune=powerpc --with-cpu=powerpc --disable-altivec --without-altivec
    Thread model: posix
    configure:1752: checking for C compiler default output file name
    configure:1755: gcc conftest.c >&5
    makepkg:
    ## Output variables. ##
    CC='gcc'
    CFLAGS='-DPD -I/home/dmotd/abs/pd-extended-svn/src/pd-extended-build/pd/src -Wall -W -ggdb -I/home/dmotd/abs/pd-extended-svn/src/pd-extended-build/Gem/src -I/home/dmotd/abs/pd-extended-svn/src/pd-extended-build/externals/pdp/include -DUNIX -Dunix -DDL_OPEN -fPIC'
    INCLUDES=''
    LDFLAGS=' -Wl,--export-dynamic -shared -fPIC'
    ## Core tests. ##
    Target: powerpc-unknown-linux-gnu
    Configured with: ../configure --prefix=/usr --enable-shared --enable-languages=c,c++,fortran,objc,obj-c++,ada --enable-threads=posix --mandir=/usr/share/man --infodir=/usr/share/info --enable-__cxa_atexit --disable-multilib --libdir=/usr/lib --libexecdir=/usr/lib --enable-clocale=gnu --disable-libstdcxx-pch --with-tune=powerpc --with-cpu=powerpc --disable-altivec --without-altivec
    Thread model: posix
    configure:1752: checking for C compiler default output file name
    configure:1755: gcc -DPD -I/home/dmotd/abs/pd-extended-svn/src/pd-extended-build/pd/src -Wall -W -ggdb -I/home/dmotd/abs/pd-extended-svn/src/pd-extended-build/Gem/src -I/home/dmotd/abs/pd-extended-svn/src/pd-extended-build/externals/pdp/include -DUNIX -Dunix -DDL_OPEN -fPIC -Wl,--export-dynamic -shared -fPIC conftest.c >&5
    i don't really know where to go from here.. the package wont build within makepkg, but builds fine manually.. the pure-data build system in rather convoluted, so its hard to get a grasp at whether its to blame, but the same buildsystem is used to build for numerous other evironments (and is scheduled to do so nightly), and has worked fine previously with arch.
    Last edited by dmotd (2010-01-26 14:28:59)

  • Build failed () configure: error: C compiler create executable[SOLVED]

    I am a newbie in the forums, i recently installed arch x86_64 and am having a hard time building packages, i did install base-devel , gcc gcc-fortran gcc-obc..........all that stuff i also installed all the base devel stuff...like fakeroot,flex....(all the base devel stuff) but not luck, when i try 'makepkg -s' it still brings this error ---> " configure: error: C compiler cannot create executables" or sometimes --> configure: error: C++ compiler cannot create executables , i googled a bit on possible solutions, i came acroos similar post but the newbie was not using x86_64, i tried reinstalling GCC but to no avail whats the problem?
    hereis my makepkg.conf details
    # /etc/makepkg.conf
    # SOURCE ACQUISITION
    #-- The download utilities that makepkg should use to acquire sources
    # Format: 'protocol::agent'
    DLAGENTS=('ftp::/usr/bin/wget -c --passive-ftp -t 3 --waitretry=3 -O %o %u'
    'http::/usr/bin/wget -c -t 3 --waitretry=3 -O %o %u'
    'https::/usr/bin/wget -c -t 3 --waitretry=3 --no-check-certificate -O %o %u'
    'rsync::/usr/bin/rsync -z %u %o'
    'scp::/usr/bin/scp -C %u %o')
    # Other common tools:
    # /usr/bin/snarf
    # /usr/bin/lftpget -c
    # /usr/bin/curl
    # ARCHITECTURE, COMPILE FLAGS
    CARCH="x86_64"
    CHOST="x86_64-unknown-linux-gnu"
    #-- Exclusive: will only run on x86_64
    # -march (or -mcpu) builds exclusively for an architecture
    # -mtune optimizes for an architecture, but builds for whole processor family
    CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe"
    CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe"
    LDFLAGS="-Wl,--hash-style=gnu -Wl,--as-needed"
    #-- Make Flags: change this for DistCC/SMP systems
    #MAKEFLAGS="-j2"
    # BUILD ENVIRONMENT
    # Defaults: BUILDENV=(fakeroot !distcc color !ccache)
    # A negated environment option will do the opposite of the comments below.
    #-- fakeroot: Allow building packages as a non-root user
    #-- distcc: Use the Distributed C/C++/ObjC compiler
    #-- color: Colorize output messages
    #-- ccache: Use ccache to cache compilation
    BUILDENV=(fakeroot !distcc color !ccache)
    #-- If using DistCC, your MAKEFLAGS will also need modification. In addition,
    #-- specify a space-delimited list of hosts running in the DistCC cluster.
    #DISTCC_HOSTS=""
    # GLOBAL PACKAGE OPTIONS
    # These are default values for the options=() settings
    # Default: OPTIONS=(strip docs libtool emptydirs zipman purge)
    # A negated option will do the opposite of the comments below.
    #-- strip: Strip symbols from binaries/libraries in STRIP_DIRS
    #-- docs: Save doc directories specified by DOC_DIRS
    #-- libtool: Leave libtool (.la) files in packages
    #-- emptydirs: Leave empty directories in packages
    #-- zipman: Compress manual (man and info) pages in MAN_DIRS with gzip
    #-- purge: Remove files specified by PURGE_TARGETS
    OPTIONS=(strip docs libtool emptydirs zipman purge)
    #-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512
    INTEGRITY_CHECK=(md5)
    #-- Options to be used when stripping binaries. See `man strip' for details.
    STRIP_BINARIES="--strip-all"
    #-- Options to be used when stripping shared libraries. See `man strip' for details.
    STRIP_SHARED="--strip-unneeded"
    #-- Options to be used when stripping static libraries. See `man strip' for details.
    STRIP_STATIC="--strip-debug"
    #-- Manual (man and info) directories to compress (if zipman is specified)
    MAN_DIRS=({usr{,/local}{,/share},opt/*}/{man,info})
    #-- Doc directories to remove (if !docs is specified)
    DOC_DIRS=(usr/{,local/}{,share/}{doc,gtk-doc} opt/*/{doc,gtk-doc})
    #-- Directories to be searched for the strip option (if strip is specified)
    STRIP_DIRS=(bin lib sbin usr/{bin,lib,sbin,local/{bin,lib,sbin}} opt/*/{bin,lib,sbin})
    #-- Files to be removed from all packages (if purge is specified)
    PURGE_TARGETS=(usr/{,share}/info/dir .packlist *.pod)
    # PACKAGE OUTPUT
    # Default: put built package and cached source in build directory
    #-- Destination: specify a fixed directory where all packages will be placed
    #PKGDEST=/home/packages
    #-- Source cache: specify a fixed directory where source files will be cached
    #SRCDEST=/home/sources
    #-- Source packages: specify a fixed directory where all src packages will be placed
    #SRCPKGDEST=/home/srcpackages
    #-- Packager: name/email of the person or organization building packages
    #PACKAGER="John Doe <[email protected]>"
    # EXTENSION DEFAULTS
    # WARNING: Do NOT modify these variables unless you know what you are
    # doing.
    PKGEXT='.pkg.tar.xz'
    SRCEXT='.src.tar.gz'
    # vim: set ft=sh ts=2 sw=2 et:
    EDIT by bash: use the 'code' tag!
    Last edited by bray085 (2011-01-16 16:29:13)

    yo man sorry about that...as i said am a newbie..but i will be up and running with no time...i have double checked the config, i cant figure anything...i need your arch skills...anywayz here is my config.log details
    $ ./configure --prefix=/usr --sysconfdir=/etc --localstatedir=/var --enable-xcb --disable-static
    ## Platform. ##
    hostname = Muruthi
    uname -m = x86_64
    uname -r = 2.6.33-ARCH
    uname -s = Linux
    uname -v = #1 SMP PREEMPT Thu May 13 11:32:37 CEST 2010
    /usr/bin/uname -p = unknown
    /bin/uname -X = unknown
    /bin/arch = x86_64
    /usr/bin/arch -k = unknown
    /usr/convex/getsysinfo = unknown
    /usr/bin/hostinfo = unknown
    /bin/machine = unknown
    /usr/bin/oslevel = unknown
    /bin/universe = unknown
    PATH: /usr/local/bin
    PATH: /usr/bin
    PATH: /bin
    PATH: /usr/local/sbin
    PATH: /usr/sbin
    PATH: /sbin
    PATH: /usr/bin/vendor_perl
    PATH: /usr/bin/core_perl
    ## Core tests. ##
    configure:3338: checking for gcc
    configure:3354: found /usr/bin/gcc
    configure:3365: result: gcc
    configure:3594: checking for C compiler version
    configure:3603: gcc --version >&5
    gcc (GCC) 4.5.2
    Copyright (C) 2010 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions. There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    configure:3614: $? = 0
    configure:3603: gcc -v >&5
    Using built-in specs.
    COLLECT_GCC=gcc
    COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.2/lto-wrapper
    Target: x86_64-unknown-linux-gnu
    Configured with: /build/src/gcc-4.5.2/configure --prefix=/usr --enable-languages=c,c++,fortran,objc,obj-c++,ada --enable-shared --enable-threads=posix --enable-__cxa_atexit --enable-clocale=gnu --enable-gnu-unique-object --enable-lto --enable-plugin --enable-gold --with-plugin-ld=ld.gold --disable-multilib --disable-libstdcxx-pch --with-system-zlib --with-ppl --with-cloog --with-cloog-include=/usr/include/cloog-ppl --libdir=/usr/lib --libexecdir=/usr/lib --mandir=/usr/share/man --infodir=/usr/share/info
    Thread model: posix
    gcc version 4.5.2 (GCC)
    configure:3614: $? = 0
    configure:3603: gcc -V >&5
    gcc: '-V' option must have argument
    configure:3614: $? = 1
    configure:3603: gcc -qversion >&5
    gcc: unrecognized option '-qversion'
    gcc: no input files
    configure:3614: $? = 1
    configure:3634: checking whether the C compiler works
    configure:3656: gcc -march=x86-64 -mtune=generic -O2 -pipe -Wl,--hash-style=gnu -Wl,--as-needed conftest.c >&5
    /usr/lib/gcc/x86_64-unknown-linux-gnu/4.5.2/cc1: error while loading shared libraries: libmpfr.so.4: cannot open shared object file: No such file or directory
    configure:3660: $? = 1
    configure:3698: result: no
    configure: failed program was:
    | /* confdefs.h */
    | #define PACKAGE_NAME "cairo"
    | #define PACKAGE_TARNAME "cairo"
    | #define PACKAGE_VERSION "1.10.2"
    | #define PACKAGE_STRING "cairo 1.10.2"
    | #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
    | #define PACKAGE_URL ""
    | /* end confdefs.h. */
    |
    | int
    | main ()
    | {
    |
    | ;
    | return 0;
    | }
    configure:3703: error: in `/home/irong33k/Desktop/src/cairo-1.10.2':
    configure:3705: error: C compiler cannot create executables
    See `config.log' for more details
    ## Cache variables. ##
    ac_cv_env_CCC_set=
    ac_cv_env_CCC_value=
    ac_cv_env_CC_set=
    ac_cv_env_CC_value=
    ac_cv_env_CFLAGS_set=set
    ac_cv_env_CFLAGS_value='-march=x86-64 -mtune=generic -O2 -pipe'
    ac_cv_env_CPPFLAGS_set=
    ac_cv_env_CPPFLAGS_value=
    ac_cv_env_CPP_set=
    ac_cv_env_CPP_value=
    ac_cv_env_CXXCPP_set=
    ac_cv_env_CXXCPP_value=
    ac_cv_env_CXXFLAGS_set=set
    ac_cv_env_CXXFLAGS_value='-march=x86-64 -mtune=generic -O2 -pipe'
    ac_cv_env_CXX_set=
    ac_cv_env_CXX_value=
    ac_cv_env_FONTCONFIG_CFLAGS_set=
    ac_cv_env_FONTCONFIG_CFLAGS_value=
    ac_cv_env_FONTCONFIG_LIBS_set=
    ac_cv_env_FONTCONFIG_LIBS_value=
    ac_cv_env_FREETYPE_CFLAGS_set=
    ac_cv_env_FREETYPE_CFLAGS_value=
    ac_cv_env_FREETYPE_LIBS_set=
    ac_cv_env_FREETYPE_LIBS_value=
    ac_cv_env_GOBJECT_CFLAGS_set=
    ac_cv_env_GOBJECT_CFLAGS_value=
    ac_cv_env_GOBJECT_LIBS_set=
    ac_cv_env_GOBJECT_LIBS_value=
    ac_cv_env_LDFLAGS_set=set
    ac_cv_env_LDFLAGS_value='-Wl,--hash-style=gnu -Wl,--as-needed'
    ac_cv_env_LIBRSVG_CFLAGS_set=
    ac_cv_env_LIBRSVG_CFLAGS_value=
    ac_cv_env_LIBRSVG_LIBS_set=
    ac_cv_env_LIBRSVG_LIBS_value=
    ac_cv_env_LIBSPECTRE_CFLAGS_set=
    ac_cv_env_LIBSPECTRE_CFLAGS_value=
    ac_cv_env_LIBSPECTRE_LIBS_set=
    ac_cv_env_LIBSPECTRE_LIBS_value=
    ac_cv_env_LIBS_set=
    ac_cv_env_LIBS_value=
    ac_cv_env_PKG_CONFIG_set=
    ac_cv_env_PKG_CONFIG_value=
    ac_cv_env_POPPLER_CFLAGS_set=
    ac_cv_env_POPPLER_CFLAGS_value=
    ac_cv_env_POPPLER_LIBS_set=
    ac_cv_env_POPPLER_LIBS_value=
    ac_cv_env_VALGRIND_CFLAGS_set=
    ac_cv_env_VALGRIND_CFLAGS_value=
    ac_cv_env_VALGRIND_LIBS_set=
    ac_cv_env_VALGRIND_LIBS_value=
    ac_cv_env_XMKMF_set=
    ac_cv_env_XMKMF_value=
    ac_cv_env_build_alias_set=
    ac_cv_env_build_alias_value=
    ac_cv_env_directfb_CFLAGS_set=
    ac_cv_env_directfb_CFLAGS_value=
    ac_cv_env_directfb_LIBS_set=
    ac_cv_env_directfb_LIBS_value=
    ac_cv_env_drm_CFLAGS_set=
    ac_cv_env_drm_CFLAGS_value=
    ac_cv_env_drm_LIBS_set=
    ac_cv_env_drm_LIBS_value=
    ac_cv_env_drm_xr_CFLAGS_set=
    ac_cv_env_drm_xr_CFLAGS_value=
    ac_cv_env_drm_xr_LIBS_set=
    ac_cv_env_drm_xr_LIBS_value=
    ac_cv_env_egl_CFLAGS_set=
    ac_cv_env_egl_CFLAGS_value=
    ac_cv_env_egl_LIBS_set=
    ac_cv_env_egl_LIBS_value=
    ac_cv_env_gl_CFLAGS_set=
    ac_cv_env_gl_CFLAGS_value=
    ac_cv_env_gl_LIBS_set=
    ac_cv_env_gl_LIBS_value=
    ac_cv_env_glib_CFLAGS_set=
    ac_cv_env_glib_CFLAGS_value=
    ac_cv_env_glib_LIBS_set=
    ac_cv_env_glib_LIBS_value=
    ac_cv_env_gtk_CFLAGS_set=
    ac_cv_env_gtk_CFLAGS_value=
    ac_cv_env_gtk_LIBS_set=
    ac_cv_env_gtk_LIBS_value=
    ac_cv_env_host_alias_set=
    ac_cv_env_host_alias_value=
    ac_cv_env_pixman_CFLAGS_set=
    ac_cv_env_pixman_CFLAGS_value=
    ac_cv_env_pixman_LIBS_set=
    ac_cv_env_pixman_LIBS_value=
    ac_cv_env_png_CFLAGS_set=
    ac_cv_env_png_CFLAGS_value=
    ac_cv_env_png_LIBS_set=
    ac_cv_env_png_LIBS_value=
    ac_cv_env_png_REQUIRES_set=
    ac_cv_env_png_REQUIRES_value=
    ac_cv_env_qt_CFLAGS_set=
    ac_cv_env_qt_CFLAGS_value=
    ac_cv_env_qt_LIBS_set=
    ac_cv_env_qt_LIBS_value=
    ac_cv_env_target_alias_set=
    ac_cv_env_target_alias_value=
    ac_cv_env_xcb_CFLAGS_set=
    ac_cv_env_xcb_CFLAGS_value=
    ac_cv_env_xcb_LIBS_set=
    ac_cv_env_xcb_LIBS_value=
    ac_cv_env_xcb_drm_CFLAGS_set=
    ac_cv_env_xcb_drm_CFLAGS_value=
    ac_cv_env_xcb_drm_LIBS_set=
    ac_cv_env_xcb_drm_LIBS_value=
    ac_cv_env_xcb_shm_CFLAGS_set=
    ac_cv_env_xcb_shm_CFLAGS_value=
    ac_cv_env_xcb_shm_LIBS_set=
    ac_cv_env_xcb_shm_LIBS_value=
    ac_cv_env_xlib_CFLAGS_set=
    ac_cv_env_xlib_CFLAGS_value=
    ac_cv_env_xlib_LIBS_set=
    ac_cv_env_xlib_LIBS_value=
    ac_cv_env_xlib_xcb_CFLAGS_set=
    ac_cv_env_xlib_xcb_CFLAGS_value=
    ac_cv_env_xlib_xcb_LIBS_set=
    ac_cv_env_xlib_xcb_LIBS_value=
    ac_cv_env_xlib_xrender_CFLAGS_set=
    ac_cv_env_xlib_xrender_CFLAGS_value=
    ac_cv_env_xlib_xrender_LIBS_set=
    ac_cv_env_xlib_xrender_LIBS_value=
    ac_cv_prog_ac_ct_CC=gcc
    ## Output variables. ##
    ACLOCAL=''
    AMDEPBACKSLASH=''
    AMDEP_FALSE=''
    AMDEP_TRUE=''
    AMTAR=''
    AM_BACKSLASH=''
    AM_DEFAULT_VERBOSITY=''
    AR=''
    AS=''
    AUTOCONF=''
    AUTOHEADER=''
    AUTOMAKE=''
    AWK=''
    BFD_LIBS=''
    BUILD_ANY2PPM_FALSE=''
    BUILD_ANY2PPM_TRUE=''
    BUILD_CXX_FALSE=''
    BUILD_CXX_TRUE=''
    BUILD_DRM_XR_FALSE=''
    BUILD_DRM_XR_TRUE=''
    BUILD_PRIVATE_GLEW_FALSE=''
    BUILD_PRIVATE_GLEW_TRUE=''
    BUILD_SPHINX_FALSE=''
    BUILD_SPHINX_TRUE=''
    BUILD_XCB_SHM_FALSE=''
    BUILD_XCB_SHM_TRUE=''
    BUILD_XLIB_XCB_FALSE=''
    BUILD_XLIB_XCB_TRUE=''
    CAIROBOILERPLATE_LIBS=''
    CAIROPERF_LIBS=''
    CAIRO_CAN_TEST_PDF_SURFACE_FALSE=''
    CAIRO_CAN_TEST_PDF_SURFACE_TRUE=''
    CAIRO_CAN_TEST_PS_SURFACE_FALSE=''
    CAIRO_CAN_TEST_PS_SURFACE_TRUE=''
    CAIRO_CAN_TEST_SVG_SURFACE_FALSE=''
    CAIRO_CAN_TEST_SVG_SURFACE_TRUE=''
    CAIRO_CAN_TEST_WIN32_PRINTING_SURFACE_FALSE=''
    CAIRO_CAN_TEST_WIN32_PRINTING_SURFACE_TRUE=''
    CAIRO_CFLAGS=''
    CAIRO_HAS_BEOS_SURFACE_FALSE=''
    CAIRO_HAS_BEOS_SURFACE_TRUE=''
    CAIRO_HAS_DIRECTFB_SURFACE_FALSE=''
    CAIRO_HAS_DIRECTFB_SURFACE_TRUE=''
    CAIRO_HAS_DL_FALSE=''
    CAIRO_HAS_DL_TRUE=''
    CAIRO_HAS_DRM_SURFACE_FALSE=''
    CAIRO_HAS_DRM_SURFACE_TRUE=''
    CAIRO_HAS_DRM_XR_FUNCTIONS_FALSE=''
    CAIRO_HAS_DRM_XR_FUNCTIONS_TRUE=''
    CAIRO_HAS_EGL_FUNCTIONS_FALSE=''
    CAIRO_HAS_EGL_FUNCTIONS_TRUE=''
    CAIRO_HAS_FC_FONT_FALSE=''
    CAIRO_HAS_FC_FONT_TRUE=''
    CAIRO_HAS_FT_FONT_FALSE=''
    CAIRO_HAS_FT_FONT_TRUE=''
    CAIRO_HAS_GALLIUM_SURFACE_FALSE=''
    CAIRO_HAS_GALLIUM_SURFACE_TRUE=''
    CAIRO_HAS_GLX_FUNCTIONS_FALSE=''
    CAIRO_HAS_GLX_FUNCTIONS_TRUE=''
    CAIRO_HAS_GL_SURFACE_FALSE=''
    CAIRO_HAS_GL_SURFACE_TRUE=''
    CAIRO_HAS_GOBJECT_FUNCTIONS_FALSE=''
    CAIRO_HAS_GOBJECT_FUNCTIONS_TRUE=''
    CAIRO_HAS_INTERPRETER_FALSE=''
    CAIRO_HAS_INTERPRETER_TRUE=''
    CAIRO_HAS_LCOV_FALSE=''
    CAIRO_HAS_LCOV_TRUE=''
    CAIRO_HAS_MULTI_PAGE_SURFACES_FALSE=''
    CAIRO_HAS_MULTI_PAGE_SURFACES_TRUE=''
    CAIRO_HAS_OS2_SURFACE_FALSE=''
    CAIRO_HAS_OS2_SURFACE_TRUE=''
    CAIRO_HAS_PDF_SURFACE_FALSE=''
    CAIRO_HAS_PDF_SURFACE_TRUE=''
    CAIRO_HAS_PNG_FUNCTIONS_FALSE=''
    CAIRO_HAS_PNG_FUNCTIONS_TRUE=''
    CAIRO_HAS_PS_SURFACE_FALSE=''
    CAIRO_HAS_PS_SURFACE_TRUE=''
    CAIRO_HAS_PTHREAD_FALSE=''
    CAIRO_HAS_PTHREAD_TRUE=''
    CAIRO_HAS_QT_SURFACE_FALSE=''
    CAIRO_HAS_QT_SURFACE_TRUE=''
    CAIRO_HAS_QUARTZ_FONT_FALSE=''
    CAIRO_HAS_QUARTZ_FONT_TRUE=''
    CAIRO_HAS_QUARTZ_IMAGE_SURFACE_FALSE=''
    CAIRO_HAS_QUARTZ_IMAGE_SURFACE_TRUE=''
    CAIRO_HAS_QUARTZ_SURFACE_FALSE=''
    CAIRO_HAS_QUARTZ_SURFACE_TRUE=''
    CAIRO_HAS_SCRIPT_SURFACE_FALSE=''
    CAIRO_HAS_SCRIPT_SURFACE_TRUE=''
    CAIRO_HAS_SKIA_SURFACE_FALSE=''
    CAIRO_HAS_SKIA_SURFACE_TRUE=''
    CAIRO_HAS_SPECTRE_FALSE=''
    CAIRO_HAS_SPECTRE_TRUE=''
    CAIRO_HAS_SVG_SURFACE_FALSE=''
    CAIRO_HAS_SVG_SURFACE_TRUE=''
    CAIRO_HAS_SYMBOL_LOOKUP_FALSE=''
    CAIRO_HAS_SYMBOL_LOOKUP_TRUE=''
    CAIRO_HAS_TEE_SURFACE_FALSE=''
    CAIRO_HAS_TEE_SURFACE_TRUE=''
    CAIRO_HAS_TEST_SURFACES_FALSE=''
    CAIRO_HAS_TEST_SURFACES_TRUE=''
    CAIRO_HAS_TRACE_FALSE=''
    CAIRO_HAS_TRACE_TRUE=''
    CAIRO_HAS_VG_SURFACE_FALSE=''
    CAIRO_HAS_VG_SURFACE_TRUE=''
    CAIRO_HAS_WGL_FUNCTIONS_FALSE=''
    CAIRO_HAS_WGL_FUNCTIONS_TRUE=''
    CAIRO_HAS_WIN32_FONT_FALSE=''
    CAIRO_HAS_WIN32_FONT_TRUE=''
    CAIRO_HAS_WIN32_SURFACE_FALSE=''
    CAIRO_HAS_WIN32_SURFACE_TRUE=''
    CAIRO_HAS_XCB_DRM_FUNCTIONS_FALSE=''
    CAIRO_HAS_XCB_DRM_FUNCTIONS_TRUE=''
    CAIRO_HAS_XCB_SHM_FUNCTIONS_FALSE=''
    CAIRO_HAS_XCB_SHM_FUNCTIONS_TRUE=''
    CAIRO_HAS_XCB_SURFACE_FALSE=''
    CAIRO_HAS_XCB_SURFACE_TRUE=''
    CAIRO_HAS_XLIB_SURFACE_FALSE=''
    CAIRO_HAS_XLIB_SURFACE_TRUE=''
    CAIRO_HAS_XLIB_XCB_FUNCTIONS_FALSE=''
    CAIRO_HAS_XLIB_XCB_FUNCTIONS_TRUE=''
    CAIRO_HAS_XLIB_XRENDER_SURFACE_FALSE=''
    CAIRO_HAS_XLIB_XRENDER_SURFACE_TRUE=''
    CAIRO_HAS_XML_SURFACE_FALSE=''
    CAIRO_HAS_XML_SURFACE_TRUE=''
    CAIRO_LDFLAGS=''
    CAIRO_LIBS=''
    CAIRO_LIBTOOL_VERSION_INFO=''
    CAIRO_NONPKGCONFIG_CFLAGS=''
    CAIRO_NONPKGCONFIG_LIBS=''
    CAIRO_RELEASE_STATUS=''
    CAIRO_REQUIRES=''
    CAIRO_TEST_MODE=''
    CAIRO_TEST_UNDEFINED_LDFLAGS=''
    CAIRO_VERSION_MAJOR=''
    CAIRO_VERSION_MICRO=''
    CAIRO_VERSION_MINOR=''
    CAIRO_VERSION_SONUM=''
    CC='gcc'
    CCDEPMODE=''
    CFLAGS='-march=x86-64 -mtune=generic -O2 -pipe'
    CPP=''
    CPPFLAGS=''
    CROSS_COMPILING_FALSE=''
    CROSS_COMPILING_TRUE=''
    CXX=''
    CXXCPP=''
    CXXDEPMODE=''
    CXXFLAGS='-march=x86-64 -mtune=generic -O2 -pipe'
    CYGPATH_W=''
    DEFS=''
    DEPDIR=''
    DISABLE_SOME_FLOATING_POINT_FALSE=''
    DISABLE_SOME_FLOATING_POINT_TRUE=''
    DLLTOOL=''
    DSYMUTIL=''
    DUMPBIN=''
    ECHO_C=''
    ECHO_N='-n'
    ECHO_T=''
    EGREP=''
    ENABLE_GTK_DOC_FALSE=''
    ENABLE_GTK_DOC_TRUE=''
    EXEEXT=''
    FGREP=''
    FIND=''
    FONTCONFIG_CFLAGS=''
    FONTCONFIG_LIBS=''
    FREETYPE_CFLAGS=''
    FREETYPE_CONFIG=''
    FREETYPE_LIBS=''
    GOBJECT_CFLAGS=''
    GOBJECT_LIBS=''
    GREP=''
    GS=''
    GTKDOC_CHECK=''
    GTK_DOC_USE_LIBTOOL_FALSE=''
    GTK_DOC_USE_LIBTOOL_TRUE=''
    HAVE_GTK_FALSE=''
    HAVE_GTK_TRUE=''
    HAVE_PTHREAD_FALSE=''
    HAVE_PTHREAD_TRUE=''
    HAVE_REAL_PTHREAD_FALSE=''
    HAVE_REAL_PTHREAD_TRUE=''
    HAVE_SHM_FALSE=''
    HAVE_SHM_TRUE=''
    HTML_DIR=''
    INSTALL_DATA=''
    INSTALL_PROGRAM=''
    INSTALL_SCRIPT=''
    INSTALL_STRIP_PROGRAM=''
    LD=''
    LDFLAGS='-Wl,--hash-style=gnu -Wl,--as-needed'
    LIBM=''
    LIBOBJS=''
    LIBRSVG_CFLAGS=''
    LIBRSVG_LIBS=''
    LIBS=''
    LIBSPECTRE_CFLAGS=''
    LIBSPECTRE_LIBS=''
    LIBTOOL=''
    LIPO=''
    LN_S=''
    LTLIBOBJS=''
    LTP=''
    LTP_GENHTML=''
    MAKEINFO=''
    MKDIR_P=''
    NM=''
    NMEDIT=''
    OBJDUMP=''
    OBJEXT=''
    OS_WIN32_FALSE=''
    OS_WIN32_TRUE=''
    OTOOL64=''
    OTOOL=''
    PACKAGE=''
    PACKAGE_BUGREPORT='http://bugs.freedesktop.org/enter_bug.cgi?product=cairo'
    PACKAGE_NAME='cairo'
    PACKAGE_STRING='cairo 1.10.2'
    PACKAGE_TARNAME='cairo'
    PACKAGE_URL=''
    PACKAGE_VERSION='1.10.2'
    PATH_SEPARATOR=':'
    PKGCONFIG_REQUIRES=''
    PKG_CONFIG=''
    POPPLER_CFLAGS=''
    POPPLER_LIBS=''
    RANLIB=''
    SED=''
    SET_MAKE=''
    SHELL='/bin/sh'
    SHLIB_EXT=''
    SHM_LIBS=''
    SHTOOL=''
    STRIP=''
    VALGRIND_CFLAGS=''
    VALGRIND_LIBS=''
    VERSION=''
    XARGS=''
    XMKMF=''
    X_CFLAGS=''
    X_EXTRA_LIBS=''
    X_LIBS=''
    X_PRE_LIBS=''
    ac_ct_CC='gcc'
    ac_ct_CXX=''
    ac_ct_DUMPBIN=''
    am__EXEEXT_FALSE=''
    am__EXEEXT_TRUE=''
    am__fastdepCC_FALSE=''
    am__fastdepCC_TRUE=''
    am__fastdepCXX_FALSE=''
    am__fastdepCXX_TRUE=''
    am__include=''
    am__isrc=''
    am__leading_dot=''
    am__quote=''
    am__tar=''
    am__untar=''
    bindir='${exec_prefix}/bin'
    build=''
    build_alias=''
    build_cpu=''
    build_os=''
    build_vendor=''
    datadir='${datarootdir}'
    datarootdir='${prefix}/share'
    directfb_CFLAGS=''
    directfb_LIBS=''
    docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
    drm_CFLAGS=''
    drm_LIBS=''
    drm_xr_CFLAGS=''
    drm_xr_LIBS=''
    dvidir='${docdir}'
    egl_CFLAGS=''
    egl_LIBS=''
    exec_prefix='NONE'
    gallium_DIR=''
    gl_CFLAGS=''
    gl_LIBS=''
    glib_CFLAGS=''
    glib_LIBS=''
    gtk_CFLAGS=''
    gtk_LIBS=''
    host=''
    host_alias=''
    host_cpu=''
    host_os=''
    host_vendor=''
    htmldir='${docdir}'
    includedir='${prefix}/include'
    infodir='${datarootdir}/info'
    install_sh=''
    libdir='${exec_prefix}/lib'
    libexecdir='${exec_prefix}/libexec'
    localedir='${datarootdir}/locale'
    localstatedir='/var'
    lt_ECHO='echo'
    mandir='${datarootdir}/man'
    mesa_DIR=''
    mkdir_p=''
    oldincludedir='/usr/include'
    pdfdir='${docdir}'
    pixman_CFLAGS=''
    pixman_LIBS=''
    png_CFLAGS=''
    png_LIBS=''
    png_REQUIRES=''
    prefix='/usr'
    program_transform_name='s,x,x,'
    psdir='${docdir}'
    pthread_CFLAGS=''
    pthread_LIBS=''
    qt_CFLAGS=''
    qt_LIBS=''
    real_pthread_CFLAGS=''
    real_pthread_LIBS=''
    sbindir='${exec_prefix}/sbin'
    sharedstatedir='${prefix}/com'
    shm_LIBS=''
    skia_DIR=''
    sysconfdir='/etc'
    target_alias=''
    xcb_CFLAGS=''
    xcb_LIBS=''
    xcb_drm_CFLAGS=''
    xcb_drm_LIBS=''
    xcb_shm_CFLAGS=''
    xcb_shm_LIBS=''
    xlib_CFLAGS=''
    xlib_LIBS=''
    xlib_xcb_CFLAGS=''
    xlib_xcb_LIBS=''
    xlib_xrender_CFLAGS=''
    xlib_xrender_LIBS=''
    ## confdefs.h. ##
    /* confdefs.h */
    #define PACKAGE_NAME "cairo"
    #define PACKAGE_TARNAME "cairo"
    #define PACKAGE_VERSION "1.10.2"
    #define PACKAGE_STRING "cairo 1.10.2"
    #define PACKAGE_BUGREPORT "http://bugs.freedesktop.org/enter_bug.cgi?product=cairo"
    #define PACKAGE_URL ""
    configure: exit 77

  • [SOLVED] configure: error: C compiler cannot create executables

    I have tried to build three AUR packages, but the builds always fail with the following output:
    ==> Entering fakeroot environment...
    ==> Starting build()...
    checking build system type... i686-pc-linux-gnu
    checking host system type... i686-pc-linux-gnu
    checking build system type... (cached) i686-pc-linux-gnu
    checking target system type... i686-pc-linux-gnu
    checking for a BSD-compatible install... /bin/install -c
    checking whether build environment is sane... yes
    checking for a thread-safe mkdir -p... /bin/mkdir -p
    checking for gawk... gawk
    checking whether make sets $(MAKE)... no
    checking for style of include used by make... none
    checking for gcc... gcc
    checking for C compiler default output file name...
    configure: error: in `/home/learner/builds/tuxmath/src/tuxmath_w_fonts-1.7.2':
    configure: error: C compiler cannot create executables
    See `config.log' for more details.
    ==> ERROR: Build Failed.
    Aborting...
    I could not find the indicated config.log file.
    I installed all the dependencies indicated in the wiki, but I have a feeling I must be missing basic in my configuration.  Both gcc and base-devel are installed.  I've also run makepkg as root.  What amI doing wrong?
    Last edited by intelligo (2010-02-04 00:33:14)

    Here's the 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 Tux Of Math Command configure 1.7.2, which was
    generated by GNU Autoconf 2.63. Invocation command line was
    $ ./configure --prefix=/usr
    ## Platform. ##
    hostname = uknow4kids
    uname -m = i686
    uname -r = 2.6.32-ARCH
    uname -s = Linux
    uname -v = #1 SMP PREEMPT Mon Jan 25 20:06:48 UTC 2010
    /usr/bin/uname -p = unknown
    /bin/uname -X = unknown
    /bin/arch = i686
    /usr/bin/arch -k = unknown
    /usr/convex/getsysinfo = unknown
    /usr/bin/hostinfo = unknown
    /bin/machine = unknown
    /usr/bin/oslevel = unknown
    /bin/universe = unknown
    PATH: /bin
    PATH: /usr/bin
    PATH: /sbin
    PATH: /usr/sbin
    PATH: /usr/bin/perlbin/site
    PATH: /usr/bin/perlbin/vendor
    PATH: /usr/bin/perlbin/core
    ## Core tests. ##
    configure:1951: checking build system type
    configure:1969: result: i686-pc-linux-gnu
    configure:1991: checking host system type
    configure:2006: result: i686-pc-linux-gnu
    configure:2034: checking build system type
    configure:2052: result: i686-pc-linux-gnu
    configure:2074: checking target system type
    configure:2089: result: i686-pc-linux-gnu
    configure:2134: checking for a BSD-compatible install
    configure:2202: result: /bin/install -c
    configure:2213: checking whether build environment is sane
    configure:2256: result: yes
    configure:2281: checking for a thread-safe mkdir -p
    configure:2320: result: /bin/mkdir -p
    configure:2333: checking for gawk
    configure:2349: found /bin/gawk
    configure:2360: result: gawk
    configure:2371: checking whether make sets $(MAKE)
    configure:2397: result: no
    configure:2604: checking for style of include used by make
    configure:2632: result: none
    configure:2702: checking for gcc
    configure:2718: found /usr/bin/gcc
    configure:2729: result: gcc
    configure:2961: checking for C compiler version
    configure:2969: gcc --version >&5
    gcc (GCC) 4.4.3
    Copyright (C) 2010 Free Software Foundation, Inc.
    This is free software; see the source for copying conditions. There is NO
    warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    configure:2973: $? = 0
    configure:2980: gcc -v >&5
    Using built-in specs.
    Target: i686-pc-linux-gnu
    Configured with: ../configure --prefix=/usr --enable-shared --enable-languages=c,c++,fortran,objc,obj-c++,ada --enable-threads=posix --mandir=/usr/share/man --infodir=/usr/share/info --enable-__cxa_atexit --disable-multilib --libdir=/usr/lib --libexecdir=/usr/lib --enable-clocale=gnu --disable-libstdcxx-pch --with-tune=generic
    Thread model: posix
    gcc version 4.4.3 (GCC)
    configure:2984: $? = 0
    configure:2991: gcc -V >&5
    gcc: '-V' option must have argument
    configure:2995: $? = 1
    configure:3018: checking for C compiler default output file name
    configure:3040: gcc -march=i686 -mtune=generic -O2 -pipe -Wl,--hash-style=gnu -Wl,--as-needed conftest.c >&5
    gcc: error trying to exec '/usr/lib/gcc/i686-pc-linux-gnu/4.4.3/cc1': execv: Exec format error
    configure:3044: $? = 1
    configure:3082: result:
    configure: failed program was:
    | /* confdefs.h. */
    | #define PACKAGE_NAME "Tux Of Math Command"
    | #define PACKAGE_TARNAME "tuxmath"
    | #define PACKAGE_VERSION "1.7.2"
    | #define PACKAGE_STRING "Tux Of Math Command 1.7.2"
    | #define PACKAGE_BUGREPORT "[email protected]"
    | #define PACKAGE "tuxmath"
    | #define VERSION "1.7.2"
    | #define PROGRAM_NAME "tuxmath"
    | /* end confdefs.h. */
    |
    | int
    | main ()
    | {
    |
    | ;
    | return 0;
    | }
    configure:3088: error: in `/home/learner/builds/tuxmath/src/tuxmath_w_fonts-1.7.2':
    configure:3091: error: C compiler cannot create executables
    See `config.log' for more details.
    ## Cache variables. ##
    ac_cv_build=i686-pc-linux-gnu
    ac_cv_env_CC_set=
    ac_cv_env_CC_value=
    ac_cv_env_CFLAGS_set=set
    ac_cv_env_CFLAGS_value='-march=i686 -mtune=generic -O2 -pipe'
    ac_cv_env_CPPFLAGS_set=
    ac_cv_env_CPPFLAGS_value=
    ac_cv_env_CPP_set=
    ac_cv_env_CPP_value=
    ac_cv_env_LDFLAGS_set=set
    ac_cv_env_LDFLAGS_value='-Wl,--hash-style=gnu -Wl,--as-needed'
    ac_cv_env_LIBS_set=
    ac_cv_env_LIBS_value=
    ac_cv_env_YACC_set=
    ac_cv_env_YACC_value=
    ac_cv_env_YFLAGS_set=
    ac_cv_env_YFLAGS_value=
    ac_cv_env_build_alias_set=
    ac_cv_env_build_alias_value=
    ac_cv_env_host_alias_set=
    ac_cv_env_host_alias_value=
    ac_cv_env_target_alias_set=
    ac_cv_env_target_alias_value=
    ac_cv_host=i686-pc-linux-gnu
    ac_cv_path_install='/bin/install -c'
    ac_cv_path_mkdir=/bin/mkdir
    ac_cv_prog_AWK=gawk
    ac_cv_prog_ac_ct_CC=gcc
    ac_cv_prog_make_make_set=no
    ac_cv_target=i686-pc-linux-gnu
    ## Output variables. ##
    ACLOCAL='${SHELL} /home/learner/builds/tuxmath/src/tuxmath_w_fonts-1.7.2/missing --run aclocal-1.10'
    ALLOCA=''
    AMDEPBACKSLASH='\'
    AMDEP_FALSE='#'
    AMDEP_TRUE=''
    AMTAR='${SHELL} /home/learner/builds/tuxmath/src/tuxmath_w_fonts-1.7.2/missing --run tar'
    AUTOCONF='${SHELL} /home/learner/builds/tuxmath/src/tuxmath_w_fonts-1.7.2/missing --run autoconf'
    AUTOHEADER='${SHELL} /home/learner/builds/tuxmath/src/tuxmath_w_fonts-1.7.2/missing --run autoheader'
    AUTOMAKE='${SHELL} /home/learner/builds/tuxmath/src/tuxmath_w_fonts-1.7.2/missing --run automake-1.10'
    AWK='gawk'
    BUILD_MINGW32_FALSE=''
    BUILD_MINGW32_TRUE=''
    CC='gcc'
    CCDEPMODE=''
    CFLAGS='-march=i686 -mtune=generic -O2 -pipe'
    CPP=''
    CPPFLAGS=''
    CYGPATH_W='echo'
    DEFS=''
    DEPDIR='.deps'
    ECHO_C=''
    ECHO_N='-n'
    ECHO_T=''
    EGREP=''
    EXEEXT=''
    GETTEXT_MACRO_VERSION=''
    GMSGFMT=''
    GMSGFMT_015=''
    GREP=''
    INSTALL_DATA='${INSTALL} -m 644'
    INSTALL_PROGRAM='${INSTALL}'
    INSTALL_SCRIPT='${INSTALL}'
    INSTALL_STRIP_PROGRAM='$(install_sh) -c -s'
    INTLLIBS=''
    INTL_MACOSX_LIBS=''
    LDFLAGS='-Wl,--hash-style=gnu -Wl,--as-needed'
    LIBICONV=''
    LIBINTL=''
    LIBOBJS=''
    LIBS=''
    LTLIBICONV=''
    LTLIBINTL=''
    LTLIBOBJS=''
    MAKEINFO='${SHELL} /home/learner/builds/tuxmath/src/tuxmath_w_fonts-1.7.2/missing --run makeinfo'
    MKDIR_P='/bin/mkdir -p'
    MSGFMT=''
    MSGFMT_015=''
    MSGMERGE=''
    NAME_VERSION='tuxmath-1.7.2'
    NSIS=''
    NSI_BUILD_FALSE=''
    NSI_BUILD_TRUE=''
    NSI_DLL_DIR=''
    NSI_INSTALL_DIR=''
    OBJEXT=''
    PACKAGE='tuxmath'
    PACKAGE_BUGREPORT='[email protected]'
    PACKAGE_NAME='Tux Of Math Command'
    PACKAGE_STRING='Tux Of Math Command 1.7.2'
    PACKAGE_TARNAME='tuxmath'
    PACKAGE_VERSION='1.7.2'
    PATH_SEPARATOR=':'
    POSUB=''
    POW_LIB=''
    RANLIB=''
    SDL_CFLAGS=''
    SDL_CONFIG=''
    SDL_LIBS=''
    SET_MAKE='MAKE=make'
    SHELL='/bin/sh'
    STRIP=''
    USE_NLS=''
    VERSION='1.7.2'
    WINDRES=''
    XGETTEXT=''
    XGETTEXT_015=''
    XGETTEXT_EXTRA_OPTIONS=''
    YACC=''
    YFLAGS=''
    ac_ct_CC='gcc'
    am__fastdepCC_FALSE=''
    am__fastdepCC_TRUE=''
    am__include='#'
    am__isrc=''
    am__leading_dot='.'
    am__quote=''
    am__tar='${AMTAR} chof - "$$tardir"'
    am__untar='${AMTAR} xf -'
    bindir='${exec_prefix}/bin'
    build='i686-pc-linux-gnu'
    build_alias=''
    build_cpu='i686'
    build_os='linux-gnu'
    build_vendor='pc'
    datadir='${datarootdir}'
    datarootdir='${prefix}/share'
    docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
    dvidir='${docdir}'
    exec_prefix='NONE'
    host='i686-pc-linux-gnu'
    host_alias=''
    host_cpu='i686'
    host_os='linux-gnu'
    host_vendor='pc'
    htmldir='${docdir}'
    includedir='${prefix}/include'
    infodir='${datarootdir}/info'
    install_sh='$(SHELL) /home/learner/builds/tuxmath/src/tuxmath_w_fonts-1.7.2/install-sh'
    libdir='${exec_prefix}/lib'
    libexecdir='${exec_prefix}/libexec'
    localedir='${datarootdir}/locale'
    localstatedir='${prefix}/var'
    mandir='${datarootdir}/man'
    mkdir_p='/bin/mkdir -p'
    oldincludedir='/usr/include'
    pdfdir='${docdir}'
    prefix='/usr'
    program_transform_name='s,x,x,'
    psdir='${docdir}'
    sbindir='${exec_prefix}/sbin'
    sharedstatedir='${prefix}/com'
    sysconfdir='${prefix}/etc'
    target='i686-pc-linux-gnu'
    target_alias=''
    target_cpu='i686'
    target_os='linux-gnu'
    target_vendor='pc'
    ## confdefs.h. ##
    #define PACKAGE_NAME "Tux Of Math Command"
    #define PACKAGE_TARNAME "tuxmath"
    #define PACKAGE_VERSION "1.7.2"
    #define PACKAGE_STRING "Tux Of Math Command 1.7.2"
    #define PACKAGE_BUGREPORT "[email protected]"
    #define PACKAGE "tuxmath"
    #define VERSION "1.7.2"
    #define PROGRAM_NAME "tuxmath"
    configure: exit 77
    And here's makepkg.conf:
    # /etc/makepkg.conf
    # SOURCE ACQUISITION
    #-- The download utilities that makepkg should use to acquire sources
    # Format: 'protocol::agent'
    DLAGENTS=('ftp::/usr/bin/wget -c --passive-ftp -t 3 --waitretry=3 -O %o %u'
    'http::/usr/bin/wget -c -t 3 --waitretry=3 -O %o %u'
    'https::/usr/bin/wget -c -t 3 --waitretry=3 --no-check-certificate -O %o %u'
    'rsync::/usr/bin/rsync -z %u %o'
    'scp::/usr/bin/scp -C %u %o')
    # Other common tools:
    # /usr/bin/snarf
    # /usr/bin/lftpget -c
    # /usr/bin/curl
    # ARCHITECTURE, COMPILE FLAGS
    CARCH="i686"
    CHOST="i686-pc-linux-gnu"
    #-- Exclusive: will only run on i686
    # -march (or -mcpu) builds exclusively for an architecture
    # -mtune optimizes for an architecture, but builds for whole processor family
    CFLAGS="-march=i686 -mtune=generic -O2 -pipe"
    CXXFLAGS="-march=i686 -mtune=generic -O2 -pipe"
    LDFLAGS="-Wl,--hash-style=gnu -Wl,--as-needed"
    #-- Make Flags: change this for DistCC/SMP systems
    #MAKEFLAGS="-j2"
    # BUILD ENVIRONMENT
    # Defaults: BUILDENV=(fakeroot !distcc color !ccache)
    # A negated environment option will do the opposite of the comments below.
    #-- fakeroot: Allow building packages as a non-root user
    #-- distcc: Use the Distributed C/C++/ObjC compiler
    #-- color: Colorize output messages
    #-- ccache: Use ccache to cache compilation
    BUILDENV=(fakeroot !distcc color !ccache)
    #-- If using DistCC, your MAKEFLAGS will also need modification. In addition,
    #-- specify a space-delimited list of hosts running in the DistCC cluster.
    #DISTCC_HOSTS=""
    # GLOBAL PACKAGE OPTIONS
    # These are default values for the options=() settings
    # Default: OPTIONS=(strip docs libtool emptydirs zipman purge)
    # A negated option will do the opposite of the comments below.
    #-- strip: Strip symbols from binaries/libraries in STRIP_DIRS
    #-- docs: Save doc directories specified by DOC_DIRS
    #-- libtool: Leave libtool (.la) files in packages
    #-- emptydirs: Leave empty directories in packages
    #-- zipman: Compress manual (man and info) pages in MAN_DIRS with gzip
    #-- purge: Remove files specified by PURGE_TARGETS
    OPTIONS=(strip docs libtool emptydirs zipman purge)
    #-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512
    INTEGRITY_CHECK=(md5)
    #-- Manual (man and info) directories to compress (if zipman is specified)
    MAN_DIRS=({usr{,/local}{,/share},opt/*}/{man,info})
    #-- Doc directories to remove (if !docs is specified)
    DOC_DIRS=(usr/{,local/}{,share/}{doc,gtk-doc} opt/*/{doc,gtk-doc})
    #-- Directories to be searched for the strip option (if strip is specified)
    STRIP_DIRS=(bin lib sbin usr/{bin,lib,sbin,local/{bin,lib,sbin}} opt/*/{bin,lib,sbin})
    #-- Files to be removed from all packages (if purge is specified)
    PURGE_TARGETS=(usr/{,share}/info/dir .packlist *.pod)
    # PACKAGE OUTPUT
    # Default: put built package and cached source in build directory
    #-- Destination: specify a fixed directory where all packages will be placed
    #PKGDEST=/home/packages
    #-- Source cache: specify a fixed directory where source files will be cached
    #SRCDEST=/home/sources
    #-- Packager: name/email of the person or organization building packages
    #PACKAGER="John Doe <[email protected]>"
    # EXTENSION DEFAULTS
    # WARNING: Do NOT modify these variables unless you know what you are
    # doing.
    PKGEXT='.pkg.tar.gz'
    SRCEXT='.src.tar.gz'
    # vim: set ft=sh ts=2 sw=2 et:
    Thanks for your help!

  • Qt... configure: error

    Hi,
    When I'm trying to install theme, decorations or program, who's using Qt engine, I'm getting this error:
    Qt... configure: error: Qt (>= Qt 3.3 and < 4.0) (headers and libraries) not found. Please check your installation!
    I'm using KDE.
    Thanks

    Can you tell me where to add this lines. Here is configure file:
    #! /bin/sh
    # Guess values for system-dependent variables and create Makefiles.
    # Generated by GNU Autoconf 2.61.
    # Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    # 2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
    # This configure script is free software; the Free Software Foundation
    # gives unlimited permission to copy, distribute and modify it.
    ## M4sh Initialization.  ##
    # Be more Bourne compatible
    DUALCASE=1; export DUALCASE # for MKS sh
    if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
      emulate sh
      NULLCMD=:
      # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
      # is contrary to our usage.  Disable this feature.
      alias -g '${1+"$@"}'='"$@"'
      setopt NO_GLOB_SUBST
    else
      case `(set -o) 2>/dev/null` in
      *posix*) set -o posix ;;
    esac
    fi
    # PATH needs CR
    # Avoid depending upon Character Ranges.
    as_cr_letters='abcdefghijklmnopqrstuvwxyz'
    as_cr_LETTERS='ABCDEFGHIJKLMNOPQRSTUVWXYZ'
    as_cr_Letters=$as_cr_letters$as_cr_LETTERS
    as_cr_digits='0123456789'
    as_cr_alnum=$as_cr_Letters$as_cr_digits
    # The user is always right.
    if test "${PATH_SEPARATOR+set}" != set; then
      echo "#! /bin/sh" >conf$$.sh
      echo  "exit 0"   >>conf$$.sh
      chmod +x conf$$.sh
      if (PATH="/nonexistent;."; conf$$.sh) >/dev/null 2>&1; then
        PATH_SEPARATOR=';'
      else
        PATH_SEPARATOR=:
      fi
      rm -f conf$$.sh
    fi
    # Support unset when possible.
    if ( (MAIL=60; unset MAIL) || exit) >/dev/null 2>&1; then
      as_unset=unset
    else
      as_unset=false
    fi
    # IFS
    # We need space, tab and new line, in precisely that order.  Quoting is
    # there to prevent editors from complaining about space-tab.
    # (If _AS_PATH_WALK were called with IFS unset, it would disable word
    # splitting by setting IFS to empty value.)
    as_nl='
    IFS=" ""    $as_nl"
    # Find who we are.  Look in the path if we contain no directory separator.
    case $0 in
      *[\\/]* ) as_myself=$0 ;;
      *) as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    for as_dir in $PATH
    do
      IFS=$as_save_IFS
      test -z "$as_dir" && as_dir=.
      test -r "$as_dir/$0" && as_myself=$as_dir/$0 && break
    done
    IFS=$as_save_IFS
    esac
    # We did not find ourselves, most probably we were run as `sh COMMAND'
    # in which case we are not to be found in the path.
    if test "x$as_myself" = x; then
      as_myself=$0
    fi
    if test ! -f "$as_myself"; then
      echo "$as_myself: error: cannot find myself; rerun with an absolute file name" >&2
      { (exit 1); exit 1; }
    fi
    # Work around bugs in pre-3.0 UWIN ksh.
    for as_var in ENV MAIL MAILPATH
    do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
    done
    PS1='$ '
    PS2='> '
    PS4='+ '
    # NLS nuisances.
    for as_var in \
      LANG LANGUAGE LC_ADDRESS LC_ALL LC_COLLATE LC_CTYPE LC_IDENTIFICATION \
      LC_MEASUREMENT LC_MESSAGES LC_MONETARY LC_NAME LC_NUMERIC LC_PAPER \
      LC_TELEPHONE LC_TIME
    do
      if (set +x; test -z "`(eval $as_var=C; export $as_var) 2>&1`"); then
        eval $as_var=C; export $as_var
      else
        ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
      fi
    done
    # Required to use basename.
    if expr a : '\(a\)' >/dev/null 2>&1 &&
       test "X`expr 00001 : '.*\(...\)'`" = X001; then
      as_expr=expr
    else
      as_expr=false
    fi
    if (basename -- /) >/dev/null 2>&1 && test "X`basename -- / 2>&1`" = "X/"; then
      as_basename=basename
    else
      as_basename=false
    fi
    # Name of the executable.
    as_me=`$as_basename -- "$0" ||
    $as_expr X/"$0" : '.*/\([^/][^/]*\)/*$' \| \
         X"$0" : 'X\(//\)$' \| \
         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    echo X/"$0" |
        sed '/^.*\/\([^/][^/]*\)\/*$/{
            s//\1/
            q
          /^X\/\(\/\/\)$/{
            s//\1/
            q
          /^X\/\(\/\).*/{
            s//\1/
            q
          s/.*/./; q'`
    # CDPATH.
    $as_unset CDPATH
    if test "x$CONFIG_SHELL" = x; then
      if (eval ":") 2>/dev/null; then
      as_have_required=yes
    else
      as_have_required=no
    fi
      if test $as_have_required = yes &&      (eval ":
    (as_func_return () {
      (exit \$1)
    as_func_success () {
      as_func_return 0
    as_func_failure () {
      as_func_return 1
    as_func_ret_success () {
      return 0
    as_func_ret_failure () {
      return 1
    exitcode=0
    if as_func_success; then
    else
      exitcode=1
      echo as_func_success failed.
    fi
    if as_func_failure; then
      exitcode=1
      echo as_func_failure succeeded.
    fi
    if as_func_ret_success; then
    else
      exitcode=1
      echo as_func_ret_success failed.
    fi
    if as_func_ret_failure; then
      exitcode=1
      echo as_func_ret_failure succeeded.
    fi
    if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
    else
      exitcode=1
      echo positional parameters were not saved.
    fi
    test \$exitcode = 0) || { (exit 1); exit 1; }
      as_lineno_1=\$LINENO
      as_lineno_2=\$LINENO
      test \"x\$as_lineno_1\" != \"x\$as_lineno_2\" &&
      test \"x\`expr \$as_lineno_1 + 1\`\" = \"x\$as_lineno_2\") || { (exit 1); exit 1; }
    ") 2> /dev/null; then
    else
      as_candidate_shells=
        as_save_IFS=$IFS; IFS=$PATH_SEPARATOR
    for as_dir in /bin$PATH_SEPARATOR/usr/bin$PATH_SEPARATOR$PATH
    do
      IFS=$as_save_IFS
      test -z "$as_dir" && as_dir=.
      case $as_dir in
           for as_base in sh bash ksh sh5; do
             as_candidate_shells="$as_candidate_shells $as_dir/$as_base"
           done;;
           esac
    done
    IFS=$as_save_IFS
          for as_shell in $as_candidate_shells $SHELL; do
         # Try only shells that exist, to save several forks.
         if { test -f "$as_shell" || test -f "$as_shell.exe"; } &&
            { ("$as_shell") 2> /dev/null <<\_ASEOF
    if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
      emulate sh
      NULLCMD=:
      # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
      # is contrary to our usage.  Disable this feature.
      alias -g '${1+"$@"}'='"$@"'
      setopt NO_GLOB_SUBST
    else
      case `(set -o) 2>/dev/null` in
      *posix*) set -o posix ;;
    esac
    fi
    _ASEOF
    }; then
      CONFIG_SHELL=$as_shell
               as_have_required=yes
               if { "$as_shell" 2> /dev/null <<\_ASEOF
    if test -n "${ZSH_VERSION+set}" && (emulate sh) >/dev/null 2>&1; then
      emulate sh
      NULLCMD=:
      # Zsh 3.x and 4.x performs word splitting on ${1+"$@"}, which
      # is contrary to our usage.  Disable this feature.
      alias -g '${1+"$@"}'='"$@"'
      setopt NO_GLOB_SUBST
    else
      case `(set -o) 2>/dev/null` in
      *posix*) set -o posix ;;
    esac
    fi
    (as_func_return () {
      (exit $1)
    as_func_success () {
      as_func_return 0
    as_func_failure () {
      as_func_return 1
    as_func_ret_success () {
      return 0
    as_func_ret_failure () {
      return 1
    exitcode=0
    if as_func_success; then
    else
      exitcode=1
      echo as_func_success failed.
    fi
    if as_func_failure; then
      exitcode=1
      echo as_func_failure succeeded.
    fi
    if as_func_ret_success; then
    else
      exitcode=1
      echo as_func_ret_success failed.
    fi
    if as_func_ret_failure; then
      exitcode=1
      echo as_func_ret_failure succeeded.
    fi
    if ( set x; as_func_ret_success y && test x = "$1" ); then
    else
      exitcode=1
      echo positional parameters were not saved.
    fi
    test $exitcode = 0) || { (exit 1); exit 1; }
      as_lineno_1=$LINENO
      as_lineno_2=$LINENO
      test "x$as_lineno_1" != "x$as_lineno_2" &&
      test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2") || { (exit 1); exit 1; }
    _ASEOF
    }; then
      break
    fi
    fi
          done
          if test "x$CONFIG_SHELL" != x; then
      for as_var in BASH_ENV ENV
            do ($as_unset $as_var) >/dev/null 2>&1 && $as_unset $as_var
            done
            export CONFIG_SHELL
            exec "$CONFIG_SHELL" "$as_myself" ${1+"$@"}
    fi
        if test $as_have_required = no; then
      echo This script requires a shell more modern than all the
          echo shells that I found on your system.  Please install a
          echo modern shell, or manually run the script under such a
          echo shell if you do have one.
          { (exit 1); exit 1; }
    fi
    fi
    fi
    (eval "as_func_return () {
      (exit \$1)
    as_func_success () {
      as_func_return 0
    as_func_failure () {
      as_func_return 1
    as_func_ret_success () {
      return 0
    as_func_ret_failure () {
      return 1
    exitcode=0
    if as_func_success; then
    else
      exitcode=1
      echo as_func_success failed.
    fi
    if as_func_failure; then
      exitcode=1
      echo as_func_failure succeeded.
    fi
    if as_func_ret_success; then
    else
      exitcode=1
      echo as_func_ret_success failed.
    fi
    if as_func_ret_failure; then
      exitcode=1
      echo as_func_ret_failure succeeded.
    fi
    if ( set x; as_func_ret_success y && test x = \"\$1\" ); then
    else
      exitcode=1
      echo positional parameters were not saved.
    fi
    test \$exitcode = 0") || {
      echo No shell found that supports shell functions.
      echo Please tell [email protected] about your system,
      echo including any error possibly output before this
      echo message
      as_lineno_1=$LINENO
      as_lineno_2=$LINENO
      test "x$as_lineno_1" != "x$as_lineno_2" &&
      test "x`expr $as_lineno_1 + 1`" = "x$as_lineno_2" || {
      # Create $as_me.lineno as a copy of $as_myself, but with $LINENO
      # uniformly replaced by the line number.  The first 'sed' inserts a
      # line-number line after each line using $LINENO; the second 'sed'
      # does the real work.  The second script uses 'N' to pair each
      # line-number line with the line containing $LINENO, and appends
      # trailing '-' during substitution so that $LINENO is not a special
      # case at line end.
      # (Raja R Harinath suggested sed '=', and Paul Eggert wrote the
      # scripts with optimization help from Paolo Bonzini.  Blame Lee
      # E. McMahon (1931-1989) for sed's syntax.  :-)
      sed -n '
        p
        /[$]LINENO/=
      ' <$as_myself |
        sed '
          s/[$]LINENO.*/&-/
          t lineno
          b
          :lineno
          N
          :loop
          s/[$]LINENO\([^'$as_cr_alnum'_].*\n\)\(.*\)/\2\1\2/
          t loop
          s/-\n.*//
        ' >$as_me.lineno &&
      chmod +x "$as_me.lineno" ||
        { echo "$as_me: error: cannot create $as_me.lineno; rerun with a POSIX shell" >&2
       { (exit 1); exit 1; }; }
      # Don't try to exec as it changes $[0], causing all sort of problems
      # (the dirname of $[0] is not the place where we might find the
      # original and so on.  Autoconf is especially sensitive to this).
      . "./$as_me.lineno"
      # Exit status is that of the last command.
      exit
    if (as_dir=`dirname -- /` && test "X$as_dir" = X/) >/dev/null 2>&1; then
      as_dirname=dirname
    else
      as_dirname=false
    fi
    ECHO_C= ECHO_N= ECHO_T=
    case `echo -n x` in
    -n*)
      case `echo 'x\c'` in
      *c*) ECHO_T='    ';;    # ECHO_T is single tab character.
      *)   ECHO_C='\c';;
      esac;;
      ECHO_N='-n';;
    esac
    if expr a : '\(a\)' >/dev/null 2>&1 &&
       test "X`expr 00001 : '.*\(...\)'`" = X001; then
      as_expr=expr
    else
      as_expr=false
    fi
    rm -f conf$$ conf$$.exe conf$$.file
    if test -d conf$$.dir; then
      rm -f conf$$.dir/conf$$.file
    else
      rm -f conf$$.dir
      mkdir conf$$.dir
    fi
    echo >conf$$.file
    if ln -s conf$$.file conf$$ 2>/dev/null; then
      as_ln_s='ln -s'
      # ... but there are two gotchas:
      # 1) On MSYS, both `ln -s file dir' and `ln file dir' fail.
      # 2) DJGPP < 2.04 has no symlinks; `ln -s' creates a wrapper executable.
      # In both cases, we have to default to `cp -p'.
      ln -s conf$$.file conf$$.dir 2>/dev/null && test ! -f conf$$.exe ||
        as_ln_s='cp -p'
    elif ln conf$$.file conf$$ 2>/dev/null; then
      as_ln_s=ln
    else
      as_ln_s='cp -p'
    fi
    rm -f conf$$ conf$$.exe conf$$.dir/conf$$.file conf$$.file
    rmdir conf$$.dir 2>/dev/null
    if mkdir -p . 2>/dev/null; then
      as_mkdir_p=:
    else
      test -d ./-p && rmdir ./-p
      as_mkdir_p=false
    fi
    if test -x / >/dev/null 2>&1; then
      as_test_x='test -x'
    else
      if ls -dL / >/dev/null 2>&1; then
        as_ls_L_option=L
      else
        as_ls_L_option=
      fi
      as_test_x='
        eval sh -c '\''
          if test -d "$1"; then
            test -d "$1/.";
          else
        case $1 in
            -*)set "./$1";;
        esac;
        case `ls -ld'$as_ls_L_option' "$1" 2>/dev/null` in
        ???[sx]*):;;*)false;;esac;fi
        '\'' sh
    fi
    as_executable_p=$as_test_x
    # Sed expression to map a string onto a valid CPP name.
    as_tr_cpp="eval sed 'y%*$as_cr_letters%P$as_cr_LETTERS%;s%[^_$as_cr_alnum]%_%g'"
    # Sed expression to map a string onto a valid variable name.
    as_tr_sh="eval sed 'y%*+%pp%;s%[^_$as_cr_alnum]%_%g'"
    # Check that we are running under the correct shell.
    SHELL=${CONFIG_SHELL-/bin/sh}
    case X$ECHO in
    X*--fallback-echo)
      # Remove one level of quotation (which was required for Make).
      ECHO=`echo "$ECHO" | sed 's,\\\\\$\\$0,'$0','`
    esac
    echo=${ECHO-echo}
    if test "X$1" = X--no-reexec; then
      # Discard the --no-reexec flag, and continue.
      shift
    elif test "X$1" = X--fallback-echo; then
      # Avoid inline document here, it may be left over
    elif test "X`($echo '\t') 2>/dev/null`" = 'X\t' ; then
      # Yippee, $echo works!
    else
      # Restart under the correct shell.
      exec $SHELL "$0" --no-reexec ${1+"$@"}
    fi
    if test "X$1" = X--fallback-echo; then
      # used as fallback echo
      shift
      cat <<EOF
    $*
    EOF
      exit 0
    fi
    # The HP-UX ksh and POSIX shell print the target directory to stdout
    # if CDPATH is set.
    if test "X${CDPATH+set}" = Xset; then CDPATH=:; export CDPATH; fi
    if test -z "$ECHO"; then
    if test "X${echo_test_string+set}" != Xset; then
    # find a string as large as possible, as long as the shell can cope with it
      for cmd in 'sed 50q "$0"' 'sed 20q "$0"' 'sed 10q "$0"' 'sed 2q "$0"' 'echo test'; do
        # expected sizes: less than 2Kb, 1Kb, 512 bytes, 16 bytes, ...
        if (echo_test_string="`eval $cmd`") 2>/dev/null &&
           echo_test_string="`eval $cmd`" &&
           (test "X$echo_test_string" = "X$echo_test_string") 2>/dev/null
        then
          break
        fi
      done
    fi
    if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
       echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
       test "X$echo_testing_string" = "X$echo_test_string"; then
    else
      # The Solaris, AIX, and Digital Unix default echo programs unquote
      # backslashes.  This makes it impossible to quote backslashes using
      #   echo "$something" | sed 's/\\/\\\\/g'
      # So, first we look for a working echo in the user's PATH.
      lt_save_ifs="$IFS"; IFS=$PATH_SEPARATOR
      for dir in $PATH /usr/ucb; do
        IFS="$lt_save_ifs"
        if (test -f $dir/echo || test -f $dir/echo$ac_exeext) &&
           test "X`($dir/echo '\t') 2>/dev/null`" = 'X\t' &&
           echo_testing_string=`($dir/echo "$echo_test_string") 2>/dev/null` &&
           test "X$echo_testing_string" = "X$echo_test_string"; then
          echo="$dir/echo"
          break
        fi
      done
      IFS="$lt_save_ifs"
      if test "X$echo" = Xecho; then
        # We didn't find a better echo, so look for alternatives.
        if test "X`(print -r '\t') 2>/dev/null`" = 'X\t' &&
           echo_testing_string=`(print -r "$echo_test_string") 2>/dev/null` &&
           test "X$echo_testing_string" = "X$echo_test_string"; then
          # This shell has a builtin print -r that does the trick.
          echo='print -r'
        elif (test -f /bin/ksh || test -f /bin/ksh$ac_exeext) &&
         test "X$CONFIG_SHELL" != X/bin/ksh; then
          # If we have ksh, try running configure again with it.
          ORIGINAL_CONFIG_SHELL=${CONFIG_SHELL-/bin/sh}
          export ORIGINAL_CONFIG_SHELL
          CONFIG_SHELL=/bin/ksh
          export CONFIG_SHELL
          exec $CONFIG_SHELL "$0" --no-reexec ${1+"$@"}
        else
          # Try using printf.
          echo='printf %s\n'
          if test "X`($echo '\t') 2>/dev/null`" = 'X\t' &&
         echo_testing_string=`($echo "$echo_test_string") 2>/dev/null` &&
         test "X$echo_testing_string" = "X$echo_test_string"; then
        # Cool, printf works
          elif echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
           test "X$echo_testing_string" = 'X\t' &&
           echo_testing_string=`($ORIGINAL_CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
           test "X$echo_testing_string" = "X$echo_test_string"; then
        CONFIG_SHELL=$ORIGINAL_CONFIG_SHELL
        export CONFIG_SHELL
        SHELL="$CONFIG_SHELL"
        export SHELL
        echo="$CONFIG_SHELL $0 --fallback-echo"
          elif echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo '\t') 2>/dev/null` &&
           test "X$echo_testing_string" = 'X\t' &&
           echo_testing_string=`($CONFIG_SHELL "$0" --fallback-echo "$echo_test_string") 2>/dev/null` &&
           test "X$echo_testing_string" = "X$echo_test_string"; then
        echo="$CONFIG_SHELL $0 --fallback-echo"
          else
        # maybe with a smaller string...
        prev=:
        for cmd in 'echo test' 'sed 2q "$0"' 'sed 10q "$0"' 'sed 20q "$0"' 'sed 50q "$0"'; do
          if (test "X$echo_test_string" = "X`eval $cmd`") 2>/dev/null
          then
            break
          fi
          prev="$cmd"
        done
        if test "$prev" != 'sed 50q "$0"'; then
          echo_test_string=`eval $prev`
          export echo_test_string
          exec ${ORIGINAL_CONFIG_SHELL-${CONFIG_SHELL-/bin/sh}} "$0" ${1+"$@"}
        else
          # Oops.  We lost completely, so just stick with echo.
          echo=echo
        fi
          fi
        fi
      fi
    fi
    fi
    # Copy echo and quote the copy suitably for passing to libtool from
    # the Makefile, instead of quoting the original, which is used later.
    ECHO=$echo
    if test "X$ECHO" = "X$CONFIG_SHELL $0 --fallback-echo"; then
       ECHO="$CONFIG_SHELL \\\$\$0 --fallback-echo"
    fi
    tagnames=${tagnames+${tagnames},}CXX
    tagnames=${tagnames+${tagnames},}F77
    exec 7<&0 </dev/null 6>&1
    # Name of the host.
    # hostname on some systems (SVR3.2, Linux) returns a bogus exit status,
    # so uname gets run too.
    ac_hostname=`(hostname || uname -n) 2>/dev/null | sed 1q`
    # Initializations.
    ac_default_prefix=/usr/local
    ac_clean_files=
    ac_config_libobj_dir=.
    LIBOBJS=
    cross_compiling=no
    subdirs=
    MFLAGS=
    MAKEFLAGS=
    SHELL=${CONFIG_SHELL-/bin/sh}
    # Identity of this package.
    PACKAGE_NAME=
    PACKAGE_TARNAME=
    PACKAGE_VERSION=
    PACKAGE_STRING=
    PACKAGE_BUGREPORT=
    ac_unique_file="acinclude.m4"
    ac_default_prefix=${KDEDIR:-the kde prefix}
    # Factoring default headers for most tests.
    ac_includes_default="\
    #include <stdio.h>
    #ifdef HAVE_SYS_TYPES_H
    # include <sys/types.h>
    #endif
    #ifdef HAVE_SYS_STAT_H
    # include <sys/stat.h>
    #endif
    #ifdef STDC_HEADERS
    # include <stdlib.h>
    # include <stddef.h>
    #else
    # ifdef HAVE_STDLIB_H
    #  include <stdlib.h>
    # endif
    #endif
    #ifdef HAVE_STRING_H
    # if !defined STDC_HEADERS && defined HAVE_MEMORY_H
    #  include <memory.h>
    # endif
    # include <string.h>
    #endif
    #ifdef HAVE_STRINGS_H
    # include <strings.h>
    #endif
    #ifdef HAVE_INTTYPES_H
    # include <inttypes.h>
    #endif
    #ifdef HAVE_STDINT_H
    # include <stdint.h>
    #endif
    #ifdef HAVE_UNISTD_H
    # include <unistd.h>
    #endif"
    ac_subst_vars='SHELL
    PATH_SEPARATOR
    PACKAGE_NAME
    PACKAGE_TARNAME
    PACKAGE_VERSION
    PACKAGE_STRING
    PACKAGE_BUGREPORT
    exec_prefix
    prefix
    program_transform_name
    bindir
    sbindir
    libexecdir
    datarootdir
    datadir
    sysconfdir
    sharedstatedir
    localstatedir
    includedir
    oldincludedir
    docdir
    infodir
    htmldir
    dvidir
    pdfdir
    psdir
    libdir
    localedir
    mandir
    DEFS
    ECHO_C
    ECHO_N
    ECHO_T
    LIBS
    build_alias
    host_alias
    target_alias
    build
    build_cpu
    build_vendor
    build_os
    host
    host_cpu
    host_vendor
    host_os
    target
    target_cpu
    target_vendor
    target_os
    INSTALL_PROGRAM
    INSTALL_SCRIPT
    INSTALL_DATA
    CYGPATH_W
    PACKAGE
    VERSION
    ACLOCAL
    AUTOCONF
    AUTOMAKE
    AUTOHEADER
    MAKEINFO
    AMTAR
    install_sh
    STRIP
    INSTALL_STRIP_PROGRAM
    AWK
    SET_MAKE
    am__leading_dot
    KDECONFIG
    kde_libs_prefix
    kde_libs_htmldir
    CONF_FILES
    CC
    CFLAGS
    LDFLAGS
    CPPFLAGS
    ac_ct_CC
    EXEEXT
    OBJEXT
    DEPDIR
    am__include
    am__quote
    AMDEP_TRUE
    AMDEP_FALSE
    AMDEPBACKSLASH
    CCDEPMODE
    am__fastdepCC_TRUE
    am__fastdepCC_FALSE
    CPP
    CXX
    CXXFLAGS
    ac_ct_CXX
    CXXDEPMODE
    am__fastdepCXX_TRUE
    am__fastdepCXX_FALSE
    WOVERLOADED_VIRTUAL
    HAVE_GCC_VISIBILITY
    unsermake_enable_pch_TRUE
    unsermake_enable_pch_FALSE
    USE_EXCEPTIONS
    USE_RTTI
    CXXCPP
    NOOPT_CXXFLAGS
    NOOPT_CFLAGS
    ENABLE_PERMISSIVE_FLAG
    LDFLAGS_AS_NEEDED
    LDFLAGS_NEW_DTAGS
    KDE_USE_FINAL_TRUE
    KDE_USE_FINAL_FALSE
    KDE_USE_CLOSURE_TRUE
    KDE_USE_CLOSURE_FALSE
    KDE_NO_UNDEFINED
    KDE_USE_NMCHECK_TRUE
    KDE_USE_NMCHECK_FALSE
    GREP
    EGREP
    LN_S
    ECHO
    AR
    RANLIB
    F77
    FFLAGS
    ac_ct_F77
    LIBTOOL
    KDE_PLUGIN
    KDE_CHECK_PLUGIN
    MSGFMT
    GMSGFMT
    XGETTEXT
    LIBUTIL
    LIBCOMPAT
    LIBCRYPT
    LIBRESOLV
    LIB_POLL
    FRAMEWORK_COREAUDIO
    LIBSOCKET
    X_EXTRA_LIBS
    LIBUCB
    LIBDL
    KDE_USE_FPIE
    KDE_USE_PIE
    include_x11_TRUE
    include_x11_FALSE
    XMKMF
    X_PRE_LIBS
    LIB_X11
    LIB_XRENDER
    LIBSM
    X_INCLUDES
    X_LDFLAGS
    x_includes
    x_libraries
    QTE_NORTTI
    LIB_XEXT
    LIBPTHREAD
    USE_THREADS
    KDE_MT_LDFLAGS
    KDE_MT_LIBS
    USER_INCLUDES
    USER_LDFLAGS
    LIBZ
    LIBPNG
    LIBJPEG
    qt_libraries
    qt_includes
    QT_INCLUDES
    QT_LDFLAGS
    PERL
    MOC
    UIC
    UIC_TR
    LIB_QT
    LIB_QPE
    kde_qtver
    KDE_EXTRA_RPATH
    KDE_RPATH
    X_RPATH
    kde_libraries
    kde_includes
    KDE_LDFLAGS
    KDE_INCLUDES
    all_includes
    all_libraries
    AUTODIRS
    include_ARTS_TRUE
    include_ARTS_FALSE
    MAKEKDEWIDGETS
    KCONFIG_COMPILER
    KCFG_DEPENDENCIES
    DCOPIDLNG
    DCOPIDL
    DCOPIDL2CPP
    DCOP_DEPENDENCIES
    MCOPIDL
    ARTSCCONFIG
    MEINPROC
    KDE_XSL_STYLESHEET
    XMLLINT
    kde_htmldir
    kde_appsdir
    kde_icondir
    kde_sounddir
    kde_datadir
    kde_locale
    kde_confdir
    kde_kcfgdir
    kde_mimedir
    kde_wallpaperdir
    kde_bindir
    xdg_appsdir
    xdg_menudir
    xdg_directorydir
    kde_templatesdir
    kde_servicesdir
    kde_servicetypesdir
    kde_moduledir
    kdeinitdir
    kde_styledir
    kde_widgetdir
    LIB_KDED
    LIB_KDECORE
    LIB_KDEUI
    LIB_KIO
    LIB_KJS
    LIB_SMB
    LIB_KAB
    LIB_KABC
    LIB_KHTML
    LIB_KSPELL
    LIB_KPARTS
    LIB_KDEPRINT
    LIB_KUTILS
    LIB_KDEPIM
    LIB_KIMPROXY
    LIB_KNEWSTUFF
    LIB_KDNSSD
    LIB_KUNITTEST
    LIB_KSYCOCA
    LIB_KFILE
    LIB_KFM
    TOPSUBDIRS
    LIBOBJS
    LTLIBOBJS'
    ac_subst_files=''
          ac_precious_vars='build_alias
    host_alias
    target_alias
    CC
    CFLAGS
    LDFLAGS
    LIBS
    CPPFLAGS
    CPP
    CXX
    CXXFLAGS
    CCC
    CXXCPP
    F77
    FFLAGS
    XMKMF'
    # Initialize some variables set by options.
    ac_init_help=
    ac_init_version=false
    # The variables have the same names as the options, with
    # dashes changed to underlines.
    cache_file=/dev/null
    exec_prefix=NONE
    no_create=
    no_recursion=
    prefix=NONE
    program_prefix=NONE
    program_suffix=NONE
    program_transform_name=s,x,x,
    silent=
    site=
    srcdir=
    verbose=
    x_includes=NONE
    x_libraries=NONE
    # Installation directory options.
    # These are left unexpanded so users can "make install exec_prefix=/foo"
    # and all the variables that are supposed to be based on exec_prefix
    # by default will actually change.
    # Use braces instead of parens because sh, perl, etc. also accept them.
    # (The list follows the same order as the GNU Coding Standards.)
    bindir='${exec_prefix}/bin'
    sbindir='${exec_prefix}/sbin'
    libexecdir='${exec_prefix}/libexec'
    datarootdir='${prefix}/share'
    datadir='${datarootdir}'
    sysconfdir='${prefix}/etc'
    sharedstatedir='${prefix}/com'
    localstatedir='${prefix}/var'
    includedir='${prefix}/include'
    oldincludedir='/usr/include'
    docdir='${datarootdir}/doc/${PACKAGE}'
    infodir='${datarootdir}/info'
    htmldir='${docdir}'
    dvidir='${docdir}'
    pdfdir='${docdir}'
    psdir='${docdir}'
    libdir='${exec_prefix}/lib'
    localedir='${datarootdir}/locale'
    mandir='${datarootdir}/man'
    ac_prev=
    ac_dashdash=
    for ac_option
    do
      # If the previous option needs an argument, assign it.
      if test -n "$ac_prev"; then
        eval $ac_prev=\$ac_option
        ac_prev=
        continue
      fi
      case $ac_option in
      *=*)    ac_optarg=`expr "X$ac_option" : '[^=]*=\(.*\)'` ;;
      *)    ac_optarg=yes ;;
      esac
      # Accept the important Cygnus configure options, so we can diagnose typos.
      case $ac_dashdash$ac_option in
        ac_dashdash=yes ;;
      -bindir | --bindir | --bindi | --bind | --bin | --bi)
        ac_prev=bindir ;;
      -bindir=* | --bindir=* | --bindi=* | --bind=* | --bin=* | --bi=*)
        bindir=$ac_optarg ;;
      -build | --build | --buil | --bui | --bu)
        ac_prev=build_alias ;;
      -build=* | --build=* | --buil=* | --bui=* | --bu=*)
        build_alias=$ac_optarg ;;
      -cache-file | --cache-file | --cache-fil | --cache-fi \
      | --cache-f | --cache- | --cache | --cach | --cac | --ca | --c)
        ac_prev=cache_file ;;
      -cache-file=* | --cache-file=* | --cache-fil=* | --cache-fi=* \
      | --cache-f=* | --cache-=* | --cache=* | --cach=* | --cac=* | --ca=* | --c=*)
        cache_file=$ac_optarg ;;
      --config-cache | -C)
        cache_file=config.cache ;;
      -datadir | --datadir | --datadi | --datad)
        ac_prev=datadir ;;
      -datadir=* | --datadir=* | --datadi=* | --datad=*)
        datadir=$ac_optarg ;;
      -datarootdir | --datarootdir | --datarootdi | --datarootd | --dataroot \
      | --dataroo | --dataro | --datar)
        ac_prev=datarootdir ;;
      -datarootdir=* | --datarootdir=* | --datarootdi=* | --datarootd=* \
      | --dataroot=* | --dataroo=* | --dataro=* | --datar=*)
        datarootdir=$ac_optarg ;;
      -disable-* | --disable-*)
        ac_feature=`expr "x$ac_option" : 'x-*disable-\(.*\)'`
        # Reject names that are not valid shell variable names.
        expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
          { echo "$as_me: error: invalid feature name: $ac_feature" >&2
       { (exit 1); exit 1; }; }
        ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
        eval enable_$ac_feature=no ;;
      -docdir | --docdir | --docdi | --doc | --do)
        ac_prev=docdir ;;
      -docdir=* | --docdir=* | --docdi=* | --doc=* | --do=*)
        docdir=$ac_optarg ;;
      -dvidir | --dvidir | --dvidi | --dvid | --dvi | --dv)
        ac_prev=dvidir ;;
      -dvidir=* | --dvidir=* | --dvidi=* | --dvid=* | --dvi=* | --dv=*)
        dvidir=$ac_optarg ;;
      -enable-* | --enable-*)
        ac_feature=`expr "x$ac_option" : 'x-*enable-\([^=]*\)'`
        # Reject names that are not valid shell variable names.
        expr "x$ac_feature" : ".*[^-._$as_cr_alnum]" >/dev/null &&
          { echo "$as_me: error: invalid feature name: $ac_feature" >&2
       { (exit 1); exit 1; }; }
        ac_feature=`echo $ac_feature | sed 's/[-.]/_/g'`
        eval enable_$ac_feature=\$ac_optarg ;;
      -exec-prefix | --exec_prefix | --exec-prefix | --exec-prefi \
      | --exec-pref | --exec-pre | --exec-pr | --exec-p | --exec- \
      | --exec | --exe | --ex)
        ac_prev=exec_prefix ;;
      -exec-prefix=* | --exec_prefix=* | --exec-prefix=* | --exec-prefi=* \
      | --exec-pref=* | --exec-pre=* | --exec-pr=* | --exec-p=* | --exec-=* \
      | --exec=* | --exe=* | --ex=*)
        exec_prefix=$ac_optarg ;;
      -gas | --gas | --ga | --g)
        # Obsolete; use --with-gas.
        with_gas=yes ;;
      -help | --help | --hel | --he | -h)
        ac_init_help=long ;;
      -help=r* | --help=r* | --hel=r* | --he=r* | -hr*)
        ac_init_help=recursive ;;
      -help=s* | --help=s* | --hel=s* | --he=s* | -hs*)
        ac_init_help=short ;;
      -host | --host | --hos | --ho)
        ac_prev=host_alias ;;
      -host=* | --host=* | --hos=* | --ho=*)
        host_alias=$ac_optarg ;;
      -htmldir | --htmldir | --htmldi | --htmld | --html | --htm | --ht)
        ac_prev=htmldir ;;
      -htmldir=* | --htmldir=* | --htmldi=* | --htmld=* | --html=* | --htm=* \
      | --ht=*)
        htmldir=$ac_optarg ;;
      -includedir | --includedir | --includedi | --included | --include \
      | --includ | --inclu | --incl | --inc)
        ac_prev=includedir ;;
      -includedir=* | --includedir=* | --includedi=* | --included=* | --include=* \
      | --includ=* | --inclu=* | --incl=* | --inc=*)
        includedir=$ac_optarg ;;
      -infodir | --infodir | --infodi | --infod | --info | --inf)
        ac_prev=infodir ;;
      -infodir=* | --infodir=* | --infodi=* | --infod=* | --info=* | --inf=*)
        infodir=$ac_optarg ;;
      -libdir | --libdir | --libdi | --libd)
        ac_prev=libdir ;;
      -libdir=* | --libdir=* | --libdi=* | --libd=*)
        libdir=$ac_optarg ;;
      -libexecdir | --libexecdir | --libexecdi | --libexecd | --libexec \
      | --libexe | --libex | --libe)
        ac_prev=libexecdir ;;
      -libexecdir=* | --libexecdir=* | --libexecdi=* | --libexecd=* | --libexec=* \
      | --libexe=* | --libex=* | --libe=*)
        libexecdir=$ac_optarg ;;
      -localedir | --localedir | --localedi | --localed | --locale)
        ac_prev=localedir ;;
      -localedir=* | --localedir=* | --localedi=* | --localed=* | --locale=*)
        localedir=$ac_optarg ;;
      -localstatedir | --localstatedir | --localstatedi | --localstated \
      | --localstate | --localstat | --localsta | --localst | --locals)
        ac_prev=localstatedir ;;
      -localstatedir=* | --localstatedir=* | --localstatedi=* | --localstated=* \
      | --localstate=* | --localstat=* | --localsta=* | --localst=* | --locals=*)
        localstatedir=$ac_optarg ;;
      -mandir | --mandir | --mandi | --mand | --man | --ma | --m)
        ac_prev=mandir ;;
      -mandir=* | --mandir=* | --mandi=* | --mand=* | --man=* | --ma=* | --m=*)
        mandir=$ac_optarg ;;
      -nfp | --nfp | --nf)
        # Obsolete; use --without-fp.
        with_fp=no ;;
      -no-create | --no-create | --no-creat | --no-crea | --no-cre \
      | --no-cr | --no-c | -n)
        no_create=yes ;;
      -no-recursion | --no-recursion | --no-recursio | --no-recursi \
      | --no-recurs | --no-recur | --no-recu | --no-rec | --no-re | --no-r)
        no_recursion=yes ;;
      -oldincludedir | --oldincludedir | --oldincludedi | --oldincluded \
      | --oldinclude | --oldinclud | --oldinclu | --oldincl | --oldinc \
      | --oldin | --oldi | --old | --ol | --o)
        ac_prev=oldincludedir ;;
      -oldincludedir=* | --oldincludedir=* | --oldincludedi=* | --oldincluded=* \
      | --oldinclude=* | --oldinclud=* | --oldinclu=* | --oldincl=* | --oldinc=* \
      | --oldin=* | --oldi=* | --old=* | --ol=* | --o=*)
        oldincludedir=$ac_optarg ;;
      -prefix | --prefix | --prefi | --pref | --pre | --pr | --p)
        ac_prev=prefix ;;
      -prefix=* | --prefix=* | --prefi=* | --pref=* | --pre=* | --pr=* | --p=*)
        prefix=$ac_optarg ;;
      -program-prefix | --program-prefix | --program-prefi | --program-pref \
      | --program-pre | --program-pr | --program-p)
        ac_prev=program_prefix ;;
      -program-prefix=* | --program-prefix=* | --program-prefi=* \
      | --program-pref=* | --program-pre=* | --program-pr=* | --program-p=*)
        program_prefix=$ac_optarg ;;
      -program-suffix | --program-suffix | --program-suffi | --program-suff \
      | --program-suf | --program-su | --program-s)
        ac_prev=program_suffix ;;
      -program-suffix=* | --program-suffix=* | --program-suffi=* \
      | --program-suff=* | --program-suf=* | --program-su=* | --program-s=*)
        program_suffix=$ac_optarg ;;
      -program-transform-name | --program-transform-name \
      | --program-transform-nam | --program-transform-na \
      | --program-transform-n | --program-transform- \
      | --program-transform | --program-transfor \
      | --program-transfo | --program-transf \
      | --program-trans | --program-tran \
      | --progr-tra | --program-tr | --program-t)
        ac_prev=program_transform_name ;;
      -program-transform-name=* | --program-transform-name=* \
      | --program-transform-nam=* | --program-transform-na=* \
      | --program-transform-n=* | --program-transform-=* \
      | --program-transform=* | --program-transfor=* \
      | --program-transfo=* | --program-transf=* \
      | --program-trans=* | --program-tran=* \
      | --progr-tra=* | --program-tr=* | --program-t=*)
        program_transform_name=$ac_optarg ;;
      -pdfdir | --pdfdir | --pdfdi | --pdfd | --pdf | --pd)
        ac_prev=pdfdir ;;
      -pdfdir=* | --pdfdir=* | --pdfdi=* | --pdfd=* | --pdf=* | --pd=*)
        pdfdir=$ac_optarg ;;
      -psdir | --psdir | --psdi | --psd | --ps)
        ac_prev=psdir ;;
      -psdir=* | --psdir=* | --psdi=* | --psd=* | --ps=*)
        psdir=$ac_optarg ;;
      -q | -quiet | --quiet | --quie | --qui | --qu | --q \
      | -silent | --silent | --silen | --sile | --sil)
        silent=yes ;;
      -sbindir | --sbindir | --sbindi | --sbind | --sbin | --sbi | --sb)
        ac_prev=sbindir ;;
      -sbindir=* | --sbindir=* | --sbindi=* | --sbind=* | --sbin=* \
      | --sbi=* | --sb=*)
        sbindir=$ac_optarg ;;
      -sharedstatedir | --sharedstatedir | --sharedstatedi \
      | --sharedstated | --sharedstate | --sharedstat | --sharedsta \
      | --sharedst | --shareds | --shared | --share | --shar \
      | --sha | --sh)
        ac_prev=sharedstatedir ;;
      -sharedstatedir=* | --sharedstatedir=* | --sharedstatedi=* \
      | --sharedstated=* | --sharedstate=* | --sharedstat=* | --sharedsta=* \
      | --sharedst=* | --shareds=* | --shared=* | --share=* | --shar=* \
      | --sha=* | --sh=*)
        sharedstatedir=$ac_optarg ;;
      -site | --site | --sit)
        ac_prev=site ;;
      -site=* | --site=* | --sit=*)
        site=$ac_optarg ;;
      -srcdir | --srcdir | --srcdi | --srcd | --src | --sr)
        ac_prev=srcdir ;;
      -srcdir=* | --srcdir=* | --srcdi=* | --srcd=* | --src=* | --sr=*)
        srcdir=$ac_optarg ;;
      -sysconfdir | --sysconfdir | --sysconfdi | --sysconfd | --sysconf \
      | --syscon | --sysco | --sysc | --sys | --sy)
        ac_prev=sysconfdir ;;
      -sysconfdir=* | --sysconfdir=* | --sysconfdi=* | --sysconfd=* | --sysconf=* \
      | --syscon=* | --sysco=* | --sysc=* | --sys=* | --sy=*)
        sysconfdir=$ac_optarg ;;
      -target | --target | --targe | --targ | --tar | --ta | --t)
        ac_prev=target_alias ;;
      -target=* | --target=* | --targe=* | --targ=* | --tar=* | --ta=* | --t=*)
        target_alias=$ac_optarg ;;
      -v | -verbose | --verbose | --verbos | --verbo | --verb)
        verbose=yes ;;
      -version | --version | --versio | --versi | --vers | -V)
        ac_init_version=: ;;
      -with-* | --with-*)
        ac_package=`expr "x$ac_option" : 'x-*with-\([^=]*\)'`
        # Reject names that are not valid shell variable names.
        expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
          { echo "$as_me: error: invalid package name: $ac_package" >&2
       { (exit 1); exit 1; }; }
        ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
        eval with_$ac_package=\$ac_optarg ;;
      -without-* | --without-*)
        ac_package=`expr "x$ac_option" : 'x-*without-\(.*\)'`
        # Reject names that are not valid shell variable names.
        expr "x$ac_package" : ".*[^-._$as_cr_alnum]" >/dev/null &&
          { echo "$as_me: error: invalid package name: $ac_package" >&2
       { (exit 1); exit 1; }; }
        ac_package=`echo $ac_package | sed 's/[-.]/_/g'`
        eval with_$ac_package=no ;;
      --x)
        # Obsolete; use --with-x.
        with_x=yes ;;
      -x-includes | --x-includes | --x-include | --x-includ | --x-inclu \
      | --x-incl | --x-inc | --x-in | --x-i)
        ac_prev=x_includes ;;
      -x-includes=* | --x-includes=* | --x-include=* | --x-includ=* | --x-inclu=* \
      | --x-incl=* | --x-inc=* | --x-in=* | --x-i=*)
        x_includes=$ac_optarg ;;
      -x-libraries | --x-libraries | --x-librarie | --x-librari \
      | --x-librar | --x-libra | --x-libr | --x-lib | --x-li | --x-l)
        ac_prev=x_libraries ;;
      -x-libraries=* | --x-libraries=* | --x-librarie=* | --x-librari=* \
      | --x-librar=* | --x-libra=* | --x-libr=* | --x-lib=* | --x-li=* | --x-l=*)
        x_libraries=$ac_optarg ;;
      -*) { echo "$as_me: error: unrecognized option: $ac_option
    Try \`$0 --help' for more information." >&2
       { (exit 1); exit 1; }; }
      *=*)
        ac_envvar=`expr "x$ac_option" : 'x\([^=]*\)='`
        # Reject names that are not valid shell variable names.
        expr "x$ac_envvar" : ".*[^_$as_cr_alnum]" >/dev/null &&
          { echo "$as_me: error: invalid variable name: $ac_envvar" >&2
       { (exit 1); exit 1; }; }
        eval $ac_envvar=\$ac_optarg
        export $ac_envvar ;;
        # FIXME: should be removed in autoconf 3.0.
        echo "$as_me: WARNING: you should use --build, --host, --target" >&2
        expr "x$ac_option" : ".*[^-._$as_cr_alnum]" >/dev/null &&
          echo "$as_me: WARNING: invalid host type: $ac_option" >&2
        : ${build_alias=$ac_option} ${host_alias=$ac_option} ${target_alias=$ac_option}
      esac
    done
    if test -n "$ac_prev"; then
      ac_option=--`echo $ac_prev | sed 's/_/-/g'`
      { echo "$as_me: error: missing argument to $ac_option" >&2
       { (exit 1); exit 1; }; }
    fi
    # Be sure to have absolute directory names.
    for ac_var in    exec_prefix prefix bindir sbindir libexecdir datarootdir \
            datadir sysconfdir sharedstatedir localstatedir includedir \
            oldincludedir docdir infodir htmldir dvidir pdfdir psdir \
            libdir localedir mandir
    do
      eval ac_val=\$$ac_var
      case $ac_val in
        [\\/$]* | ?:[\\/]* )  continue;;
        NONE | '' ) case $ac_var in *prefix ) continue;; esac;;
      esac
      { echo "$as_me: error: expected an absolute directory name for --$ac_var: $ac_val" >&2
       { (exit 1); exit 1; }; }
    done
    # There might be people who depend on the old broken behavior: `$host'
    # used to hold the argument of --host etc.
    # FIXME: To remove some day.
    build=$build_alias
    host=$host_alias
    target=$target_alias
    # FIXME: To remove some day.
    if test "x$host_alias" != x; then
      if test "x$build_alias" = x; then
        cross_compiling=maybe
        echo "$as_me: WARNING: If you wanted to set the --build type, don't use --host.
        If a cross compiler is detected then cross compile mode will be used." >&2
      elif test "x$build_alias" != "x$host_alias"; then
        cross_compiling=yes
      fi
    fi
    ac_tool_prefix=
    test -n "$host_alias" && ac_tool_prefix=$host_alias-
    test "$silent" = yes && exec 6>/dev/null
    ac_pwd=`pwd` && test -n "$ac_pwd" &&
    ac_ls_di=`ls -di .` &&
    ac_pwd_ls_di=`cd "$ac_pwd" && ls -di .` ||
      { echo "$as_me: error: Working directory cannot be determined" >&2
       { (exit 1); exit 1; }; }
    test "X$ac_ls_di" = "X$ac_pwd_ls_di" ||
      { echo "$as_me: error: pwd does not report name of working directory" >&2
       { (exit 1); exit 1; }; }
    # Find the source files, if location was not specified.
    if test -z "$srcdir"; then
      ac_srcdir_defaulted=yes
      # Try the directory containing this script, then the parent directory.
      ac_confdir=`$as_dirname -- "$0" ||
    $as_expr X"$0" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
         X"$0" : 'X\(//\)[^/]' \| \
         X"$0" : 'X\(//\)$' \| \
         X"$0" : 'X\(/\)' \| . 2>/dev/null ||
    echo X"$0" |
        sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
            s//\1/
            q
          /^X\(\/\/\)[^/].*/{
            s//\1/
            q
          /^X\(\/\/\)$/{
            s//\1/
            q
          /^X\(\/\).*/{
            s//\1/
            q
          s/.*/./; q'`
      srcdir=$ac_confdir
      if test ! -r "$srcdir/$ac_unique_file"; then
        srcdir=..
      fi
    else
      ac_srcdir_defaulted=no
    fi
    if test ! -r "$srcdir/$ac_unique_file"; then
      test "$ac_srcdir_defaulted" = yes && srcdir="$ac_confdir or .."
      { echo "$as_me: error: cannot find sources ($ac_unique_file) in $srcdir" >&2
       { (exit 1); exit 1; }; }
    fi
    ac_msg="sources are in $srcdir, but \`cd $srcdir' does not work"
    ac_abs_confdir=`(
        cd "$srcdir" && test -r "./$ac_unique_file" || { echo "$as_me: error: $ac_msg" >&2
       { (exit 1); exit 1; }; }
        pwd)`
    # When building in place, set srcdir=.
    if test "$ac_abs_confdir" = "$ac_pwd"; then
      srcdir=.
    fi
    # Remove unnecessary trailing slashes from srcdir.
    # Double slashes in file names in object file debugging info
    # mess up M-x gdb in Emacs.
    case $srcdir in
    */) srcdir=`expr "X$srcdir" : 'X\(.*[^/]\)' \| "X$srcdir" : 'X\(.*\)'`;;
    esac
    for ac_var in $ac_precious_vars; do
      eval ac_env_${ac_var}_set=\${${ac_var}+set}
      eval ac_env_${ac_var}_value=\$${ac_var}
      eval ac_cv_env_${ac_var}_set=\${${ac_var}+set}
      eval ac_cv_env_${ac_var}_value=\$${ac_var}
    done
    # Report the --help message.
    if test "$ac_init_help" = "long"; then
      # Omit some internal or obsolete options to make the list less imposing.
      # This message is too long to be a string in the A/UX 3.1 sh.
      cat <<_ACEOF
    \`configure' configures this package to adapt to many kinds of systems.
    Usage: $0 [OPTION]... [VAR=VALUE]...
    To assign environment variables (e.g., CC, CFLAGS...), specify them as
    VAR=VALUE.  See below for descriptions of some of the useful variables.
    Defaults for the options are specified in brackets.
    Configuration:
      -h, --help              display this help and exit
          --help=short        display options specific to this package
          --help=recursive    display the short help of all the included packages
      -V, --version           display version information and exit
      -q, --quiet, --silent   do not print \`checking...' messages
          --cache-file=FILE   cache test results in FILE [disabled]
      -C, --config-cache      alias for \`--cache-file=config.cache'
      -n, --no-create         do not create output files
          --srcdir=DIR        find the sources in DIR [configure dir or \`..']
    Installation directories:
      --prefix=PREFIX         install architecture-independent files in PREFIX
                  [$ac_default_prefix]
      --exec-prefix=EPREFIX   install architecture-dependent files in EPREFIX
                  [PREFIX]
    By default, \`make install' will install all the files in
    \`$ac_default_prefix/bin', \`$ac_default_prefix/lib' etc.  You can specify
    an installation prefix other than \`$ac_default_prefix' using \`--prefix',
    for instance \`--prefix=\$HOME'.
    For better control, use the options below.
    Fine tuning of the installation directories:
      --bindir=DIR           user executables [EPREFIX/bin]
      --sbindir=DIR          system admin executables [EPREFIX/sbin]
      --libexecdir=DIR       program executables [EPREFIX/libexec]
      --sysconfdir=DIR       read-only single-machine data [PREFIX/etc]
      --sharedstatedir=DIR   modifiable architecture-independent data [PREFIX/com]
      --localstatedir=DIR    modifiable single-machine data [PREFIX/var]
      --libdir=DIR           object code libraries [EPREFIX/lib]
      --includedir=DIR       C header files [PREFIX/include]
      --oldincludedir=DIR    C header files for non-gcc [/usr/include]
      --datarootdir=DIR      read-only arch.-independent data root [PREFIX/share]
      --datadir=DIR          read-only architecture-independent data [DATAROOTDIR]
      --infodir=DIR          info documentation [DATAROOTDIR/info]
      --localedir=DIR        locale-dependent data [DATAROOTDIR/locale]
      --mandir=DIR           man documentation [DATAROOTDIR/man]
      --docdir=DIR           documentation root [DATAROOTDIR/doc/PACKAGE]
      --htmldir=DIR          html documentation [DOCDIR]
      --dvidir=DIR           dvi documentation [DOCDIR]
      --pdfdir=DIR           pdf documentation [DOCDIR]
      --psdir=DIR            ps documentation [DOCDIR]
    _ACEOF
      cat <<\_ACEOF
    Program names:
      --program-prefix=PREFIX            prepend PREFIX to installed program names
      --program-suffix=SUFFIX            append SUFFIX to installed program names
      --program-transform-name=PROGRAM   run sed PROGRAM on installed program names
    System types:
      --build=BUILD     configure for building on BUILD [guessed]
      --host=HOST       cross-compile to build programs to run on HOST [BUILD]
      --target=TARGET   configure for building compilers for TARGET [HOST]
    _ACEOF
    fi
    if test -n "$ac_init_help"; then
      cat <<\_ACEOF
    Optional Features:
      --disable-FEATURE       do not include FEATURE (same as --enable-FEATURE=no)
      --enable-FEATURE[=ARG]  include FEATURE [ARG=yes]
      --disable-fast-perl     disable fast Makefile generation (needs perl)
      --enable-debug=ARG      enables debug symbols (yes|no|full) default=no
      --disable-debug         disables debug output and debug symbols default=no
      --enable-strict         compiles with strict compiler options (may not
                              work!)
      --disable-warnings      disables compilation with -Wall and similar
      --enable-profile        creates profiling infos default=no
      --disable-dependency-tracking Speeds up one-time builds
      --enable-dependency-tracking  Do not reject slow dependency extractors
      --enable-pch            enables precompiled header support (currently only
                              KCC or gcc >=3.4+unsermake) default=no
      --enable-coverage       use gcc coverage testing
      --enable-new-ldflags    enable the new linker flags
      --enable-final          build size optimized apps (experimental - needs lots
                              of memory)
      --enable-closure        delay template instantiation
      --enable-nmcheck        enable automatic namespace cleanness check
      --enable-shared[=PKGS]  build shared libraries [default=yes]
      --enable-static[=PKGS]  build static libraries [default=no]
      --enable-libsuffix      /lib directory suffix (64,32,none,auto=default)
      --enable-fast-install[=PKGS]
                              optimize for fast installation [default=yes]
      --disable-libtool-lock  avoid locking (might break parallel builds)
      --enable-pie            platform supports PIE linking default=detect
      --enable-embedded       link to Qt-embedded, don't use X
      --enable-qtopia         link to Qt-embedded, link to the Qtopia Environment
      --enable-mac            link to Qt/Mac (don't use X)
      --disable-mt            link to non-threaded Qt (deprecated)
      --disable-threading     disables threading even if libpthread found
      --disable-rpath         do not use the rpath feature of ld
      --disable-path-check    don't try to find out, where to install
    Optional Packages:
      --with-PACKAGE[=ARG]    use PACKAGE [ARG=yes]
      --without-PACKAGE       do not use PACKAGE (same as --with-PACKAGE=no)
      --with-gnu-ld           assume the C compiler uses GNU ld [default=no]
      --with-pic              try to use only PIC/non-PIC objects [default=use
                              both]
      --with-tags[=TAGS]      include additional configurations [automatic]
      --with-extra-includes=DIR
                              adds non standard include paths
      --with-extra-libs=DIR   adds non standard library paths
      --with-qt-dir=DIR       where the root of Qt is installed
      --with-qt-includes=DIR  where the Qt includes are.
      --with-qt-libraries=DIR where the Qt library is installed.
      --without-arts          build without aRts default=no
    Some influential environment variables:
      CC          C compiler command
      CFLAGS      C compiler flags
      LDFLAGS     linker flags, e.g. -L<lib dir> if you have libraries in a
                  nonstandard directory <lib dir>
      LIBS        libraries to pass to the linker, e.g. -l<library>
      CPPFLAGS    C/C++/Objective C preprocessor flags, e.g. -I<include dir> if
                  you have headers in a nonstandard directory <include dir>
      CPP         C preprocessor
      CXX         C++ compiler command
      CXXFLAGS    C++ compiler flags
      CXXCPP      C++ preprocessor
      F77         Fortran 77 compiler command
      FFLAGS      Fortran 77 compiler flags
      XMKMF       Path to xmkmf, Makefile generator for X Window System
    Use these variables to override the choices made by `configure' or to help
    it to find libraries and programs with nonstandard names/locations.
    _ACEOF
    ac_status=$?
    fi
    if test "$ac_init_help" = "recursive"; then
      # If there are subdirs, report their specific --help.
      for ac_dir in : $ac_subdirs_all; do test "x$ac_dir" = x: && continue
        test -d "$ac_dir" || continue
        ac_builddir=.
    case "$ac_dir" in
    .) ac_dir_suffix= ac_top_builddir_sub=. ac_top_build_prefix= ;;
      ac_dir_suffix=/`echo "$ac_dir" | sed 's,^\.[\\/],,'`
      # A ".." for each directory in $ac_dir_suffix.
      ac_top_builddir_sub=`echo "$ac_dir_suffix" | sed 's,/[^\\/]*,/..,g;s,/,,'`
      case $ac_top_builddir_sub in
      "") ac_top_builddir_sub=. ac_top_build_prefix= ;;
      *)  ac_top_build_prefix=$ac_top_builddir_sub/ ;;
      esac ;;
    esac
    ac_abs_top_builddir=$ac_pwd
    ac_abs_builddir=$ac_pwd$ac_dir_suffix
    # for backward compatibility:
    ac_top_builddir=$ac_top_build_prefix
    case $srcdir in
      .)  # We are building in place.
        ac_srcdir=.
        ac_top_srcdir=$ac_top_builddir_sub
        ac_abs_top_srcdir=$ac_pwd ;;
      [\\/]* | ?:[\\/]* )  # Absolute name.
        ac_srcdir=$srcdir$ac_dir_suffix;
        ac_top_srcdir=$srcdir
        ac_abs_top_srcdir=$srcdir ;;
      *) # Relative name.
        ac_srcdir=$ac_top_build_prefix$srcdir$ac_dir_suffix
        ac_top_srcdir=$ac_top_build_prefix$srcdir
        ac_abs_top_srcdir=$ac_pwd/$srcdir ;;
    esac
    ac_abs_srcdir=$ac_abs_top_srcdir$ac_dir_suffix
        cd "$ac_dir" || { ac_status=$?; continue; }
        # Check for guested configure.
        if test -f "$ac_srcdir/configure.gnu"; then
          echo &&
          $SHELL "$ac_srcdir/configure.gnu" --help=recursive
        elif test -f "$ac_srcdir/configure"; then
          echo &&
          $SHELL "$ac_srcdir/configure" --help=recursive
        else
          echo "$as_me: WARNING: no configuration information is in $ac_dir" >&2
        fi || ac_status=$?
        cd "$ac_pwd" || { ac_status=$?; break; }
      done
    fi
    test -n "$ac_init_help" && exit $ac_status
    if $ac_init_version; then
      cat <<\_ACEOF
    configure
    generated by GNU Autoconf 2.61
    Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2000, 2001,
    2002, 2003, 2004, 2005, 2006 Free Software Foundation, Inc.
    This configure script is free software; the Free Software Foundation
    gives unlimited permission to copy, distribute and modify it.
    _ACEOF
      exit
    fi
    cat >config.log <<_ACEOF
    This file contains any messages produced by compilers while
    running configure, to aid debugging if configure makes a mistake.
    It was created by $as_me, which was
    generated by GNU Autoconf 2.61.  Invocation command line was
      $ $0 $@
    _ACEOF
    exec 5>>config.log
    cat <<_ASUNAME
    ## Platform. ##
    hostname = `(hostname || uname -n) 2>/dev/null | sed 1q`
    uname -m = `(uname -m) 2>/dev/null || echo unknown`
    uname -r = `(uname -r) 2>/dev/null || echo unknown`
    uname -s = `(uname -s) 2>/dev/null || echo unknown`
    uname -v = `(uname -v) 2>/dev/null || echo unknown`
    /usr/bin/uname -p = `(/usr/bin/uname -p) 2>/dev/null || echo unknown`
    /bin/uname -X     = `(/bin/uname -X) 2>/dev/null     || echo unknown`
    /bin/arch              = `(/bin/arch) 2>/dev/null              || echo unknown`
    /usr/bin/arch -k       = `(/usr/bin/arch -k) 2>/dev/null       || echo unknown`
    /usr/convex/getsysinfo = `(/usr/convex/getsysinfo) 2>/dev/null || echo unknown`
    /usr/bin/hostinfo      = `(/usr/bin/hostinfo) 2>/dev/null      || echo unknown`
    /bin/machine           = `(/bin/machine) 2>/dev/null           || echo unknown`
    /usr/bin/oslevel       = `(/usr/bin/oslevel) 2>/dev/null       || echo unknown`
    /bin/universe          = `(/bin/universe) 2>/dev/null          |

  • How do I fix a Configuration Error on MacBook Pro?

    I have a MacBook Pro 2.4 GHz Intel Core i5 with 8 gigs of memory. I was running CS6 and my video board went out. I got it fixed but lost all my data on my hard drive. So I tried installing cs6 from a disk image that I had saved and after entering the serial code I received that my license was revoked. That could be true since I was at another company when I purchased it. Now I'm trying out the TRIAL Adobe cloud solution and after installing and getting updates, when i clicked on the app I get a configuration error when trying to open the . Do I need to delete some library items that are conflicting when I tried to install CS6?
    Here is the error:
    A problem has occured with the licensing of this product. Restart your computer and re-launch the product.
    If this problem still occurs after restarting, contact Customer Support for further assistance, and mention the error code shown at the bottom of this screen.
    Error: 213:5

    Imjoewalkerid the file permissions on your SLStore folder have become compromised.  Please see Configuration error 16 | CC, CS for information on how to resolve Error 213:5.

  • Configuration Error 213:19 Adobe PhotoShop CC when sequenced using Microsoft App-V 5.0

    Does anyone out there have a Microsoft App-V 5.0 recipe for Adobe PhotoShop CC ?
    When I run the App-V package, I get the License Configuration Error 213:19
    Thank You. very much for your time.   Karl

    You will probably get better help in Photoshop General Discussion
    The Cloud forum is not about using individual programs
    The Cloud forum is about the Cloud as a delivery & install process
    If you will start at the Forums Index https://forums.adobe.com/welcome
    You will be able to select a forum for the specific Adobe product(s) you use
    Click the "down arrow" symbol on the right (where it says All communities) to open the drop down list and scroll

  • Configuration error when open admin tool in BIEE 11g client

    Hi All,
    I have installed BIEE 11g client in my laptop,the version is 11.1.6.2 ,it has show one error in the installation log :
    <action name="Custom Action" target="oracle.bi.CustomIAActionGetInstanceNumber" status="error">
    - <AdditionalNotes>
    <error>class oracle.bi.CustomIAActionGetInstanceNumber.install() runtime exception:</error>
    </AdditionalNotes>
    After installation,when I try to open the admin tool in start menu,it show configuration error , but I can open the admin tool through installation directory.
    And when I try to import metadata,it also shows connection has failed.
    Can any body give some helps on this,thanks a lot.
    Ryan.
    Edited by: 997662 on Apr 5, 2013 1:39 AM

    Hi,
    Let me know which version you are using (OBIEE) ?
    you are trying to install Client (Admin Tool) and OBIEE server in same machine ?
    Thx,

  • The report server has encountered a configuration error. Logon failed for the unattended execution account. (rsServerConfigurationError) Log on failed. Ensure the user name and password are correct. (rsLogonFailed) Logon failure: unknown user name or bad

    The report server has encountered a configuration error. Logon failed for the unattended execution account. (rsServerConfigurationError)
    Log on failed. Ensure the user name and password are correct. (rsLogonFailed)
    Logon failure: unknown user name or bad password 
    am using Windows integrated security,version of my sql server 2008R2
    I have go throgh the different articuls, they have given different answers,
    So any one give me the  exact soluction for this problem,
    Using service account then i will get the soluction or what?
    pls help me out it is urgent based.
    Regards
    Thanks!

    Hi Ychinnari,
    I have tested on my local environment and can reproduce the issue, as
    Vaishu00547 mentioned that the issue can be caused by the Execution Account you have configured in the Reporting Services Configuration Manager is not correct, Please update the Username and Password and restart the reporting services.
    Please also find more details information about when to use the execution account, if possible,please also not specify this account:
    This account is used under special circumstances when other sources of credentials are not available:
    When the report server connects to a data source that does not require credentials. Examples of data sources that might not require credentials include XML documents and some client-side database applications.
    When the report server connects to another server to retrieve external image files or other resources that are referenced in a report.
    Execution Account (SSRS Native Mode)
    If you still have any problem, please feel free to ask.
    Regards
    Vicky Liu
    Vicky Liu
    TechNet Community Support

  • Report Viewer Configuration Error

    Hi,
    I manage a TFS 2010 Server that makes heavy use of Reporting Services, and I have a user that reported the following error
    when attempting to open a report in the Microsoft Visual Studio Report Viewer:
    Report Viewer Configuration Error
    The Report Viewer Web Control HTTP Handler has not been registered in the application's web.config file. Add <add verb="*" path="Resevred.ReportViewerWebControl.xsd" type = "Microsoft.Reporting.WebForms.HttpHandler, ReportingServicesWebServer,
    Version=10.0.0.0, Culture=neutral, PublicKeyToken=################" /> to the system.web/httpHandlers section of the web.config file, or add <add name="ReportViewerWebControlHandler" preCondition="integratedMode" verb="*"
    path="Reserved.ReportViewerWebControl.axd" type="Microsoft.Reporting.WebForms.HttpHandler, ReportingServicesWebServer, Version=10.0.0.0, Culture=neutral, PublicKeyToken=################" /> to the system.webServer/handlers section for
    Internet Information Services 7 or later.
    Has anyone seen this error before, or have any advice on finding a solution?
    Thank you.

    Hi HealthServices3300,
    You can try to install "Microsoft Report Viewer 2010 Redistributable Package" on your server to check if it works for you.
    For the web.config info, it's for web application. And I'd like to know how did you create the report, and whether the report is for a web app or reporting service. From the error message and report, seems it's not a TFS issue. If it's SSRS project
    issue, please post this issue to
    this forum. If it's a report viewer control issue, you can post this issue in
    this forum for a professional response. After that, please update this thread with the new thread link. Thanks for your understanding.
    Best regards,
    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.

Maybe you are looking for

  • Hello, please help with my iphone 4s.

    Hello, my iphone4s 's 7 months old, 2 days ago when the battery came to notify me at 10% i stopped using it and later it was turned off by itself. When i got home and plugged it in the charger it couldn't start up at all.I tried to press "HOME" and t

  • Im stuck in a migration from PC to Mac Book Pro . Help!

    It just stopped with 21 hours to go and wont reconnect.  Ive rebooted the PC and iMigration Assistant but it just says 'waiting for Mac to connect' but Mac has no controls at this stage because its a new machine.

  • Sync output timing to hardware trigger (PFI?)

    I'd like to sync the output of my cards (2 PCI-6733 connected with an RTSI cable, and using  BNC-2110's) to the AC power line of the lab I work in. That is, when told to output, they will always wait and output at the same point in the 60Hz cycle.  

  • Select list based on LOV - and allowing new values

    Hi All, I have a page that has a select list based on a dynamic list of values. I wanted to test out how the system was working, so I truncated all of my tables, and now my select list is blank (which makes sense). The problem is that I can't type an

  • Opmn logs not being written

    Hi All, We are facing an issue. No logs are being written to the opmn/logs directory. It was being written correctly till 4th December and then stopped all of a sudden. Are there any configuration files which may have been affected. Best regards, Bri