All of lore.kernel.org
 help / color / mirror / Atom feed
* New recipe for toolchain fails install, "ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored."
@ 2014-11-13 20:13 Jim Rafert
  2014-11-13 20:42 ` nick
  0 siblings, 1 reply; 9+ messages in thread
From: Jim Rafert @ 2014-11-13 20:13 UTC (permalink / raw)
  To: yocto@yoctoproject.org


[-- Attachment #1.1: Type: text/plain, Size: 2800 bytes --]

Hi folks,

I'm trying to put together a recipe to include llvm and clang in the yocto toolchain.  My goal is to have the clang compiler available for application development.  I do not intend to compile the kernel or OS image with clang.  I have created a recipe and placed it in one of my added layers as follows:

LICENSE = "NCSA"
PR = "r0"
LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d"

SRC_URI = "file://llvm-3.5.0.tar.gz \
          "
SRC_URI[md5sum] = "e2dd127722ffb305c981d2a02687b4ff"
SRC_URI[sha256sum] = "1badb762129feb7ced9484a7969c88cebab9b01b80b83002fc9690933cd7d0e0"

EXTRA_OECONF = "--config=Linux-yocto "

INHIBIT_PACKAGE_DEBUG_SPLIT = "1"

INSANE_SKIP_${PN} = "already-stripped"

#FILES_${PN} = "${libdir}/* /usr/bin "
inherit autotools

do_configure () {
        ./configure --enable-optimized --enable-targets=x86,x86_64 --host=x86_64-unknown-linux-gnu --build=x86_64-unknown-linux-gnu
}

The recipe is copied from another recipe of mine that builds the POCO libraries, so INSANE_SKIP_${PN} = "already-stripped" may not actually be necessary, but was left in until I got the recipe running.

I add the recipe to the toolchain by including it in TOOLCHAIN_HOST_TASK from my local.conf, thus:
"TOOLCHAIN_HOST_TASK += " llvm "

This gets the source unpacked, configures, and compiles, but do_install fails with several instances of this message: "ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored."

Even though it doesn't install, the build products are in the work directory, so I examined them.

[jimr@krusty llvm-3.5.0]$ file /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/Release+Asserts/bin/clang
/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/Release+Asserts/bin/clang: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.16, BuildID[sha1]=0x96bd97125551d23e94bcbbc4e68b69b8db36def9, not stripped

I was hoping that this would be built for the architecture specified in local.conf for the toolchain, which is: SDKMACHINE ?= "x86_64"

I think that this architecture mismatch may be the root of the problem with the LD_PRELOAD of pseudo.  I also would expect that the work directory would be under x86_64-nativesdk-pokysdk-linux or x86_64-pokysdk-linux rather than i586-poky-linux.

Do any of you Yocto/OE/bitbake experts out there know what I might be doing wrong, or not doing, that causes this problem?

I have attached the output of the bitbake command, my local.conf file, the recipe, and config.log and config.status from the work directory for your viewing pleasure.

Any help with this would be greatly appreciated.

-Jim-

[-- Attachment #1.2: Type: text/html, Size: 3707 bytes --]

[-- Attachment #2: buildoutput.txt --]
[-- Type: text/plain, Size: 91228 bytes --]

[jimr@krusty build]$ bitbake -c populate_sdk core-image-full-cmdline
Loading cache: 100% |###########################################| ETA:  00:00:00
Loaded 1236 entries from dependency cache.
NOTE: Resolving any missing task queue dependencies

Build Configuration:
BB_VERSION        = "1.22.0"
BUILD_SYS         = "x86_64-linux"
NATIVELSBSTRING   = "Fedora-19"
TARGET_SYS        = "i586-poky-linux"
MACHINE           = "spectra-ls"
DISTRO            = "poky"
DISTRO_VERSION    = "1.6"
TUNE_FEATURES     = "m32 i586"
TARGET_FPU        = ""
meta              
meta-yocto        
meta-yocto-bsp    
meta-spectra-ls-utils 
meta-spectra-ls-kernel 
meta-spectra-ls-bsp = "daisy:5306aaab07a7a9b3b0c7e8008dabbd2e89daec28"

NOTE: Preparing runqueue
NOTE: Executing SetScene Tasks
NOTE: Executing RunQueue Tasks
ERROR: Function failed: do_install (log file is located at /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/temp/log.do_install.7749)
ERROR: Logfile of failure stored in: /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/temp/log.do_install.7749
Log data follows:
| DEBUG: SITE files ['endian-little', 'bit-32', 'ix86-common', 'common-linux', 'common-glibc', 'i586-linux', 'common']
| DEBUG: Executing shell function do_install
| NOTE: make -j 6 DESTDIR=/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image install
| llvm[0]: Installing include files
| llvm[0]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/./llvm
| llvm[0]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/./llvm/Bitcode
| llvm[0]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/./llvm/Linker
| llvm[0]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/./llvm/TableGen
| llvm[0]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/./llvm/Config
| llvm[0]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/./llvm/IR
| llvm[0]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/./llvm/AsmParser
| llvm[0]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/./llvm/Analysis
| llvm[0]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/./llvm/Transforms
| llvm[0]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/./llvm/Transforms/IPO
| llvm[0]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/./llvm/Transforms/Utils
| llvm[0]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/./llvm/ExecutionEngine
| llvm[0]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/./llvm/DebugInfo
| llvm[0]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/./llvm/ADT
| llvm[0]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/./llvm/MC
| llvm[0]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/./llvm/MC/MCParser
| llvm[0]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/./llvm/MC/MCAnalysis
| llvm[0]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/./llvm/IRReader
| llvm[0]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/./llvm/LineEditor
| llvm[0]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/./llvm/CodeGen
| llvm[0]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/./llvm/CodeGen/PBQP
| llvm[0]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/./llvm/LTO
| llvm[0]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/./llvm/Object
| llvm[0]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/./llvm/ProfileData
| llvm[0]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/./llvm/Support
| llvm[0]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/./llvm/Option
| llvm[0]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/./llvm/Target
| llvm[0]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/./llvm-c
| llvm[0]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/./llvm-c/Transforms
| make[1]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Support'
| llvm[1]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libLLVMSupport.a
| make[1]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Support'
| make[1]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/TableGen'
| llvm[1]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libLLVMTableGen.a
| make[1]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/TableGen'
| make[1]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/utils'
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/utils/PerfectShuffle'
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/utils/FileCheck'
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/utils/llvm-lit'
| make[2]: Nothing to be done for `install'.
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/utils/llvm-lit'
| llvm[2]: Install circumvented with NO_INSTALL
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/utils/PerfectShuffle'
| llvm[2]: Installing Release+Asserts /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/bin/FileCheck
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/utils/count'
| llvm[2]: Installing Release+Asserts /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/bin/count
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/utils/fpcmp'
| llvm[2]: Install circumvented with NO_INSTALL
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/utils/fpcmp'
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/utils/not'
| llvm[2]: Installing Release+Asserts /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/bin/not
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/utils/unittest'
| make[3]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/utils/unittest/googletest'
| llvm[3]: Install circumvented with NO_INSTALL
| make[3]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/utils/unittest/googletest'
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/utils/count'
| make[3]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/utils/unittest/UnitTestMain'
| llvm[3]: Install circumvented with NO_INSTALL
| make[3]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/utils/unittest/UnitTestMain'
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/utils/unittest'
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/utils/not'
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/utils/FileCheck'
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/utils/TableGen'
| llvm[2]: Installing Release+Asserts /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/bin/llvm-tblgen
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/utils/TableGen'
| make[1]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/utils'
| make[1]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/IR'
| llvm[1]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libLLVMCore.a
| llvm[1]: Installing /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/llvm/IR/Intrinsics.gen
| make[1]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/IR'
| make[1]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib'
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Transforms'
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/IR'
| llvm[2]: Installing /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/llvm/IR/Intrinsics.gen
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Bitcode'
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/AsmParser'
| llvm[2]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libLLVMAsmParser.a
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/AsmParser'
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/IR'
| make[3]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Transforms/Utils'
| llvm[3]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libLLVMTransformUtils.a
| make[3]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Bitcode/Reader'
| llvm[3]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libLLVMBitReader.a
| make[3]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Bitcode/Writer'
| llvm[3]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libLLVMBitWriter.a
| make[3]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Bitcode/Reader'
| make[3]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Bitcode/Writer'
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Bitcode'
| make[3]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Transforms/Instrumentation'
| llvm[3]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libLLVMInstrumentation.a
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Analysis'
| llvm[2]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libLLVMAnalysis.a
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/CodeGen'
| make[3]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Transforms/Utils'
| make[3]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/CodeGen/SelectionDAG'
| llvm[3]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libLLVMSelectionDAG.a
| make[3]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Transforms/Scalar'
| llvm[3]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libLLVMScalarOpts.a
| make[3]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/CodeGen/SelectionDAG'
| make[3]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Transforms/Scalar'
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Target'
| make[3]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Analysis/IPA'
| llvm[3]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libLLVMipa.a
| make[3]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Transforms/InstCombine'
| llvm[3]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libLLVMInstCombine.a
| make[3]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Transforms/InstCombine'
| make[3]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Analysis/IPA'
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Analysis'
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Linker'
| llvm[2]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libLLVMLinker.a
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Linker'
| make[3]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Transforms/Vectorize'
| llvm[3]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libLLVMVectorize.a
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/ExecutionEngine'
| make[3]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/CodeGen/AsmPrinter'
| llvm[3]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libLLVMAsmPrinter.a
| make[3]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Transforms/IPO'
| llvm[3]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libLLVMipo.a
| make[3]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Target/X86'
| make[3]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Transforms/Instrumentation'
| llvm[3]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libLLVMX86CodeGen.a
| make[3]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Transforms/Vectorize'
| make[3]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Transforms/Hello'
| llvm[3]: Installing Release+Asserts Shared Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/LLVMHello.so
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/LTO'
| llvm[2]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libLLVMLTO.a
| make[3]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Transforms/Hello'
| make[3]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/CodeGen/AsmPrinter'
| llvm[2]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libLLVMCodeGen.a
| make[3]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/ExecutionEngine/Interpreter'
| llvm[3]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libLLVMInterpreter.a
| make[3]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/ExecutionEngine/Interpreter'
| make[4]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Target/X86/InstPrinter'
| llvm[4]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libLLVMX86AsmPrinter.a
| make[4]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Target/X86/InstPrinter'
| make[4]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Target/X86/AsmParser'
| llvm[4]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libLLVMX86AsmParser.a
| make[3]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/ExecutionEngine/JIT'
| llvm[3]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libLLVMJIT.a
| make[3]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/ExecutionEngine/JIT'
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/LTO'
| make[3]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/ExecutionEngine/MCJIT'
| llvm[3]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libLLVMMCJIT.a
| make[3]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/ExecutionEngine/MCJIT'
| make[3]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Transforms/IPO'
| make[4]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Target/X86/AsmParser'
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Object'
| llvm[2]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libLLVMObject.a
| make[3]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/ExecutionEngine/RuntimeDyld'
| llvm[3]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libLLVMRuntimeDyld.a
| make[4]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Target/X86/Disassembler'
| llvm[4]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libLLVMX86Disassembler.a
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Object'
| llvm[2]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libLLVMExecutionEngine.a
| make[3]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/ExecutionEngine/RuntimeDyld'
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/ExecutionEngine'
| make[3]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Transforms/ObjCARC'
| llvm[3]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libLLVMObjCARCOpts.a
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/MC'
| make[3]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/MC/MCAnalysis'
| llvm[3]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libLLVMMCAnalysis.a
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Option'
| llvm[2]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libLLVMOption.a
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Option'
| make[4]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Target/X86/Disassembler'
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/DebugInfo'
| llvm[2]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libLLVMDebugInfo.a
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/DebugInfo'
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/CodeGen'
| make[4]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Target/X86/TargetInfo'
| llvm[4]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libLLVMX86Info.a
| make[4]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Target/X86/TargetInfo'
| make[3]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/MC/MCAnalysis'
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/LineEditor'
| llvm[2]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libLLVMLineEditor.a
| make[3]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/MC/MCDisassembler'
| llvm[3]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libLLVMMCDisassembler.a
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/LineEditor'
| llvm[2]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libLLVMMC.a
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/IRReader'
| llvm[2]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libLLVMIRReader.a
| make[3]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/MC/MCDisassembler'
| make[3]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/MC/MCParser'
| llvm[3]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libLLVMMCParser.a
| make[4]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Target/X86/MCTargetDesc'
| llvm[4]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libLLVMX86Desc.a
| make[4]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Target/X86/MCTargetDesc'
| make[3]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Transforms/ObjCARC'
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Transforms'
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/IRReader'
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/ProfileData'
| llvm[2]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libLLVMProfileData.a
| make[3]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/MC/MCParser'
| make[4]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Target/X86/Utils'
| llvm[4]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libLLVMX86Utils.a
| make[4]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Target/X86/Utils'
| make[3]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Target/X86'
| llvm[2]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libLLVMTarget.a
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/ProfileData'
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/Target'
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib/MC'
| make[1]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/lib'
| make[1]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llvm-config'
| llvm[1]: Installing Release+Asserts /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/bin/llvm-config
| make[1]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llvm-config'
| make[1]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools'
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llvm-config'
| make[2]: Nothing to be done for `install'.
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llvm-config'
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llvm-ar'
| llvm[2]: Installing Release+Asserts /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/bin/llvm-ar
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llc'
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llvm-as'
| llvm[2]: Installing Release+Asserts /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/bin/llc
| llvm[2]: Installing Release+Asserts /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/bin/llvm-as
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llvm-dis'
| llvm[2]: Installing Release+Asserts /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/bin/llvm-dis
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/lto'
| llvm[2]: Installing Release+Asserts Shared Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libLTO.so
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/opt'
| llvm[2]: Installing Release+Asserts /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/bin/opt
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llvm-dis'
| llvm[2]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libLTO.a
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llvm-as'
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llvm-link'
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llvm-nm'
| llvm[2]: Installing Release+Asserts /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/bin/llvm-link
| llvm[2]: Installing Release+Asserts /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/bin/llvm-nm
| llvm[2]: Installing Release+Asserts /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/bin/llvm-ranlib
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llvm-ar'
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/lli'
| llvm[2]: Installing Release+Asserts /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/bin/lli
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llvm-nm'
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| make[3]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/lli/ChildTarget'
| llvm[3]: Installing Release+Asserts /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/bin/lli-child-target
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llvm-link'
| make[3]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/lli/ChildTarget'
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llvm-extract'
| llvm[2]: Installing Release+Asserts /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/bin/llvm-extract
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llvm-mc'
| llvm[2]: Installing Release+Asserts /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/bin/llvm-mc
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llvm-mc'
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/bugpoint'
| llvm[2]: Installing Release+Asserts /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/bin/bugpoint
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llvm-extract'
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llvm-bcanalyzer'
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llc'
| llvm[2]: Installing Release+Asserts /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/bin/llvm-bcanalyzer
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llvm-diff'
| llvm[2]: Installing Release+Asserts /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/bin/llvm-diff
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/lto'
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llvm-lto'
| llvm[2]: Install circumvented with NO_INSTALL
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llvm-lto'
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/macho-dump'
| llvm[2]: Installing Release+Asserts /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/bin/macho-dump
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llvm-bcanalyzer'
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llvm-diff'
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llvm-objdump'
| llvm[2]: Installing Release+Asserts /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/bin/llvm-objdump
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llvm-readobj'
| llvm[2]: Installing Release+Asserts /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/bin/llvm-readobj
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/lli'
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llvm-rtdyld'
| llvm[2]: Installing Release+Asserts /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/bin/llvm-rtdyld
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/macho-dump'
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llvm-readobj'
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llvm-cov'
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llvm-dwarfdump'
| llvm[2]: Installing Release+Asserts /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/bin/llvm-cov
| llvm[2]: Installing Release+Asserts /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/bin/llvm-dwarfdump
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llvm-cov'
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/opt'
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llvm-size'
| llvm[2]: Installing Release+Asserts /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/bin/llvm-size
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llvm-stress'
| llvm[2]: Installing Release+Asserts /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/bin/llvm-stress
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llvm-rtdyld'
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llvm-mcmarkup'
| llvm[2]: Installing Release+Asserts /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/bin/llvm-mcmarkup
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llvm-objdump'
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llvm-profdata'
| llvm[2]: Installing Release+Asserts /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/bin/llvm-profdata
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/bugpoint'
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llvm-dwarfdump'
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llvm-stress'
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llvm-symbolizer'
| llvm[2]: Installing Release+Asserts /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/bin/llvm-symbolizer
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/yaml2obj'
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/obj2yaml'
| llvm[2]: Install circumvented with NO_INSTALL
| llvm[2]: Install circumvented with NO_INSTALL
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/yaml2obj'
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/obj2yaml'
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/bugpoint-passes'
| llvm[2]: Installing Release+Asserts Shared Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/BugpointPasses.so
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llvm-c-test'
| llvm[2]: Install circumvented with NO_INSTALL
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llvm-c-test'
| make[2]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang'
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/bugpoint-passes'
| make[3]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/utils/TableGen'
| llvm[3]: Installing Release+Asserts /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/bin/clang-tblgen
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llvm-profdata'
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llvm-mcmarkup'
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llvm-size'
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/llvm-symbolizer'
| make[3]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/utils/TableGen'
| make[3]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/include'
| make[4]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/include/clang'
| llvm[4]: Installing Clang include files
| llvm[4]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/clang/Edit
| llvm[4]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/clang/ARCMigrate
| llvm[4]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/clang/Basic
| llvm[4]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/clang/Serialization
| llvm[4]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/clang/Config
| llvm[4]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/clang/FrontendTool
| llvm[4]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/clang/Analysis
| llvm[4]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/clang/Analysis/Analyses
| llvm[4]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/clang/Analysis/FlowSensitive
| llvm[4]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/clang/Analysis/DomainSpecific
| llvm[4]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/clang/Analysis/Support
| llvm[4]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/clang/ASTMatchers
| llvm[4]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/clang/ASTMatchers/Dynamic
| llvm[4]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/clang/Driver
| llvm[4]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/clang/Parse
| llvm[4]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/clang/Frontend
| llvm[4]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/clang/CodeGen
| llvm[4]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/clang/Format
| llvm[4]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/clang/AST
| llvm[4]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/clang/Rewrite/Core
| llvm[4]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/clang/Rewrite/Frontend
| llvm[4]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/clang/StaticAnalyzer/Core
| llvm[4]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/clang/StaticAnalyzer/Core/PathSensitive
| llvm[4]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/clang/StaticAnalyzer/Core/BugReporter
| llvm[4]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/clang/StaticAnalyzer/Checkers
| llvm[4]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/clang/StaticAnalyzer/Frontend
| llvm[4]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/clang/Lex
| llvm[4]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/clang/Sema
| llvm[4]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/clang/Index
| llvm[4]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/clang/Tooling
| make[5]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/include/clang/AST'
| make[5]: Nothing to be done for `install'.
| make[5]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/include/clang/AST'
| make[5]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/include/clang/Basic'
| make[5]: Nothing to be done for `install'.
| make[5]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/include/clang/Basic'
| make[5]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/include/clang/Driver'
| make[5]: Nothing to be done for `install'.
| make[5]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/include/clang/Driver'
| make[5]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/include/clang/Parse'
| make[5]: Nothing to be done for `install'.
| make[5]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/include/clang/Parse'
| make[5]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/include/clang/Sema'
| make[5]: Nothing to be done for `install'.
| make[5]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/include/clang/Sema'
| make[5]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/include/clang/Serialization'
| make[5]: Nothing to be done for `install'.
| make[5]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/include/clang/Serialization'
| make[4]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/include/clang'
| make[4]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/include/clang-c'
| llvm[4]: Installing Clang C API include files
| llvm[4]: Making install directory /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/include/clang-c
| make[4]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/include/clang-c'
| make[3]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/include'
| make[3]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib'
| make[4]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/Headers'
| llvm[4]: Installing compiler include file: nmmintrin.h
| make[4]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/Lex'
| llvm[4]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libclangLex.a
| make[4]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/Lex'
| llvm[4]: Installing compiler include file: varargs.h
| llvm[4]: Installing compiler include file: fmaintrin.h
| llvm[4]: Installing compiler include file: limits.h
| llvm[4]: Installing compiler include file: stdnoreturn.h
| llvm[4]: Installing compiler include file: stdbool.h
| make[4]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/Parse'
| llvm[4]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libclangParse.a
| make[4]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/Parse'
| make[4]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/AST'
| llvm[4]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libclangAST.a
| make[4]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/Basic'
| llvm[4]: Installing compiler include file: popcntintrin.h
| llvm[4]: Installing compiler include file: mmintrin.h
| llvm[4]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libclangBasic.a
| llvm[4]: Installing compiler include file: stddef.h
| make[4]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/Basic'
| llvm[4]: Installing compiler include file: immintrin.h
| make[4]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/Sema'
| llvm[4]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libclangSema.a
| make[4]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/CodeGen'
| llvm[4]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libclangCodeGen.a
| llvm[4]: Installing compiler include file: cpuid.h
| llvm[4]: Installing compiler include file: avxintrin.h
| llvm[4]: Installing compiler include file: float.h
| llvm[4]: Installing compiler include file: f16cintrin.h
| make[4]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/Sema'
| llvm[4]: Installing compiler include file: tgmath.h
| llvm[4]: Installing compiler include file: pmmintrin.h
| make[4]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/Analysis'
| llvm[4]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libclangAnalysis.a
| make[4]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/Frontend'
| llvm[4]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libclangFrontend.a
| llvm[4]: Installing compiler include file: altivec.h
| make[4]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/FrontendTool'
| llvm[4]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libclangFrontendTool.a
| llvm[4]: Installing compiler include file: iso646.h
| make[4]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/FrontendTool'
| llvm[4]: Installing compiler include file: lzcntintrin.h
| llvm[4]: Installing compiler include file: rtmintrin.h
| llvm[4]: Installing compiler include file: shaintrin.h
| llvm[4]: Installing compiler include file: Intrin.h
| llvm[4]: Installing compiler include file: fma4intrin.h
| llvm[4]: Installing compiler include file: ia32intrin.h
| llvm[4]: Installing compiler include file: xmmintrin.h
| make[4]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/AST'
| llvm[4]: Installing compiler include file: bmi2intrin.h
| llvm[4]: Installing compiler include file: mm_malloc.h
| make[4]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/Analysis'
| llvm[4]: Installing compiler include file: stdint.h
| llvm[4]: Installing compiler include file: arm_acle.h
| llvm[4]: Installing compiler include file: smmintrin.h
| make[4]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/Format'
| llvm[4]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libclangFormat.a
| make[5]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/Frontend/Rewrite'
| make[4]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/Format'
| llvm[5]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libclangRewriteFrontend.a
| make[4]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/Tooling'
| llvm[4]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libclangTooling.a
| make[4]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/Driver'
| llvm[4]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libclangDriver.a
| make[4]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/Driver'
| make[4]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/Tooling'
| llvm[4]: Installing compiler include file: unwind.h
| llvm[4]: Installing compiler include file: ammintrin.h
| llvm[4]: Installing compiler include file: bmiintrin.h
| llvm[4]: Installing compiler include file: x86intrin.h
| llvm[4]: Installing compiler include file: rdseedintrin.h
| llvm[4]: Installing compiler include file: stdarg.h
| llvm[4]: Installing compiler include file: emmintrin.h
| llvm[4]: Installing compiler include file: stdalign.h
| make[4]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/Edit'
| llvm[4]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libclangEdit.a
| make[4]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/Edit'
| llvm[4]: Installing compiler include file: __wmmintrin_aes.h
| make[4]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/Rewrite'
| llvm[4]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libclangRewrite.a
| llvm[4]: Installing compiler include file: wmmintrin.h
| make[4]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/Index'
| llvm[4]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libclangIndex.a
| make[4]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/Rewrite'
| llvm[4]: Installing compiler include file: tmmintrin.h
| llvm[4]: Installing compiler include file: __wmmintrin_pclmul.h
| llvm[4]: Installing compiler include file: tbmintrin.h
| make[4]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/Serialization'
| llvm[4]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libclangSerialization.a
| llvm[4]: Installing compiler include file: prfchwintrin.h
| llvm[4]: Installing compiler include file: xopintrin.h
| make[4]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/ASTMatchers'
| make[4]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/Serialization'
| llvm[4]: Installing compiler include file: avx2intrin.h
| make[4]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/Index'
| llvm[4]: Installing compiler include file: mm3dnow.h
| make[4]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/StaticAnalyzer'
| make[5]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/ASTMatchers/Dynamic'
| llvm[5]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libclangDynamicASTMatchers.a
| make[5]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/ASTMatchers/Dynamic'
| llvm[4]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libclangASTMatchers.a
| llvm[4]: Installing compiler include file: arm_neon.h
| make[4]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/ARCMigrate'
| llvm[4]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libclangARCMigrate.a
| llvm[4]: Installing compiler module map file: module.modulemap
| make[4]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/Headers'
| make[4]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/ASTMatchers'
| make[5]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/Frontend/Rewrite'
| make[4]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/Frontend'
| make[5]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/StaticAnalyzer/Core'
| llvm[5]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libclangStaticAnalyzerCore.a
| make[5]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/StaticAnalyzer/Checkers'
| llvm[5]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libclangStaticAnalyzerCheckers.a
| make[5]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/StaticAnalyzer/Checkers'
| make[5]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/StaticAnalyzer/Frontend'
| llvm[5]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libclangStaticAnalyzerFrontend.a
| make[5]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/StaticAnalyzer/Frontend'
| make[5]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/StaticAnalyzer/Core'
| make[4]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/StaticAnalyzer'
| make[4]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/ARCMigrate'
| make[4]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib/CodeGen'
| make[3]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/lib'
| make[3]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools'
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| make[4]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/clang-check'
| llvm[4]: Installing Release+Asserts /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/bin/clang-check
| make[4]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/driver'
| llvm[4]: Installing Release+Asserts /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/bin/clang
| make[4]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/clang-format'
| make[4]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/arcmt-test'
| llvm[4]: Installing Release+Asserts /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/bin/clang-format
| llvm[4]: Install circumvented with NO_INSTALL
| make[4]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/arcmt-test'
| make[4]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/diagtool'
| llvm[4]: Install circumvented with NO_INSTALL
| make[4]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/diagtool'
| make[4]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra'
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| make[5]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra/clang-apply-replacements'
| make[4]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/libclang'
| llvm[4]: Installing Release+Asserts Shared Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libclang.so
| make[5]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra/remove-cstr-calls'
| llvm[5]: Install circumvented with NO_INSTALL
| make[5]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra/remove-cstr-calls'
| llvm[4]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libclang.a
| make[6]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra/clang-apply-replacements/lib/Tooling'
| llvm[6]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libclangApplyReplacements.a
| make[6]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra/clang-apply-replacements/lib/Tooling'
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| make[6]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra/clang-apply-replacements/tool'
| llvm[6]: Installing Release+Asserts /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/bin/clang-apply-replacements
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| make[5]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra/tool-template'
| llvm[5]: Install circumvented with NO_INSTALL
| make[5]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra/tool-template'
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| make[5]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra/modularize'
| llvm[5]: Install circumvented with NO_INSTALL
| make[5]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra/modularize'
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| make[5]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra/module-map-checker'
| llvm[5]: Install circumvented with NO_INSTALL
| make[5]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra/module-map-checker'
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| make[5]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra/pp-trace'
| llvm[5]: Installing Release+Asserts /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/bin/pp-trace
| make[4]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/clang-format'
| make[6]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra/clang-apply-replacements/tool'
| make[5]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra/clang-apply-replacements'
| make[5]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra/clang-modernize'
| make[6]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra/clang-modernize/Core'
| llvm[6]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libmodernizeCore.a
| make[6]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra/clang-modernize/Core'
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| make[6]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra/clang-modernize/tool'
| llvm[6]: Installing Release+Asserts /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/bin/clang-modernize
| make[4]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/libclang'
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| make[4]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/c-index-test'
| llvm[4]: Installing Release+Asserts /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/bin/c-index-test
| make[4]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/c-index-test'
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| make[4]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/c-arcmt-test'
| llvm[4]: Install circumvented with NO_INSTALL
| make[4]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/c-arcmt-test'
| make[5]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra/pp-trace'
| make[4]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/clang-check'
| make[6]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra/clang-modernize/tool'
| make[5]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra/clang-modernize'
| make[5]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra/clang-tidy'
| llvm[5]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libclangTidy.a
| make[6]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra/clang-tidy/llvm'
| llvm[6]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libclangTidyLLVMModule.a
| make[6]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra/clang-tidy/llvm'
| make[6]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra/clang-tidy/google'
| llvm[6]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libclangTidyGoogleModule.a
| make[6]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra/clang-tidy/google'
| make[6]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra/clang-tidy/misc'
| llvm[6]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libclangTidyMiscModule.a
| make[6]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra/clang-tidy/misc'
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| make[6]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra/clang-tidy/tool'
| llvm[6]: Installing Release+Asserts /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/bin/clang-tidy
| llvm[4]: Installing Release+Asserts /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/bin/clang++
| make[4]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/driver'
| make[6]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra/clang-tidy/tool'
| make[5]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra/clang-tidy'
| make[5]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra/clang-query'
| llvm[5]: Installing Release+Asserts Archive Library /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/lib/libclangQuery.a
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| make[6]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra/clang-query/tool'
| llvm[6]: Installing Release+Asserts /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/image/usr/local/bin/clang-query
| make[6]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra/clang-query/tool'
| make[5]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra/clang-query'
| make[5]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra/unittests'
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored.
| make[6]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra/unittests/clang-apply-replacements'
| make[6]: Nothing to be done for `install'.
| make[6]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra/unittests/clang-apply-replacements'
| make[6]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra/unittests/clang-query'
| make[6]: Nothing to be done for `install'.
| make[6]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra/unittests/clang-query'
| make[6]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra/unittests/clang-tidy'
| make[6]: Nothing to be done for `install'.
| make[6]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra/unittests/clang-tidy'
| make[6]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra/unittests/clang-modernize'
| make[6]: Nothing to be done for `install'.
| make[6]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra/unittests/clang-modernize'
| make[5]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra/unittests'
| make[4]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools/extra'
| make[3]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/tools'
| make[3]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/runtime'
| make[4]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/runtime/libcxx'
| make[4]: Nothing to be done for `install'.
| make[4]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/runtime/libcxx'
| make[4]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/runtime/compiler-rt'
| make[4]: Nothing to be done for `install'.
| make[4]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/runtime/compiler-rt'
| make[3]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/runtime'
| make[3]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/docs'
| llvm[3]: Packaging HTML documentation
| llvm[3]: Installing HTML documentation
| make[4]: Entering directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/docs/tools'
| pod2html --css=manpage.css --htmlroot=. \
|   --podpath=. --infile=clang.pod --outfile=/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/docs/tools/clang.html --title=clang
| pod2man --release "clang 3.5.0" --center="Clang Tools Documentation" clang.pod /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/docs/tools/clang.1
| /bin/sh: pod2man: command not found
| make[4]: *** [/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/docs/tools/clang.1] Error 127
| make[4]: *** Waiting for unfinished jobs....
| rm /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/docs/tools//.dir
| make[4]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/docs/tools'
| make[3]: *** [install] Error 1
| make[3]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang/docs'
| make[2]: *** [install] Error 1
| make[2]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools/clang'
| make[1]: *** [clang/.makeinstall] Error 2
| make[1]: Leaving directory `/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/tools'
| make: *** [install] Error 1
| ERROR: oe_runmake failed
| WARNING: /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/temp/run.do_install.7749:1 exit 1 from
|   exit 1
| ERROR: Function failed: do_install (log file is located at /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/temp/log.do_install.7749)
ERROR: Task 464 (/home/jimr/tera/yocto/daisy/build/../meta-spectra-ls-utils/recipes-devtools/llvm/llvm_3.5.0.bb, do_install) failed with exit code '1'
NOTE: Tasks Summary: Attempted 2426 tasks of which 2420 didn't need to be rerun and 1 failed.
No currently running tasks (2426 of 2431)

Summary: 1 task failed:
  /home/jimr/tera/yocto/daisy/build/../meta-spectra-ls-utils/recipes-devtools/llvm/llvm_3.5.0.bb, do_install
Summary: There was 1 ERROR message shown, returning a non-zero exit code.
[jimr@krusty build]$ 

[-- Attachment #3: llvm_3.5.0.bb --]
[-- Type: application/octet-stream, Size: 794 bytes --]

SUMMARY = "POCO C++ libraries"
HOMEPAGE = "http://pocoproject.org/"
#LICENSE = "MIT"
#PR = "r0"
#LIC_FILES_CHKSUM = "file://LICENSE;md5=e4224ccaecb14d942c71d31bef20d78c"
LICENSE = "NCSA"
PR = "r0"
LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d"

SRC_URI = "file://llvm-3.5.0.tar.gz \
          "

SRC_URI[md5sum] = "e2dd127722ffb305c981d2a02687b4ff"
SRC_URI[sha256sum] = "1badb762129feb7ced9484a7969c88cebab9b01b80b83002fc9690933cd7d0e0"

EXTRA_OECONF = "--config=Linux-yocto "

INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
 
INSANE_SKIP_${PN} = "already-stripped"

#FILES_${PN} = "${libdir}/* /usr/bin "
inherit autotools

do_configure () {
        ./configure --enable-optimized --enable-targets=x86,x86_64 --host=x86_64-unknown-linux-gnu --build=x86_64-unknown-linux-gnu
}

[-- Attachment #4: config.log --]
[-- Type: text/plain, Size: 187023 bytes --]

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by LLVM configure 3.5.0, which was
generated by GNU Autoconf 2.60.  Invocation command line was

  $ ./configure --enable-optimized --enable-targets=x86,x86_64 --host=x86_64-unknown-linux-gnu --build=x86_64-unknown-linux-gnu

## --------- ##
## Platform. ##
## --------- ##

hostname = krusty.sldomain.com
uname -m = x86_64
uname -r = 3.13.11-100.fc19.x86_64
uname -s = Linux
uname -v = #1 SMP Wed Apr 23 20:10:57 UTC 2014

/usr/bin/uname -p = x86_64
/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: /home/jimr/tera/yocto/daisy/scripts
PATH: /home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/bin/i586-poky-linux
PATH: /home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls/usr/bin/crossscripts
PATH: /home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/sbin
PATH: /home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/bin
PATH: /home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/sbin
PATH: /home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/bin
PATH: /home/jimr/tera/yocto/daisy/scripts
PATH: /home/jimr/tera/yocto/daisy/bitbake/bin
PATH: /usr/lib64/ccache
PATH: /usr/libexec/lightdm
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/sbin
PATH: /usr/sbin
PATH: /home/jimr/.local/bin
PATH: /home/jimr/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2013: checking for x86_64-unknown-linux-gnu-clang
configure:2040: result: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls
configure:2120: checking for C compiler version
configure:2127: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls --version >&5
i586-poky-linux-gcc (GCC) 4.8.2
Copyright (C) 2013 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:2130: $? = 0
configure:2137: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -v >&5
Using built-in specs.
COLLECT_GCC=i586-poky-linux-gcc
COLLECT_LTO_WRAPPER=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/libexec/i586-poky-linux/gcc/i586-poky-linux/4.8.2/lto-wrapper
Target: i586-poky-linux
Configured with: /home/jimr/tera/yocto/daisy/build/tmp/work-shared/gcc-4.8.2-r0/gcc-4.8.2/configure --build=x86_64-linux --host=x86_64-linux --target=i586-poky-linux --prefix=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr --exec_prefix=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr --bindir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/bin/i586-poky-linux --sbindir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/bin/i586-poky-linux --libexecdir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/libexec/i586-poky-linux --datadir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/share --sysconfdir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/etc --sharedstatedir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/com --localstatedir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/var --libdir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/lib/i586-poky-linux --includedir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/include --oldincludedir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/include --infodir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/share/info --mandir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/share/man --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux --enable-clocale=generic --with-gnu-ld --enable-shared --enable-languages=c,c++ --enable-threads=posix --disable-multilib --enable-c99 --enable-long-long --enable-symvers=gnu --enable-libstdcxx-pch --program-prefix=i586-poky-linux- --without-local-prefix --enable-target-optspace --enable-lto --enable-libssp --disable-bootstrap --disable-libmudflap --with-system-zlib --with-linker-hash-style=gnu --enable-linker-build-id --with-ppl=no --with-cloog=no --enable-checking=release --enable-cheaders=c_global --with-gxx-include-dir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls/usr/include/c++ --with-sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls --with-build-sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls --enable-targets=all --enable-poison-system-directories --disable-libunwind-exceptions --with-mpfr=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr --with-system-zlib --disable-nls --enable-__cxa_atexit
Thread model: posix
gcc version 4.8.2 (GCC) 
configure:2140: $? = 0
configure:2147: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -V >&5
i586-poky-linux-gcc: error: unrecognized command line option '-V'
i586-poky-linux-gcc: fatal error: no input files
compilation terminated.
configure:2150: $? = 1
configure:2173: checking for C compiler default output file name
configure:2200: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c  >&5
configure:2203: $? = 0
configure:2249: result: a.out
configure:2254: checking whether the C compiler works
configure:2264: ./a.out
configure:2267: $? = 0
configure:2284: result: yes
configure:2291: checking whether we are cross compiling
configure:2293: result: no
configure:2296: checking for suffix of executables
configure:2303: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c  >&5
configure:2306: $? = 0
configure:2330: result: 
configure:2336: checking for suffix of object files
configure:2362: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:2365: $? = 0
configure:2388: result: o
configure:2392: checking whether we are using the GNU C compiler
configure:2421: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:2427: $? = 0
configure:2434: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:2437: $? = 0
configure:2444: test -s conftest.o
configure:2447: $? = 0
configure:2461: result: yes
configure:2466: checking whether i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls accepts -g
configure:2496: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c -g  conftest.c >&5
configure:2502: $? = 0
configure:2509: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:2512: $? = 0
configure:2519: test -s conftest.o
configure:2522: $? = 0
configure:2652: result: yes
configure:2669: checking for i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls option to accept ISO C89
configure:2743: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:2749: $? = 0
configure:2756: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:2759: $? = 0
configure:2766: test -s conftest.o
configure:2769: $? = 0
configure:2789: result: none needed
configure:2923: checking for C++ compiler version
configure:2930: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls --version >&5
i586-poky-linux-g++ (GCC) 4.8.2
Copyright (C) 2013 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:2933: $? = 0
configure:2940: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -v >&5
Using built-in specs.
COLLECT_GCC=i586-poky-linux-g++
COLLECT_LTO_WRAPPER=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/libexec/i586-poky-linux/gcc/i586-poky-linux/4.8.2/lto-wrapper
Target: i586-poky-linux
Configured with: /home/jimr/tera/yocto/daisy/build/tmp/work-shared/gcc-4.8.2-r0/gcc-4.8.2/configure --build=x86_64-linux --host=x86_64-linux --target=i586-poky-linux --prefix=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr --exec_prefix=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr --bindir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/bin/i586-poky-linux --sbindir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/bin/i586-poky-linux --libexecdir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/libexec/i586-poky-linux --datadir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/share --sysconfdir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/etc --sharedstatedir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/com --localstatedir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/var --libdir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/lib/i586-poky-linux --includedir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/include --oldincludedir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/include --infodir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/share/info --mandir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/share/man --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux --enable-clocale=generic --with-gnu-ld --enable-shared --enable-languages=c,c++ --enable-threads=posix --disable-multilib --enable-c99 --enable-long-long --enable-symvers=gnu --enable-libstdcxx-pch --program-prefix=i586-poky-linux- --without-local-prefix --enable-target-optspace --enable-lto --enable-libssp --disable-bootstrap --disable-libmudflap --with-system-zlib --with-linker-hash-style=gnu --enable-linker-build-id --with-ppl=no --with-cloog=no --enable-checking=release --enable-cheaders=c_global --with-gxx-include-dir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls/usr/include/c++ --with-sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls --with-build-sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls --enable-targets=all --enable-poison-system-directories --disable-libunwind-exceptions --with-mpfr=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr --with-system-zlib --disable-nls --enable-__cxa_atexit
Thread model: posix
gcc version 4.8.2 (GCC) 
configure:2943: $? = 0
configure:2950: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -V >&5
i586-poky-linux-g++: error: unrecognized command line option '-V'
i586-poky-linux-g++: fatal error: no input files
compilation terminated.
configure:2953: $? = 1
configure:2956: checking whether we are using the GNU C++ compiler
configure:2985: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden  conftest.cpp >&5
configure:2991: $? = 0
configure:2998: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:3001: $? = 0
configure:3008: test -s conftest.o
configure:3011: $? = 0
configure:3025: result: yes
configure:3030: checking whether i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls accepts -g
configure:3060: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c -g  conftest.cpp >&5
configure:3066: $? = 0
configure:3073: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:3076: $? = 0
configure:3083: test -s conftest.o
configure:3086: $? = 0
configure:3216: result: yes
configure:3244: checking how to run the C preprocessor
configure:3374: result: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586
configure:3403: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
configure:3409: $? = 0
configure:3447: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:3453: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "LLVM 3.5.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_VERSION_PATCH 0
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3590: checking whether GCC or Clang is our host compiler
configure:3616: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden  conftest.cpp >&5
conftest.cpp:12:38: error: #error 
                                     #error
                                      ^
configure:3622: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "LLVM 3.5.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_VERSION_PATCH 0
| /* end confdefs.h.  */
| #if ! __clang__
|                                     #error
|                                     #endif
| 
configure:3666: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden  conftest.cpp >&5
configure:3672: $? = 0
configure:3679: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:3682: $? = 0
configure:3689: test -s conftest.o
configure:3692: $? = 0
configure:3712: result: gcc
configure:3790: checking build system type
configure:3808: result: x86_64-unknown-linux-gnu
configure:3830: checking host system type
configure:3845: result: x86_64-unknown-linux-gnu
configure:3867: checking target system type
configure:3882: result: x86_64-unknown-linux-gnu
configure:3911: checking type of operating system we're going to host on
configure:4029: result: Linux
configure:4032: checking type of operating system we're going to target
configure:4086: result: Linux
configure:4132: checking target architecture
configure:4155: result: x86_64
configure:4721: checking whether GCC is new enough
configure:4741: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden  conftest.cpp >&5
configure:4747: $? = 0
configure:4754: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:4757: $? = 0
configure:4764: test -s conftest.o
configure:4767: $? = 0
configure:4769: result: yes
configure:5478: checking optimization flags
configure:5491: result: -O3
configure:5738: checking for GNU make
configure:5753: result: make
configure:5764: checking whether ln -s works
configure:5768: result: yes
configure:5777: checking for nm
configure:5795: found /usr/bin/nm
configure:5808: result: /usr/bin/nm
configure:5818: checking for cmp
configure:5836: found /usr/bin/cmp
configure:5849: result: /usr/bin/cmp
configure:5859: checking for cp
configure:5877: found /usr/bin/cp
configure:5890: result: /usr/bin/cp
configure:5900: checking for date
configure:5918: found /usr/bin/date
configure:5931: result: /usr/bin/date
configure:5941: checking for find
configure:5959: found /usr/bin/find
configure:5972: result: /usr/bin/find
configure:5982: checking for grep
configure:6000: found /usr/bin/grep
configure:6013: result: /usr/bin/grep
configure:6023: checking for mkdir
configure:6041: found /usr/bin/mkdir
configure:6054: result: /usr/bin/mkdir
configure:6064: checking for mv
configure:6082: found /usr/bin/mv
configure:6095: result: /usr/bin/mv
configure:6106: checking for x86_64-unknown-linux-gnu-ranlib
configure:6133: result: i586-poky-linux-ranlib
configure:6202: checking for x86_64-unknown-linux-gnu-ar
configure:6229: result: i586-poky-linux-ar
configure:6297: checking for rm
configure:6315: found /usr/bin/rm
configure:6328: result: /usr/bin/rm
configure:6338: checking for sed
configure:6356: found /home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/bin/sed
configure:6369: result: /home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/bin/sed
configure:6379: checking for tar
configure:6397: found /usr/bin/tar
configure:6410: result: /usr/bin/tar
configure:6420: checking for pwd
configure:6438: found /usr/bin/pwd
configure:6451: result: /usr/bin/pwd
configure:6462: checking for dot
configure:6493: result: echo dot
configure:6530: checking for a BSD-compatible install
configure:6586: result: /usr/bin/install -c
configure:6604: checking for bzip2
configure:6622: found /usr/bin/bzip2
configure:6634: result: /usr/bin/bzip2
configure:6644: checking for cat
configure:6662: found /usr/bin/cat
configure:6674: result: /usr/bin/cat
configure:6684: checking for doxygen
configure:6702: found /usr/bin/doxygen
configure:6714: result: /usr/bin/doxygen
configure:6724: checking for groff
configure:6742: found /home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/bin/groff
configure:6754: result: /home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/bin/groff
configure:6764: checking for gzip
configure:6782: found /usr/bin/gzip
configure:6794: result: /usr/bin/gzip
configure:6804: checking for pdfroff
configure:6822: found /home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/bin/pdfroff
configure:6834: result: /home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/bin/pdfroff
configure:6844: checking for zip
configure:6862: found /usr/bin/zip
configure:6874: result: /usr/bin/zip
configure:6886: checking for ocamlc
configure:6919: result: no
configure:6931: checking for ocamlopt
configure:6964: result: no
configure:6976: checking for ocamldep
configure:7009: result: no
configure:7021: checking for ocamldoc
configure:7054: result: no
configure:7066: checking for gas
configure:7099: result: no
configure:7066: checking for as
configure:7084: found /usr/bin/as
configure:7096: result: /usr/bin/as
configure:7108: checking for linker version
configure:7124: result: 2.24
configure:7134: checking for compiler -Wl,-R<path> option
configure:7168: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -Wl,-R.  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c  >&5
configure:7174: $? = 0
configure:7181: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7184: $? = 0
configure:7191: test -s conftest
configure:7194: $? = 0
configure:7215: result: yes
configure:7226: checking for compiler -rdynamic option
configure:7260: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -rdynamic  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c  >&5
configure:7266: $? = 0
configure:7273: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7276: $? = 0
configure:7283: test -s conftest
configure:7286: $? = 0
configure:7307: result: yes
configure:7318: checking for compiler -Wl,--version-script option
configure:7374: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -Wl,--version-script=/tmp/foodMRPCc/export.map  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c  >&5
configure:7380: $? = 0
configure:7387: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7390: $? = 0
configure:7397: test -s conftest
configure:7400: $? = 0
configure:7423: result: yes
configure:7432: checking for grep that handles long lines and -e
configure:7506: result: /usr/bin/grep
configure:7511: checking for egrep
configure:7589: result: /usr/bin/grep -E
configure:7594: checking for ANSI C header files
configure:7624: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:7630: $? = 0
configure:7637: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7640: $? = 0
configure:7647: test -s conftest.o
configure:7650: $? = 0
configure:7746: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c  >&5
configure:7749: $? = 0
configure:7755: ./conftest
configure:7758: $? = 0
configure:7775: result: yes
configure:7799: checking for sys/types.h
configure:7820: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:7826: $? = 0
configure:7833: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7836: $? = 0
configure:7843: test -s conftest.o
configure:7846: $? = 0
configure:7859: result: yes
configure:7799: checking for sys/stat.h
configure:7820: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:7826: $? = 0
configure:7833: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7836: $? = 0
configure:7843: test -s conftest.o
configure:7846: $? = 0
configure:7859: result: yes
configure:7799: checking for stdlib.h
configure:7820: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:7826: $? = 0
configure:7833: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7836: $? = 0
configure:7843: test -s conftest.o
configure:7846: $? = 0
configure:7859: result: yes
configure:7799: checking for string.h
configure:7820: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:7826: $? = 0
configure:7833: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7836: $? = 0
configure:7843: test -s conftest.o
configure:7846: $? = 0
configure:7859: result: yes
configure:7799: checking for memory.h
configure:7820: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:7826: $? = 0
configure:7833: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7836: $? = 0
configure:7843: test -s conftest.o
configure:7846: $? = 0
configure:7859: result: yes
configure:7799: checking for strings.h
configure:7820: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:7826: $? = 0
configure:7833: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7836: $? = 0
configure:7843: test -s conftest.o
configure:7846: $? = 0
configure:7859: result: yes
configure:7799: checking for inttypes.h
configure:7820: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:7826: $? = 0
configure:7833: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7836: $? = 0
configure:7843: test -s conftest.o
configure:7846: $? = 0
configure:7859: result: yes
configure:7799: checking for stdint.h
configure:7820: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:7826: $? = 0
configure:7833: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7836: $? = 0
configure:7843: test -s conftest.o
configure:7846: $? = 0
configure:7859: result: yes
configure:7799: checking for unistd.h
configure:7820: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:7826: $? = 0
configure:7833: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7836: $? = 0
configure:7843: test -s conftest.o
configure:7846: $? = 0
configure:7859: result: yes
configure:7886: checking errno.h usability
configure:7903: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:7909: $? = 0
configure:7916: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7919: $? = 0
configure:7926: test -s conftest.o
configure:7929: $? = 0
configure:7940: result: yes
configure:7944: checking errno.h presence
configure:7959: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
configure:7965: $? = 0
configure:7986: result: yes
configure:8019: checking for errno.h
configure:8027: result: yes
configure:8053: checking tool compatibility
configure:8103: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:8109: $? = 0
configure:8116: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:8119: $? = 0
configure:8126: test -s conftest.o
configure:8129: $? = 0
configure:8151: result: ok
configure:8154: checking optional compiler flags
configure:8175: result: -Wno-variadic-macros -Wno-missing-field-initializers   -Wno-maybe-uninitialized
configure:8198: checking for python
configure:8216: found /usr/bin/python
configure:8233: result: /usr/bin/python
configure:8243: checking for python >= 2.5
configure:8252: result: /usr/bin/python (2.7.5)
configure:8266: checking for sin in -lm
configure:8301: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lm   >&5
conftest.c:59:6: warning: conflicting types for built-in function 'sin' [enabled by default]
 char sin ();
      ^
configure:8307: $? = 0
configure:8314: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:8317: $? = 0
configure:8324: test -s conftest
configure:8327: $? = 0
configure:8341: result: yes
configure:8598: checking for library containing dlopen
configure:8639: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lm  >&5
/tmp/ccw1WysJ.o: In function `main':
/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/conftest.c:64: undefined reference to `dlopen'
collect2: error: ld returned 1 exit status
configure:8645: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "LLVM 3.5.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_VERSION_PATCH 0
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.24"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dlopen ();
| int
| main ()
| {
| return dlopen ();
|   ;
|   return 0;
| }
configure:8639: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -ldl  -lm  >&5
configure:8645: $? = 0
configure:8652: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:8655: $? = 0
configure:8662: test -s conftest
configure:8665: $? = 0
configure:8689: result: -ldl
configure:8709: checking for library containing clock_gettime
configure:8750: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -ldl -lm  >&5
configure:8756: $? = 0
configure:8763: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:8766: $? = 0
configure:8773: test -s conftest
configure:8776: $? = 0
configure:8800: result: none required
configure:8810: checking for library containing setupterm
configure:8851: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -ldl -lm  >&5
/tmp/ccGd1XLI.o: In function `main':
/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/conftest.c:65: undefined reference to `setupterm'
collect2: error: ld returned 1 exit status
configure:8857: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "LLVM 3.5.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_VERSION_PATCH 0
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.24"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char setupterm ();
| int
| main ()
| {
| return setupterm ();
|   ;
|   return 0;
| }
configure:8851: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -ltinfo  -ldl -lm  >&5
configure:8857: $? = 0
configure:8864: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:8867: $? = 0
configure:8874: test -s conftest
configure:8877: $? = 0
configure:8901: result: -ltinfo
configure:8920: checking for library containing el_init
configure:8961: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -ltinfo -ldl -lm  >&5
/tmp/cc2ZK28O.o: In function `main':
/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/conftest.c:66: undefined reference to `el_init'
collect2: error: ld returned 1 exit status
configure:8967: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "LLVM 3.5.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_VERSION_PATCH 0
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.24"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char el_init ();
| int
| main ()
| {
| return el_init ();
|   ;
|   return 0;
| }
configure:8961: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -ledit  -ltinfo -ldl -lm  >&5
/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/libexec/i586-poky-linux/gcc/i586-poky-linux/4.8.2/ld: cannot find -ledit
collect2: error: ld returned 1 exit status
configure:8967: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "LLVM 3.5.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_VERSION_PATCH 0
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.24"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char el_init ();
| int
| main ()
| {
| return el_init ();
|   ;
|   return 0;
| }
configure:9011: result: no
configure:9135: checking for library containing mallinfo
configure:9176: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -ltinfo -ldl -lm  >&5
configure:9182: $? = 0
configure:9189: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:9192: $? = 0
configure:9199: test -s conftest
configure:9202: $? = 0
configure:9226: result: none required
configure:9241: checking for pthread_mutex_init in -lpthread
configure:9276: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lpthread  -ltinfo -ldl -lm  >&5
configure:9282: $? = 0
configure:9289: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:9292: $? = 0
configure:9299: test -s conftest
configure:9302: $? = 0
configure:9316: result: yes
configure:9327: checking for library containing pthread_mutex_lock
configure:9368: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lpthread -ltinfo -ldl -lm  >&5
configure:9374: $? = 0
configure:9381: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:9384: $? = 0
configure:9391: test -s conftest
configure:9394: $? = 0
configure:9418: result: none required
configure:9430: checking for library containing pthread_rwlock_init
configure:9471: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lpthread -ltinfo -ldl -lm  >&5
configure:9477: $? = 0
configure:9484: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:9487: $? = 0
configure:9494: test -s conftest
configure:9497: $? = 0
configure:9521: result: none required
configure:9533: checking for library containing pthread_getspecific
configure:9574: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lpthread -ltinfo -ldl -lm  >&5
configure:9580: $? = 0
configure:9587: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:9590: $? = 0
configure:9597: test -s conftest
configure:9600: $? = 0
configure:9624: result: none required
configure:9640: checking for compress2 in -lz
configure:9675: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz  -lpthread -ltinfo -ldl -lm  >&5
configure:9681: $? = 0
configure:9688: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:9691: $? = 0
configure:9698: test -s conftest
configure:9701: $? = 0
configure:9715: result: yes
configure:10178: checking for xml2-config
configure:10194: found /home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls/usr/bin/crossscripts/xml2-config
configure:10205: result: xml2-config
configure:10217: checking for libxml2 includes
configure:10224: result: -I/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls/usr/include/libxml2
configure:10226: checking for xmlReadFile in -lxml2
configure:10261: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lxml2  -lz -lpthread -ltinfo -ldl -lm  >&5
configure:10267: $? = 0
configure:10274: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10277: $? = 0
configure:10284: test -s conftest
configure:10287: $? = 0
configure:10301: result: yes
configure:10325: checking for dirent.h that defines DIR
configure:10354: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:10360: $? = 0
configure:10367: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10370: $? = 0
configure:10377: test -s conftest.o
configure:10380: $? = 0
configure:10393: result: yes
configure:10406: checking for library containing opendir
configure:10447: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:10453: $? = 0
configure:10460: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10463: $? = 0
configure:10470: test -s conftest
configure:10473: $? = 0
configure:10497: result: none required
configure:10607: checking for MAP_ANONYMOUS vs. MAP_ANON
configure:10641: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:10647: $? = 0
configure:10654: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10657: $? = 0
configure:10664: test -s conftest.o
configure:10667: $? = 0
configure:10686: result: yes
configure:10696: checking whether stat file-mode macros are broken
configure:10744: result: no
configure:10754: checking for sys/wait.h that is POSIX.1 compatible
configure:10790: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:10796: $? = 0
configure:10803: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10806: $? = 0
configure:10813: test -s conftest.o
configure:10816: $? = 0
configure:10828: result: yes
configure:10838: checking whether time.h and sys/time.h may both be included
configure:10868: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:10874: $? = 0
configure:10881: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10884: $? = 0
configure:10891: test -s conftest.o
configure:10894: $? = 0
configure:10906: result: yes
configure:10928: checking how to run the C++ preprocessor
configure:10964: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -E  conftest.cpp
configure:10970: $? = 0
configure:11008: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -E  conftest.cpp
conftest.cpp:68:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:11014: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "LLVM 3.5.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_VERSION_PATCH 0
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.24"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define HAVE_LIBZ 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:11054: result: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -E
configure:11083: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -E  conftest.cpp
configure:11089: $? = 0
configure:11127: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -E  conftest.cpp
conftest.cpp:68:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:11133: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "LLVM 3.5.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_VERSION_PATCH 0
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.24"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define HAVE_LIBZ 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:11193: checking cxxabi.h usability
configure:11210: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden  conftest.cpp >&5
configure:11216: $? = 0
configure:11223: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:11226: $? = 0
configure:11233: test -s conftest.o
configure:11236: $? = 0
configure:11247: result: yes
configure:11251: checking cxxabi.h presence
configure:11266: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -E  conftest.cpp
configure:11272: $? = 0
configure:11293: result: yes
configure:11326: checking for cxxabi.h
configure:11334: result: yes
configure:11372: checking dlfcn.h usability
configure:11389: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:11395: $? = 0
configure:11402: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11405: $? = 0
configure:11412: test -s conftest.o
configure:11415: $? = 0
configure:11426: result: yes
configure:11430: checking dlfcn.h presence
configure:11445: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
configure:11451: $? = 0
configure:11472: result: yes
configure:11505: checking for dlfcn.h
configure:11513: result: yes
configure:11372: checking execinfo.h usability
configure:11389: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:11395: $? = 0
configure:11402: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11405: $? = 0
configure:11412: test -s conftest.o
configure:11415: $? = 0
configure:11426: result: yes
configure:11430: checking execinfo.h presence
configure:11445: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
configure:11451: $? = 0
configure:11472: result: yes
configure:11505: checking for execinfo.h
configure:11513: result: yes
configure:11372: checking fcntl.h usability
configure:11389: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:11395: $? = 0
configure:11402: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11405: $? = 0
configure:11412: test -s conftest.o
configure:11415: $? = 0
configure:11426: result: yes
configure:11430: checking fcntl.h presence
configure:11445: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
configure:11451: $? = 0
configure:11472: result: yes
configure:11505: checking for fcntl.h
configure:11513: result: yes
configure:11362: checking for inttypes.h
configure:11368: result: yes
configure:11372: checking link.h usability
configure:11389: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:11395: $? = 0
configure:11402: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11405: $? = 0
configure:11412: test -s conftest.o
configure:11415: $? = 0
configure:11426: result: yes
configure:11430: checking link.h presence
configure:11445: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
configure:11451: $? = 0
configure:11472: result: yes
configure:11505: checking for link.h
configure:11513: result: yes
configure:11546: checking malloc.h usability
configure:11563: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:11569: $? = 0
configure:11576: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11579: $? = 0
configure:11586: test -s conftest.o
configure:11589: $? = 0
configure:11600: result: yes
configure:11604: checking malloc.h presence
configure:11619: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
configure:11625: $? = 0
configure:11646: result: yes
configure:11679: checking for malloc.h
configure:11687: result: yes
configure:11546: checking setjmp.h usability
configure:11563: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:11569: $? = 0
configure:11576: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11579: $? = 0
configure:11586: test -s conftest.o
configure:11589: $? = 0
configure:11600: result: yes
configure:11604: checking setjmp.h presence
configure:11619: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
configure:11625: $? = 0
configure:11646: result: yes
configure:11679: checking for setjmp.h
configure:11687: result: yes
configure:11546: checking signal.h usability
configure:11563: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:11569: $? = 0
configure:11576: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11579: $? = 0
configure:11586: test -s conftest.o
configure:11589: $? = 0
configure:11600: result: yes
configure:11604: checking signal.h presence
configure:11619: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
configure:11625: $? = 0
configure:11646: result: yes
configure:11679: checking for signal.h
configure:11687: result: yes
configure:11536: checking for stdint.h
configure:11542: result: yes
configure:11546: checking termios.h usability
configure:11563: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:11569: $? = 0
configure:11576: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11579: $? = 0
configure:11586: test -s conftest.o
configure:11589: $? = 0
configure:11600: result: yes
configure:11604: checking termios.h presence
configure:11619: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
configure:11625: $? = 0
configure:11646: result: yes
configure:11679: checking for termios.h
configure:11687: result: yes
configure:11536: checking for unistd.h
configure:11542: result: yes
configure:11715: checking utime.h usability
configure:11732: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:11738: $? = 0
configure:11745: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11748: $? = 0
configure:11755: test -s conftest.o
configure:11758: $? = 0
configure:11769: result: yes
configure:11773: checking utime.h presence
configure:11788: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
configure:11794: $? = 0
configure:11815: result: yes
configure:11848: checking for utime.h
configure:11856: result: yes
configure:11888: checking sys/mman.h usability
configure:11905: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:11911: $? = 0
configure:11918: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11921: $? = 0
configure:11928: test -s conftest.o
configure:11931: $? = 0
configure:11942: result: yes
configure:11946: checking sys/mman.h presence
configure:11961: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
configure:11967: $? = 0
configure:11988: result: yes
configure:12021: checking for sys/mman.h
configure:12029: result: yes
configure:11888: checking sys/param.h usability
configure:11905: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:11911: $? = 0
configure:11918: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11921: $? = 0
configure:11928: test -s conftest.o
configure:11931: $? = 0
configure:11942: result: yes
configure:11946: checking sys/param.h presence
configure:11961: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
configure:11967: $? = 0
configure:11988: result: yes
configure:12021: checking for sys/param.h
configure:12029: result: yes
configure:11888: checking sys/resource.h usability
configure:11905: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:11911: $? = 0
configure:11918: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11921: $? = 0
configure:11928: test -s conftest.o
configure:11931: $? = 0
configure:11942: result: yes
configure:11946: checking sys/resource.h presence
configure:11961: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
configure:11967: $? = 0
configure:11988: result: yes
configure:12021: checking for sys/resource.h
configure:12029: result: yes
configure:11888: checking sys/time.h usability
configure:11905: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:11911: $? = 0
configure:11918: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11921: $? = 0
configure:11928: test -s conftest.o
configure:11931: $? = 0
configure:11942: result: yes
configure:11946: checking sys/time.h presence
configure:11961: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
configure:11967: $? = 0
configure:11988: result: yes
configure:12021: checking for sys/time.h
configure:12029: result: yes
configure:11888: checking sys/uio.h usability
configure:11905: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:11911: $? = 0
configure:11918: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11921: $? = 0
configure:11928: test -s conftest.o
configure:11931: $? = 0
configure:11942: result: yes
configure:11946: checking sys/uio.h presence
configure:11961: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
configure:11967: $? = 0
configure:11988: result: yes
configure:12021: checking for sys/uio.h
configure:12029: result: yes
configure:12059: checking sys/ioctl.h usability
configure:12076: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:12082: $? = 0
configure:12089: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:12092: $? = 0
configure:12099: test -s conftest.o
configure:12102: $? = 0
configure:12113: result: yes
configure:12117: checking sys/ioctl.h presence
configure:12132: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
configure:12138: $? = 0
configure:12159: result: yes
configure:12192: checking for sys/ioctl.h
configure:12200: result: yes
configure:12059: checking malloc/malloc.h usability
configure:12076: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
conftest.c:120:27: fatal error: malloc/malloc.h: No such file or directory
 #include <malloc/malloc.h>
                           ^
compilation terminated.
configure:12082: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "LLVM 3.5.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_VERSION_PATCH 0
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.24"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define HAVE_LIBZ 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <malloc/malloc.h>
configure:12113: result: no
configure:12117: checking malloc/malloc.h presence
configure:12132: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
conftest.c:87:27: fatal error: malloc/malloc.h: No such file or directory
 #include <malloc/malloc.h>
                           ^
compilation terminated.
configure:12138: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "LLVM 3.5.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_VERSION_PATCH 0
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.24"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define HAVE_LIBZ 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h.  */
| #include <malloc/malloc.h>
configure:12159: result: no
configure:12192: checking for malloc/malloc.h
configure:12200: result: no
configure:12059: checking mach/mach.h usability
configure:12076: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
conftest.c:120:23: fatal error: mach/mach.h: No such file or directory
 #include <mach/mach.h>
                       ^
compilation terminated.
configure:12082: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "LLVM 3.5.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_VERSION_PATCH 0
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.24"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define HAVE_LIBZ 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <mach/mach.h>
configure:12113: result: no
configure:12117: checking mach/mach.h presence
configure:12132: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
conftest.c:87:23: fatal error: mach/mach.h: No such file or directory
 #include <mach/mach.h>
                       ^
compilation terminated.
configure:12138: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "LLVM 3.5.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_VERSION_PATCH 0
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.24"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define HAVE_LIBZ 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h.  */
| #include <mach/mach.h>
configure:12159: result: no
configure:12192: checking for mach/mach.h
configure:12200: result: no
configure:12228: checking valgrind/valgrind.h usability
configure:12245: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
conftest.c:120:31: fatal error: valgrind/valgrind.h: No such file or directory
 #include <valgrind/valgrind.h>
                               ^
compilation terminated.
configure:12251: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "LLVM 3.5.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_VERSION_PATCH 0
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.24"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define HAVE_LIBZ 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <valgrind/valgrind.h>
configure:12282: result: no
configure:12286: checking valgrind/valgrind.h presence
configure:12301: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
conftest.c:87:31: fatal error: valgrind/valgrind.h: No such file or directory
 #include <valgrind/valgrind.h>
                               ^
compilation terminated.
configure:12307: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "LLVM 3.5.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_VERSION_PATCH 0
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.24"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define HAVE_LIBZ 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h.  */
| #include <valgrind/valgrind.h>
configure:12328: result: no
configure:12361: checking for valgrind/valgrind.h
configure:12369: result: no
configure:12397: checking fenv.h usability
configure:12414: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:12420: $? = 0
configure:12427: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:12430: $? = 0
configure:12437: test -s conftest.o
configure:12440: $? = 0
configure:12451: result: yes
configure:12455: checking fenv.h presence
configure:12470: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
configure:12476: $? = 0
configure:12497: result: yes
configure:12530: checking for fenv.h
configure:12538: result: yes
configure:12551: checking whether FE_ALL_EXCEPT is declared
configure:12582: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:12588: $? = 0
configure:12595: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:12598: $? = 0
configure:12605: test -s conftest.o
configure:12608: $? = 0
configure:12620: result: yes
configure:12636: checking whether FE_INEXACT is declared
configure:12667: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:12673: $? = 0
configure:12680: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:12683: $? = 0
configure:12690: test -s conftest.o
configure:12693: $? = 0
configure:12705: result: yes
configure:12739: checking pthread.h usability
configure:12756: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:12762: $? = 0
configure:12769: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:12772: $? = 0
configure:12779: test -s conftest.o
configure:12782: $? = 0
configure:12793: result: yes
configure:12797: checking pthread.h presence
configure:12812: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
configure:12818: $? = 0
configure:12839: result: yes
configure:12872: checking for pthread.h
configure:12880: result: yes
configure:12917: checking zlib.h usability
configure:12934: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:12940: $? = 0
configure:12947: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:12950: $? = 0
configure:12957: test -s conftest.o
configure:12960: $? = 0
configure:12971: result: yes
configure:12975: checking zlib.h presence
configure:12990: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
configure:12996: $? = 0
configure:13017: result: yes
configure:13050: checking for zlib.h
configure:13058: result: yes
configure:13268: checking CrashReporterClient.h usability
configure:13285: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
conftest.c:125:33: fatal error: CrashReporterClient.h: No such file or directory
 #include <CrashReporterClient.h>
                                 ^
compilation terminated.
configure:13291: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "LLVM 3.5.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_VERSION_PATCH 0
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.24"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define HAVE_LIBZ 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_DECL_FE_ALL_EXCEPT 1
| #define HAVE_DECL_FE_INEXACT 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_ZLIB_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <CrashReporterClient.h>
configure:13322: result: no
configure:13326: checking CrashReporterClient.h presence
configure:13341: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
conftest.c:92:33: fatal error: CrashReporterClient.h: No such file or directory
 #include <CrashReporterClient.h>
                                 ^
compilation terminated.
configure:13347: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "LLVM 3.5.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_VERSION_PATCH 0
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.24"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define HAVE_LIBZ 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_DECL_FE_ALL_EXCEPT 1
| #define HAVE_DECL_FE_INEXACT 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_ZLIB_H 1
| /* end confdefs.h.  */
| #include <CrashReporterClient.h>
configure:13368: result: no
configure:13401: checking for CrashReporterClient.h
configure:13409: result: no
configure:13423: checking __crashreporter_info__
configure:13447: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
/tmp/ccgcJbbm.o: In function `main':
/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/conftest.c:96: undefined reference to `__crashreporter_info__'
collect2: error: ld returned 1 exit status
configure:13453: $? = 1
configure: failed program was:
| 
|   /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "LLVM 3.5.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_VERSION_PATCH 0
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.24"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define HAVE_LIBZ 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_DECL_FE_ALL_EXCEPT 1
| #define HAVE_DECL_FE_INEXACT 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_ZLIB_H 1
| /* end confdefs.h.  */
| 
|     extern const char *__crashreporter_info__;
|     int main() {
|       __crashreporter_info__ = "test";
|       return 0;
|     }
| 
| 
configure:13489: result: no
configure:13504: checking for HUGE_VAL sanity
configure:13542: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden -pedantic  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.cpp -lz -lpthread -ltinfo -ldl -lm  >&5
configure:13545: $? = 0
configure:13551: ./conftest
configure:13554: $? = 0
configure:13578: result: yes
configure:13583: checking for pid_t
configure:13613: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:13619: $? = 0
configure:13626: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:13629: $? = 0
configure:13636: test -s conftest.o
configure:13639: $? = 0
configure:13651: result: yes
configure:13663: checking for size_t
configure:13693: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:13699: $? = 0
configure:13706: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:13709: $? = 0
configure:13716: test -s conftest.o
configure:13719: $? = 0
configure:13731: result: yes
configure:13748: checking whether struct tm is in sys/time.h or time.h
configure:13776: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:13782: $? = 0
configure:13789: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:13792: $? = 0
configure:13799: test -s conftest.o
configure:13802: $? = 0
configure:13814: result: time.h
configure:13824: checking for int64_t
configure:13854: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:13860: $? = 0
configure:13867: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:13870: $? = 0
configure:13877: test -s conftest.o
configure:13880: $? = 0
configure:13892: result: yes
configure:13907: checking for uint64_t
configure:13937: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:13943: $? = 0
configure:13950: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:13953: $? = 0
configure:13960: test -s conftest.o
configure:13963: $? = 0
configure:13975: result: yes
configure:14082: checking for backtrace
configure:14138: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:14144: $? = 0
configure:14151: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14154: $? = 0
configure:14161: test -s conftest
configure:14164: $? = 0
configure:14178: result: yes
configure:14082: checking for ceilf
configure:14138: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
conftest.c:120:6: warning: conflicting types for built-in function 'ceilf' [enabled by default]
 char ceilf ();
      ^
configure:14144: $? = 0
configure:14151: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14154: $? = 0
configure:14161: test -s conftest
configure:14164: $? = 0
configure:14178: result: yes
configure:14082: checking for floorf
configure:14138: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
conftest.c:121:6: warning: conflicting types for built-in function 'floorf' [enabled by default]
 char floorf ();
      ^
configure:14144: $? = 0
configure:14151: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14154: $? = 0
configure:14161: test -s conftest
configure:14164: $? = 0
configure:14178: result: yes
configure:14082: checking for roundf
configure:14138: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
conftest.c:122:6: warning: conflicting types for built-in function 'roundf' [enabled by default]
 char roundf ();
      ^
configure:14144: $? = 0
configure:14151: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14154: $? = 0
configure:14161: test -s conftest
configure:14164: $? = 0
configure:14178: result: yes
configure:14082: checking for rintf
configure:14138: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
conftest.c:123:6: warning: conflicting types for built-in function 'rintf' [enabled by default]
 char rintf ();
      ^
configure:14144: $? = 0
configure:14151: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14154: $? = 0
configure:14161: test -s conftest
configure:14164: $? = 0
configure:14178: result: yes
configure:14082: checking for nearbyintf
configure:14138: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
conftest.c:124:6: warning: conflicting types for built-in function 'nearbyintf' [enabled by default]
 char nearbyintf ();
      ^
configure:14144: $? = 0
configure:14151: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14154: $? = 0
configure:14161: test -s conftest
configure:14164: $? = 0
configure:14178: result: yes
configure:14082: checking for getcwd
configure:14138: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:14144: $? = 0
configure:14151: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14154: $? = 0
configure:14161: test -s conftest
configure:14164: $? = 0
configure:14178: result: yes
configure:14195: checking for powf
configure:14251: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
conftest.c:126:6: warning: conflicting types for built-in function 'powf' [enabled by default]
 char powf ();
      ^
configure:14257: $? = 0
configure:14264: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14267: $? = 0
configure:14274: test -s conftest
configure:14277: $? = 0
configure:14291: result: yes
configure:14195: checking for fmodf
configure:14251: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
conftest.c:127:6: warning: conflicting types for built-in function 'fmodf' [enabled by default]
 char fmodf ();
      ^
configure:14257: $? = 0
configure:14264: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14267: $? = 0
configure:14274: test -s conftest
configure:14277: $? = 0
configure:14291: result: yes
configure:14195: checking for strtof
configure:14251: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:14257: $? = 0
configure:14264: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14267: $? = 0
configure:14274: test -s conftest
configure:14277: $? = 0
configure:14291: result: yes
configure:14195: checking for round
configure:14251: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
conftest.c:129:6: warning: conflicting types for built-in function 'round' [enabled by default]
 char round ();
      ^
configure:14257: $? = 0
configure:14264: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14267: $? = 0
configure:14274: test -s conftest
configure:14277: $? = 0
configure:14291: result: yes
configure:14309: checking for log
configure:14365: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
conftest.c:130:6: warning: conflicting types for built-in function 'log' [enabled by default]
 char log ();
      ^
configure:14371: $? = 0
configure:14378: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14381: $? = 0
configure:14388: test -s conftest
configure:14391: $? = 0
configure:14405: result: yes
configure:14309: checking for log2
configure:14365: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
conftest.c:131:6: warning: conflicting types for built-in function 'log2' [enabled by default]
 char log2 ();
      ^
configure:14371: $? = 0
configure:14378: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14381: $? = 0
configure:14388: test -s conftest
configure:14391: $? = 0
configure:14405: result: yes
configure:14309: checking for log10
configure:14365: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
conftest.c:132:6: warning: conflicting types for built-in function 'log10' [enabled by default]
 char log10 ();
      ^
configure:14371: $? = 0
configure:14378: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14381: $? = 0
configure:14388: test -s conftest
configure:14391: $? = 0
configure:14405: result: yes
configure:14309: checking for exp
configure:14365: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
conftest.c:133:6: warning: conflicting types for built-in function 'exp' [enabled by default]
 char exp ();
      ^
configure:14371: $? = 0
configure:14378: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14381: $? = 0
configure:14388: test -s conftest
configure:14391: $? = 0
configure:14405: result: yes
configure:14309: checking for exp2
configure:14365: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
conftest.c:134:6: warning: conflicting types for built-in function 'exp2' [enabled by default]
 char exp2 ();
      ^
configure:14371: $? = 0
configure:14378: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14381: $? = 0
configure:14388: test -s conftest
configure:14391: $? = 0
configure:14405: result: yes
configure:14423: checking for getpagesize
configure:14479: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:14485: $? = 0
configure:14492: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14495: $? = 0
configure:14502: test -s conftest
configure:14505: $? = 0
configure:14519: result: yes
configure:14423: checking for getrusage
configure:14479: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:14485: $? = 0
configure:14492: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14495: $? = 0
configure:14502: test -s conftest
configure:14505: $? = 0
configure:14519: result: yes
configure:14423: checking for getrlimit
configure:14479: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:14485: $? = 0
configure:14492: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14495: $? = 0
configure:14502: test -s conftest
configure:14505: $? = 0
configure:14519: result: yes
configure:14423: checking for setrlimit
configure:14479: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:14485: $? = 0
configure:14492: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14495: $? = 0
configure:14502: test -s conftest
configure:14505: $? = 0
configure:14519: result: yes
configure:14423: checking for gettimeofday
configure:14479: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:14485: $? = 0
configure:14492: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14495: $? = 0
configure:14502: test -s conftest
configure:14505: $? = 0
configure:14519: result: yes
configure:14535: checking for isatty
configure:14591: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:14597: $? = 0
configure:14604: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14607: $? = 0
configure:14614: test -s conftest
configure:14617: $? = 0
configure:14631: result: yes
configure:14535: checking for mkdtemp
configure:14591: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:14597: $? = 0
configure:14604: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14607: $? = 0
configure:14614: test -s conftest
configure:14617: $? = 0
configure:14631: result: yes
configure:14535: checking for mkstemp
configure:14591: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:14597: $? = 0
configure:14604: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14607: $? = 0
configure:14614: test -s conftest
configure:14617: $? = 0
configure:14631: result: yes
configure:14650: checking for mktemp
configure:14706: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
/tmp/cclcvC8L.o: In function `main':
/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/conftest.c:154: warning: the use of `mktemp' is dangerous, better use `mkstemp'
configure:14712: $? = 0
configure:14719: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14722: $? = 0
configure:14729: test -s conftest
configure:14732: $? = 0
configure:14746: result: yes
configure:14650: checking for posix_spawn
configure:14706: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:14712: $? = 0
configure:14719: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14722: $? = 0
configure:14729: test -s conftest
configure:14732: $? = 0
configure:14746: result: yes
configure:14650: checking for pread
configure:14706: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:14712: $? = 0
configure:14719: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14722: $? = 0
configure:14729: test -s conftest
configure:14732: $? = 0
configure:14746: result: yes
configure:14650: checking for realpath
configure:14706: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:14712: $? = 0
configure:14719: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14722: $? = 0
configure:14729: test -s conftest
configure:14732: $? = 0
configure:14746: result: yes
configure:14650: checking for sbrk
configure:14706: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:14712: $? = 0
configure:14719: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14722: $? = 0
configure:14729: test -s conftest
configure:14732: $? = 0
configure:14746: result: yes
configure:14650: checking for setrlimit
configure:14746: result: yes
configure:14762: checking for strerror
configure:14818: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:14824: $? = 0
configure:14831: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14834: $? = 0
configure:14841: test -s conftest
configure:14844: $? = 0
configure:14858: result: yes
configure:14762: checking for strerror_r
configure:14818: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:14824: $? = 0
configure:14831: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14834: $? = 0
configure:14841: test -s conftest
configure:14844: $? = 0
configure:14858: result: yes
configure:14762: checking for setenv
configure:14818: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:14824: $? = 0
configure:14831: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14834: $? = 0
configure:14841: test -s conftest
configure:14844: $? = 0
configure:14858: result: yes
configure:14875: checking for strtoll
configure:14931: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:14937: $? = 0
configure:14944: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14947: $? = 0
configure:14954: test -s conftest
configure:14957: $? = 0
configure:14971: result: yes
configure:14875: checking for strtoq
configure:14931: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:14937: $? = 0
configure:14944: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14947: $? = 0
configure:14954: test -s conftest
configure:14957: $? = 0
configure:14971: result: yes
configure:14875: checking for sysconf
configure:14931: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:14937: $? = 0
configure:14944: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14947: $? = 0
configure:14954: test -s conftest
configure:14957: $? = 0
configure:14971: result: yes
configure:14875: checking for malloc_zone_statistics
configure:14931: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
/tmp/cctNt5za.o: In function `main':
/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/conftest.c:166: undefined reference to `malloc_zone_statistics'
collect2: error: ld returned 1 exit status
configure:14937: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "LLVM 3.5.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_VERSION_PATCH 0
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.24"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define HAVE_LIBZ 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_DECL_FE_ALL_EXCEPT 1
| #define HAVE_DECL_FE_INEXACT 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_CRASHREPORTER_INFO 0
| #define RETSIGTYPE void
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_BACKTRACE 1
| #define HAVE_CEILF 1
| #define HAVE_FLOORF 1
| #define HAVE_ROUNDF 1
| #define HAVE_RINTF 1
| #define HAVE_NEARBYINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_POWF 1
| #define HAVE_FMODF 1
| #define HAVE_STRTOF 1
| #define HAVE_ROUND 1
| #define HAVE_LOG 1
| #define HAVE_LOG2 1
| #define HAVE_LOG10 1
| #define HAVE_EXP 1
| #define HAVE_EXP2 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_ISATTY 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_PREAD 1
| #define HAVE_REALPATH 1
| #define HAVE_SBRK 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SETENV 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOQ 1
| #define HAVE_SYSCONF 1
| /* end confdefs.h.  */
| /* Define malloc_zone_statistics to an innocuous variant, in case <limits.h> declares malloc_zone_statistics.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define malloc_zone_statistics innocuous_malloc_zone_statistics
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char malloc_zone_statistics (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef malloc_zone_statistics
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char malloc_zone_statistics ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_malloc_zone_statistics || defined __stub___malloc_zone_statistics
| choke me
| #endif
| 
| int
| main ()
| {
| return malloc_zone_statistics ();
|   ;
|   return 0;
| }
configure:14971: result: no
configure:14989: checking for setjmp
configure:15045: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:15051: $? = 0
configure:15058: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:15061: $? = 0
configure:15068: test -s conftest
configure:15071: $? = 0
configure:15085: result: yes
configure:14989: checking for longjmp
configure:15045: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:15051: $? = 0
configure:15058: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:15061: $? = 0
configure:15068: test -s conftest
configure:15071: $? = 0
configure:15085: result: yes
configure:14989: checking for sigsetjmp
configure:15045: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
/tmp/cctBRp7f.o: In function `main':
/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/conftest.c:168: undefined reference to `sigsetjmp'
collect2: error: ld returned 1 exit status
configure:15051: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "LLVM 3.5.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_VERSION_PATCH 0
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.24"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define HAVE_LIBZ 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_DECL_FE_ALL_EXCEPT 1
| #define HAVE_DECL_FE_INEXACT 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_CRASHREPORTER_INFO 0
| #define RETSIGTYPE void
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_BACKTRACE 1
| #define HAVE_CEILF 1
| #define HAVE_FLOORF 1
| #define HAVE_ROUNDF 1
| #define HAVE_RINTF 1
| #define HAVE_NEARBYINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_POWF 1
| #define HAVE_FMODF 1
| #define HAVE_STRTOF 1
| #define HAVE_ROUND 1
| #define HAVE_LOG 1
| #define HAVE_LOG2 1
| #define HAVE_LOG10 1
| #define HAVE_EXP 1
| #define HAVE_EXP2 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_ISATTY 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_PREAD 1
| #define HAVE_REALPATH 1
| #define HAVE_SBRK 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SETENV 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOQ 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETJMP 1
| #define HAVE_LONGJMP 1
| /* end confdefs.h.  */
| /* Define sigsetjmp to an innocuous variant, in case <limits.h> declares sigsetjmp.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define sigsetjmp innocuous_sigsetjmp
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char sigsetjmp (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef sigsetjmp
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sigsetjmp ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_sigsetjmp || defined __stub___sigsetjmp
| choke me
| #endif
| 
| int
| main ()
| {
| return sigsetjmp ();
|   ;
|   return 0;
| }
configure:15085: result: no
configure:14989: checking for siglongjmp
configure:15045: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:15051: $? = 0
configure:15058: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:15061: $? = 0
configure:15068: test -s conftest
configure:15071: $? = 0
configure:15085: result: yes
configure:14989: checking for writev
configure:15045: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:15051: $? = 0
configure:15058: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:15061: $? = 0
configure:15068: test -s conftest
configure:15071: $? = 0
configure:15085: result: yes
configure:15100: checking for futimes
configure:15156: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:15162: $? = 0
configure:15169: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:15172: $? = 0
configure:15179: test -s conftest
configure:15182: $? = 0
configure:15196: result: yes
configure:15100: checking for futimens
configure:15156: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:15162: $? = 0
configure:15169: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:15172: $? = 0
configure:15179: test -s conftest
configure:15182: $? = 0
configure:15196: result: yes
configure:15206: checking if printf has the %a format character
configure:15256: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:15259: $? = 0
configure:15265: ./conftest
configure:15268: $? = 0
configure:15290: result: yes
configure:15302: checking for srand48/lrand48/drand48 in <stdlib.h>
configure:15335: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden  conftest.cpp >&5
configure:15341: $? = 0
configure:15348: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:15351: $? = 0
configure:15358: test -s conftest.o
configure:15361: $? = 0
configure:15380: result: yes
configure:15392: checking whether arc4random is declared
configure:15422: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
conftest.c: In function 'main':
conftest.c:177:22: error: 'arc4random' undeclared (first use in this function)
   char *p = (char *) arc4random;
                      ^
conftest.c:177:22: note: each undeclared identifier is reported only once for each function it appears in
configure:15428: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "LLVM 3.5.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_VERSION_PATCH 0
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.24"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define HAVE_LIBZ 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_DECL_FE_ALL_EXCEPT 1
| #define HAVE_DECL_FE_INEXACT 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_CRASHREPORTER_INFO 0
| #define RETSIGTYPE void
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_BACKTRACE 1
| #define HAVE_CEILF 1
| #define HAVE_FLOORF 1
| #define HAVE_ROUNDF 1
| #define HAVE_RINTF 1
| #define HAVE_NEARBYINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_POWF 1
| #define HAVE_FMODF 1
| #define HAVE_STRTOF 1
| #define HAVE_ROUND 1
| #define HAVE_LOG 1
| #define HAVE_LOG2 1
| #define HAVE_LOG10 1
| #define HAVE_EXP 1
| #define HAVE_EXP2 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_ISATTY 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_PREAD 1
| #define HAVE_REALPATH 1
| #define HAVE_SBRK 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SETENV 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOQ 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETJMP 1
| #define HAVE_LONGJMP 1
| #define HAVE_SIGLONGJMP 1
| #define HAVE_WRITEV 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMENS 1
| #define HAVE_PRINTF_A 1
| #define HAVE_RAND48 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef arc4random
|   char *p = (char *) arc4random;
|   return !p;
| #endif
| 
|   ;
|   return 0;
| }
configure:15460: result: no
configure:15479: checking whether strerror_s is declared
configure:15509: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
conftest.c: In function 'main':
conftest.c:178:22: error: 'strerror_s' undeclared (first use in this function)
   char *p = (char *) strerror_s;
                      ^
conftest.c:178:22: note: each undeclared identifier is reported only once for each function it appears in
configure:15515: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "LLVM 3.5.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_VERSION_PATCH 0
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.24"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define HAVE_LIBZ 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_DECL_FE_ALL_EXCEPT 1
| #define HAVE_DECL_FE_INEXACT 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_CRASHREPORTER_INFO 0
| #define RETSIGTYPE void
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_BACKTRACE 1
| #define HAVE_CEILF 1
| #define HAVE_FLOORF 1
| #define HAVE_ROUNDF 1
| #define HAVE_RINTF 1
| #define HAVE_NEARBYINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_POWF 1
| #define HAVE_FMODF 1
| #define HAVE_STRTOF 1
| #define HAVE_ROUND 1
| #define HAVE_LOG 1
| #define HAVE_LOG2 1
| #define HAVE_LOG10 1
| #define HAVE_EXP 1
| #define HAVE_EXP2 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_ISATTY 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_PREAD 1
| #define HAVE_REALPATH 1
| #define HAVE_SBRK 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SETENV 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOQ 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETJMP 1
| #define HAVE_LONGJMP 1
| #define HAVE_SIGLONGJMP 1
| #define HAVE_WRITEV 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMENS 1
| #define HAVE_PRINTF_A 1
| #define HAVE_RAND48 1
| #define HAVE_DECL_ARC4RANDOM 0
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef strerror_s
|   char *p = (char *) strerror_s;
|   return !p;
| #endif
| 
|   ;
|   return 0;
| }
configure:15547: result: no
configure:17009: checking for isnan in <math.h>
configure:17042: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden  conftest.cpp >&5
configure:17048: $? = 0
configure:17055: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:17058: $? = 0
configure:17065: test -s conftest.o
configure:17068: $? = 0
configure:17087: result: yes
configure:17100: checking for isnan in <cmath>
configure:17133: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden  conftest.cpp >&5
configure:17139: $? = 0
configure:17146: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:17149: $? = 0
configure:17156: test -s conftest.o
configure:17159: $? = 0
configure:17178: result: yes
configure:17190: checking for std::isnan in <cmath>
configure:17223: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden  conftest.cpp >&5
configure:17229: $? = 0
configure:17236: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:17239: $? = 0
configure:17246: test -s conftest.o
configure:17249: $? = 0
configure:17268: result: yes
configure:17282: checking for isinf in <math.h>
configure:17315: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden  conftest.cpp >&5
configure:17321: $? = 0
configure:17328: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:17331: $? = 0
configure:17338: test -s conftest.o
configure:17341: $? = 0
configure:17360: result: yes
configure:17372: checking for isinf in <cmath>
configure:17405: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden  conftest.cpp >&5
configure:17411: $? = 0
configure:17418: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:17421: $? = 0
configure:17428: test -s conftest.o
configure:17431: $? = 0
configure:17450: result: yes
configure:17462: checking for std::isinf in <cmath>
configure:17495: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden  conftest.cpp >&5
configure:17501: $? = 0
configure:17508: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:17511: $? = 0
configure:17518: test -s conftest.o
configure:17521: $? = 0
configure:17540: result: yes
configure:17552: checking for finite in <ieeefp.h>
configure:17585: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden  conftest.cpp >&5
conftest.cpp:148:20: fatal error: ieeefp.h: No such file or directory
 #include <ieeefp.h>
                    ^
compilation terminated.
configure:17591: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "LLVM 3.5.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_VERSION_PATCH 0
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.24"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define HAVE_LIBZ 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_DECL_FE_ALL_EXCEPT 1
| #define HAVE_DECL_FE_INEXACT 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_CRASHREPORTER_INFO 0
| #define RETSIGTYPE void
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_BACKTRACE 1
| #define HAVE_CEILF 1
| #define HAVE_FLOORF 1
| #define HAVE_ROUNDF 1
| #define HAVE_RINTF 1
| #define HAVE_NEARBYINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_POWF 1
| #define HAVE_FMODF 1
| #define HAVE_STRTOF 1
| #define HAVE_ROUND 1
| #define HAVE_LOG 1
| #define HAVE_LOG2 1
| #define HAVE_LOG10 1
| #define HAVE_EXP 1
| #define HAVE_EXP2 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_ISATTY 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_PREAD 1
| #define HAVE_REALPATH 1
| #define HAVE_SBRK 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SETENV 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOQ 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETJMP 1
| #define HAVE_LONGJMP 1
| #define HAVE_SIGLONGJMP 1
| #define HAVE_WRITEV 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMENS 1
| #define HAVE_PRINTF_A 1
| #define HAVE_RAND48 1
| #define HAVE_DECL_ARC4RANDOM 0
| #define HAVE_DECL_STRERROR_S 0
| #define HAVE_ISNAN_IN_MATH_H 1
| #define HAVE_ISNAN_IN_CMATH 1
| #define HAVE_STD_ISNAN_IN_CMATH 1
| #define HAVE_ISINF_IN_MATH_H 1
| #define HAVE_ISINF_IN_CMATH 1
| #define HAVE_STD_ISINF_IN_CMATH 1
| /* end confdefs.h.  */
| #include <ieeefp.h>
| int
| main ()
| {
| float f; finite(f);
|   ;
|   return 0;
| }
configure:17630: result: no
configure:17650: checking for stdlib.h
configure:17656: result: yes
configure:17650: checking for unistd.h
configure:17656: result: yes
configure:17818: checking for getpagesize
configure:17914: result: yes
configure:17924: checking for working mmap
configure:18071: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:18074: $? = 0
configure:18080: ./conftest
configure:18083: $? = 0
configure:18099: result: yes
configure:18110: checking for mmap of files
configure:18155: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:18158: $? = 0
configure:18164: ./conftest
configure:18167: $? = 0
configure:18190: result: yes
configure:18202: checking if /dev/zero is needed for mmap
configure:18214: result: no
configure:18236: checking for GCC atomic builtins
configure:18269: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.cpp -lz -lpthread -ltinfo -ldl -lm  >&5
configure:18275: $? = 0
configure:18282: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:18285: $? = 0
configure:18292: test -s conftest
configure:18295: $? = 0
configure:18298: result: yes
configure:18334: checking for 32-bit userspace on 64-bit system
configure:18369: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
conftest.c:155:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
        error: Not x86-64 even if uname says so!
             ^
configure:18375: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "LLVM 3.5.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_VERSION_PATCH 0
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.24"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define HAVE_LIBZ 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_DECL_FE_ALL_EXCEPT 1
| #define HAVE_DECL_FE_INEXACT 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_CRASHREPORTER_INFO 0
| #define RETSIGTYPE void
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_BACKTRACE 1
| #define HAVE_CEILF 1
| #define HAVE_FLOORF 1
| #define HAVE_ROUNDF 1
| #define HAVE_RINTF 1
| #define HAVE_NEARBYINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_POWF 1
| #define HAVE_FMODF 1
| #define HAVE_STRTOF 1
| #define HAVE_ROUND 1
| #define HAVE_LOG 1
| #define HAVE_LOG2 1
| #define HAVE_LOG10 1
| #define HAVE_EXP 1
| #define HAVE_EXP2 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_ISATTY 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_PREAD 1
| #define HAVE_REALPATH 1
| #define HAVE_SBRK 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SETENV 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOQ 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETJMP 1
| #define HAVE_LONGJMP 1
| #define HAVE_SIGLONGJMP 1
| #define HAVE_WRITEV 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMENS 1
| #define HAVE_PRINTF_A 1
| #define HAVE_RAND48 1
| #define HAVE_DECL_ARC4RANDOM 0
| #define HAVE_DECL_STRERROR_S 0
| #define HAVE_ISNAN_IN_MATH_H 1
| #define HAVE_ISNAN_IN_CMATH 1
| #define HAVE_STD_ISNAN_IN_CMATH 1
| #define HAVE_ISINF_IN_MATH_H 1
| #define HAVE_ISINF_IN_CMATH 1
| #define HAVE_STD_ISINF_IN_CMATH 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MMAP_FILE
| #define LLVM_HAS_ATOMICS 1
| /* end confdefs.h.  */
| #ifndef __x86_64__
|        error: Not x86-64 even if uname says so!
|       #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:18414: result: yes
configure:18427: checking for __dso_handle
configure:18483: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:18489: $? = 0
configure:18496: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18499: $? = 0
configure:18506: test -s conftest
configure:18509: $? = 0
configure:18523: result: yes
configure:18674: checking for compiler -fvisibility-inlines-hidden option
configure:18708: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden -O0 -fvisibility-inlines-hidden -Werror  conftest.cpp >&5
configure:18714: $? = 0
configure:18721: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:18724: $? = 0
configure:18731: test -s conftest.o
configure:18734: $? = 0
configure:18754: result: yes
configure:18965: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by LLVM config.status 3.5.0, which was
generated by GNU Autoconf 2.60.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on krusty.sldomain.com

config.status:759: creating include/llvm/Config/Targets.def
config.status:759: creating include/llvm/Config/AsmPrinters.def
config.status:759: creating include/llvm/Config/AsmParsers.def
config.status:759: creating include/llvm/Config/Disassemblers.def
config.status:759: creating Makefile.config
config.status:759: creating llvm.spec
config.status:759: creating docs/doxygen.cfg
config.status:759: creating tools/clang/docs/doxygen.cfg
config.status:759: creating bindings/ocaml/llvm/META.llvm
config.status:759: creating include/llvm/Config/config.h
config.status:759: creating include/llvm/Config/llvm-config.h
config.status:759: creating include/llvm/Support/DataTypes.h
config.status:759: creating tools/clang/include/clang/Config/config.h
config.status:1162: executing setup commands
config.status:1162: executing Makefile commands
config.status:1162: executing Makefile.common commands
config.status:1162: executing examples/Makefile commands
config.status:1162: executing lib/Makefile commands
config.status:1162: executing test/Makefile commands
config.status:1162: executing test/Makefile.tests commands
config.status:1162: executing unittests/Makefile commands
config.status:1162: executing tools/Makefile commands
config.status:1162: executing utils/Makefile commands
config.status:1162: executing projects/Makefile commands
config.status:1162: executing bindings/Makefile commands
config.status:1162: executing bindings/ocaml/Makefile.ocaml commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value='i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls'
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=' -O2 -pipe -g -feliminate-unused-debug-types'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=set
ac_cv_env_CPP_value='i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586'
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value=' -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden'
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value='i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls'
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed'
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-unknown-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-unknown-linux-gnu
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func___dso_handle=yes
ac_cv_func_backtrace=yes
ac_cv_func_ceilf=yes
ac_cv_func_exp2=yes
ac_cv_func_exp=yes
ac_cv_func_finite_in_ieeefp_h=no
ac_cv_func_floorf=yes
ac_cv_func_fmodf=yes
ac_cv_func_futimens=yes
ac_cv_func_futimes=yes
ac_cv_func_getcwd=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getrlimit=yes
ac_cv_func_getrusage=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_isatty=yes
ac_cv_func_isinf_in_cmath=yes
ac_cv_func_isinf_in_math_h=yes
ac_cv_func_isnan_in_cmath=yes
ac_cv_func_isnan_in_math_h=yes
ac_cv_func_log10=yes
ac_cv_func_log2=yes
ac_cv_func_log=yes
ac_cv_func_longjmp=yes
ac_cv_func_malloc_zone_statistics=no
ac_cv_func_mkdtemp=yes
ac_cv_func_mkstemp=yes
ac_cv_func_mktemp=yes
ac_cv_func_mmap_file=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_nearbyintf=yes
ac_cv_func_posix_spawn=yes
ac_cv_func_powf=yes
ac_cv_func_pread=yes
ac_cv_func_rand48=yes
ac_cv_func_realpath=yes
ac_cv_func_rintf=yes
ac_cv_func_round=yes
ac_cv_func_roundf=yes
ac_cv_func_sbrk=yes
ac_cv_func_setenv=yes
ac_cv_func_setjmp=yes
ac_cv_func_setrlimit=yes
ac_cv_func_siglongjmp=yes
ac_cv_func_sigsetjmp=no
ac_cv_func_std_isinf_in_cmath=yes
ac_cv_func_std_isnan_in_cmath=yes
ac_cv_func_strerror=yes
ac_cv_func_strerror_r=yes
ac_cv_func_strtof=yes
ac_cv_func_strtoll=yes
ac_cv_func_strtoq=yes
ac_cv_func_sysconf=yes
ac_cv_func_writev=yes
ac_cv_have_decl_FE_ALL_EXCEPT=yes
ac_cv_have_decl_FE_INEXACT=yes
ac_cv_have_decl_arc4random=no
ac_cv_have_decl_strerror_s=no
ac_cv_header_CrashReporterClient_h=no
ac_cv_header_cxxabi_h=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_execinfo_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_fenv_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_link_h=yes
ac_cv_header_mach_mach_h=no
ac_cv_header_malloc_h=yes
ac_cv_header_malloc_malloc_h=no
ac_cv_header_memory_h=yes
ac_cv_header_mmap_anon=yes
ac_cv_header_pthread_h=yes
ac_cv_header_setjmp_h=yes
ac_cv_header_signal_h=yes
ac_cv_header_stat_broken=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_uio_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_utime_h=yes
ac_cv_header_valgrind_valgrind_h=no
ac_cv_header_zlib_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_huge_val_sanity=yes
ac_cv_lib_m_sin=yes
ac_cv_lib_pthread_pthread_mutex_init=yes
ac_cv_lib_xml2_xmlReadFile=yes
ac_cv_lib_z_compress2=yes
ac_cv_need_dev_zero_for_mmap=no
ac_cv_objext=o
ac_cv_path_BINPWD=/usr/bin/pwd
ac_cv_path_BZIP2=/usr/bin/bzip2
ac_cv_path_CAT=/usr/bin/cat
ac_cv_path_CMP=/usr/bin/cmp
ac_cv_path_CP=/usr/bin/cp
ac_cv_path_DATE=/usr/bin/date
ac_cv_path_DOT='echo dot'
ac_cv_path_DOXYGEN=/usr/bin/doxygen
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FIND=/usr/bin/find
ac_cv_path_GAS=/usr/bin/as
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_GROFF=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/bin/groff
ac_cv_path_GZIPBIN=/usr/bin/gzip
ac_cv_path_MKDIR=/usr/bin/mkdir
ac_cv_path_MV=/usr/bin/mv
ac_cv_path_NM=/usr/bin/nm
ac_cv_path_PDFROFF=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/bin/pdfroff
ac_cv_path_PYTHON=/usr/bin/python
ac_cv_path_RM=/usr/bin/rm
ac_cv_path_SED=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/bin/sed
ac_cv_path_TAR=/usr/bin/tar
ac_cv_path_ZIP=/usr/bin/zip
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AR=i586-poky-linux-ar
ac_cv_prog_CC='i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls'
ac_cv_prog_CPP='i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586'
ac_cv_prog_CXXCPP='i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -E'
ac_cv_prog_RANLIB=i586-poky-linux-ranlib
ac_cv_prog_XML2CONFIG=xml2-config
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_search_clock_gettime='none required'
ac_cv_search_dlopen=-ldl
ac_cv_search_el_init=no
ac_cv_search_mallinfo='none required'
ac_cv_search_opendir='none required'
ac_cv_search_pthread_getspecific='none required'
ac_cv_search_pthread_mutex_lock='none required'
ac_cv_search_pthread_rwlock_init='none required'
ac_cv_search_setupterm=-ltinfo
ac_cv_struct_tm=time.h
ac_cv_target=x86_64-unknown-linux-gnu
ac_cv_type_int64_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_size_t=yes
ac_cv_type_uint64_t=yes
llvm_cv_c_printf_a=yes
llvm_cv_cxx_compiler=gcc
llvm_cv_cxx_visibility_inlines_hidden=yes
llvm_cv_enable_backtraces=yes
llvm_cv_enable_crash_overrides=yes
llvm_cv_enable_libedit=yes
llvm_cv_enable_libffi=no
llvm_cv_enable_terminfo=yes
llvm_cv_gnu_make_command=make
llvm_cv_link_all_option=-Wl,--whole-archive
llvm_cv_link_use_export_dynamic=yes
llvm_cv_link_use_r=yes
llvm_cv_link_use_version_script=yes
llvm_cv_link_version=2.24
llvm_cv_linux_mixed=yes
llvm_cv_no_link_all_option=-Wl,--no-whole-archive
llvm_cv_os_type=Linux
llvm_cv_platform_type=Unix
llvm_cv_target_arch=x86
llvm_cv_target_os_type=Linux
lt_cv_sys_lib_dlsearch_path_spec='/usr/lib /lib'

## ----------------- ##
## Output variables. ##
## ----------------- ##

ALL_BINDINGS='ocaml'
ALL_TARGETS='X86 Sparc PowerPC ARM AArch64 Mips XCore MSP430 CppBackend NVPTX Hexagon SystemZ R600'
AR='i586-poky-linux-ar'
ARCH='x86'
BINDINGS_TO_BUILD=''
BINPWD='/usr/bin/pwd'
BINUTILS_INCDIR=''
BUILD_CC='gcc '
BUILD_CXX='g++ '
BUILD_EXEEXT=''
BZIP2='/usr/bin/bzip2'
CAT='/usr/bin/cat'
CC='i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls'
CFLAGS=' -O2 -pipe -g -feliminate-unused-debug-types'
CLANG_PLUGIN_SUPPORT='1'
CLANG_SRC_ROOT=''
CMP='/usr/bin/cmp'
COVERED_SWITCH_DEFAULT=''
CP='/usr/bin/cp'
CPP='i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586'
CPPFLAGS=''
CVSBUILD=''
CXX='i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls'
CXXCPP='i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -E'
CXXFLAGS=' -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden'
DATE='/usr/bin/date'
DEBUG_RUNTIME=''
DEBUG_SYMBOLS=''
DEFS='-DHAVE_CONFIG_H'
DISABLE_ASSERTIONS=''
DOT='echo dot'
DOXYGEN='/usr/bin/doxygen'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_CLANG_ARCMT='1'
ENABLE_CLANG_STATIC_ANALYZER='1'
ENABLE_CXX1Y='0'
ENABLE_DOCS='1'
ENABLE_DOXYGEN='0'
ENABLE_EMBED_STDCXX='0'
ENABLE_EXPENSIVE_CHECKS=''
ENABLE_LIBCPP='0'
ENABLE_OPTIMIZED='ENABLE_OPTIMIZED=1'
ENABLE_PIC='1'
ENABLE_POLLY='1'
ENABLE_PROFILING=''
ENABLE_PTHREADS='1'
ENABLE_SHARED='0'
ENABLE_SPLIT_DWARF='0'
ENABLE_TERMINFO='1'
ENABLE_TIMESTAMPS='1'
ENABLE_VISIBILITY_INLINES_HIDDEN='1'
ENABLE_WERROR='0'
EXEEXT=''
EXPENSIVE_CHECKS='no'
EXTRA_LD_OPTIONS=''
EXTRA_OPTIONS=''
FIND='/usr/bin/find'
GAS='/usr/bin/as'
GREP='/usr/bin/grep'
GROFF='/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/bin/groff'
GZIPBIN='/usr/bin/gzip'
HAVE_DLOPEN='1'
HAVE_LIBZ='1'
HAVE_LINK_VERSION_SCRIPT='1'
HAVE_PTHREAD='1'
HAVE_TERMINFO='1'
HOST_ARCH='x86_64'
HOST_OS='Linux'
HUGE_VAL_SANITY='yes'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INTERNAL_PREFIX=''
JIT=''
KEEP_SYMBOLS=''
LDFLAGS='-Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed'
LIBOBJS=''
LIBS='-lz -lpthread -ltinfo -ldl -lm '
LIBXML2_INC='-I/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls/usr/include/libxml2'
LIBXML2_LIBS='-lxml2'
LINKALL='-Wl,--whole-archive'
LLVM_BINDIR='/usr/local/bin'
LLVM_CONFIGTIME='Wed Nov 12 16:54:32 MST 2014'
LLVM_COPYRIGHT='Copyright (c) 2003-2014 University of Illinois at Urbana-Champaign.'
LLVM_CROSS_COMPILING='0'
LLVM_DATADIR='/usr/local/share/llvm'
LLVM_DOCSDIR='/usr/local/share/doc/llvm'
LLVM_ENABLE_THREADS='1'
LLVM_ENABLE_ZLIB='1'
LLVM_ENUM_ASM_PARSERS='LLVM_ASM_PARSER(X86) LLVM_ASM_PARSER(X86) '
LLVM_ENUM_ASM_PRINTERS='LLVM_ASM_PRINTER(X86) LLVM_ASM_PRINTER(X86) '
LLVM_ENUM_DISASSEMBLERS='LLVM_DISASSEMBLER(X86) LLVM_DISASSEMBLER(X86) '
LLVM_ENUM_TARGETS='LLVM_TARGET(X86) LLVM_TARGET(X86) '
LLVM_ETCDIR='/usr/local/etc/llvm'
LLVM_HAS_POLLY=''
LLVM_INCLUDEDIR='/usr/local/include'
LLVM_INFODIR='/usr/local/info'
LLVM_MANDIR='/usr/local/man'
LLVM_NATIVE_ARCH='X86'
LLVM_ON_UNIX='1'
LLVM_ON_WIN32='0'
LLVM_PREFIX='/usr/local'
LLVM_VERSION_MAJOR='3'
LLVM_VERSION_MINOR='5'
LLVM_VERSION_PATCH='0'
LLVM_VERSION_SUFFIX=''
LN_S='ln -s'
LTLIBOBJS=''
MKDIR='/usr/bin/mkdir'
MMAP_FILE='yes'
MV='/usr/bin/mv'
NM='/usr/bin/nm'
NOLINKALL='-Wl,--no-whole-archive'
NO_MAYBE_UNINITIALIZED='-Wno-maybe-uninitialized'
NO_MISSING_FIELD_INITIALIZERS='-Wno-missing-field-initializers'
NO_UNINITIALIZED=''
NO_VARIADIC_MACROS='-Wno-variadic-macros'
OBJEXT='o'
OCAMLC=''
OCAMLDEP=''
OCAMLDOC=''
OCAMLOPT=''
OCAML_LIBDIR=''
OPTIMIZE_OPTION='-O3'
OS='Linux'
PACKAGE_BUGREPORT='http://llvm.org/bugs/'
PACKAGE_NAME='LLVM'
PACKAGE_STRING='LLVM 3.5.0'
PACKAGE_TARNAME='llvm'
PACKAGE_VERSION='3.5.0'
PATH_SEPARATOR=':'
PDFROFF='/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/bin/pdfroff'
PYTHON='/usr/bin/python'
RANLIB='i586-poky-linux-ranlib'
RDYNAMIC='-rdynamic'
RM='/usr/bin/rm'
RPATH='-Wl,-R'
SED='/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/bin/sed'
SHELL='/bin/sh'
SHLIBEXT='.so'
TAR='/usr/bin/tar'
TARGETS_TO_BUILD='X86 X86 '
TARGETS_WITH_JIT='ARM AArch64 Mips PowerPC SystemZ X86'
TARGET_HAS_JIT='1'
TARGET_OS='Linux'
USE_INTEL_JITEVENTS='0'
USE_OPROFILE='0'
XML2CONFIG='xml2-config'
ZIP='/usr/bin/zip'
ac_ct_CC=''
ac_ct_CXX=''
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias='x86_64-unknown-linux-gnu'
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias='x86_64-unknown-linux-gnu'
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
ifGNUmake=''
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_prefix=''
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=''
sysconfdir='${prefix}/etc'
target='x86_64-unknown-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='unknown'

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME "LLVM"
#define PACKAGE_TARNAME "llvm"
#define PACKAGE_VERSION "3.5.0"
#define PACKAGE_STRING "LLVM 3.5.0"
#define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
#define LLVM_VERSION_MAJOR 3
#define LLVM_VERSION_MINOR 5
#define LLVM_VERSION_PATCH 0
#define LLVM_ON_UNIX 1
#define LLVM_ENABLE_THREADS 1
#define LLVM_ENABLE_ZLIB 1
#define ENABLE_PIC 1
#define ENABLE_TIMESTAMPS 1
#define ENABLE_BACKTRACES 1
#define ENABLE_CRASH_OVERRIDES 1
#define LLVM_NATIVE_ARCH X86
#define LLVM_NATIVE_TARGET LLVMInitializeX86Target
#define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
#define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
#define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
#define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
#define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
#define LLVM_NATIVE_ARCH X86
#define LLVM_NATIVE_TARGET LLVMInitializeX86Target
#define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
#define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
#define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
#define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
#define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
#define CLANG_RESOURCE_DIR ""
#define C_INCLUDE_DIRS ""
#define GCC_INSTALL_PREFIX ""
#define DEFAULT_SYSROOT ""
#define BUG_REPORT_URL "http://llvm.org/bugs/"
#define HOST_LINK_VERSION "2.24"
#define HAVE_LINK_R 1
#define HAVE_LINK_EXPORT_DYNAMIC 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_ERRNO_H 1
#define LTDL_SHLIB_EXT ".so"
#define HAVE_LIBM 1
#define HAVE_DLOPEN 1
#define HAVE_TERMINFO 1
#define HAVE_MALLINFO 1
#define HAVE_LIBPTHREAD 1
#define HAVE_PTHREAD_MUTEX_LOCK 1
#define HAVE_PTHREAD_RWLOCK_INIT 1
#define HAVE_PTHREAD_GETSPECIFIC 1
#define HAVE_LIBZ 1
#define LLVM_USE_OPROFILE 0
#define LLVM_USE_INTEL_JITEVENTS 0
#define CLANG_HAVE_LIBXML 1
#define HAVE_DIRENT_H 1
#define HAVE_MMAP_ANONYMOUS 1
#define HAVE_SYS_WAIT_H 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_CXXABI_H 1
#define HAVE_DLFCN_H 1
#define HAVE_EXECINFO_H 1
#define HAVE_FCNTL_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LINK_H 1
#define HAVE_MALLOC_H 1
#define HAVE_SETJMP_H 1
#define HAVE_SIGNAL_H 1
#define HAVE_STDINT_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UTIME_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_UIO_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_FENV_H 1
#define HAVE_DECL_FE_ALL_EXCEPT 1
#define HAVE_DECL_FE_INEXACT 1
#define HAVE_PTHREAD_H 1
#define HAVE_ZLIB_H 1
#define HAVE_CRASHREPORTER_INFO 0
#define RETSIGTYPE void
#define HAVE_INT64_T 1
#define HAVE_UINT64_T 1
#define HAVE_BACKTRACE 1
#define HAVE_CEILF 1
#define HAVE_FLOORF 1
#define HAVE_ROUNDF 1
#define HAVE_RINTF 1
#define HAVE_NEARBYINTF 1
#define HAVE_GETCWD 1
#define HAVE_POWF 1
#define HAVE_FMODF 1
#define HAVE_STRTOF 1
#define HAVE_ROUND 1
#define HAVE_LOG 1
#define HAVE_LOG2 1
#define HAVE_LOG10 1
#define HAVE_EXP 1
#define HAVE_EXP2 1
#define HAVE_GETPAGESIZE 1
#define HAVE_GETRUSAGE 1
#define HAVE_GETRLIMIT 1
#define HAVE_SETRLIMIT 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_ISATTY 1
#define HAVE_MKDTEMP 1
#define HAVE_MKSTEMP 1
#define HAVE_MKTEMP 1
#define HAVE_POSIX_SPAWN 1
#define HAVE_PREAD 1
#define HAVE_REALPATH 1
#define HAVE_SBRK 1
#define HAVE_SETRLIMIT 1
#define HAVE_STRERROR 1
#define HAVE_STRERROR_R 1
#define HAVE_SETENV 1
#define HAVE_STRTOLL 1
#define HAVE_STRTOQ 1
#define HAVE_SYSCONF 1
#define HAVE_SETJMP 1
#define HAVE_LONGJMP 1
#define HAVE_SIGLONGJMP 1
#define HAVE_WRITEV 1
#define HAVE_FUTIMES 1
#define HAVE_FUTIMENS 1
#define HAVE_PRINTF_A 1
#define HAVE_RAND48 1
#define HAVE_DECL_ARC4RANDOM 0
#define HAVE_DECL_STRERROR_S 0
#define HAVE_ISNAN_IN_MATH_H 1
#define HAVE_ISNAN_IN_CMATH 1
#define HAVE_STD_ISNAN_IN_CMATH 1
#define HAVE_ISINF_IN_MATH_H 1
#define HAVE_ISINF_IN_CMATH 1
#define HAVE_STD_ISINF_IN_CMATH 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define HAVE_MMAP_FILE
#define LLVM_HAS_ATOMICS 1
#define HAVE___DSO_HANDLE 1
#define LLVM_PREFIX "/usr/local"
#define LLVM_BINDIR "/usr/local/bin"
#define LLVM_DATADIR "/usr/local/share/llvm"
#define LLVM_DOCSDIR "/usr/local/share/doc/llvm"
#define LLVM_ETCDIR "/usr/local/etc/llvm"
#define LLVM_INCLUDEDIR "/usr/local/include"
#define LLVM_INFODIR "/usr/local/info"
#define LLVM_MANDIR "/usr/local/man"
#define LLVM_CONFIGTIME "Wed Nov 12 16:54:32 MST 2014"
#define LLVM_HOST_TRIPLE "x86_64-unknown-linux-gnu"
#define LLVM_DEFAULT_TARGET_TRIPLE "x86_64-unknown-linux-gnu"

configure: exit 0

[-- Attachment #5: config.status --]
[-- Type: application/octet-stream, Size: 48764 bytes --]

#! /bin/sh
# Generated by configure.
# Run this file to recreate the current configuration.
# Compiler output produced by configure, useful for debugging
# configure, is in config.log if it exists.

debug=false
ac_cs_recheck=false
ac_cs_silent=false
SHELL=${CONFIG_SHELL-/bin/sh}
## --------------------- ##
## M4sh Initialization.  ##
## --------------------- ##

# Be Bourne compatible
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
BIN_SH=xpg4; export BIN_SH # for Tru64
DUALCASE=1; export DUALCASE # for MKS sh


# 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



  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

# Find out whether ``test -x'' works.  Don't use a zero-byte file, as
# systems may use methods other than mode bits to determine executability.
cat >conf$$.file <<_ASEOF
#! /bin/sh
exit 0
_ASEOF
chmod +x conf$$.file
if test -x conf$$.file >/dev/null 2>&1; then
  as_executable_p="test -x"
else
  as_executable_p=:
fi
rm -f conf$$.file

# 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'"


exec 6>&1

# Save the log message, to keep $[0] and so on meaningful, and to
# report actual input values of CONFIG_FILES etc. instead of their
# values after options handling.
ac_log="
This file was extended by LLVM $as_me 3.5.0, which was
generated by GNU Autoconf 2.60.  Invocation command line was

  CONFIG_FILES    = $CONFIG_FILES
  CONFIG_HEADERS  = $CONFIG_HEADERS
  CONFIG_LINKS    = $CONFIG_LINKS
  CONFIG_COMMANDS = $CONFIG_COMMANDS
  $ $0 $@

on `(hostname || uname -n) 2>/dev/null | sed 1q`
"

# Files that config.status was made for.
config_files=" include/llvm/Config/Targets.def include/llvm/Config/AsmPrinters.def include/llvm/Config/AsmParsers.def include/llvm/Config/Disassemblers.def Makefile.config llvm.spec docs/doxygen.cfg tools/clang/docs/doxygen.cfg:./tools/clang/docs/doxygen.cfg.in bindings/ocaml/llvm/META.llvm"
config_headers=" include/llvm/Config/config.h include/llvm/Config/llvm-config.h include/llvm/Support/DataTypes.h tools/clang/include/clang/Config/config.h:./tools/clang/include/clang/Config/config.h.in"
config_commands=" setup Makefile Makefile.common examples/Makefile lib/Makefile test/Makefile test/Makefile.tests unittests/Makefile tools/Makefile utils/Makefile projects/Makefile bindings/Makefile bindings/ocaml/Makefile.ocaml"

ac_cs_usage="\
\`$as_me' instantiates files from templates according to the
current configuration.

Usage: $0 [OPTIONS] [FILE]...

  -h, --help       print this help, then exit
  -V, --version    print version number, then exit
  -q, --quiet      do not print progress messages
  -d, --debug      don't remove temporary files
      --recheck    update $as_me by reconfiguring in the same conditions
  --file=FILE[:TEMPLATE]
		   instantiate the configuration file FILE
  --header=FILE[:TEMPLATE]
		   instantiate the configuration header FILE

Configuration files:
$config_files

Configuration headers:
$config_headers

Configuration commands:
$config_commands

Report bugs to <bug-autoconf@gnu.org>."

ac_cs_version="\
LLVM config.status 3.5.0
configured by ./configure, generated by GNU Autoconf 2.60,
  with options \"'--enable-optimized' '--enable-targets=x86,x86_64' '--host=x86_64-unknown-linux-gnu' '--build=x86_64-unknown-linux-gnu' 'build_alias=x86_64-unknown-linux-gnu' 'host_alias=x86_64-unknown-linux-gnu' 'CC=i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls' 'CFLAGS= -O2 -pipe -g -feliminate-unused-debug-types' 'LDFLAGS=-Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed' 'CPPFLAGS=' 'CXX=i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls' 'CXXFLAGS= -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden' 'CPP=i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586'\"

Copyright (C) 2006 Free Software Foundation, Inc.
This config.status script is free software; the Free Software Foundation
gives unlimited permission to copy, distribute and modify it."

ac_pwd='/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0'
srcdir='.'
INSTALL='/usr/bin/install -c'
# If no file are specified by the user, then we need to provide default
# value.  By we need to know if files were specified by the user.
ac_need_defaults=:
while test $# != 0
do
  case $1 in
  --*=*)
    ac_option=`expr "X$1" : 'X\([^=]*\)='`
    ac_optarg=`expr "X$1" : 'X[^=]*=\(.*\)'`
    ac_shift=:
    ;;
  *)
    ac_option=$1
    ac_optarg=$2
    ac_shift=shift
    ;;
  esac

  case $ac_option in
  # Handling of the options.
  -recheck | --recheck | --rechec | --reche | --rech | --rec | --re | --r)
    ac_cs_recheck=: ;;
  --version | --versio | --versi | --vers | --ver | --ve | --v | -V )
    echo "$ac_cs_version"; exit ;;
  --debug | --debu | --deb | --de | --d | -d )
    debug=: ;;
  --file | --fil | --fi | --f )
    $ac_shift
    CONFIG_FILES="$CONFIG_FILES $ac_optarg"
    ac_need_defaults=false;;
  --header | --heade | --head | --hea )
    $ac_shift
    CONFIG_HEADERS="$CONFIG_HEADERS $ac_optarg"
    ac_need_defaults=false;;
  --he | --h)
    # Conflict between --help and --header
    { echo "$as_me: error: ambiguous option: $1
Try \`$0 --help' for more information." >&2
   { (exit 1); exit 1; }; };;
  --help | --hel | -h )
    echo "$ac_cs_usage"; exit ;;
  -q | -quiet | --quiet | --quie | --qui | --qu | --q \
  | -silent | --silent | --silen | --sile | --sil | --si | --s)
    ac_cs_silent=: ;;

  # This is an error.
  -*) { echo "$as_me: error: unrecognized option: $1
Try \`$0 --help' for more information." >&2
   { (exit 1); exit 1; }; } ;;

  *) ac_config_targets="$ac_config_targets $1"
     ac_need_defaults=false ;;

  esac
  shift
done

ac_configure_extra_args=

if $ac_cs_silent; then
  exec 6>/dev/null
  ac_configure_extra_args="$ac_configure_extra_args --silent"
fi

if $ac_cs_recheck; then
  echo "running CONFIG_SHELL=/bin/sh /bin/sh ./configure " '--enable-optimized' '--enable-targets=x86,x86_64' '--host=x86_64-unknown-linux-gnu' '--build=x86_64-unknown-linux-gnu' 'build_alias=x86_64-unknown-linux-gnu' 'host_alias=x86_64-unknown-linux-gnu' 'CC=i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls' 'CFLAGS= -O2 -pipe -g -feliminate-unused-debug-types' 'LDFLAGS=-Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed' 'CPPFLAGS=' 'CXX=i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls' 'CXXFLAGS= -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden' 'CPP=i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586' $ac_configure_extra_args " --no-create --no-recursion" >&6
  CONFIG_SHELL=/bin/sh
  export CONFIG_SHELL
  exec /bin/sh "./configure" '--enable-optimized' '--enable-targets=x86,x86_64' '--host=x86_64-unknown-linux-gnu' '--build=x86_64-unknown-linux-gnu' 'build_alias=x86_64-unknown-linux-gnu' 'host_alias=x86_64-unknown-linux-gnu' 'CC=i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls' 'CFLAGS= -O2 -pipe -g -feliminate-unused-debug-types' 'LDFLAGS=-Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed' 'CPPFLAGS=' 'CXX=i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls' 'CXXFLAGS= -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden' 'CPP=i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586' $ac_configure_extra_args --no-create --no-recursion
fi

exec 5>>config.log
{
  echo
  sed 'h;s/./-/g;s/^.../## /;s/...$/ ##/;p;x;p;x' <<_ASBOX
## Running $as_me. ##
_ASBOX
  echo "$ac_log"
} >&5

#
# INIT-COMMANDS
#
llvm_src="."


# Handling of arguments.
for ac_config_target in $ac_config_targets
do
  case $ac_config_target in
    "include/llvm/Config/config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/llvm/Config/config.h" ;;
    "include/llvm/Config/llvm-config.h") CONFIG_HEADERS="$CONFIG_HEADERS include/llvm/Config/llvm-config.h" ;;
    "include/llvm/Config/Targets.def") CONFIG_FILES="$CONFIG_FILES include/llvm/Config/Targets.def" ;;
    "include/llvm/Config/AsmPrinters.def") CONFIG_FILES="$CONFIG_FILES include/llvm/Config/AsmPrinters.def" ;;
    "include/llvm/Config/AsmParsers.def") CONFIG_FILES="$CONFIG_FILES include/llvm/Config/AsmParsers.def" ;;
    "include/llvm/Config/Disassemblers.def") CONFIG_FILES="$CONFIG_FILES include/llvm/Config/Disassemblers.def" ;;
    "include/llvm/Support/DataTypes.h") CONFIG_HEADERS="$CONFIG_HEADERS include/llvm/Support/DataTypes.h" ;;
    "Makefile.config") CONFIG_FILES="$CONFIG_FILES Makefile.config" ;;
    "llvm.spec") CONFIG_FILES="$CONFIG_FILES llvm.spec" ;;
    "docs/doxygen.cfg") CONFIG_FILES="$CONFIG_FILES docs/doxygen.cfg" ;;
    "tools/clang/${configh}") CONFIG_HEADERS="$CONFIG_HEADERS tools/clang/${configh}:${clang_src_root}/${configh}.in" ;;
    "tools/clang/${doxy}") CONFIG_FILES="$CONFIG_FILES tools/clang/${doxy}:${clang_src_root}/${doxy}.in" ;;
    "bindings/ocaml/llvm/META.llvm") CONFIG_FILES="$CONFIG_FILES bindings/ocaml/llvm/META.llvm" ;;
    "setup") CONFIG_COMMANDS="$CONFIG_COMMANDS setup" ;;
    "Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile" ;;
    "Makefile.common") CONFIG_COMMANDS="$CONFIG_COMMANDS Makefile.common" ;;
    "examples/Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS examples/Makefile" ;;
    "lib/Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS lib/Makefile" ;;
    "test/Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS test/Makefile" ;;
    "test/Makefile.tests") CONFIG_COMMANDS="$CONFIG_COMMANDS test/Makefile.tests" ;;
    "unittests/Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS unittests/Makefile" ;;
    "tools/Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS tools/Makefile" ;;
    "utils/Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS utils/Makefile" ;;
    "projects/Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS projects/Makefile" ;;
    "bindings/Makefile") CONFIG_COMMANDS="$CONFIG_COMMANDS bindings/Makefile" ;;
    "bindings/ocaml/Makefile.ocaml") CONFIG_COMMANDS="$CONFIG_COMMANDS bindings/ocaml/Makefile.ocaml" ;;

  *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5
echo "$as_me: error: invalid argument: $ac_config_target" >&2;}
   { (exit 1); exit 1; }; };;
  esac
done


# If the user did not use the arguments to specify the items to instantiate,
# then the envvar interface is used.  Set only those that are not.
# We use the long form for the default assignment because of an extremely
# bizarre bug on SunOS 4.1.3.
if $ac_need_defaults; then
  test "${CONFIG_FILES+set}" = set || CONFIG_FILES=$config_files
  test "${CONFIG_HEADERS+set}" = set || CONFIG_HEADERS=$config_headers
  test "${CONFIG_COMMANDS+set}" = set || CONFIG_COMMANDS=$config_commands
fi

# Have a temporary directory for convenience.  Make it in the build tree
# simply because there is no reason against having it here, and in addition,
# creating and moving files from /tmp can sometimes cause problems.
# Hook for its removal unless debugging.
# Note that there is a small window in which the directory will not be cleaned:
# after its creation but before its name has been assigned to `$tmp'.
$debug ||
{
  tmp=
  trap 'exit_status=$?
  { test -z "$tmp" || test ! -d "$tmp" || rm -fr "$tmp"; } && exit $exit_status
' 0
  trap '{ (exit 1); exit 1; }' 1 2 13 15
}
# Create a (secure) tmp directory for tmp files.

{
  tmp=`(umask 077 && mktemp -d "./confXXXXXX") 2>/dev/null` &&
  test -n "$tmp" && test -d "$tmp"
}  ||
{
  tmp=./conf$$-$RANDOM
  (umask 077 && mkdir "$tmp")
} ||
{
   echo "$me: cannot create a temporary directory in ." >&2
   { (exit 1); exit 1; }
}

#
# Set up the sed scripts for CONFIG_FILES section.
#

# No need to generate the scripts if there are no CONFIG_FILES.
# This happens for instance when ./config.status config.h
if test -n "$CONFIG_FILES"; then

cat >"$tmp/subs-1.sed" <<\CEOF
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
s,@SHELL@,|#_!!_#|/bin/sh,g
s,@PATH_SEPARATOR@,|#_!!_#|:,g
s,@PACKAGE_NAME@,|#_!!_#|LLVM,g
s,@PACKAGE_TARNAME@,|#_!!_#|llvm,g
s,@PACKAGE_VERSION@,|#_!!_#|3.5.0,g
s,@PACKAGE_STRING@,|#_!!_#|LLVM 3.5.0,g
s,@PACKAGE_BUGREPORT@,|#_!!_#|http://llvm.org/bugs/,g
s,@exec_prefix@,|#_!!_#|${prefix},g
s,@prefix@,|#_!!_#|/usr/local,g
s,@program_transform_name@,|#_!!_#|s\,x\,x\,,g
s,@bindir@,|#_!!_#|${exec_prefix}/bin,g
s,@sbindir@,|#_!!_#|${exec_prefix}/sbin,g
s,@libexecdir@,|#_!!_#|${exec_prefix}/libexec,g
s,@datarootdir@,|#_!!_#|${prefix}/share,g
s,@datadir@,|#_!!_#|${datarootdir},g
s,@sysconfdir@,|#_!!_#|${prefix}/etc,g
s,@sharedstatedir@,|#_!!_#|${prefix}/com,g
s,@localstatedir@,|#_!!_#|${prefix}/var,g
s,@includedir@,|#_!!_#|${prefix}/include,g
s,@oldincludedir@,|#_!!_#|/usr/include,g
s,@docdir@,|#_!!_#|${datarootdir}/doc/${PACKAGE_TARNAME},g
s,@infodir@,|#_!!_#|${datarootdir}/info,g
s,@htmldir@,|#_!!_#|${docdir},g
s,@dvidir@,|#_!!_#|${docdir},g
s,@pdfdir@,|#_!!_#|${docdir},g
s,@psdir@,|#_!!_#|${docdir},g
s,@libdir@,|#_!!_#|${exec_prefix}/lib,g
s,@localedir@,|#_!!_#|${datarootdir}/locale,g
s,@mandir@,|#_!!_#|${datarootdir}/man,g
s,@DEFS@,|#_!!_#|-DHAVE_CONFIG_H,g
s,@ECHO_C@,|#_!!_#|,g
s,@ECHO_N@,|#_!!_#|-n,g
s,@ECHO_T@,|#_!!_#|,g
s,@LIBS@,|#_!!_#|-lz -lpthread -ltinfo -ldl -lm ,g
s,@build_alias@,|#_!!_#|x86_64-unknown-linux-gnu,g
s,@host_alias@,|#_!!_#|x86_64-unknown-linux-gnu,g
s,@target_alias@,|#_!!_#|,g
s,@LLVM_VERSION_MAJOR@,|#_!!_#|3,g
s,@LLVM_VERSION_MINOR@,|#_!!_#|5,g
s,@LLVM_VERSION_PATCH@,|#_!!_#|0,g
s,@LLVM_VERSION_SUFFIX@,|#_!!_#|,g
s,@LLVM_COPYRIGHT@,|#_!!_#|Copyright (c) 2003-2014 University of Illinois at Urbana-Champaign.,g
s,@CC@,|#_!!_#|i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls,g
s,@CFLAGS@,|#_!!_#| -O2 -pipe -g -feliminate-unused-debug-types,g
s,@LDFLAGS@,|#_!!_#|-Wl\,-O1 -Wl\,--hash-style=gnu -Wl\,--as-needed,g
s,@CPPFLAGS@,|#_!!_#|,g
s,@ac_ct_CC@,|#_!!_#|,g
s,@EXEEXT@,|#_!!_#|,g
s,@OBJEXT@,|#_!!_#|o,g
s,@CXX@,|#_!!_#|i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls,g
s,@CXXFLAGS@,|#_!!_#| -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden,g
s,@ac_ct_CXX@,|#_!!_#|,g
s,@CPP@,|#_!!_#|i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586,g
s,@subdirs@,|#_!!_#|,g
s,@ENABLE_POLLY@,|#_!!_#|1,g
s,@LLVM_HAS_POLLY@,|#_!!_#|,g
s,@build@,|#_!!_#|x86_64-unknown-linux-gnu,g
s,@build_cpu@,|#_!!_#|x86_64,g
s,@build_vendor@,|#_!!_#|unknown,g
s,@build_os@,|#_!!_#|linux-gnu,g
s,@host@,|#_!!_#|x86_64-unknown-linux-gnu,g
s,@host_cpu@,|#_!!_#|x86_64,g
s,@host_vendor@,|#_!!_#|unknown,g
s,@host_os@,|#_!!_#|linux-gnu,g
s,@target@,|#_!!_#|x86_64-unknown-linux-gnu,g
s,@target_cpu@,|#_!!_#|x86_64,g
s,@target_vendor@,|#_!!_#|unknown,g
s,@target_os@,|#_!!_#|linux-gnu,g
s,@OS@,|#_!!_#|Linux,g
s,@HOST_OS@,|#_!!_#|Linux,g
s,@TARGET_OS@,|#_!!_#|Linux,g
s,@LINKALL@,|#_!!_#|-Wl\,--whole-archive,g
s,@NOLINKALL@,|#_!!_#|-Wl\,--no-whole-archive,g
s,@LLVM_ON_UNIX@,|#_!!_#|1,g
s,@LLVM_ON_WIN32@,|#_!!_#|0,g
s,@ARCH@,|#_!!_#|x86,g
s,@LLVM_NATIVE_ARCH@,|#_!!_#|X86,g
s,@HOST_ARCH@,|#_!!_#|x86_64,g
s,@LLVM_CROSS_COMPILING@,|#_!!_#|0,g
s,@BUILD_CC@,|#_!!_#|gcc ,g
s,@BUILD_EXEEXT@,|#_!!_#|,g
s,@BUILD_CXX@,|#_!!_#|g++ ,g
s,@CVSBUILD@,|#_!!_#|,g
s,@ENABLE_LIBCPP@,|#_!!_#|0,g
s,@ENABLE_CXX1Y@,|#_!!_#|0,g
s,@ENABLE_SPLIT_DWARF@,|#_!!_#|0,g
s,@ENABLE_CLANG_ARCMT@,|#_!!_#|1,g
s,@CLANG_PLUGIN_SUPPORT@,|#_!!_#|1,g
s,@ENABLE_CLANG_STATIC_ANALYZER@,|#_!!_#|1,g
s,@ENABLE_OPTIMIZED@,|#_!!_#|ENABLE_OPTIMIZED=1,g
s,@ENABLE_PROFILING@,|#_!!_#|,g
s,@DISABLE_ASSERTIONS@,|#_!!_#|,g
s,@ENABLE_WERROR@,|#_!!_#|0,g
s,@ENABLE_EXPENSIVE_CHECKS@,|#_!!_#|,g
s,@EXPENSIVE_CHECKS@,|#_!!_#|no,g
s,@DEBUG_RUNTIME@,|#_!!_#|,g
s,@DEBUG_SYMBOLS@,|#_!!_#|,g
CEOF
cat >"$tmp/subs-2.sed" <<\CEOF
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
s,@KEEP_SYMBOLS@,|#_!!_#|,g
s,@JIT@,|#_!!_#|,g
s,@TARGET_HAS_JIT@,|#_!!_#|1,g
s,@TARGETS_WITH_JIT@,|#_!!_#|ARM AArch64 Mips PowerPC SystemZ X86,g
s,@ENABLE_DOCS@,|#_!!_#|1,g
s,@ENABLE_DOXYGEN@,|#_!!_#|0,g
s,@LLVM_ENABLE_THREADS@,|#_!!_#|1,g
s,@ENABLE_PTHREADS@,|#_!!_#|1,g
s,@LLVM_ENABLE_ZLIB@,|#_!!_#|1,g
s,@ENABLE_PIC@,|#_!!_#|1,g
s,@ENABLE_SHARED@,|#_!!_#|0,g
s,@ENABLE_EMBED_STDCXX@,|#_!!_#|0,g
s,@ENABLE_TIMESTAMPS@,|#_!!_#|1,g
s,@ALL_TARGETS@,|#_!!_#|X86 Sparc PowerPC ARM AArch64 Mips XCore MSP430 CppBackend NVPTX Hexagon SystemZ R600,g
s,@TARGETS_TO_BUILD@,|#_!!_#|X86 X86 ,g
s,@LLVM_ENUM_TARGETS@,|#_!!_#|LLVM_TARGET(X86) LLVM_TARGET(X86) ,g
s,@LLVM_ENUM_ASM_PRINTERS@,|#_!!_#|LLVM_ASM_PRINTER(X86) LLVM_ASM_PRINTER(X86) ,g
s,@LLVM_ENUM_ASM_PARSERS@,|#_!!_#|LLVM_ASM_PARSER(X86) LLVM_ASM_PARSER(X86) ,g
s,@LLVM_ENUM_DISASSEMBLERS@,|#_!!_#|LLVM_DISASSEMBLER(X86) LLVM_DISASSEMBLER(X86) ,g
s,@OPTIMIZE_OPTION@,|#_!!_#|-O3,g
s,@EXTRA_OPTIONS@,|#_!!_#|,g
s,@EXTRA_LD_OPTIONS@,|#_!!_#|,g
s,@CLANG_SRC_ROOT@,|#_!!_#|,g
s,@BINUTILS_INCDIR@,|#_!!_#|,g
s,@ENABLE_TERMINFO@,|#_!!_#|1,g
s,@INTERNAL_PREFIX@,|#_!!_#|,g
s,@ifGNUmake@,|#_!!_#|,g
s,@LN_S@,|#_!!_#|ln -s,g
s,@NM@,|#_!!_#|/usr/bin/nm,g
s,@CMP@,|#_!!_#|/usr/bin/cmp,g
s,@CP@,|#_!!_#|/usr/bin/cp,g
s,@DATE@,|#_!!_#|/usr/bin/date,g
s,@FIND@,|#_!!_#|/usr/bin/find,g
s,@GREP@,|#_!!_#|/usr/bin/grep,g
s,@MKDIR@,|#_!!_#|/usr/bin/mkdir,g
s,@MV@,|#_!!_#|/usr/bin/mv,g
s,@RANLIB@,|#_!!_#|i586-poky-linux-ranlib,g
s,@AR@,|#_!!_#|i586-poky-linux-ar,g
s,@RM@,|#_!!_#|/usr/bin/rm,g
s,@SED@,|#_!!_#|/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/bin/sed,g
s,@TAR@,|#_!!_#|/usr/bin/tar,g
s,@BINPWD@,|#_!!_#|/usr/bin/pwd,g
s,@DOT@,|#_!!_#|echo dot,g
s,@INSTALL_PROGRAM@,|#_!!_#|${INSTALL},g
s,@INSTALL_SCRIPT@,|#_!!_#|${INSTALL},g
s,@INSTALL_DATA@,|#_!!_#|${INSTALL} -m 644,g
s,@BZIP2@,|#_!!_#|/usr/bin/bzip2,g
s,@CAT@,|#_!!_#|/usr/bin/cat,g
s,@DOXYGEN@,|#_!!_#|/usr/bin/doxygen,g
s,@GROFF@,|#_!!_#|/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/bin/groff,g
s,@GZIPBIN@,|#_!!_#|/usr/bin/gzip,g
s,@PDFROFF@,|#_!!_#|/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/bin/pdfroff,g
s,@ZIP@,|#_!!_#|/usr/bin/zip,g
s,@OCAMLC@,|#_!!_#|,g
s,@OCAMLOPT@,|#_!!_#|,g
s,@OCAMLDEP@,|#_!!_#|,g
s,@OCAMLDOC@,|#_!!_#|,g
s,@GAS@,|#_!!_#|/usr/bin/as,g
s,@HAVE_LINK_VERSION_SCRIPT@,|#_!!_#|1,g
s,@EGREP@,|#_!!_#|/usr/bin/grep -E,g
s,@NO_VARIADIC_MACROS@,|#_!!_#|-Wno-variadic-macros,g
s,@NO_MISSING_FIELD_INITIALIZERS@,|#_!!_#|-Wno-missing-field-initializers,g
s,@COVERED_SWITCH_DEFAULT@,|#_!!_#|,g
s,@NO_MAYBE_UNINITIALIZED@,|#_!!_#|-Wno-maybe-uninitialized,g
s,@NO_UNINITIALIZED@,|#_!!_#|,g
s,@PYTHON@,|#_!!_#|/usr/bin/python,g
s,@HAVE_DLOPEN@,|#_!!_#|1,g
s,@HAVE_TERMINFO@,|#_!!_#|1,g
s,@USE_OPROFILE@,|#_!!_#|0,g
s,@USE_INTEL_JITEVENTS@,|#_!!_#|0,g
s,@XML2CONFIG@,|#_!!_#|xml2-config,g
s,@LIBXML2_LIBS@,|#_!!_#|-lxml2,g
s,@LIBXML2_INC@,|#_!!_#|-I/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls/usr/include/libxml2,g
s,@CXXCPP@,|#_!!_#|i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -E,g
s,@HAVE_PTHREAD@,|#_!!_#|1,g
s,@HAVE_LIBZ@,|#_!!_#|1,g
s,@HUGE_VAL_SANITY@,|#_!!_#|yes,g
s,@MMAP_FILE@,|#_!!_#|yes,g
s,@SHLIBEXT@,|#_!!_#|.so,g
s,@LLVM_PREFIX@,|#_!!_#|/usr/local,g
s,@LLVM_BINDIR@,|#_!!_#|/usr/local/bin,g
s,@LLVM_DATADIR@,|#_!!_#|/usr/local/share/llvm,g
s,@LLVM_DOCSDIR@,|#_!!_#|/usr/local/share/doc/llvm,g
s,@LLVM_ETCDIR@,|#_!!_#|/usr/local/etc/llvm,g
s,@LLVM_INCLUDEDIR@,|#_!!_#|/usr/local/include,g
s,@LLVM_INFODIR@,|#_!!_#|/usr/local/info,g
s,@LLVM_MANDIR@,|#_!!_#|/usr/local/man,g
s,@LLVM_CONFIGTIME@,|#_!!_#|Wed Nov 12 16:54:32 MST 2014,g
s,@BINDINGS_TO_BUILD@,|#_!!_#|,g
s,@ALL_BINDINGS@,|#_!!_#|ocaml,g
s,@OCAML_LIBDIR@,|#_!!_#|,g
s,@ENABLE_VISIBILITY_INLINES_HIDDEN@,|#_!!_#|1,g
s,@RPATH@,|#_!!_#|-Wl\,-R,g
s,@RDYNAMIC@,|#_!!_#|-rdynamic,g
s,@program_prefix@,|#_!!_#|,g
s,@LIBOBJS@,|#_!!_#|,g
s,@LTLIBOBJS@,|#_!!_#|,g
CEOF
fi # test -n "$CONFIG_FILES"


for ac_tag in  :F $CONFIG_FILES  :H $CONFIG_HEADERS    :C $CONFIG_COMMANDS
do
  case $ac_tag in
  :[FHLC]) ac_mode=$ac_tag; continue;;
  esac
  case $ac_mode$ac_tag in
  :[FHL]*:*);;
  :L* | :C*:*) { { echo "$as_me:$LINENO: error: Invalid tag $ac_tag." >&5
echo "$as_me: error: Invalid tag $ac_tag." >&2;}
   { (exit 1); exit 1; }; };;
  :[FH]-) ac_tag=-:-;;
  :[FH]*) ac_tag=$ac_tag:$ac_tag.in;;
  esac
  ac_save_IFS=$IFS
  IFS=:
  set x $ac_tag
  IFS=$ac_save_IFS
  shift
  ac_file=$1
  shift

  case $ac_mode in
  :L) ac_source=$1;;
  :[FH])
    ac_file_inputs=
    for ac_f
    do
      case $ac_f in
      -) ac_f="$tmp/stdin";;
      *) # Look for the file first in the build tree, then in the source tree
	 # (if the path is not absolute).  The absolute path cannot be DOS-style,
	 # because $ac_f cannot contain `:'.
	 test -f "$ac_f" ||
	   case $ac_f in
	   [\\/$]*) false;;
	   *) test -f "$srcdir/$ac_f" && ac_f="$srcdir/$ac_f";;
	   esac ||
	   { { echo "$as_me:$LINENO: error: cannot find input file: $ac_f" >&5
echo "$as_me: error: cannot find input file: $ac_f" >&2;}
   { (exit 1); exit 1; }; };;
      esac
      ac_file_inputs="$ac_file_inputs $ac_f"
    done

    # Let's still pretend it is `configure' which instantiates (i.e., don't
    # use $as_me), people would be surprised to read:
    #    /* config.h.  Generated by config.status.  */
    configure_input="Generated from "`IFS=:
	  echo $* | sed 's|^[^:]*/||;s|:[^:]*/|, |g'`" by configure."
    if test x"$ac_file" != x-; then
      configure_input="$ac_file.  $configure_input"
      { echo "$as_me:$LINENO: creating $ac_file" >&5
echo "$as_me: creating $ac_file" >&6;}
    fi

    case $ac_tag in
    *:-:* | *:-) cat >"$tmp/stdin";;
    esac
    ;;
  esac

  ac_dir=`$as_dirname -- "$ac_file" ||
$as_expr X"$ac_file" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
	 X"$ac_file" : 'X\(//\)[^/]' \| \
	 X"$ac_file" : 'X\(//\)$' \| \
	 X"$ac_file" : 'X\(/\)' \| . 2>/dev/null ||
echo X"$ac_file" |
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)[^/].*/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\).*/{
	    s//\1/
	    q
	  }
	  s/.*/./; q'`
  { as_dir="$ac_dir"
  case $as_dir in #(
  -*) as_dir=./$as_dir;;
  esac
  test -d "$as_dir" || { $as_mkdir_p && mkdir -p "$as_dir"; } || {
    as_dirs=
    while :; do
      case $as_dir in #(
      *\'*) as_qdir=`echo "$as_dir" | sed "s/'/'\\\\\\\\''/g"`;; #(
      *) as_qdir=$as_dir;;
      esac
      as_dirs="'$as_qdir' $as_dirs"
      as_dir=`$as_dirname -- "$as_dir" ||
$as_expr X"$as_dir" : 'X\(.*[^/]\)//*[^/][^/]*/*$' \| \
	 X"$as_dir" : 'X\(//\)[^/]' \| \
	 X"$as_dir" : 'X\(//\)$' \| \
	 X"$as_dir" : 'X\(/\)' \| . 2>/dev/null ||
echo X"$as_dir" |
    sed '/^X\(.*[^/]\)\/\/*[^/][^/]*\/*$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)[^/].*/{
	    s//\1/
	    q
	  }
	  /^X\(\/\/\)$/{
	    s//\1/
	    q
	  }
	  /^X\(\/\).*/{
	    s//\1/
	    q
	  }
	  s/.*/./; q'`
      test -d "$as_dir" && break
    done
    test -z "$as_dirs" || eval "mkdir $as_dirs"
  } || test -d "$as_dir" || { { echo "$as_me:$LINENO: error: cannot create directory $as_dir" >&5
echo "$as_me: error: cannot create directory $as_dir" >&2;}
   { (exit 1); exit 1; }; }; }
  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


  case $ac_mode in
  :F)
  #
  # CONFIG_FILE
  #

  case $INSTALL in
  [\\/$]* | ?:[\\/]* ) ac_INSTALL=$INSTALL ;;
  *) ac_INSTALL=$ac_top_build_prefix$INSTALL ;;
  esac
# If the template does not know about datarootdir, expand it.
# FIXME: This hack should be removed a few years after 2.60.
ac_datarootdir_hack=; ac_datarootdir_seen=

case `sed -n '/datarootdir/ {
  p
  q
}
/@datadir@/p
/@docdir@/p
/@infodir@/p
/@localedir@/p
/@mandir@/p
' $ac_file_inputs` in
*datarootdir*) ac_datarootdir_seen=yes;;
*@datadir@*|*@docdir@*|*@infodir@*|*@localedir@*|*@mandir@*)
  { echo "$as_me:$LINENO: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&5
echo "$as_me: WARNING: $ac_file_inputs seems to ignore the --datarootdir setting" >&2;}
  ac_datarootdir_hack='
  s&@datadir@&${datarootdir}&g
  s&@docdir@&${datarootdir}/doc/${PACKAGE_TARNAME}&g
  s&@infodir@&${datarootdir}/info&g
  s&@localedir@&${datarootdir}/locale&g
  s&@mandir@&${datarootdir}/man&g
    s&\${datarootdir}&${prefix}/share&g' ;;
esac
  sed "/^[	 ]*VPATH[	 ]*=/{
s/:*\$(srcdir):*/:/
s/:*\${srcdir}:*/:/
s/:*@srcdir@:*/:/
s/^\([^=]*=[	 ]*\):*/\1/
s/:*$//
s/^[^=]*=[	 ]*$//
}

:t
/@[a-zA-Z_][a-zA-Z_0-9]*@/!b
s&@configure_input@&$configure_input&;t t
s&@top_builddir@&$ac_top_builddir_sub&;t t
s&@srcdir@&$ac_srcdir&;t t
s&@abs_srcdir@&$ac_abs_srcdir&;t t
s&@top_srcdir@&$ac_top_srcdir&;t t
s&@abs_top_srcdir@&$ac_abs_top_srcdir&;t t
s&@builddir@&$ac_builddir&;t t
s&@abs_builddir@&$ac_abs_builddir&;t t
s&@abs_top_builddir@&$ac_abs_top_builddir&;t t
s&@INSTALL@&$ac_INSTALL&;t t
$ac_datarootdir_hack
" $ac_file_inputs | sed -f "$tmp/subs-1.sed" | sed -f "$tmp/subs-2.sed" | sed 's/|#_!!_#|//g' >$tmp/out

test -z "$ac_datarootdir_hack$ac_datarootdir_seen" &&
  { ac_out=`sed -n '/\${datarootdir}/p' "$tmp/out"`; test -n "$ac_out"; } &&
  { ac_out=`sed -n '/^[	 ]*datarootdir[	 ]*:*=/p' "$tmp/out"`; test -z "$ac_out"; } &&
  { echo "$as_me:$LINENO: WARNING: $ac_file contains a reference to the variable \`datarootdir'
which seems to be undefined.  Please make sure it is defined." >&5
echo "$as_me: WARNING: $ac_file contains a reference to the variable \`datarootdir'
which seems to be undefined.  Please make sure it is defined." >&2;}

  rm -f "$tmp/stdin"
  case $ac_file in
  -) cat "$tmp/out"; rm -f "$tmp/out";;
  *) rm -f "$ac_file"; mv "$tmp/out" $ac_file;;
  esac
 ;;
  :H)
  #
  # CONFIG_HEADER
  #
    # First, check the format of the line:
    cat >"$tmp/defines.sed" <<\CEOF
/^[	 ]*#[	 ]*undef[	 ][	 ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[	 ]*$/b def
/^[	 ]*#[	 ]*define[	 ][	 ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[(	 ]/b def
b
:def
s/$/ /
s,^\([	 #]*\)[^	 ]*\([	 ]*PACKAGE_NAME\)[	 (].*,\1define\2 "LLVM" ,
s,^\([	 #]*\)[^	 ]*\([	 ]*PACKAGE_TARNAME\)[	 (].*,\1define\2 "llvm" ,
s,^\([	 #]*\)[^	 ]*\([	 ]*PACKAGE_VERSION\)[	 (].*,\1define\2 "3.5.0" ,
s,^\([	 #]*\)[^	 ]*\([	 ]*PACKAGE_STRING\)[	 (].*,\1define\2 "LLVM 3.5.0" ,
s,^\([	 #]*\)[^	 ]*\([	 ]*PACKAGE_BUGREPORT\)[	 (].*,\1define\2 "http://llvm.org/bugs/" ,
s,^\([	 #]*\)[^	 ]*\([	 ]*LLVM_VERSION_MAJOR\)[	 (].*,\1define\2 3 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*LLVM_VERSION_MINOR\)[	 (].*,\1define\2 5 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*LLVM_VERSION_PATCH\)[	 (].*,\1define\2 0 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*LLVM_ON_UNIX\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*LLVM_ENABLE_THREADS\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*LLVM_ENABLE_ZLIB\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*ENABLE_PIC\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*ENABLE_TIMESTAMPS\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*ENABLE_BACKTRACES\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*ENABLE_CRASH_OVERRIDES\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*LLVM_NATIVE_ARCH\)[	 (].*,\1define\2 X86 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*LLVM_NATIVE_TARGET\)[	 (].*,\1define\2 LLVMInitializeX86Target ,
s,^\([	 #]*\)[^	 ]*\([	 ]*LLVM_NATIVE_TARGETINFO\)[	 (].*,\1define\2 LLVMInitializeX86TargetInfo ,
s,^\([	 #]*\)[^	 ]*\([	 ]*LLVM_NATIVE_TARGETMC\)[	 (].*,\1define\2 LLVMInitializeX86TargetMC ,
s,^\([	 #]*\)[^	 ]*\([	 ]*LLVM_NATIVE_ASMPRINTER\)[	 (].*,\1define\2 LLVMInitializeX86AsmPrinter ,
s,^\([	 #]*\)[^	 ]*\([	 ]*LLVM_NATIVE_ASMPARSER\)[	 (].*,\1define\2 LLVMInitializeX86AsmParser ,
s,^\([	 #]*\)[^	 ]*\([	 ]*LLVM_NATIVE_DISASSEMBLER\)[	 (].*,\1define\2 LLVMInitializeX86Disassembler ,
s,^\([	 #]*\)[^	 ]*\([	 ]*LLVM_NATIVE_ARCH\)[	 (].*,\1define\2 X86 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*LLVM_NATIVE_TARGET\)[	 (].*,\1define\2 LLVMInitializeX86Target ,
s,^\([	 #]*\)[^	 ]*\([	 ]*LLVM_NATIVE_TARGETINFO\)[	 (].*,\1define\2 LLVMInitializeX86TargetInfo ,
s,^\([	 #]*\)[^	 ]*\([	 ]*LLVM_NATIVE_TARGETMC\)[	 (].*,\1define\2 LLVMInitializeX86TargetMC ,
s,^\([	 #]*\)[^	 ]*\([	 ]*LLVM_NATIVE_ASMPRINTER\)[	 (].*,\1define\2 LLVMInitializeX86AsmPrinter ,
s,^\([	 #]*\)[^	 ]*\([	 ]*LLVM_NATIVE_ASMPARSER\)[	 (].*,\1define\2 LLVMInitializeX86AsmParser ,
s,^\([	 #]*\)[^	 ]*\([	 ]*LLVM_NATIVE_DISASSEMBLER\)[	 (].*,\1define\2 LLVMInitializeX86Disassembler ,
s,^\([	 #]*\)[^	 ]*\([	 ]*CLANG_RESOURCE_DIR\)[	 (].*,\1define\2 "" ,
s,^\([	 #]*\)[^	 ]*\([	 ]*C_INCLUDE_DIRS\)[	 (].*,\1define\2 "" ,
s,^\([	 #]*\)[^	 ]*\([	 ]*GCC_INSTALL_PREFIX\)[	 (].*,\1define\2 "" ,
s,^\([	 #]*\)[^	 ]*\([	 ]*DEFAULT_SYSROOT\)[	 (].*,\1define\2 "" ,
s,^\([	 #]*\)[^	 ]*\([	 ]*BUG_REPORT_URL\)[	 (].*,\1define\2 "http://llvm.org/bugs/" ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HOST_LINK_VERSION\)[	 (].*,\1define\2 "2.24" ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_LINK_R\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_LINK_EXPORT_DYNAMIC\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*STDC_HEADERS\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SYS_TYPES_H\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SYS_STAT_H\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STDLIB_H\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STRING_H\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_MEMORY_H\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STRINGS_H\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_INTTYPES_H\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STDINT_H\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_UNISTD_H\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_ERRNO_H\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*LTDL_SHLIB_EXT\)[	 (].*,\1define\2 ".so" ,
CEOF
    sed -f "$tmp/defines.sed" $ac_file_inputs >"$tmp/out1"
    # First, check the format of the line:
    cat >"$tmp/defines.sed" <<\CEOF
/^[	 ]*#[	 ]*undef[	 ][	 ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[	 ]*$/b def
/^[	 ]*#[	 ]*define[	 ][	 ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[(	 ]/b def
b
:def
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_LIBM\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_DLOPEN\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_TERMINFO\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_MALLINFO\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_LIBPTHREAD\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_PTHREAD_MUTEX_LOCK\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_PTHREAD_RWLOCK_INIT\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_PTHREAD_GETSPECIFIC\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_LIBZ\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*LLVM_USE_OPROFILE\)[	 (].*,\1define\2 0 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*LLVM_USE_INTEL_JITEVENTS\)[	 (].*,\1define\2 0 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*CLANG_HAVE_LIBXML\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_DIRENT_H\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_MMAP_ANONYMOUS\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SYS_WAIT_H\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*TIME_WITH_SYS_TIME\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_CXXABI_H\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_DLFCN_H\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_EXECINFO_H\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_FCNTL_H\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_INTTYPES_H\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_LINK_H\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_MALLOC_H\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SETJMP_H\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SIGNAL_H\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STDINT_H\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_TERMIOS_H\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_UNISTD_H\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_UTIME_H\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SYS_MMAN_H\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SYS_PARAM_H\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SYS_RESOURCE_H\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SYS_TIME_H\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SYS_UIO_H\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SYS_IOCTL_H\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_FENV_H\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_DECL_FE_ALL_EXCEPT\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_DECL_FE_INEXACT\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_PTHREAD_H\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_ZLIB_H\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_CRASHREPORTER_INFO\)[	 (].*,\1define\2 0 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*RETSIGTYPE\)[	 (].*,\1define\2 void ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_INT64_T\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_UINT64_T\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_BACKTRACE\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_CEILF\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_FLOORF\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_ROUNDF\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_RINTF\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_NEARBYINTF\)[	 (].*,\1define\2 1 ,
CEOF
    sed -f "$tmp/defines.sed" "$tmp/out1" >"$tmp/out2"
    # First, check the format of the line:
    cat >"$tmp/defines.sed" <<\CEOF
/^[	 ]*#[	 ]*undef[	 ][	 ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[	 ]*$/b def
/^[	 ]*#[	 ]*define[	 ][	 ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[(	 ]/b def
b
:def
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_GETCWD\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_POWF\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_FMODF\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STRTOF\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_ROUND\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_LOG\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_LOG2\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_LOG10\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_EXP\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_EXP2\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_GETPAGESIZE\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_GETRUSAGE\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_GETRLIMIT\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SETRLIMIT\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_GETTIMEOFDAY\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_ISATTY\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_MKDTEMP\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_MKSTEMP\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_MKTEMP\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_POSIX_SPAWN\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_PREAD\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_REALPATH\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SBRK\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SETRLIMIT\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STRERROR\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STRERROR_R\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SETENV\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STRTOLL\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STRTOQ\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SYSCONF\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SETJMP\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_LONGJMP\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_SIGLONGJMP\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_WRITEV\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_FUTIMES\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_FUTIMENS\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_PRINTF_A\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_RAND48\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_DECL_ARC4RANDOM\)[	 (].*,\1define\2 0 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_DECL_STRERROR_S\)[	 (].*,\1define\2 0 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_ISNAN_IN_MATH_H\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_ISNAN_IN_CMATH\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STD_ISNAN_IN_CMATH\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_ISINF_IN_MATH_H\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_ISINF_IN_CMATH\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STD_ISINF_IN_CMATH\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_STDLIB_H\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_UNISTD_H\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_GETPAGESIZE\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_MMAP\)[	 (].*,\1define\2 1 ,
CEOF
    sed -f "$tmp/defines.sed" "$tmp/out2" >"$tmp/out1"
    # First, check the format of the line:
    cat >"$tmp/defines.sed" <<\CEOF
/^[	 ]*#[	 ]*undef[	 ][	 ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[	 ]*$/b def
/^[	 ]*#[	 ]*define[	 ][	 ]*[_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ][_abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789]*[(	 ]/b def
b
:def
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE_MMAP_FILE\)[	 (].*,\1define\2  ,
s,^\([	 #]*\)[^	 ]*\([	 ]*LLVM_HAS_ATOMICS\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*HAVE___DSO_HANDLE\)[	 (].*,\1define\2 1 ,
s,^\([	 #]*\)[^	 ]*\([	 ]*LLVM_PREFIX\)[	 (].*,\1define\2 "/usr/local" ,
s,^\([	 #]*\)[^	 ]*\([	 ]*LLVM_BINDIR\)[	 (].*,\1define\2 "/usr/local/bin" ,
s,^\([	 #]*\)[^	 ]*\([	 ]*LLVM_DATADIR\)[	 (].*,\1define\2 "/usr/local/share/llvm" ,
s,^\([	 #]*\)[^	 ]*\([	 ]*LLVM_DOCSDIR\)[	 (].*,\1define\2 "/usr/local/share/doc/llvm" ,
s,^\([	 #]*\)[^	 ]*\([	 ]*LLVM_ETCDIR\)[	 (].*,\1define\2 "/usr/local/etc/llvm" ,
s,^\([	 #]*\)[^	 ]*\([	 ]*LLVM_INCLUDEDIR\)[	 (].*,\1define\2 "/usr/local/include" ,
s,^\([	 #]*\)[^	 ]*\([	 ]*LLVM_INFODIR\)[	 (].*,\1define\2 "/usr/local/info" ,
s,^\([	 #]*\)[^	 ]*\([	 ]*LLVM_MANDIR\)[	 (].*,\1define\2 "/usr/local/man" ,
s,^\([	 #]*\)[^	 ]*\([	 ]*LLVM_CONFIGTIME\)[	 (].*,\1define\2 "Wed Nov 12 16:54:32 MST 2014" ,
s,^\([	 #]*\)[^	 ]*\([	 ]*LLVM_HOST_TRIPLE\)[	 (].*,\1define\2 "x86_64-unknown-linux-gnu" ,
s,^\([	 #]*\)[^	 ]*\([	 ]*LLVM_DEFAULT_TARGET_TRIPLE\)[	 (].*,\1define\2 "x86_64-unknown-linux-gnu" ,
s/ $//
s,^[	 #]*u.*,/* & */,
CEOF
    sed -f "$tmp/defines.sed" "$tmp/out1" >"$tmp/out2"
ac_result="$tmp/out2"
  if test x"$ac_file" != x-; then
    echo "/* $configure_input  */" >"$tmp/config.h"
    cat "$ac_result" >>"$tmp/config.h"
    if diff $ac_file "$tmp/config.h" >/dev/null 2>&1; then
      { echo "$as_me:$LINENO: $ac_file is unchanged" >&5
echo "$as_me: $ac_file is unchanged" >&6;}
    else
      rm -f $ac_file
      mv "$tmp/config.h" $ac_file
    fi
  else
    echo "/* $configure_input  */"
    cat "$ac_result"
  fi
  rm -f "$tmp/out12"
 ;;

  :C)  { echo "$as_me:$LINENO: executing $ac_file commands" >&5
echo "$as_me: executing $ac_file commands" >&6;}
 ;;
  esac


  case $ac_file$ac_mode in
    "Makefile":C) ${llvm_src}/autoconf/mkinstalldirs `dirname Makefile`
   ${SHELL} ${llvm_src}/autoconf/install-sh -m 0644 -c ${srcdir}/Makefile Makefile ;;
    "Makefile.common":C) ${llvm_src}/autoconf/mkinstalldirs `dirname Makefile.common`
   ${SHELL} ${llvm_src}/autoconf/install-sh -m 0644 -c ${srcdir}/Makefile.common Makefile.common ;;
    "examples/Makefile":C) ${llvm_src}/autoconf/mkinstalldirs `dirname examples/Makefile`
   ${SHELL} ${llvm_src}/autoconf/install-sh -m 0644 -c ${srcdir}/examples/Makefile examples/Makefile ;;
    "lib/Makefile":C) ${llvm_src}/autoconf/mkinstalldirs `dirname lib/Makefile`
   ${SHELL} ${llvm_src}/autoconf/install-sh -m 0644 -c ${srcdir}/lib/Makefile lib/Makefile ;;
    "test/Makefile":C) ${llvm_src}/autoconf/mkinstalldirs `dirname test/Makefile`
   ${SHELL} ${llvm_src}/autoconf/install-sh -m 0644 -c ${srcdir}/test/Makefile test/Makefile ;;
    "test/Makefile.tests":C) ${llvm_src}/autoconf/mkinstalldirs `dirname test/Makefile.tests`
   ${SHELL} ${llvm_src}/autoconf/install-sh -m 0644 -c ${srcdir}/test/Makefile.tests test/Makefile.tests ;;
    "unittests/Makefile":C) ${llvm_src}/autoconf/mkinstalldirs `dirname unittests/Makefile`
   ${SHELL} ${llvm_src}/autoconf/install-sh -m 0644 -c ${srcdir}/unittests/Makefile unittests/Makefile ;;
    "tools/Makefile":C) ${llvm_src}/autoconf/mkinstalldirs `dirname tools/Makefile`
   ${SHELL} ${llvm_src}/autoconf/install-sh -m 0644 -c ${srcdir}/tools/Makefile tools/Makefile ;;
    "utils/Makefile":C) ${llvm_src}/autoconf/mkinstalldirs `dirname utils/Makefile`
   ${SHELL} ${llvm_src}/autoconf/install-sh -m 0644 -c ${srcdir}/utils/Makefile utils/Makefile ;;
    "projects/Makefile":C) ${llvm_src}/autoconf/mkinstalldirs `dirname projects/Makefile`
   ${SHELL} ${llvm_src}/autoconf/install-sh -m 0644 -c ${srcdir}/projects/Makefile projects/Makefile ;;
    "bindings/Makefile":C) ${llvm_src}/autoconf/mkinstalldirs `dirname bindings/Makefile`
   ${SHELL} ${llvm_src}/autoconf/install-sh -m 0644 -c ${srcdir}/bindings/Makefile bindings/Makefile ;;
    "bindings/ocaml/Makefile.ocaml":C) ${llvm_src}/autoconf/mkinstalldirs `dirname bindings/ocaml/Makefile.ocaml`
   ${SHELL} ${llvm_src}/autoconf/install-sh -m 0644 -c ${srcdir}/bindings/ocaml/Makefile.ocaml bindings/ocaml/Makefile.ocaml ;;

  esac
done # for ac_tag


{ (exit 0); exit 0; }

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: New recipe for toolchain fails install, "ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored."
  2014-11-13 20:13 New recipe for toolchain fails install, "ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored." Jim Rafert
@ 2014-11-13 20:42 ` nick
  2014-11-13 21:00   ` Jim Rafert
  2014-11-13 21:14   ` Jim Rafert
  0 siblings, 2 replies; 9+ messages in thread
From: nick @ 2014-11-13 20:42 UTC (permalink / raw)
  To: Jim Rafert, yocto@yoctoproject.org

Hey Jim,
I had a stressful day with other things so I would like some time to unwind but I will try and help out 
later if that's OK.
Nick

On 14-11-13 03:13 PM, Jim Rafert wrote:
> Hi folks,
> 
> I'm trying to put together a recipe to include llvm and clang in the yocto toolchain.  My goal is to have the clang compiler available for application development.  I do not intend to compile the kernel or OS image with clang.  I have created a recipe and placed it in one of my added layers as follows:
> 
> LICENSE = "NCSA"
> PR = "r0"
> LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d"
> 
> SRC_URI = "file://llvm-3.5.0.tar.gz \
>           "
> SRC_URI[md5sum] = "e2dd127722ffb305c981d2a02687b4ff"
> SRC_URI[sha256sum] = "1badb762129feb7ced9484a7969c88cebab9b01b80b83002fc9690933cd7d0e0"
> 
> EXTRA_OECONF = "--config=Linux-yocto "
> 
> INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
> 
> INSANE_SKIP_${PN} = "already-stripped"
> 
> #FILES_${PN} = "${libdir}/* /usr/bin "
> inherit autotools
> 
> do_configure () {
>         ./configure --enable-optimized --enable-targets=x86,x86_64 --host=x86_64-unknown-linux-gnu --build=x86_64-unknown-linux-gnu
> }
> 
> The recipe is copied from another recipe of mine that builds the POCO libraries, so INSANE_SKIP_${PN} = "already-stripped" may not actually be necessary, but was left in until I got the recipe running.
> 
> I add the recipe to the toolchain by including it in TOOLCHAIN_HOST_TASK from my local.conf, thus:
> "TOOLCHAIN_HOST_TASK += " llvm "
> 
> This gets the source unpacked, configures, and compiles, but do_install fails with several instances of this message: "ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored."
> 
> Even though it doesn't install, the build products are in the work directory, so I examined them.
> 
> [jimr@krusty llvm-3.5.0]$ file /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/Release+Asserts/bin/clang
> /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/Release+Asserts/bin/clang: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.16, BuildID[sha1]=0x96bd97125551d23e94bcbbc4e68b69b8db36def9, not stripped
> 
> I was hoping that this would be built for the architecture specified in local.conf for the toolchain, which is: SDKMACHINE ?= "x86_64"
> 
> I think that this architecture mismatch may be the root of the problem with the LD_PRELOAD of pseudo.  I also would expect that the work directory would be under x86_64-nativesdk-pokysdk-linux or x86_64-pokysdk-linux rather than i586-poky-linux.
> 
> Do any of you Yocto/OE/bitbake experts out there know what I might be doing wrong, or not doing, that causes this problem?
> 
> I have attached the output of the bitbake command, my local.conf file, the recipe, and config.log and config.status from the work directory for your viewing pleasure.
> 
> Any help with this would be greatly appreciated.
> 
> -Jim-
> 
> 
> 


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: New recipe for toolchain fails install, "ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored."
  2014-11-13 20:42 ` nick
@ 2014-11-13 21:00   ` Jim Rafert
  2014-11-13 21:14   ` Jim Rafert
  1 sibling, 0 replies; 9+ messages in thread
From: Jim Rafert @ 2014-11-13 21:00 UTC (permalink / raw)
  To: nick, yocto@yoctoproject.org

Thanks Nick, that will be much appreciated.

-Jim-


________________________________________
From: nick [xerofoify@gmail.com]
Sent: Thursday, November 13, 2014 1:42 PM
To: Jim Rafert; yocto@yoctoproject.org
Subject: Re: [yocto] New recipe for toolchain fails install, "ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored."

Hey Jim,
I had a stressful day with other things so I would like some time to unwind but I will try and help out
later if that's OK.
Nick

On 14-11-13 03:13 PM, Jim Rafert wrote:
> Hi folks,
>
> I'm trying to put together a recipe to include llvm and clang in the yocto toolchain.  My goal is to have the clang compiler available for application development.  I do not intend to compile the kernel or OS image with clang.  I have created a recipe and placed it in one of my added layers as follows:
>
> LICENSE = "NCSA"
> PR = "r0"
> LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d"
>
> SRC_URI = "file://llvm-3.5.0.tar.gz \
>           "
> SRC_URI[md5sum] = "e2dd127722ffb305c981d2a02687b4ff"
> SRC_URI[sha256sum] = "1badb762129feb7ced9484a7969c88cebab9b01b80b83002fc9690933cd7d0e0"
>
> EXTRA_OECONF = "--config=Linux-yocto "
>
> INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
>
> INSANE_SKIP_${PN} = "already-stripped"
>
> #FILES_${PN} = "${libdir}/* /usr/bin "
> inherit autotools
>
> do_configure () {
>         ./configure --enable-optimized --enable-targets=x86,x86_64 --host=x86_64-unknown-linux-gnu --build=x86_64-unknown-linux-gnu
> }
>
> The recipe is copied from another recipe of mine that builds the POCO libraries, so INSANE_SKIP_${PN} = "already-stripped" may not actually be necessary, but was left in until I got the recipe running.
>
> I add the recipe to the toolchain by including it in TOOLCHAIN_HOST_TASK from my local.conf, thus:
> "TOOLCHAIN_HOST_TASK += " llvm "
>
> This gets the source unpacked, configures, and compiles, but do_install fails with several instances of this message: "ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored."
>
> Even though it doesn't install, the build products are in the work directory, so I examined them.
>
> [jimr@krusty llvm-3.5.0]$ file /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/Release+Asserts/bin/clang
> /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/Release+Asserts/bin/clang: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.16, BuildID[sha1]=0x96bd97125551d23e94bcbbc4e68b69b8db36def9, not stripped
>
> I was hoping that this would be built for the architecture specified in local.conf for the toolchain, which is: SDKMACHINE ?= "x86_64"
>
> I think that this architecture mismatch may be the root of the problem with the LD_PRELOAD of pseudo.  I also would expect that the work directory would be under x86_64-nativesdk-pokysdk-linux or x86_64-pokysdk-linux rather than i586-poky-linux.
>
> Do any of you Yocto/OE/bitbake experts out there know what I might be doing wrong, or not doing, that causes this problem?
>
> I have attached the output of the bitbake command, my local.conf file, the recipe, and config.log and config.status from the work directory for your viewing pleasure.
>
> Any help with this would be greatly appreciated.
>
> -Jim-
>
>
>


^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: New recipe for toolchain fails install, "ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored."
  2014-11-13 20:42 ` nick
  2014-11-13 21:00   ` Jim Rafert
@ 2014-11-13 21:14   ` Jim Rafert
  2014-11-14  7:39     ` Joseph Andrew de la Peña
  1 sibling, 1 reply; 9+ messages in thread
From: Jim Rafert @ 2014-11-13 21:14 UTC (permalink / raw)
  To: nick, yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 3617 bytes --]

I noticed that a couple of my attachments didn't make it.  So here they are. They're renamed with a .txt extension to slip them past the Argus eyes of MS Exchange.

"These are not the droids you're looking for....Move along"

-Jim-
________________________________________
From: nick [xerofoify@gmail.com]
Sent: Thursday, November 13, 2014 1:42 PM
To: Jim Rafert; yocto@yoctoproject.org
Subject: Re: [yocto] New recipe for toolchain fails install, "ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored."

Hey Jim,
I had a stressful day with other things so I would like some time to unwind but I will try and help out
later if that's OK.
Nick

On 14-11-13 03:13 PM, Jim Rafert wrote:
> Hi folks,
>
> I'm trying to put together a recipe to include llvm and clang in the yocto toolchain.  My goal is to have the clang compiler available for application development.  I do not intend to compile the kernel or OS image with clang.  I have created a recipe and placed it in one of my added layers as follows:
>
> LICENSE = "NCSA"
> PR = "r0"
> LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d"
>
> SRC_URI = "file://llvm-3.5.0.tar.gz \
>           "
> SRC_URI[md5sum] = "e2dd127722ffb305c981d2a02687b4ff"
> SRC_URI[sha256sum] = "1badb762129feb7ced9484a7969c88cebab9b01b80b83002fc9690933cd7d0e0"
>
> EXTRA_OECONF = "--config=Linux-yocto "
>
> INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
>
> INSANE_SKIP_${PN} = "already-stripped"
>
> #FILES_${PN} = "${libdir}/* /usr/bin "
> inherit autotools
>
> do_configure () {
>         ./configure --enable-optimized --enable-targets=x86,x86_64 --host=x86_64-unknown-linux-gnu --build=x86_64-unknown-linux-gnu
> }
>
> The recipe is copied from another recipe of mine that builds the POCO libraries, so INSANE_SKIP_${PN} = "already-stripped" may not actually be necessary, but was left in until I got the recipe running.
>
> I add the recipe to the toolchain by including it in TOOLCHAIN_HOST_TASK from my local.conf, thus:
> "TOOLCHAIN_HOST_TASK += " llvm "
>
> This gets the source unpacked, configures, and compiles, but do_install fails with several instances of this message: "ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored."
>
> Even though it doesn't install, the build products are in the work directory, so I examined them.
>
> [jimr@krusty llvm-3.5.0]$ file /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/Release+Asserts/bin/clang
> /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/Release+Asserts/bin/clang: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.16, BuildID[sha1]=0x96bd97125551d23e94bcbbc4e68b69b8db36def9, not stripped
>
> I was hoping that this would be built for the architecture specified in local.conf for the toolchain, which is: SDKMACHINE ?= "x86_64"
>
> I think that this architecture mismatch may be the root of the problem with the LD_PRELOAD of pseudo.  I also would expect that the work directory would be under x86_64-nativesdk-pokysdk-linux or x86_64-pokysdk-linux rather than i586-poky-linux.
>
> Do any of you Yocto/OE/bitbake experts out there know what I might be doing wrong, or not doing, that causes this problem?
>
> I have attached the output of the bitbake command, my local.conf file, the recipe, and config.log and config.status from the work directory for your viewing pleasure.
>
> Any help with this would be greatly appreciated.
>
> -Jim-
>
>
>

[-- Attachment #2: config.log.txt --]
[-- Type: text/plain, Size: 187023 bytes --]

This file contains any messages produced by compilers while
running configure, to aid debugging if configure makes a mistake.

It was created by LLVM configure 3.5.0, which was
generated by GNU Autoconf 2.60.  Invocation command line was

  $ ./configure --enable-optimized --enable-targets=x86,x86_64 --host=x86_64-unknown-linux-gnu --build=x86_64-unknown-linux-gnu

## --------- ##
## Platform. ##
## --------- ##

hostname = krusty.sldomain.com
uname -m = x86_64
uname -r = 3.13.11-100.fc19.x86_64
uname -s = Linux
uname -v = #1 SMP Wed Apr 23 20:10:57 UTC 2014

/usr/bin/uname -p = x86_64
/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: /home/jimr/tera/yocto/daisy/scripts
PATH: /home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/bin/i586-poky-linux
PATH: /home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls/usr/bin/crossscripts
PATH: /home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/sbin
PATH: /home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/bin
PATH: /home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/sbin
PATH: /home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/bin
PATH: /home/jimr/tera/yocto/daisy/scripts
PATH: /home/jimr/tera/yocto/daisy/bitbake/bin
PATH: /usr/lib64/ccache
PATH: /usr/libexec/lightdm
PATH: /usr/local/bin
PATH: /usr/bin
PATH: /bin
PATH: /usr/local/sbin
PATH: /usr/sbin
PATH: /home/jimr/.local/bin
PATH: /home/jimr/bin


## ----------- ##
## Core tests. ##
## ----------- ##

configure:2013: checking for x86_64-unknown-linux-gnu-clang
configure:2040: result: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls
configure:2120: checking for C compiler version
configure:2127: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls --version >&5
i586-poky-linux-gcc (GCC) 4.8.2
Copyright (C) 2013 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:2130: $? = 0
configure:2137: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -v >&5
Using built-in specs.
COLLECT_GCC=i586-poky-linux-gcc
COLLECT_LTO_WRAPPER=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/libexec/i586-poky-linux/gcc/i586-poky-linux/4.8.2/lto-wrapper
Target: i586-poky-linux
Configured with: /home/jimr/tera/yocto/daisy/build/tmp/work-shared/gcc-4.8.2-r0/gcc-4.8.2/configure --build=x86_64-linux --host=x86_64-linux --target=i586-poky-linux --prefix=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr --exec_prefix=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr --bindir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/bin/i586-poky-linux --sbindir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/bin/i586-poky-linux --libexecdir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/libexec/i586-poky-linux --datadir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/share --sysconfdir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/etc --sharedstatedir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/com --localstatedir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/var --libdir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/lib/i586-poky-linux --includedir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/include --oldincludedir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/include --infodir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/share/info --mandir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/share/man --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux --enable-clocale=generic --with-gnu-ld --enable-shared --enable-languages=c,c++ --enable-threads=posix --disable-multilib --enable-c99 --enable-long-long --enable-symvers=gnu --enable-libstdcxx-pch --program-prefix=i586-poky-linux- --without-local-prefix --enable-target-optspace --enable-lto --enable-libssp --disable-bootstrap --disable-libmudflap --with-system-zlib --with-linker-hash-style=gnu --enable-linker-build-id --with-ppl=no --with-cloog=no --enable-checking=release --enable-cheaders=c_global --with-gxx-include-dir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls/usr/include/c++ --with-sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls --with-build-sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls --enable-targets=all --enable-poison-system-directories --disable-libunwind-exceptions --with-mpfr=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr --with-system-zlib --disable-nls --enable-__cxa_atexit
Thread model: posix
gcc version 4.8.2 (GCC) 
configure:2140: $? = 0
configure:2147: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -V >&5
i586-poky-linux-gcc: error: unrecognized command line option '-V'
i586-poky-linux-gcc: fatal error: no input files
compilation terminated.
configure:2150: $? = 1
configure:2173: checking for C compiler default output file name
configure:2200: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c  >&5
configure:2203: $? = 0
configure:2249: result: a.out
configure:2254: checking whether the C compiler works
configure:2264: ./a.out
configure:2267: $? = 0
configure:2284: result: yes
configure:2291: checking whether we are cross compiling
configure:2293: result: no
configure:2296: checking for suffix of executables
configure:2303: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c  >&5
configure:2306: $? = 0
configure:2330: result: 
configure:2336: checking for suffix of object files
configure:2362: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:2365: $? = 0
configure:2388: result: o
configure:2392: checking whether we are using the GNU C compiler
configure:2421: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:2427: $? = 0
configure:2434: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:2437: $? = 0
configure:2444: test -s conftest.o
configure:2447: $? = 0
configure:2461: result: yes
configure:2466: checking whether i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls accepts -g
configure:2496: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c -g  conftest.c >&5
configure:2502: $? = 0
configure:2509: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:2512: $? = 0
configure:2519: test -s conftest.o
configure:2522: $? = 0
configure:2652: result: yes
configure:2669: checking for i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls option to accept ISO C89
configure:2743: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:2749: $? = 0
configure:2756: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:2759: $? = 0
configure:2766: test -s conftest.o
configure:2769: $? = 0
configure:2789: result: none needed
configure:2923: checking for C++ compiler version
configure:2930: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls --version >&5
i586-poky-linux-g++ (GCC) 4.8.2
Copyright (C) 2013 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:2933: $? = 0
configure:2940: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -v >&5
Using built-in specs.
COLLECT_GCC=i586-poky-linux-g++
COLLECT_LTO_WRAPPER=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/libexec/i586-poky-linux/gcc/i586-poky-linux/4.8.2/lto-wrapper
Target: i586-poky-linux
Configured with: /home/jimr/tera/yocto/daisy/build/tmp/work-shared/gcc-4.8.2-r0/gcc-4.8.2/configure --build=x86_64-linux --host=x86_64-linux --target=i586-poky-linux --prefix=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr --exec_prefix=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr --bindir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/bin/i586-poky-linux --sbindir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/bin/i586-poky-linux --libexecdir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/libexec/i586-poky-linux --datadir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/share --sysconfdir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/etc --sharedstatedir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/com --localstatedir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/var --libdir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/lib/i586-poky-linux --includedir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/include --oldincludedir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/include --infodir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/share/info --mandir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/share/man --disable-silent-rules --disable-dependency-tracking --with-libtool-sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux --enable-clocale=generic --with-gnu-ld --enable-shared --enable-languages=c,c++ --enable-threads=posix --disable-multilib --enable-c99 --enable-long-long --enable-symvers=gnu --enable-libstdcxx-pch --program-prefix=i586-poky-linux- --without-local-prefix --enable-target-optspace --enable-lto --enable-libssp --disable-bootstrap --disable-libmudflap --with-system-zlib --with-linker-hash-style=gnu --enable-linker-build-id --with-ppl=no --with-cloog=no --enable-checking=release --enable-cheaders=c_global --with-gxx-include-dir=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls/usr/include/c++ --with-sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls --with-build-sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls --enable-targets=all --enable-poison-system-directories --disable-libunwind-exceptions --with-mpfr=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr --with-system-zlib --disable-nls --enable-__cxa_atexit
Thread model: posix
gcc version 4.8.2 (GCC) 
configure:2943: $? = 0
configure:2950: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -V >&5
i586-poky-linux-g++: error: unrecognized command line option '-V'
i586-poky-linux-g++: fatal error: no input files
compilation terminated.
configure:2953: $? = 1
configure:2956: checking whether we are using the GNU C++ compiler
configure:2985: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden  conftest.cpp >&5
configure:2991: $? = 0
configure:2998: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:3001: $? = 0
configure:3008: test -s conftest.o
configure:3011: $? = 0
configure:3025: result: yes
configure:3030: checking whether i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls accepts -g
configure:3060: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c -g  conftest.cpp >&5
configure:3066: $? = 0
configure:3073: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:3076: $? = 0
configure:3083: test -s conftest.o
configure:3086: $? = 0
configure:3216: result: yes
configure:3244: checking how to run the C preprocessor
configure:3374: result: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586
configure:3403: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
configure:3409: $? = 0
configure:3447: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
conftest.c:11:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:3453: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "LLVM 3.5.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_VERSION_PATCH 0
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:3590: checking whether GCC or Clang is our host compiler
configure:3616: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden  conftest.cpp >&5
conftest.cpp:12:38: error: #error 
                                     #error
                                      ^
configure:3622: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "LLVM 3.5.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_VERSION_PATCH 0
| /* end confdefs.h.  */
| #if ! __clang__
|                                     #error
|                                     #endif
| 
configure:3666: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden  conftest.cpp >&5
configure:3672: $? = 0
configure:3679: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:3682: $? = 0
configure:3689: test -s conftest.o
configure:3692: $? = 0
configure:3712: result: gcc
configure:3790: checking build system type
configure:3808: result: x86_64-unknown-linux-gnu
configure:3830: checking host system type
configure:3845: result: x86_64-unknown-linux-gnu
configure:3867: checking target system type
configure:3882: result: x86_64-unknown-linux-gnu
configure:3911: checking type of operating system we're going to host on
configure:4029: result: Linux
configure:4032: checking type of operating system we're going to target
configure:4086: result: Linux
configure:4132: checking target architecture
configure:4155: result: x86_64
configure:4721: checking whether GCC is new enough
configure:4741: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden  conftest.cpp >&5
configure:4747: $? = 0
configure:4754: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:4757: $? = 0
configure:4764: test -s conftest.o
configure:4767: $? = 0
configure:4769: result: yes
configure:5478: checking optimization flags
configure:5491: result: -O3
configure:5738: checking for GNU make
configure:5753: result: make
configure:5764: checking whether ln -s works
configure:5768: result: yes
configure:5777: checking for nm
configure:5795: found /usr/bin/nm
configure:5808: result: /usr/bin/nm
configure:5818: checking for cmp
configure:5836: found /usr/bin/cmp
configure:5849: result: /usr/bin/cmp
configure:5859: checking for cp
configure:5877: found /usr/bin/cp
configure:5890: result: /usr/bin/cp
configure:5900: checking for date
configure:5918: found /usr/bin/date
configure:5931: result: /usr/bin/date
configure:5941: checking for find
configure:5959: found /usr/bin/find
configure:5972: result: /usr/bin/find
configure:5982: checking for grep
configure:6000: found /usr/bin/grep
configure:6013: result: /usr/bin/grep
configure:6023: checking for mkdir
configure:6041: found /usr/bin/mkdir
configure:6054: result: /usr/bin/mkdir
configure:6064: checking for mv
configure:6082: found /usr/bin/mv
configure:6095: result: /usr/bin/mv
configure:6106: checking for x86_64-unknown-linux-gnu-ranlib
configure:6133: result: i586-poky-linux-ranlib
configure:6202: checking for x86_64-unknown-linux-gnu-ar
configure:6229: result: i586-poky-linux-ar
configure:6297: checking for rm
configure:6315: found /usr/bin/rm
configure:6328: result: /usr/bin/rm
configure:6338: checking for sed
configure:6356: found /home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/bin/sed
configure:6369: result: /home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/bin/sed
configure:6379: checking for tar
configure:6397: found /usr/bin/tar
configure:6410: result: /usr/bin/tar
configure:6420: checking for pwd
configure:6438: found /usr/bin/pwd
configure:6451: result: /usr/bin/pwd
configure:6462: checking for dot
configure:6493: result: echo dot
configure:6530: checking for a BSD-compatible install
configure:6586: result: /usr/bin/install -c
configure:6604: checking for bzip2
configure:6622: found /usr/bin/bzip2
configure:6634: result: /usr/bin/bzip2
configure:6644: checking for cat
configure:6662: found /usr/bin/cat
configure:6674: result: /usr/bin/cat
configure:6684: checking for doxygen
configure:6702: found /usr/bin/doxygen
configure:6714: result: /usr/bin/doxygen
configure:6724: checking for groff
configure:6742: found /home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/bin/groff
configure:6754: result: /home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/bin/groff
configure:6764: checking for gzip
configure:6782: found /usr/bin/gzip
configure:6794: result: /usr/bin/gzip
configure:6804: checking for pdfroff
configure:6822: found /home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/bin/pdfroff
configure:6834: result: /home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/bin/pdfroff
configure:6844: checking for zip
configure:6862: found /usr/bin/zip
configure:6874: result: /usr/bin/zip
configure:6886: checking for ocamlc
configure:6919: result: no
configure:6931: checking for ocamlopt
configure:6964: result: no
configure:6976: checking for ocamldep
configure:7009: result: no
configure:7021: checking for ocamldoc
configure:7054: result: no
configure:7066: checking for gas
configure:7099: result: no
configure:7066: checking for as
configure:7084: found /usr/bin/as
configure:7096: result: /usr/bin/as
configure:7108: checking for linker version
configure:7124: result: 2.24
configure:7134: checking for compiler -Wl,-R<path> option
configure:7168: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -Wl,-R.  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c  >&5
configure:7174: $? = 0
configure:7181: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7184: $? = 0
configure:7191: test -s conftest
configure:7194: $? = 0
configure:7215: result: yes
configure:7226: checking for compiler -rdynamic option
configure:7260: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -rdynamic  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c  >&5
configure:7266: $? = 0
configure:7273: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7276: $? = 0
configure:7283: test -s conftest
configure:7286: $? = 0
configure:7307: result: yes
configure:7318: checking for compiler -Wl,--version-script option
configure:7374: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -Wl,--version-script=/tmp/foodMRPCc/export.map  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c  >&5
configure:7380: $? = 0
configure:7387: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7390: $? = 0
configure:7397: test -s conftest
configure:7400: $? = 0
configure:7423: result: yes
configure:7432: checking for grep that handles long lines and -e
configure:7506: result: /usr/bin/grep
configure:7511: checking for egrep
configure:7589: result: /usr/bin/grep -E
configure:7594: checking for ANSI C header files
configure:7624: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:7630: $? = 0
configure:7637: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7640: $? = 0
configure:7647: test -s conftest.o
configure:7650: $? = 0
configure:7746: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c  >&5
configure:7749: $? = 0
configure:7755: ./conftest
configure:7758: $? = 0
configure:7775: result: yes
configure:7799: checking for sys/types.h
configure:7820: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:7826: $? = 0
configure:7833: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7836: $? = 0
configure:7843: test -s conftest.o
configure:7846: $? = 0
configure:7859: result: yes
configure:7799: checking for sys/stat.h
configure:7820: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:7826: $? = 0
configure:7833: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7836: $? = 0
configure:7843: test -s conftest.o
configure:7846: $? = 0
configure:7859: result: yes
configure:7799: checking for stdlib.h
configure:7820: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:7826: $? = 0
configure:7833: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7836: $? = 0
configure:7843: test -s conftest.o
configure:7846: $? = 0
configure:7859: result: yes
configure:7799: checking for string.h
configure:7820: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:7826: $? = 0
configure:7833: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7836: $? = 0
configure:7843: test -s conftest.o
configure:7846: $? = 0
configure:7859: result: yes
configure:7799: checking for memory.h
configure:7820: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:7826: $? = 0
configure:7833: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7836: $? = 0
configure:7843: test -s conftest.o
configure:7846: $? = 0
configure:7859: result: yes
configure:7799: checking for strings.h
configure:7820: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:7826: $? = 0
configure:7833: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7836: $? = 0
configure:7843: test -s conftest.o
configure:7846: $? = 0
configure:7859: result: yes
configure:7799: checking for inttypes.h
configure:7820: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:7826: $? = 0
configure:7833: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7836: $? = 0
configure:7843: test -s conftest.o
configure:7846: $? = 0
configure:7859: result: yes
configure:7799: checking for stdint.h
configure:7820: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:7826: $? = 0
configure:7833: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7836: $? = 0
configure:7843: test -s conftest.o
configure:7846: $? = 0
configure:7859: result: yes
configure:7799: checking for unistd.h
configure:7820: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:7826: $? = 0
configure:7833: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7836: $? = 0
configure:7843: test -s conftest.o
configure:7846: $? = 0
configure:7859: result: yes
configure:7886: checking errno.h usability
configure:7903: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:7909: $? = 0
configure:7916: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:7919: $? = 0
configure:7926: test -s conftest.o
configure:7929: $? = 0
configure:7940: result: yes
configure:7944: checking errno.h presence
configure:7959: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
configure:7965: $? = 0
configure:7986: result: yes
configure:8019: checking for errno.h
configure:8027: result: yes
configure:8053: checking tool compatibility
configure:8103: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:8109: $? = 0
configure:8116: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:8119: $? = 0
configure:8126: test -s conftest.o
configure:8129: $? = 0
configure:8151: result: ok
configure:8154: checking optional compiler flags
configure:8175: result: -Wno-variadic-macros -Wno-missing-field-initializers   -Wno-maybe-uninitialized
configure:8198: checking for python
configure:8216: found /usr/bin/python
configure:8233: result: /usr/bin/python
configure:8243: checking for python >= 2.5
configure:8252: result: /usr/bin/python (2.7.5)
configure:8266: checking for sin in -lm
configure:8301: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lm   >&5
conftest.c:59:6: warning: conflicting types for built-in function 'sin' [enabled by default]
 char sin ();
      ^
configure:8307: $? = 0
configure:8314: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:8317: $? = 0
configure:8324: test -s conftest
configure:8327: $? = 0
configure:8341: result: yes
configure:8598: checking for library containing dlopen
configure:8639: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lm  >&5
/tmp/ccw1WysJ.o: In function `main':
/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/conftest.c:64: undefined reference to `dlopen'
collect2: error: ld returned 1 exit status
configure:8645: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "LLVM 3.5.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_VERSION_PATCH 0
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.24"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char dlopen ();
| int
| main ()
| {
| return dlopen ();
|   ;
|   return 0;
| }
configure:8639: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -ldl  -lm  >&5
configure:8645: $? = 0
configure:8652: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:8655: $? = 0
configure:8662: test -s conftest
configure:8665: $? = 0
configure:8689: result: -ldl
configure:8709: checking for library containing clock_gettime
configure:8750: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -ldl -lm  >&5
configure:8756: $? = 0
configure:8763: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:8766: $? = 0
configure:8773: test -s conftest
configure:8776: $? = 0
configure:8800: result: none required
configure:8810: checking for library containing setupterm
configure:8851: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -ldl -lm  >&5
/tmp/ccGd1XLI.o: In function `main':
/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/conftest.c:65: undefined reference to `setupterm'
collect2: error: ld returned 1 exit status
configure:8857: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "LLVM 3.5.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_VERSION_PATCH 0
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.24"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char setupterm ();
| int
| main ()
| {
| return setupterm ();
|   ;
|   return 0;
| }
configure:8851: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -ltinfo  -ldl -lm  >&5
configure:8857: $? = 0
configure:8864: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:8867: $? = 0
configure:8874: test -s conftest
configure:8877: $? = 0
configure:8901: result: -ltinfo
configure:8920: checking for library containing el_init
configure:8961: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -ltinfo -ldl -lm  >&5
/tmp/cc2ZK28O.o: In function `main':
/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/conftest.c:66: undefined reference to `el_init'
collect2: error: ld returned 1 exit status
configure:8967: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "LLVM 3.5.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_VERSION_PATCH 0
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.24"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char el_init ();
| int
| main ()
| {
| return el_init ();
|   ;
|   return 0;
| }
configure:8961: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -ledit  -ltinfo -ldl -lm  >&5
/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/libexec/i586-poky-linux/gcc/i586-poky-linux/4.8.2/ld: cannot find -ledit
collect2: error: ld returned 1 exit status
configure:8967: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "LLVM 3.5.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_VERSION_PATCH 0
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.24"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| /* end confdefs.h.  */
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char el_init ();
| int
| main ()
| {
| return el_init ();
|   ;
|   return 0;
| }
configure:9011: result: no
configure:9135: checking for library containing mallinfo
configure:9176: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -ltinfo -ldl -lm  >&5
configure:9182: $? = 0
configure:9189: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:9192: $? = 0
configure:9199: test -s conftest
configure:9202: $? = 0
configure:9226: result: none required
configure:9241: checking for pthread_mutex_init in -lpthread
configure:9276: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lpthread  -ltinfo -ldl -lm  >&5
configure:9282: $? = 0
configure:9289: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:9292: $? = 0
configure:9299: test -s conftest
configure:9302: $? = 0
configure:9316: result: yes
configure:9327: checking for library containing pthread_mutex_lock
configure:9368: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lpthread -ltinfo -ldl -lm  >&5
configure:9374: $? = 0
configure:9381: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:9384: $? = 0
configure:9391: test -s conftest
configure:9394: $? = 0
configure:9418: result: none required
configure:9430: checking for library containing pthread_rwlock_init
configure:9471: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lpthread -ltinfo -ldl -lm  >&5
configure:9477: $? = 0
configure:9484: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:9487: $? = 0
configure:9494: test -s conftest
configure:9497: $? = 0
configure:9521: result: none required
configure:9533: checking for library containing pthread_getspecific
configure:9574: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lpthread -ltinfo -ldl -lm  >&5
configure:9580: $? = 0
configure:9587: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:9590: $? = 0
configure:9597: test -s conftest
configure:9600: $? = 0
configure:9624: result: none required
configure:9640: checking for compress2 in -lz
configure:9675: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz  -lpthread -ltinfo -ldl -lm  >&5
configure:9681: $? = 0
configure:9688: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:9691: $? = 0
configure:9698: test -s conftest
configure:9701: $? = 0
configure:9715: result: yes
configure:10178: checking for xml2-config
configure:10194: found /home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls/usr/bin/crossscripts/xml2-config
configure:10205: result: xml2-config
configure:10217: checking for libxml2 includes
configure:10224: result: -I/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls/usr/include/libxml2
configure:10226: checking for xmlReadFile in -lxml2
configure:10261: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lxml2  -lz -lpthread -ltinfo -ldl -lm  >&5
configure:10267: $? = 0
configure:10274: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10277: $? = 0
configure:10284: test -s conftest
configure:10287: $? = 0
configure:10301: result: yes
configure:10325: checking for dirent.h that defines DIR
configure:10354: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:10360: $? = 0
configure:10367: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10370: $? = 0
configure:10377: test -s conftest.o
configure:10380: $? = 0
configure:10393: result: yes
configure:10406: checking for library containing opendir
configure:10447: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:10453: $? = 0
configure:10460: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10463: $? = 0
configure:10470: test -s conftest
configure:10473: $? = 0
configure:10497: result: none required
configure:10607: checking for MAP_ANONYMOUS vs. MAP_ANON
configure:10641: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:10647: $? = 0
configure:10654: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10657: $? = 0
configure:10664: test -s conftest.o
configure:10667: $? = 0
configure:10686: result: yes
configure:10696: checking whether stat file-mode macros are broken
configure:10744: result: no
configure:10754: checking for sys/wait.h that is POSIX.1 compatible
configure:10790: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:10796: $? = 0
configure:10803: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10806: $? = 0
configure:10813: test -s conftest.o
configure:10816: $? = 0
configure:10828: result: yes
configure:10838: checking whether time.h and sys/time.h may both be included
configure:10868: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:10874: $? = 0
configure:10881: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:10884: $? = 0
configure:10891: test -s conftest.o
configure:10894: $? = 0
configure:10906: result: yes
configure:10928: checking how to run the C++ preprocessor
configure:10964: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -E  conftest.cpp
configure:10970: $? = 0
configure:11008: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -E  conftest.cpp
conftest.cpp:68:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:11014: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "LLVM 3.5.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_VERSION_PATCH 0
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.24"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define HAVE_LIBZ 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:11054: result: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -E
configure:11083: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -E  conftest.cpp
configure:11089: $? = 0
configure:11127: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -E  conftest.cpp
conftest.cpp:68:28: fatal error: ac_nonexistent.h: No such file or directory
 #include <ac_nonexistent.h>
                            ^
compilation terminated.
configure:11133: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "LLVM 3.5.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_VERSION_PATCH 0
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.24"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define HAVE_LIBZ 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| /* end confdefs.h.  */
| #include <ac_nonexistent.h>
configure:11193: checking cxxabi.h usability
configure:11210: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden  conftest.cpp >&5
configure:11216: $? = 0
configure:11223: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:11226: $? = 0
configure:11233: test -s conftest.o
configure:11236: $? = 0
configure:11247: result: yes
configure:11251: checking cxxabi.h presence
configure:11266: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -E  conftest.cpp
configure:11272: $? = 0
configure:11293: result: yes
configure:11326: checking for cxxabi.h
configure:11334: result: yes
configure:11372: checking dlfcn.h usability
configure:11389: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:11395: $? = 0
configure:11402: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11405: $? = 0
configure:11412: test -s conftest.o
configure:11415: $? = 0
configure:11426: result: yes
configure:11430: checking dlfcn.h presence
configure:11445: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
configure:11451: $? = 0
configure:11472: result: yes
configure:11505: checking for dlfcn.h
configure:11513: result: yes
configure:11372: checking execinfo.h usability
configure:11389: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:11395: $? = 0
configure:11402: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11405: $? = 0
configure:11412: test -s conftest.o
configure:11415: $? = 0
configure:11426: result: yes
configure:11430: checking execinfo.h presence
configure:11445: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
configure:11451: $? = 0
configure:11472: result: yes
configure:11505: checking for execinfo.h
configure:11513: result: yes
configure:11372: checking fcntl.h usability
configure:11389: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:11395: $? = 0
configure:11402: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11405: $? = 0
configure:11412: test -s conftest.o
configure:11415: $? = 0
configure:11426: result: yes
configure:11430: checking fcntl.h presence
configure:11445: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
configure:11451: $? = 0
configure:11472: result: yes
configure:11505: checking for fcntl.h
configure:11513: result: yes
configure:11362: checking for inttypes.h
configure:11368: result: yes
configure:11372: checking link.h usability
configure:11389: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:11395: $? = 0
configure:11402: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11405: $? = 0
configure:11412: test -s conftest.o
configure:11415: $? = 0
configure:11426: result: yes
configure:11430: checking link.h presence
configure:11445: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
configure:11451: $? = 0
configure:11472: result: yes
configure:11505: checking for link.h
configure:11513: result: yes
configure:11546: checking malloc.h usability
configure:11563: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:11569: $? = 0
configure:11576: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11579: $? = 0
configure:11586: test -s conftest.o
configure:11589: $? = 0
configure:11600: result: yes
configure:11604: checking malloc.h presence
configure:11619: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
configure:11625: $? = 0
configure:11646: result: yes
configure:11679: checking for malloc.h
configure:11687: result: yes
configure:11546: checking setjmp.h usability
configure:11563: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:11569: $? = 0
configure:11576: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11579: $? = 0
configure:11586: test -s conftest.o
configure:11589: $? = 0
configure:11600: result: yes
configure:11604: checking setjmp.h presence
configure:11619: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
configure:11625: $? = 0
configure:11646: result: yes
configure:11679: checking for setjmp.h
configure:11687: result: yes
configure:11546: checking signal.h usability
configure:11563: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:11569: $? = 0
configure:11576: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11579: $? = 0
configure:11586: test -s conftest.o
configure:11589: $? = 0
configure:11600: result: yes
configure:11604: checking signal.h presence
configure:11619: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
configure:11625: $? = 0
configure:11646: result: yes
configure:11679: checking for signal.h
configure:11687: result: yes
configure:11536: checking for stdint.h
configure:11542: result: yes
configure:11546: checking termios.h usability
configure:11563: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:11569: $? = 0
configure:11576: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11579: $? = 0
configure:11586: test -s conftest.o
configure:11589: $? = 0
configure:11600: result: yes
configure:11604: checking termios.h presence
configure:11619: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
configure:11625: $? = 0
configure:11646: result: yes
configure:11679: checking for termios.h
configure:11687: result: yes
configure:11536: checking for unistd.h
configure:11542: result: yes
configure:11715: checking utime.h usability
configure:11732: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:11738: $? = 0
configure:11745: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11748: $? = 0
configure:11755: test -s conftest.o
configure:11758: $? = 0
configure:11769: result: yes
configure:11773: checking utime.h presence
configure:11788: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
configure:11794: $? = 0
configure:11815: result: yes
configure:11848: checking for utime.h
configure:11856: result: yes
configure:11888: checking sys/mman.h usability
configure:11905: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:11911: $? = 0
configure:11918: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11921: $? = 0
configure:11928: test -s conftest.o
configure:11931: $? = 0
configure:11942: result: yes
configure:11946: checking sys/mman.h presence
configure:11961: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
configure:11967: $? = 0
configure:11988: result: yes
configure:12021: checking for sys/mman.h
configure:12029: result: yes
configure:11888: checking sys/param.h usability
configure:11905: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:11911: $? = 0
configure:11918: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11921: $? = 0
configure:11928: test -s conftest.o
configure:11931: $? = 0
configure:11942: result: yes
configure:11946: checking sys/param.h presence
configure:11961: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
configure:11967: $? = 0
configure:11988: result: yes
configure:12021: checking for sys/param.h
configure:12029: result: yes
configure:11888: checking sys/resource.h usability
configure:11905: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:11911: $? = 0
configure:11918: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11921: $? = 0
configure:11928: test -s conftest.o
configure:11931: $? = 0
configure:11942: result: yes
configure:11946: checking sys/resource.h presence
configure:11961: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
configure:11967: $? = 0
configure:11988: result: yes
configure:12021: checking for sys/resource.h
configure:12029: result: yes
configure:11888: checking sys/time.h usability
configure:11905: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:11911: $? = 0
configure:11918: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11921: $? = 0
configure:11928: test -s conftest.o
configure:11931: $? = 0
configure:11942: result: yes
configure:11946: checking sys/time.h presence
configure:11961: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
configure:11967: $? = 0
configure:11988: result: yes
configure:12021: checking for sys/time.h
configure:12029: result: yes
configure:11888: checking sys/uio.h usability
configure:11905: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:11911: $? = 0
configure:11918: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:11921: $? = 0
configure:11928: test -s conftest.o
configure:11931: $? = 0
configure:11942: result: yes
configure:11946: checking sys/uio.h presence
configure:11961: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
configure:11967: $? = 0
configure:11988: result: yes
configure:12021: checking for sys/uio.h
configure:12029: result: yes
configure:12059: checking sys/ioctl.h usability
configure:12076: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:12082: $? = 0
configure:12089: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:12092: $? = 0
configure:12099: test -s conftest.o
configure:12102: $? = 0
configure:12113: result: yes
configure:12117: checking sys/ioctl.h presence
configure:12132: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
configure:12138: $? = 0
configure:12159: result: yes
configure:12192: checking for sys/ioctl.h
configure:12200: result: yes
configure:12059: checking malloc/malloc.h usability
configure:12076: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
conftest.c:120:27: fatal error: malloc/malloc.h: No such file or directory
 #include <malloc/malloc.h>
                           ^
compilation terminated.
configure:12082: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "LLVM 3.5.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_VERSION_PATCH 0
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.24"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define HAVE_LIBZ 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <malloc/malloc.h>
configure:12113: result: no
configure:12117: checking malloc/malloc.h presence
configure:12132: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
conftest.c:87:27: fatal error: malloc/malloc.h: No such file or directory
 #include <malloc/malloc.h>
                           ^
compilation terminated.
configure:12138: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "LLVM 3.5.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_VERSION_PATCH 0
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.24"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define HAVE_LIBZ 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h.  */
| #include <malloc/malloc.h>
configure:12159: result: no
configure:12192: checking for malloc/malloc.h
configure:12200: result: no
configure:12059: checking mach/mach.h usability
configure:12076: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
conftest.c:120:23: fatal error: mach/mach.h: No such file or directory
 #include <mach/mach.h>
                       ^
compilation terminated.
configure:12082: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "LLVM 3.5.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_VERSION_PATCH 0
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.24"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define HAVE_LIBZ 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <mach/mach.h>
configure:12113: result: no
configure:12117: checking mach/mach.h presence
configure:12132: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
conftest.c:87:23: fatal error: mach/mach.h: No such file or directory
 #include <mach/mach.h>
                       ^
compilation terminated.
configure:12138: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "LLVM 3.5.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_VERSION_PATCH 0
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.24"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define HAVE_LIBZ 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h.  */
| #include <mach/mach.h>
configure:12159: result: no
configure:12192: checking for mach/mach.h
configure:12200: result: no
configure:12228: checking valgrind/valgrind.h usability
configure:12245: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
conftest.c:120:31: fatal error: valgrind/valgrind.h: No such file or directory
 #include <valgrind/valgrind.h>
                               ^
compilation terminated.
configure:12251: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "LLVM 3.5.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_VERSION_PATCH 0
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.24"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define HAVE_LIBZ 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <valgrind/valgrind.h>
configure:12282: result: no
configure:12286: checking valgrind/valgrind.h presence
configure:12301: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
conftest.c:87:31: fatal error: valgrind/valgrind.h: No such file or directory
 #include <valgrind/valgrind.h>
                               ^
compilation terminated.
configure:12307: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "LLVM 3.5.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_VERSION_PATCH 0
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.24"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define HAVE_LIBZ 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_IOCTL_H 1
| /* end confdefs.h.  */
| #include <valgrind/valgrind.h>
configure:12328: result: no
configure:12361: checking for valgrind/valgrind.h
configure:12369: result: no
configure:12397: checking fenv.h usability
configure:12414: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:12420: $? = 0
configure:12427: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:12430: $? = 0
configure:12437: test -s conftest.o
configure:12440: $? = 0
configure:12451: result: yes
configure:12455: checking fenv.h presence
configure:12470: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
configure:12476: $? = 0
configure:12497: result: yes
configure:12530: checking for fenv.h
configure:12538: result: yes
configure:12551: checking whether FE_ALL_EXCEPT is declared
configure:12582: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:12588: $? = 0
configure:12595: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:12598: $? = 0
configure:12605: test -s conftest.o
configure:12608: $? = 0
configure:12620: result: yes
configure:12636: checking whether FE_INEXACT is declared
configure:12667: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:12673: $? = 0
configure:12680: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:12683: $? = 0
configure:12690: test -s conftest.o
configure:12693: $? = 0
configure:12705: result: yes
configure:12739: checking pthread.h usability
configure:12756: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:12762: $? = 0
configure:12769: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:12772: $? = 0
configure:12779: test -s conftest.o
configure:12782: $? = 0
configure:12793: result: yes
configure:12797: checking pthread.h presence
configure:12812: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
configure:12818: $? = 0
configure:12839: result: yes
configure:12872: checking for pthread.h
configure:12880: result: yes
configure:12917: checking zlib.h usability
configure:12934: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:12940: $? = 0
configure:12947: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:12950: $? = 0
configure:12957: test -s conftest.o
configure:12960: $? = 0
configure:12971: result: yes
configure:12975: checking zlib.h presence
configure:12990: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
configure:12996: $? = 0
configure:13017: result: yes
configure:13050: checking for zlib.h
configure:13058: result: yes
configure:13268: checking CrashReporterClient.h usability
configure:13285: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
conftest.c:125:33: fatal error: CrashReporterClient.h: No such file or directory
 #include <CrashReporterClient.h>
                                 ^
compilation terminated.
configure:13291: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "LLVM 3.5.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_VERSION_PATCH 0
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.24"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define HAVE_LIBZ 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_DECL_FE_ALL_EXCEPT 1
| #define HAVE_DECL_FE_INEXACT 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_ZLIB_H 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| #include <CrashReporterClient.h>
configure:13322: result: no
configure:13326: checking CrashReporterClient.h presence
configure:13341: i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586  conftest.c
conftest.c:92:33: fatal error: CrashReporterClient.h: No such file or directory
 #include <CrashReporterClient.h>
                                 ^
compilation terminated.
configure:13347: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "LLVM 3.5.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_VERSION_PATCH 0
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.24"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define HAVE_LIBZ 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_DECL_FE_ALL_EXCEPT 1
| #define HAVE_DECL_FE_INEXACT 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_ZLIB_H 1
| /* end confdefs.h.  */
| #include <CrashReporterClient.h>
configure:13368: result: no
configure:13401: checking for CrashReporterClient.h
configure:13409: result: no
configure:13423: checking __crashreporter_info__
configure:13447: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
/tmp/ccgcJbbm.o: In function `main':
/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/conftest.c:96: undefined reference to `__crashreporter_info__'
collect2: error: ld returned 1 exit status
configure:13453: $? = 1
configure: failed program was:
| 
|   /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "LLVM 3.5.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_VERSION_PATCH 0
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.24"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define HAVE_LIBZ 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_DECL_FE_ALL_EXCEPT 1
| #define HAVE_DECL_FE_INEXACT 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_ZLIB_H 1
| /* end confdefs.h.  */
| 
|     extern const char *__crashreporter_info__;
|     int main() {
|       __crashreporter_info__ = "test";
|       return 0;
|     }
| 
| 
configure:13489: result: no
configure:13504: checking for HUGE_VAL sanity
configure:13542: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden -pedantic  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.cpp -lz -lpthread -ltinfo -ldl -lm  >&5
configure:13545: $? = 0
configure:13551: ./conftest
configure:13554: $? = 0
configure:13578: result: yes
configure:13583: checking for pid_t
configure:13613: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:13619: $? = 0
configure:13626: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:13629: $? = 0
configure:13636: test -s conftest.o
configure:13639: $? = 0
configure:13651: result: yes
configure:13663: checking for size_t
configure:13693: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:13699: $? = 0
configure:13706: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:13709: $? = 0
configure:13716: test -s conftest.o
configure:13719: $? = 0
configure:13731: result: yes
configure:13748: checking whether struct tm is in sys/time.h or time.h
configure:13776: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:13782: $? = 0
configure:13789: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:13792: $? = 0
configure:13799: test -s conftest.o
configure:13802: $? = 0
configure:13814: result: time.h
configure:13824: checking for int64_t
configure:13854: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:13860: $? = 0
configure:13867: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:13870: $? = 0
configure:13877: test -s conftest.o
configure:13880: $? = 0
configure:13892: result: yes
configure:13907: checking for uint64_t
configure:13937: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
configure:13943: $? = 0
configure:13950: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:13953: $? = 0
configure:13960: test -s conftest.o
configure:13963: $? = 0
configure:13975: result: yes
configure:14082: checking for backtrace
configure:14138: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:14144: $? = 0
configure:14151: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14154: $? = 0
configure:14161: test -s conftest
configure:14164: $? = 0
configure:14178: result: yes
configure:14082: checking for ceilf
configure:14138: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
conftest.c:120:6: warning: conflicting types for built-in function 'ceilf' [enabled by default]
 char ceilf ();
      ^
configure:14144: $? = 0
configure:14151: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14154: $? = 0
configure:14161: test -s conftest
configure:14164: $? = 0
configure:14178: result: yes
configure:14082: checking for floorf
configure:14138: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
conftest.c:121:6: warning: conflicting types for built-in function 'floorf' [enabled by default]
 char floorf ();
      ^
configure:14144: $? = 0
configure:14151: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14154: $? = 0
configure:14161: test -s conftest
configure:14164: $? = 0
configure:14178: result: yes
configure:14082: checking for roundf
configure:14138: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
conftest.c:122:6: warning: conflicting types for built-in function 'roundf' [enabled by default]
 char roundf ();
      ^
configure:14144: $? = 0
configure:14151: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14154: $? = 0
configure:14161: test -s conftest
configure:14164: $? = 0
configure:14178: result: yes
configure:14082: checking for rintf
configure:14138: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
conftest.c:123:6: warning: conflicting types for built-in function 'rintf' [enabled by default]
 char rintf ();
      ^
configure:14144: $? = 0
configure:14151: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14154: $? = 0
configure:14161: test -s conftest
configure:14164: $? = 0
configure:14178: result: yes
configure:14082: checking for nearbyintf
configure:14138: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
conftest.c:124:6: warning: conflicting types for built-in function 'nearbyintf' [enabled by default]
 char nearbyintf ();
      ^
configure:14144: $? = 0
configure:14151: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14154: $? = 0
configure:14161: test -s conftest
configure:14164: $? = 0
configure:14178: result: yes
configure:14082: checking for getcwd
configure:14138: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:14144: $? = 0
configure:14151: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14154: $? = 0
configure:14161: test -s conftest
configure:14164: $? = 0
configure:14178: result: yes
configure:14195: checking for powf
configure:14251: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
conftest.c:126:6: warning: conflicting types for built-in function 'powf' [enabled by default]
 char powf ();
      ^
configure:14257: $? = 0
configure:14264: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14267: $? = 0
configure:14274: test -s conftest
configure:14277: $? = 0
configure:14291: result: yes
configure:14195: checking for fmodf
configure:14251: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
conftest.c:127:6: warning: conflicting types for built-in function 'fmodf' [enabled by default]
 char fmodf ();
      ^
configure:14257: $? = 0
configure:14264: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14267: $? = 0
configure:14274: test -s conftest
configure:14277: $? = 0
configure:14291: result: yes
configure:14195: checking for strtof
configure:14251: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:14257: $? = 0
configure:14264: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14267: $? = 0
configure:14274: test -s conftest
configure:14277: $? = 0
configure:14291: result: yes
configure:14195: checking for round
configure:14251: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
conftest.c:129:6: warning: conflicting types for built-in function 'round' [enabled by default]
 char round ();
      ^
configure:14257: $? = 0
configure:14264: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14267: $? = 0
configure:14274: test -s conftest
configure:14277: $? = 0
configure:14291: result: yes
configure:14309: checking for log
configure:14365: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
conftest.c:130:6: warning: conflicting types for built-in function 'log' [enabled by default]
 char log ();
      ^
configure:14371: $? = 0
configure:14378: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14381: $? = 0
configure:14388: test -s conftest
configure:14391: $? = 0
configure:14405: result: yes
configure:14309: checking for log2
configure:14365: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
conftest.c:131:6: warning: conflicting types for built-in function 'log2' [enabled by default]
 char log2 ();
      ^
configure:14371: $? = 0
configure:14378: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14381: $? = 0
configure:14388: test -s conftest
configure:14391: $? = 0
configure:14405: result: yes
configure:14309: checking for log10
configure:14365: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
conftest.c:132:6: warning: conflicting types for built-in function 'log10' [enabled by default]
 char log10 ();
      ^
configure:14371: $? = 0
configure:14378: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14381: $? = 0
configure:14388: test -s conftest
configure:14391: $? = 0
configure:14405: result: yes
configure:14309: checking for exp
configure:14365: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
conftest.c:133:6: warning: conflicting types for built-in function 'exp' [enabled by default]
 char exp ();
      ^
configure:14371: $? = 0
configure:14378: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14381: $? = 0
configure:14388: test -s conftest
configure:14391: $? = 0
configure:14405: result: yes
configure:14309: checking for exp2
configure:14365: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
conftest.c:134:6: warning: conflicting types for built-in function 'exp2' [enabled by default]
 char exp2 ();
      ^
configure:14371: $? = 0
configure:14378: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14381: $? = 0
configure:14388: test -s conftest
configure:14391: $? = 0
configure:14405: result: yes
configure:14423: checking for getpagesize
configure:14479: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:14485: $? = 0
configure:14492: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14495: $? = 0
configure:14502: test -s conftest
configure:14505: $? = 0
configure:14519: result: yes
configure:14423: checking for getrusage
configure:14479: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:14485: $? = 0
configure:14492: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14495: $? = 0
configure:14502: test -s conftest
configure:14505: $? = 0
configure:14519: result: yes
configure:14423: checking for getrlimit
configure:14479: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:14485: $? = 0
configure:14492: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14495: $? = 0
configure:14502: test -s conftest
configure:14505: $? = 0
configure:14519: result: yes
configure:14423: checking for setrlimit
configure:14479: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:14485: $? = 0
configure:14492: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14495: $? = 0
configure:14502: test -s conftest
configure:14505: $? = 0
configure:14519: result: yes
configure:14423: checking for gettimeofday
configure:14479: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:14485: $? = 0
configure:14492: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14495: $? = 0
configure:14502: test -s conftest
configure:14505: $? = 0
configure:14519: result: yes
configure:14535: checking for isatty
configure:14591: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:14597: $? = 0
configure:14604: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14607: $? = 0
configure:14614: test -s conftest
configure:14617: $? = 0
configure:14631: result: yes
configure:14535: checking for mkdtemp
configure:14591: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:14597: $? = 0
configure:14604: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14607: $? = 0
configure:14614: test -s conftest
configure:14617: $? = 0
configure:14631: result: yes
configure:14535: checking for mkstemp
configure:14591: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:14597: $? = 0
configure:14604: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14607: $? = 0
configure:14614: test -s conftest
configure:14617: $? = 0
configure:14631: result: yes
configure:14650: checking for mktemp
configure:14706: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
/tmp/cclcvC8L.o: In function `main':
/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/conftest.c:154: warning: the use of `mktemp' is dangerous, better use `mkstemp'
configure:14712: $? = 0
configure:14719: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14722: $? = 0
configure:14729: test -s conftest
configure:14732: $? = 0
configure:14746: result: yes
configure:14650: checking for posix_spawn
configure:14706: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:14712: $? = 0
configure:14719: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14722: $? = 0
configure:14729: test -s conftest
configure:14732: $? = 0
configure:14746: result: yes
configure:14650: checking for pread
configure:14706: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:14712: $? = 0
configure:14719: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14722: $? = 0
configure:14729: test -s conftest
configure:14732: $? = 0
configure:14746: result: yes
configure:14650: checking for realpath
configure:14706: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:14712: $? = 0
configure:14719: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14722: $? = 0
configure:14729: test -s conftest
configure:14732: $? = 0
configure:14746: result: yes
configure:14650: checking for sbrk
configure:14706: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:14712: $? = 0
configure:14719: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14722: $? = 0
configure:14729: test -s conftest
configure:14732: $? = 0
configure:14746: result: yes
configure:14650: checking for setrlimit
configure:14746: result: yes
configure:14762: checking for strerror
configure:14818: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:14824: $? = 0
configure:14831: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14834: $? = 0
configure:14841: test -s conftest
configure:14844: $? = 0
configure:14858: result: yes
configure:14762: checking for strerror_r
configure:14818: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:14824: $? = 0
configure:14831: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14834: $? = 0
configure:14841: test -s conftest
configure:14844: $? = 0
configure:14858: result: yes
configure:14762: checking for setenv
configure:14818: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:14824: $? = 0
configure:14831: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14834: $? = 0
configure:14841: test -s conftest
configure:14844: $? = 0
configure:14858: result: yes
configure:14875: checking for strtoll
configure:14931: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:14937: $? = 0
configure:14944: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14947: $? = 0
configure:14954: test -s conftest
configure:14957: $? = 0
configure:14971: result: yes
configure:14875: checking for strtoq
configure:14931: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:14937: $? = 0
configure:14944: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14947: $? = 0
configure:14954: test -s conftest
configure:14957: $? = 0
configure:14971: result: yes
configure:14875: checking for sysconf
configure:14931: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:14937: $? = 0
configure:14944: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:14947: $? = 0
configure:14954: test -s conftest
configure:14957: $? = 0
configure:14971: result: yes
configure:14875: checking for malloc_zone_statistics
configure:14931: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
/tmp/cctNt5za.o: In function `main':
/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/conftest.c:166: undefined reference to `malloc_zone_statistics'
collect2: error: ld returned 1 exit status
configure:14937: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "LLVM 3.5.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_VERSION_PATCH 0
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.24"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define HAVE_LIBZ 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_DECL_FE_ALL_EXCEPT 1
| #define HAVE_DECL_FE_INEXACT 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_CRASHREPORTER_INFO 0
| #define RETSIGTYPE void
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_BACKTRACE 1
| #define HAVE_CEILF 1
| #define HAVE_FLOORF 1
| #define HAVE_ROUNDF 1
| #define HAVE_RINTF 1
| #define HAVE_NEARBYINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_POWF 1
| #define HAVE_FMODF 1
| #define HAVE_STRTOF 1
| #define HAVE_ROUND 1
| #define HAVE_LOG 1
| #define HAVE_LOG2 1
| #define HAVE_LOG10 1
| #define HAVE_EXP 1
| #define HAVE_EXP2 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_ISATTY 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_PREAD 1
| #define HAVE_REALPATH 1
| #define HAVE_SBRK 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SETENV 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOQ 1
| #define HAVE_SYSCONF 1
| /* end confdefs.h.  */
| /* Define malloc_zone_statistics to an innocuous variant, in case <limits.h> declares malloc_zone_statistics.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define malloc_zone_statistics innocuous_malloc_zone_statistics
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char malloc_zone_statistics (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef malloc_zone_statistics
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char malloc_zone_statistics ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_malloc_zone_statistics || defined __stub___malloc_zone_statistics
| choke me
| #endif
| 
| int
| main ()
| {
| return malloc_zone_statistics ();
|   ;
|   return 0;
| }
configure:14971: result: no
configure:14989: checking for setjmp
configure:15045: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:15051: $? = 0
configure:15058: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:15061: $? = 0
configure:15068: test -s conftest
configure:15071: $? = 0
configure:15085: result: yes
configure:14989: checking for longjmp
configure:15045: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:15051: $? = 0
configure:15058: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:15061: $? = 0
configure:15068: test -s conftest
configure:15071: $? = 0
configure:15085: result: yes
configure:14989: checking for sigsetjmp
configure:15045: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
/tmp/cctBRp7f.o: In function `main':
/home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/conftest.c:168: undefined reference to `sigsetjmp'
collect2: error: ld returned 1 exit status
configure:15051: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "LLVM 3.5.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_VERSION_PATCH 0
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.24"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define HAVE_LIBZ 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_DECL_FE_ALL_EXCEPT 1
| #define HAVE_DECL_FE_INEXACT 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_CRASHREPORTER_INFO 0
| #define RETSIGTYPE void
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_BACKTRACE 1
| #define HAVE_CEILF 1
| #define HAVE_FLOORF 1
| #define HAVE_ROUNDF 1
| #define HAVE_RINTF 1
| #define HAVE_NEARBYINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_POWF 1
| #define HAVE_FMODF 1
| #define HAVE_STRTOF 1
| #define HAVE_ROUND 1
| #define HAVE_LOG 1
| #define HAVE_LOG2 1
| #define HAVE_LOG10 1
| #define HAVE_EXP 1
| #define HAVE_EXP2 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_ISATTY 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_PREAD 1
| #define HAVE_REALPATH 1
| #define HAVE_SBRK 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SETENV 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOQ 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETJMP 1
| #define HAVE_LONGJMP 1
| /* end confdefs.h.  */
| /* Define sigsetjmp to an innocuous variant, in case <limits.h> declares sigsetjmp.
|    For example, HP-UX 11i <limits.h> declares gettimeofday.  */
| #define sigsetjmp innocuous_sigsetjmp
| 
| /* System header to define __stub macros and hopefully few prototypes,
|     which can conflict with char sigsetjmp (); below.
|     Prefer <limits.h> to <assert.h> if __STDC__ is defined, since
|     <limits.h> exists even on freestanding compilers.  */
| 
| #ifdef __STDC__
| # include <limits.h>
| #else
| # include <assert.h>
| #endif
| 
| #undef sigsetjmp
| 
| /* Override any GCC internal prototype to avoid an error.
|    Use char because int might match the return type of a GCC
|    builtin and then its argument prototype would still apply.  */
| #ifdef __cplusplus
| extern "C"
| #endif
| char sigsetjmp ();
| /* The GNU C library defines this for functions which it implements
|     to always fail with ENOSYS.  Some functions are actually named
|     something starting with __ and the normal name is an alias.  */
| #if defined __stub_sigsetjmp || defined __stub___sigsetjmp
| choke me
| #endif
| 
| int
| main ()
| {
| return sigsetjmp ();
|   ;
|   return 0;
| }
configure:15085: result: no
configure:14989: checking for siglongjmp
configure:15045: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:15051: $? = 0
configure:15058: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:15061: $? = 0
configure:15068: test -s conftest
configure:15071: $? = 0
configure:15085: result: yes
configure:14989: checking for writev
configure:15045: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:15051: $? = 0
configure:15058: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:15061: $? = 0
configure:15068: test -s conftest
configure:15071: $? = 0
configure:15085: result: yes
configure:15100: checking for futimes
configure:15156: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:15162: $? = 0
configure:15169: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:15172: $? = 0
configure:15179: test -s conftest
configure:15182: $? = 0
configure:15196: result: yes
configure:15100: checking for futimens
configure:15156: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:15162: $? = 0
configure:15169: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:15172: $? = 0
configure:15179: test -s conftest
configure:15182: $? = 0
configure:15196: result: yes
configure:15206: checking if printf has the %a format character
configure:15256: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:15259: $? = 0
configure:15265: ./conftest
configure:15268: $? = 0
configure:15290: result: yes
configure:15302: checking for srand48/lrand48/drand48 in <stdlib.h>
configure:15335: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden  conftest.cpp >&5
configure:15341: $? = 0
configure:15348: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:15351: $? = 0
configure:15358: test -s conftest.o
configure:15361: $? = 0
configure:15380: result: yes
configure:15392: checking whether arc4random is declared
configure:15422: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
conftest.c: In function 'main':
conftest.c:177:22: error: 'arc4random' undeclared (first use in this function)
   char *p = (char *) arc4random;
                      ^
conftest.c:177:22: note: each undeclared identifier is reported only once for each function it appears in
configure:15428: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "LLVM 3.5.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_VERSION_PATCH 0
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.24"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define HAVE_LIBZ 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_DECL_FE_ALL_EXCEPT 1
| #define HAVE_DECL_FE_INEXACT 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_CRASHREPORTER_INFO 0
| #define RETSIGTYPE void
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_BACKTRACE 1
| #define HAVE_CEILF 1
| #define HAVE_FLOORF 1
| #define HAVE_ROUNDF 1
| #define HAVE_RINTF 1
| #define HAVE_NEARBYINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_POWF 1
| #define HAVE_FMODF 1
| #define HAVE_STRTOF 1
| #define HAVE_ROUND 1
| #define HAVE_LOG 1
| #define HAVE_LOG2 1
| #define HAVE_LOG10 1
| #define HAVE_EXP 1
| #define HAVE_EXP2 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_ISATTY 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_PREAD 1
| #define HAVE_REALPATH 1
| #define HAVE_SBRK 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SETENV 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOQ 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETJMP 1
| #define HAVE_LONGJMP 1
| #define HAVE_SIGLONGJMP 1
| #define HAVE_WRITEV 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMENS 1
| #define HAVE_PRINTF_A 1
| #define HAVE_RAND48 1
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef arc4random
|   char *p = (char *) arc4random;
|   return !p;
| #endif
| 
|   ;
|   return 0;
| }
configure:15460: result: no
configure:15479: checking whether strerror_s is declared
configure:15509: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
conftest.c: In function 'main':
conftest.c:178:22: error: 'strerror_s' undeclared (first use in this function)
   char *p = (char *) strerror_s;
                      ^
conftest.c:178:22: note: each undeclared identifier is reported only once for each function it appears in
configure:15515: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "LLVM 3.5.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_VERSION_PATCH 0
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.24"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define HAVE_LIBZ 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_DECL_FE_ALL_EXCEPT 1
| #define HAVE_DECL_FE_INEXACT 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_CRASHREPORTER_INFO 0
| #define RETSIGTYPE void
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_BACKTRACE 1
| #define HAVE_CEILF 1
| #define HAVE_FLOORF 1
| #define HAVE_ROUNDF 1
| #define HAVE_RINTF 1
| #define HAVE_NEARBYINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_POWF 1
| #define HAVE_FMODF 1
| #define HAVE_STRTOF 1
| #define HAVE_ROUND 1
| #define HAVE_LOG 1
| #define HAVE_LOG2 1
| #define HAVE_LOG10 1
| #define HAVE_EXP 1
| #define HAVE_EXP2 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_ISATTY 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_PREAD 1
| #define HAVE_REALPATH 1
| #define HAVE_SBRK 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SETENV 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOQ 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETJMP 1
| #define HAVE_LONGJMP 1
| #define HAVE_SIGLONGJMP 1
| #define HAVE_WRITEV 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMENS 1
| #define HAVE_PRINTF_A 1
| #define HAVE_RAND48 1
| #define HAVE_DECL_ARC4RANDOM 0
| /* end confdefs.h.  */
| #include <stdio.h>
| #if HAVE_SYS_TYPES_H
| # include <sys/types.h>
| #endif
| #if HAVE_SYS_STAT_H
| # include <sys/stat.h>
| #endif
| #if STDC_HEADERS
| # include <stdlib.h>
| # include <stddef.h>
| #else
| # if HAVE_STDLIB_H
| #  include <stdlib.h>
| # endif
| #endif
| #if HAVE_STRING_H
| # if !STDC_HEADERS && HAVE_MEMORY_H
| #  include <memory.h>
| # endif
| # include <string.h>
| #endif
| #if HAVE_STRINGS_H
| # include <strings.h>
| #endif
| #if HAVE_INTTYPES_H
| # include <inttypes.h>
| #endif
| #if HAVE_STDINT_H
| # include <stdint.h>
| #endif
| #if HAVE_UNISTD_H
| # include <unistd.h>
| #endif
| int
| main ()
| {
| #ifndef strerror_s
|   char *p = (char *) strerror_s;
|   return !p;
| #endif
| 
|   ;
|   return 0;
| }
configure:15547: result: no
configure:17009: checking for isnan in <math.h>
configure:17042: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden  conftest.cpp >&5
configure:17048: $? = 0
configure:17055: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:17058: $? = 0
configure:17065: test -s conftest.o
configure:17068: $? = 0
configure:17087: result: yes
configure:17100: checking for isnan in <cmath>
configure:17133: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden  conftest.cpp >&5
configure:17139: $? = 0
configure:17146: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:17149: $? = 0
configure:17156: test -s conftest.o
configure:17159: $? = 0
configure:17178: result: yes
configure:17190: checking for std::isnan in <cmath>
configure:17223: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden  conftest.cpp >&5
configure:17229: $? = 0
configure:17236: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:17239: $? = 0
configure:17246: test -s conftest.o
configure:17249: $? = 0
configure:17268: result: yes
configure:17282: checking for isinf in <math.h>
configure:17315: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden  conftest.cpp >&5
configure:17321: $? = 0
configure:17328: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:17331: $? = 0
configure:17338: test -s conftest.o
configure:17341: $? = 0
configure:17360: result: yes
configure:17372: checking for isinf in <cmath>
configure:17405: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden  conftest.cpp >&5
configure:17411: $? = 0
configure:17418: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:17421: $? = 0
configure:17428: test -s conftest.o
configure:17431: $? = 0
configure:17450: result: yes
configure:17462: checking for std::isinf in <cmath>
configure:17495: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden  conftest.cpp >&5
configure:17501: $? = 0
configure:17508: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:17511: $? = 0
configure:17518: test -s conftest.o
configure:17521: $? = 0
configure:17540: result: yes
configure:17552: checking for finite in <ieeefp.h>
configure:17585: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden  conftest.cpp >&5
conftest.cpp:148:20: fatal error: ieeefp.h: No such file or directory
 #include <ieeefp.h>
                    ^
compilation terminated.
configure:17591: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "LLVM 3.5.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_VERSION_PATCH 0
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.24"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define HAVE_LIBZ 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_DECL_FE_ALL_EXCEPT 1
| #define HAVE_DECL_FE_INEXACT 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_CRASHREPORTER_INFO 0
| #define RETSIGTYPE void
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_BACKTRACE 1
| #define HAVE_CEILF 1
| #define HAVE_FLOORF 1
| #define HAVE_ROUNDF 1
| #define HAVE_RINTF 1
| #define HAVE_NEARBYINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_POWF 1
| #define HAVE_FMODF 1
| #define HAVE_STRTOF 1
| #define HAVE_ROUND 1
| #define HAVE_LOG 1
| #define HAVE_LOG2 1
| #define HAVE_LOG10 1
| #define HAVE_EXP 1
| #define HAVE_EXP2 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_ISATTY 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_PREAD 1
| #define HAVE_REALPATH 1
| #define HAVE_SBRK 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SETENV 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOQ 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETJMP 1
| #define HAVE_LONGJMP 1
| #define HAVE_SIGLONGJMP 1
| #define HAVE_WRITEV 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMENS 1
| #define HAVE_PRINTF_A 1
| #define HAVE_RAND48 1
| #define HAVE_DECL_ARC4RANDOM 0
| #define HAVE_DECL_STRERROR_S 0
| #define HAVE_ISNAN_IN_MATH_H 1
| #define HAVE_ISNAN_IN_CMATH 1
| #define HAVE_STD_ISNAN_IN_CMATH 1
| #define HAVE_ISINF_IN_MATH_H 1
| #define HAVE_ISINF_IN_CMATH 1
| #define HAVE_STD_ISINF_IN_CMATH 1
| /* end confdefs.h.  */
| #include <ieeefp.h>
| int
| main ()
| {
| float f; finite(f);
|   ;
|   return 0;
| }
configure:17630: result: no
configure:17650: checking for stdlib.h
configure:17656: result: yes
configure:17650: checking for unistd.h
configure:17656: result: yes
configure:17818: checking for getpagesize
configure:17914: result: yes
configure:17924: checking for working mmap
configure:18071: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:18074: $? = 0
configure:18080: ./conftest
configure:18083: $? = 0
configure:18099: result: yes
configure:18110: checking for mmap of files
configure:18155: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:18158: $? = 0
configure:18164: ./conftest
configure:18167: $? = 0
configure:18190: result: yes
configure:18202: checking if /dev/zero is needed for mmap
configure:18214: result: no
configure:18236: checking for GCC atomic builtins
configure:18269: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.cpp -lz -lpthread -ltinfo -ldl -lm  >&5
configure:18275: $? = 0
configure:18282: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:18285: $? = 0
configure:18292: test -s conftest
configure:18295: $? = 0
configure:18298: result: yes
configure:18334: checking for 32-bit userspace on 64-bit system
configure:18369: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types  conftest.c >&5
conftest.c:155:13: error: expected '=', ',', ';', 'asm' or '__attribute__' before ':' token
        error: Not x86-64 even if uname says so!
             ^
configure:18375: $? = 1
configure: failed program was:
| /* confdefs.h.  */
| #define PACKAGE_NAME "LLVM"
| #define PACKAGE_TARNAME "llvm"
| #define PACKAGE_VERSION "3.5.0"
| #define PACKAGE_STRING "LLVM 3.5.0"
| #define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
| #define LLVM_VERSION_MAJOR 3
| #define LLVM_VERSION_MINOR 5
| #define LLVM_VERSION_PATCH 0
| #define LLVM_ON_UNIX 1
| #define LLVM_ENABLE_THREADS 1
| #define LLVM_ENABLE_ZLIB 1
| #define ENABLE_PIC 1
| #define ENABLE_TIMESTAMPS 1
| #define ENABLE_BACKTRACES 1
| #define ENABLE_CRASH_OVERRIDES 1
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define LLVM_NATIVE_ARCH X86
| #define LLVM_NATIVE_TARGET LLVMInitializeX86Target
| #define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
| #define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
| #define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
| #define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
| #define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
| #define CLANG_RESOURCE_DIR ""
| #define C_INCLUDE_DIRS ""
| #define GCC_INSTALL_PREFIX ""
| #define DEFAULT_SYSROOT ""
| #define BUG_REPORT_URL "http://llvm.org/bugs/"
| #define HOST_LINK_VERSION "2.24"
| #define HAVE_LINK_R 1
| #define HAVE_LINK_EXPORT_DYNAMIC 1
| #define STDC_HEADERS 1
| #define HAVE_SYS_TYPES_H 1
| #define HAVE_SYS_STAT_H 1
| #define HAVE_STDLIB_H 1
| #define HAVE_STRING_H 1
| #define HAVE_MEMORY_H 1
| #define HAVE_STRINGS_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_ERRNO_H 1
| #define LTDL_SHLIB_EXT ".so"
| #define HAVE_LIBM 1
| #define HAVE_DLOPEN 1
| #define HAVE_TERMINFO 1
| #define HAVE_MALLINFO 1
| #define HAVE_LIBPTHREAD 1
| #define HAVE_PTHREAD_MUTEX_LOCK 1
| #define HAVE_PTHREAD_RWLOCK_INIT 1
| #define HAVE_PTHREAD_GETSPECIFIC 1
| #define HAVE_LIBZ 1
| #define LLVM_USE_OPROFILE 0
| #define LLVM_USE_INTEL_JITEVENTS 0
| #define CLANG_HAVE_LIBXML 1
| #define HAVE_DIRENT_H 1
| #define HAVE_MMAP_ANONYMOUS 1
| #define HAVE_SYS_WAIT_H 1
| #define TIME_WITH_SYS_TIME 1
| #define HAVE_CXXABI_H 1
| #define HAVE_DLFCN_H 1
| #define HAVE_EXECINFO_H 1
| #define HAVE_FCNTL_H 1
| #define HAVE_INTTYPES_H 1
| #define HAVE_LINK_H 1
| #define HAVE_MALLOC_H 1
| #define HAVE_SETJMP_H 1
| #define HAVE_SIGNAL_H 1
| #define HAVE_STDINT_H 1
| #define HAVE_TERMIOS_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_UTIME_H 1
| #define HAVE_SYS_MMAN_H 1
| #define HAVE_SYS_PARAM_H 1
| #define HAVE_SYS_RESOURCE_H 1
| #define HAVE_SYS_TIME_H 1
| #define HAVE_SYS_UIO_H 1
| #define HAVE_SYS_IOCTL_H 1
| #define HAVE_FENV_H 1
| #define HAVE_DECL_FE_ALL_EXCEPT 1
| #define HAVE_DECL_FE_INEXACT 1
| #define HAVE_PTHREAD_H 1
| #define HAVE_ZLIB_H 1
| #define HAVE_CRASHREPORTER_INFO 0
| #define RETSIGTYPE void
| #define HAVE_INT64_T 1
| #define HAVE_UINT64_T 1
| #define HAVE_BACKTRACE 1
| #define HAVE_CEILF 1
| #define HAVE_FLOORF 1
| #define HAVE_ROUNDF 1
| #define HAVE_RINTF 1
| #define HAVE_NEARBYINTF 1
| #define HAVE_GETCWD 1
| #define HAVE_POWF 1
| #define HAVE_FMODF 1
| #define HAVE_STRTOF 1
| #define HAVE_ROUND 1
| #define HAVE_LOG 1
| #define HAVE_LOG2 1
| #define HAVE_LOG10 1
| #define HAVE_EXP 1
| #define HAVE_EXP2 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_GETRUSAGE 1
| #define HAVE_GETRLIMIT 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_GETTIMEOFDAY 1
| #define HAVE_ISATTY 1
| #define HAVE_MKDTEMP 1
| #define HAVE_MKSTEMP 1
| #define HAVE_MKTEMP 1
| #define HAVE_POSIX_SPAWN 1
| #define HAVE_PREAD 1
| #define HAVE_REALPATH 1
| #define HAVE_SBRK 1
| #define HAVE_SETRLIMIT 1
| #define HAVE_STRERROR 1
| #define HAVE_STRERROR_R 1
| #define HAVE_SETENV 1
| #define HAVE_STRTOLL 1
| #define HAVE_STRTOQ 1
| #define HAVE_SYSCONF 1
| #define HAVE_SETJMP 1
| #define HAVE_LONGJMP 1
| #define HAVE_SIGLONGJMP 1
| #define HAVE_WRITEV 1
| #define HAVE_FUTIMES 1
| #define HAVE_FUTIMENS 1
| #define HAVE_PRINTF_A 1
| #define HAVE_RAND48 1
| #define HAVE_DECL_ARC4RANDOM 0
| #define HAVE_DECL_STRERROR_S 0
| #define HAVE_ISNAN_IN_MATH_H 1
| #define HAVE_ISNAN_IN_CMATH 1
| #define HAVE_STD_ISNAN_IN_CMATH 1
| #define HAVE_ISINF_IN_MATH_H 1
| #define HAVE_ISINF_IN_CMATH 1
| #define HAVE_STD_ISINF_IN_CMATH 1
| #define HAVE_STDLIB_H 1
| #define HAVE_UNISTD_H 1
| #define HAVE_GETPAGESIZE 1
| #define HAVE_MMAP 1
| #define HAVE_MMAP_FILE
| #define LLVM_HAS_ATOMICS 1
| /* end confdefs.h.  */
| #ifndef __x86_64__
|        error: Not x86-64 even if uname says so!
|       #endif
| 
| int
| main ()
| {
| 
|   ;
|   return 0;
| }
configure:18414: result: yes
configure:18427: checking for __dso_handle
configure:18483: i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -o conftest  -O2 -pipe -g -feliminate-unused-debug-types  -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed conftest.c -lz -lpthread -ltinfo -ldl -lm  >&5
configure:18489: $? = 0
configure:18496: test -z "$ac_c_werror_flag" || test ! -s conftest.err
configure:18499: $? = 0
configure:18506: test -s conftest
configure:18509: $? = 0
configure:18523: result: yes
configure:18674: checking for compiler -fvisibility-inlines-hidden option
configure:18708: i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -c  -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden -O0 -fvisibility-inlines-hidden -Werror  conftest.cpp >&5
configure:18714: $? = 0
configure:18721: test -z "$ac_cxx_werror_flag" || test ! -s conftest.err
configure:18724: $? = 0
configure:18731: test -s conftest.o
configure:18734: $? = 0
configure:18754: result: yes
configure:18965: creating ./config.status

## ---------------------- ##
## Running config.status. ##
## ---------------------- ##

This file was extended by LLVM config.status 3.5.0, which was
generated by GNU Autoconf 2.60.  Invocation command line was

  CONFIG_FILES    = 
  CONFIG_HEADERS  = 
  CONFIG_LINKS    = 
  CONFIG_COMMANDS = 
  $ ./config.status 

on krusty.sldomain.com

config.status:759: creating include/llvm/Config/Targets.def
config.status:759: creating include/llvm/Config/AsmPrinters.def
config.status:759: creating include/llvm/Config/AsmParsers.def
config.status:759: creating include/llvm/Config/Disassemblers.def
config.status:759: creating Makefile.config
config.status:759: creating llvm.spec
config.status:759: creating docs/doxygen.cfg
config.status:759: creating tools/clang/docs/doxygen.cfg
config.status:759: creating bindings/ocaml/llvm/META.llvm
config.status:759: creating include/llvm/Config/config.h
config.status:759: creating include/llvm/Config/llvm-config.h
config.status:759: creating include/llvm/Support/DataTypes.h
config.status:759: creating tools/clang/include/clang/Config/config.h
config.status:1162: executing setup commands
config.status:1162: executing Makefile commands
config.status:1162: executing Makefile.common commands
config.status:1162: executing examples/Makefile commands
config.status:1162: executing lib/Makefile commands
config.status:1162: executing test/Makefile commands
config.status:1162: executing test/Makefile.tests commands
config.status:1162: executing unittests/Makefile commands
config.status:1162: executing tools/Makefile commands
config.status:1162: executing utils/Makefile commands
config.status:1162: executing projects/Makefile commands
config.status:1162: executing bindings/Makefile commands
config.status:1162: executing bindings/ocaml/Makefile.ocaml commands

## ---------------- ##
## Cache variables. ##
## ---------------- ##

ac_cv_build=x86_64-unknown-linux-gnu
ac_cv_c_compiler_gnu=yes
ac_cv_cxx_compiler_gnu=yes
ac_cv_env_CCC_set=
ac_cv_env_CCC_value=
ac_cv_env_CC_set=set
ac_cv_env_CC_value='i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls'
ac_cv_env_CFLAGS_set=set
ac_cv_env_CFLAGS_value=' -O2 -pipe -g -feliminate-unused-debug-types'
ac_cv_env_CPPFLAGS_set=set
ac_cv_env_CPPFLAGS_value=
ac_cv_env_CPP_set=set
ac_cv_env_CPP_value='i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586'
ac_cv_env_CXXCPP_set=
ac_cv_env_CXXCPP_value=
ac_cv_env_CXXFLAGS_set=set
ac_cv_env_CXXFLAGS_value=' -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden'
ac_cv_env_CXX_set=set
ac_cv_env_CXX_value='i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls'
ac_cv_env_LDFLAGS_set=set
ac_cv_env_LDFLAGS_value='-Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed'
ac_cv_env_build_alias_set=set
ac_cv_env_build_alias_value=x86_64-unknown-linux-gnu
ac_cv_env_host_alias_set=set
ac_cv_env_host_alias_value=x86_64-unknown-linux-gnu
ac_cv_env_target_alias_set=
ac_cv_env_target_alias_value=
ac_cv_func___dso_handle=yes
ac_cv_func_backtrace=yes
ac_cv_func_ceilf=yes
ac_cv_func_exp2=yes
ac_cv_func_exp=yes
ac_cv_func_finite_in_ieeefp_h=no
ac_cv_func_floorf=yes
ac_cv_func_fmodf=yes
ac_cv_func_futimens=yes
ac_cv_func_futimes=yes
ac_cv_func_getcwd=yes
ac_cv_func_getpagesize=yes
ac_cv_func_getrlimit=yes
ac_cv_func_getrusage=yes
ac_cv_func_gettimeofday=yes
ac_cv_func_isatty=yes
ac_cv_func_isinf_in_cmath=yes
ac_cv_func_isinf_in_math_h=yes
ac_cv_func_isnan_in_cmath=yes
ac_cv_func_isnan_in_math_h=yes
ac_cv_func_log10=yes
ac_cv_func_log2=yes
ac_cv_func_log=yes
ac_cv_func_longjmp=yes
ac_cv_func_malloc_zone_statistics=no
ac_cv_func_mkdtemp=yes
ac_cv_func_mkstemp=yes
ac_cv_func_mktemp=yes
ac_cv_func_mmap_file=yes
ac_cv_func_mmap_fixed_mapped=yes
ac_cv_func_nearbyintf=yes
ac_cv_func_posix_spawn=yes
ac_cv_func_powf=yes
ac_cv_func_pread=yes
ac_cv_func_rand48=yes
ac_cv_func_realpath=yes
ac_cv_func_rintf=yes
ac_cv_func_round=yes
ac_cv_func_roundf=yes
ac_cv_func_sbrk=yes
ac_cv_func_setenv=yes
ac_cv_func_setjmp=yes
ac_cv_func_setrlimit=yes
ac_cv_func_siglongjmp=yes
ac_cv_func_sigsetjmp=no
ac_cv_func_std_isinf_in_cmath=yes
ac_cv_func_std_isnan_in_cmath=yes
ac_cv_func_strerror=yes
ac_cv_func_strerror_r=yes
ac_cv_func_strtof=yes
ac_cv_func_strtoll=yes
ac_cv_func_strtoq=yes
ac_cv_func_sysconf=yes
ac_cv_func_writev=yes
ac_cv_have_decl_FE_ALL_EXCEPT=yes
ac_cv_have_decl_FE_INEXACT=yes
ac_cv_have_decl_arc4random=no
ac_cv_have_decl_strerror_s=no
ac_cv_header_CrashReporterClient_h=no
ac_cv_header_cxxabi_h=yes
ac_cv_header_dirent_dirent_h=yes
ac_cv_header_dlfcn_h=yes
ac_cv_header_errno_h=yes
ac_cv_header_execinfo_h=yes
ac_cv_header_fcntl_h=yes
ac_cv_header_fenv_h=yes
ac_cv_header_inttypes_h=yes
ac_cv_header_link_h=yes
ac_cv_header_mach_mach_h=no
ac_cv_header_malloc_h=yes
ac_cv_header_malloc_malloc_h=no
ac_cv_header_memory_h=yes
ac_cv_header_mmap_anon=yes
ac_cv_header_pthread_h=yes
ac_cv_header_setjmp_h=yes
ac_cv_header_signal_h=yes
ac_cv_header_stat_broken=no
ac_cv_header_stdc=yes
ac_cv_header_stdint_h=yes
ac_cv_header_stdlib_h=yes
ac_cv_header_string_h=yes
ac_cv_header_strings_h=yes
ac_cv_header_sys_ioctl_h=yes
ac_cv_header_sys_mman_h=yes
ac_cv_header_sys_param_h=yes
ac_cv_header_sys_resource_h=yes
ac_cv_header_sys_stat_h=yes
ac_cv_header_sys_time_h=yes
ac_cv_header_sys_types_h=yes
ac_cv_header_sys_uio_h=yes
ac_cv_header_sys_wait_h=yes
ac_cv_header_termios_h=yes
ac_cv_header_time=yes
ac_cv_header_unistd_h=yes
ac_cv_header_utime_h=yes
ac_cv_header_valgrind_valgrind_h=no
ac_cv_header_zlib_h=yes
ac_cv_host=x86_64-unknown-linux-gnu
ac_cv_huge_val_sanity=yes
ac_cv_lib_m_sin=yes
ac_cv_lib_pthread_pthread_mutex_init=yes
ac_cv_lib_xml2_xmlReadFile=yes
ac_cv_lib_z_compress2=yes
ac_cv_need_dev_zero_for_mmap=no
ac_cv_objext=o
ac_cv_path_BINPWD=/usr/bin/pwd
ac_cv_path_BZIP2=/usr/bin/bzip2
ac_cv_path_CAT=/usr/bin/cat
ac_cv_path_CMP=/usr/bin/cmp
ac_cv_path_CP=/usr/bin/cp
ac_cv_path_DATE=/usr/bin/date
ac_cv_path_DOT='echo dot'
ac_cv_path_DOXYGEN=/usr/bin/doxygen
ac_cv_path_EGREP='/usr/bin/grep -E'
ac_cv_path_FIND=/usr/bin/find
ac_cv_path_GAS=/usr/bin/as
ac_cv_path_GREP=/usr/bin/grep
ac_cv_path_GROFF=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/bin/groff
ac_cv_path_GZIPBIN=/usr/bin/gzip
ac_cv_path_MKDIR=/usr/bin/mkdir
ac_cv_path_MV=/usr/bin/mv
ac_cv_path_NM=/usr/bin/nm
ac_cv_path_PDFROFF=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/bin/pdfroff
ac_cv_path_PYTHON=/usr/bin/python
ac_cv_path_RM=/usr/bin/rm
ac_cv_path_SED=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/bin/sed
ac_cv_path_TAR=/usr/bin/tar
ac_cv_path_ZIP=/usr/bin/zip
ac_cv_path_install='/usr/bin/install -c'
ac_cv_prog_AR=i586-poky-linux-ar
ac_cv_prog_CC='i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls'
ac_cv_prog_CPP='i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586'
ac_cv_prog_CXXCPP='i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -E'
ac_cv_prog_RANLIB=i586-poky-linux-ranlib
ac_cv_prog_XML2CONFIG=xml2-config
ac_cv_prog_cc_c89=
ac_cv_prog_cc_g=yes
ac_cv_prog_cxx_g=yes
ac_cv_search_clock_gettime='none required'
ac_cv_search_dlopen=-ldl
ac_cv_search_el_init=no
ac_cv_search_mallinfo='none required'
ac_cv_search_opendir='none required'
ac_cv_search_pthread_getspecific='none required'
ac_cv_search_pthread_mutex_lock='none required'
ac_cv_search_pthread_rwlock_init='none required'
ac_cv_search_setupterm=-ltinfo
ac_cv_struct_tm=time.h
ac_cv_target=x86_64-unknown-linux-gnu
ac_cv_type_int64_t=yes
ac_cv_type_pid_t=yes
ac_cv_type_size_t=yes
ac_cv_type_uint64_t=yes
llvm_cv_c_printf_a=yes
llvm_cv_cxx_compiler=gcc
llvm_cv_cxx_visibility_inlines_hidden=yes
llvm_cv_enable_backtraces=yes
llvm_cv_enable_crash_overrides=yes
llvm_cv_enable_libedit=yes
llvm_cv_enable_libffi=no
llvm_cv_enable_terminfo=yes
llvm_cv_gnu_make_command=make
llvm_cv_link_all_option=-Wl,--whole-archive
llvm_cv_link_use_export_dynamic=yes
llvm_cv_link_use_r=yes
llvm_cv_link_use_version_script=yes
llvm_cv_link_version=2.24
llvm_cv_linux_mixed=yes
llvm_cv_no_link_all_option=-Wl,--no-whole-archive
llvm_cv_os_type=Linux
llvm_cv_platform_type=Unix
llvm_cv_target_arch=x86
llvm_cv_target_os_type=Linux
lt_cv_sys_lib_dlsearch_path_spec='/usr/lib /lib'

## ----------------- ##
## Output variables. ##
## ----------------- ##

ALL_BINDINGS='ocaml'
ALL_TARGETS='X86 Sparc PowerPC ARM AArch64 Mips XCore MSP430 CppBackend NVPTX Hexagon SystemZ R600'
AR='i586-poky-linux-ar'
ARCH='x86'
BINDINGS_TO_BUILD=''
BINPWD='/usr/bin/pwd'
BINUTILS_INCDIR=''
BUILD_CC='gcc '
BUILD_CXX='g++ '
BUILD_EXEEXT=''
BZIP2='/usr/bin/bzip2'
CAT='/usr/bin/cat'
CC='i586-poky-linux-gcc  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls'
CFLAGS=' -O2 -pipe -g -feliminate-unused-debug-types'
CLANG_PLUGIN_SUPPORT='1'
CLANG_SRC_ROOT=''
CMP='/usr/bin/cmp'
COVERED_SWITCH_DEFAULT=''
CP='/usr/bin/cp'
CPP='i586-poky-linux-gcc -E --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls  -m32 -march=i586'
CPPFLAGS=''
CVSBUILD=''
CXX='i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls'
CXXCPP='i586-poky-linux-g++  -m32 -march=i586 --sysroot=/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls -E'
CXXFLAGS=' -O2 -pipe -g -feliminate-unused-debug-types -fvisibility-inlines-hidden'
DATE='/usr/bin/date'
DEBUG_RUNTIME=''
DEBUG_SYMBOLS=''
DEFS='-DHAVE_CONFIG_H'
DISABLE_ASSERTIONS=''
DOT='echo dot'
DOXYGEN='/usr/bin/doxygen'
ECHO_C=''
ECHO_N='-n'
ECHO_T=''
EGREP='/usr/bin/grep -E'
ENABLE_CLANG_ARCMT='1'
ENABLE_CLANG_STATIC_ANALYZER='1'
ENABLE_CXX1Y='0'
ENABLE_DOCS='1'
ENABLE_DOXYGEN='0'
ENABLE_EMBED_STDCXX='0'
ENABLE_EXPENSIVE_CHECKS=''
ENABLE_LIBCPP='0'
ENABLE_OPTIMIZED='ENABLE_OPTIMIZED=1'
ENABLE_PIC='1'
ENABLE_POLLY='1'
ENABLE_PROFILING=''
ENABLE_PTHREADS='1'
ENABLE_SHARED='0'
ENABLE_SPLIT_DWARF='0'
ENABLE_TERMINFO='1'
ENABLE_TIMESTAMPS='1'
ENABLE_VISIBILITY_INLINES_HIDDEN='1'
ENABLE_WERROR='0'
EXEEXT=''
EXPENSIVE_CHECKS='no'
EXTRA_LD_OPTIONS=''
EXTRA_OPTIONS=''
FIND='/usr/bin/find'
GAS='/usr/bin/as'
GREP='/usr/bin/grep'
GROFF='/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/bin/groff'
GZIPBIN='/usr/bin/gzip'
HAVE_DLOPEN='1'
HAVE_LIBZ='1'
HAVE_LINK_VERSION_SCRIPT='1'
HAVE_PTHREAD='1'
HAVE_TERMINFO='1'
HOST_ARCH='x86_64'
HOST_OS='Linux'
HUGE_VAL_SANITY='yes'
INSTALL_DATA='${INSTALL} -m 644'
INSTALL_PROGRAM='${INSTALL}'
INSTALL_SCRIPT='${INSTALL}'
INTERNAL_PREFIX=''
JIT=''
KEEP_SYMBOLS=''
LDFLAGS='-Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed'
LIBOBJS=''
LIBS='-lz -lpthread -ltinfo -ldl -lm '
LIBXML2_INC='-I/home/jimr/tera/yocto/daisy/build/tmp/sysroots/spectra-ls/usr/include/libxml2'
LIBXML2_LIBS='-lxml2'
LINKALL='-Wl,--whole-archive'
LLVM_BINDIR='/usr/local/bin'
LLVM_CONFIGTIME='Wed Nov 12 16:54:32 MST 2014'
LLVM_COPYRIGHT='Copyright (c) 2003-2014 University of Illinois at Urbana-Champaign.'
LLVM_CROSS_COMPILING='0'
LLVM_DATADIR='/usr/local/share/llvm'
LLVM_DOCSDIR='/usr/local/share/doc/llvm'
LLVM_ENABLE_THREADS='1'
LLVM_ENABLE_ZLIB='1'
LLVM_ENUM_ASM_PARSERS='LLVM_ASM_PARSER(X86) LLVM_ASM_PARSER(X86) '
LLVM_ENUM_ASM_PRINTERS='LLVM_ASM_PRINTER(X86) LLVM_ASM_PRINTER(X86) '
LLVM_ENUM_DISASSEMBLERS='LLVM_DISASSEMBLER(X86) LLVM_DISASSEMBLER(X86) '
LLVM_ENUM_TARGETS='LLVM_TARGET(X86) LLVM_TARGET(X86) '
LLVM_ETCDIR='/usr/local/etc/llvm'
LLVM_HAS_POLLY=''
LLVM_INCLUDEDIR='/usr/local/include'
LLVM_INFODIR='/usr/local/info'
LLVM_MANDIR='/usr/local/man'
LLVM_NATIVE_ARCH='X86'
LLVM_ON_UNIX='1'
LLVM_ON_WIN32='0'
LLVM_PREFIX='/usr/local'
LLVM_VERSION_MAJOR='3'
LLVM_VERSION_MINOR='5'
LLVM_VERSION_PATCH='0'
LLVM_VERSION_SUFFIX=''
LN_S='ln -s'
LTLIBOBJS=''
MKDIR='/usr/bin/mkdir'
MMAP_FILE='yes'
MV='/usr/bin/mv'
NM='/usr/bin/nm'
NOLINKALL='-Wl,--no-whole-archive'
NO_MAYBE_UNINITIALIZED='-Wno-maybe-uninitialized'
NO_MISSING_FIELD_INITIALIZERS='-Wno-missing-field-initializers'
NO_UNINITIALIZED=''
NO_VARIADIC_MACROS='-Wno-variadic-macros'
OBJEXT='o'
OCAMLC=''
OCAMLDEP=''
OCAMLDOC=''
OCAMLOPT=''
OCAML_LIBDIR=''
OPTIMIZE_OPTION='-O3'
OS='Linux'
PACKAGE_BUGREPORT='http://llvm.org/bugs/'
PACKAGE_NAME='LLVM'
PACKAGE_STRING='LLVM 3.5.0'
PACKAGE_TARNAME='llvm'
PACKAGE_VERSION='3.5.0'
PATH_SEPARATOR=':'
PDFROFF='/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/usr/bin/pdfroff'
PYTHON='/usr/bin/python'
RANLIB='i586-poky-linux-ranlib'
RDYNAMIC='-rdynamic'
RM='/usr/bin/rm'
RPATH='-Wl,-R'
SED='/home/jimr/tera/yocto/daisy/build/tmp/sysroots/x86_64-linux/bin/sed'
SHELL='/bin/sh'
SHLIBEXT='.so'
TAR='/usr/bin/tar'
TARGETS_TO_BUILD='X86 X86 '
TARGETS_WITH_JIT='ARM AArch64 Mips PowerPC SystemZ X86'
TARGET_HAS_JIT='1'
TARGET_OS='Linux'
USE_INTEL_JITEVENTS='0'
USE_OPROFILE='0'
XML2CONFIG='xml2-config'
ZIP='/usr/bin/zip'
ac_ct_CC=''
ac_ct_CXX=''
bindir='${exec_prefix}/bin'
build='x86_64-unknown-linux-gnu'
build_alias='x86_64-unknown-linux-gnu'
build_cpu='x86_64'
build_os='linux-gnu'
build_vendor='unknown'
datadir='${datarootdir}'
datarootdir='${prefix}/share'
docdir='${datarootdir}/doc/${PACKAGE_TARNAME}'
dvidir='${docdir}'
exec_prefix='${prefix}'
host='x86_64-unknown-linux-gnu'
host_alias='x86_64-unknown-linux-gnu'
host_cpu='x86_64'
host_os='linux-gnu'
host_vendor='unknown'
htmldir='${docdir}'
ifGNUmake=''
includedir='${prefix}/include'
infodir='${datarootdir}/info'
libdir='${exec_prefix}/lib'
libexecdir='${exec_prefix}/libexec'
localedir='${datarootdir}/locale'
localstatedir='${prefix}/var'
mandir='${datarootdir}/man'
oldincludedir='/usr/include'
pdfdir='${docdir}'
prefix='/usr/local'
program_prefix=''
program_transform_name='s,x,x,'
psdir='${docdir}'
sbindir='${exec_prefix}/sbin'
sharedstatedir='${prefix}/com'
subdirs=''
sysconfdir='${prefix}/etc'
target='x86_64-unknown-linux-gnu'
target_alias=''
target_cpu='x86_64'
target_os='linux-gnu'
target_vendor='unknown'

## ----------- ##
## confdefs.h. ##
## ----------- ##

#define PACKAGE_NAME "LLVM"
#define PACKAGE_TARNAME "llvm"
#define PACKAGE_VERSION "3.5.0"
#define PACKAGE_STRING "LLVM 3.5.0"
#define PACKAGE_BUGREPORT "http://llvm.org/bugs/"
#define LLVM_VERSION_MAJOR 3
#define LLVM_VERSION_MINOR 5
#define LLVM_VERSION_PATCH 0
#define LLVM_ON_UNIX 1
#define LLVM_ENABLE_THREADS 1
#define LLVM_ENABLE_ZLIB 1
#define ENABLE_PIC 1
#define ENABLE_TIMESTAMPS 1
#define ENABLE_BACKTRACES 1
#define ENABLE_CRASH_OVERRIDES 1
#define LLVM_NATIVE_ARCH X86
#define LLVM_NATIVE_TARGET LLVMInitializeX86Target
#define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
#define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
#define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
#define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
#define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
#define LLVM_NATIVE_ARCH X86
#define LLVM_NATIVE_TARGET LLVMInitializeX86Target
#define LLVM_NATIVE_TARGETINFO LLVMInitializeX86TargetInfo
#define LLVM_NATIVE_TARGETMC LLVMInitializeX86TargetMC
#define LLVM_NATIVE_ASMPRINTER LLVMInitializeX86AsmPrinter
#define LLVM_NATIVE_ASMPARSER LLVMInitializeX86AsmParser
#define LLVM_NATIVE_DISASSEMBLER LLVMInitializeX86Disassembler
#define CLANG_RESOURCE_DIR ""
#define C_INCLUDE_DIRS ""
#define GCC_INSTALL_PREFIX ""
#define DEFAULT_SYSROOT ""
#define BUG_REPORT_URL "http://llvm.org/bugs/"
#define HOST_LINK_VERSION "2.24"
#define HAVE_LINK_R 1
#define HAVE_LINK_EXPORT_DYNAMIC 1
#define STDC_HEADERS 1
#define HAVE_SYS_TYPES_H 1
#define HAVE_SYS_STAT_H 1
#define HAVE_STDLIB_H 1
#define HAVE_STRING_H 1
#define HAVE_MEMORY_H 1
#define HAVE_STRINGS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STDINT_H 1
#define HAVE_UNISTD_H 1
#define HAVE_ERRNO_H 1
#define LTDL_SHLIB_EXT ".so"
#define HAVE_LIBM 1
#define HAVE_DLOPEN 1
#define HAVE_TERMINFO 1
#define HAVE_MALLINFO 1
#define HAVE_LIBPTHREAD 1
#define HAVE_PTHREAD_MUTEX_LOCK 1
#define HAVE_PTHREAD_RWLOCK_INIT 1
#define HAVE_PTHREAD_GETSPECIFIC 1
#define HAVE_LIBZ 1
#define LLVM_USE_OPROFILE 0
#define LLVM_USE_INTEL_JITEVENTS 0
#define CLANG_HAVE_LIBXML 1
#define HAVE_DIRENT_H 1
#define HAVE_MMAP_ANONYMOUS 1
#define HAVE_SYS_WAIT_H 1
#define TIME_WITH_SYS_TIME 1
#define HAVE_CXXABI_H 1
#define HAVE_DLFCN_H 1
#define HAVE_EXECINFO_H 1
#define HAVE_FCNTL_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_LINK_H 1
#define HAVE_MALLOC_H 1
#define HAVE_SETJMP_H 1
#define HAVE_SIGNAL_H 1
#define HAVE_STDINT_H 1
#define HAVE_TERMIOS_H 1
#define HAVE_UNISTD_H 1
#define HAVE_UTIME_H 1
#define HAVE_SYS_MMAN_H 1
#define HAVE_SYS_PARAM_H 1
#define HAVE_SYS_RESOURCE_H 1
#define HAVE_SYS_TIME_H 1
#define HAVE_SYS_UIO_H 1
#define HAVE_SYS_IOCTL_H 1
#define HAVE_FENV_H 1
#define HAVE_DECL_FE_ALL_EXCEPT 1
#define HAVE_DECL_FE_INEXACT 1
#define HAVE_PTHREAD_H 1
#define HAVE_ZLIB_H 1
#define HAVE_CRASHREPORTER_INFO 0
#define RETSIGTYPE void
#define HAVE_INT64_T 1
#define HAVE_UINT64_T 1
#define HAVE_BACKTRACE 1
#define HAVE_CEILF 1
#define HAVE_FLOORF 1
#define HAVE_ROUNDF 1
#define HAVE_RINTF 1
#define HAVE_NEARBYINTF 1
#define HAVE_GETCWD 1
#define HAVE_POWF 1
#define HAVE_FMODF 1
#define HAVE_STRTOF 1
#define HAVE_ROUND 1
#define HAVE_LOG 1
#define HAVE_LOG2 1
#define HAVE_LOG10 1
#define HAVE_EXP 1
#define HAVE_EXP2 1
#define HAVE_GETPAGESIZE 1
#define HAVE_GETRUSAGE 1
#define HAVE_GETRLIMIT 1
#define HAVE_SETRLIMIT 1
#define HAVE_GETTIMEOFDAY 1
#define HAVE_ISATTY 1
#define HAVE_MKDTEMP 1
#define HAVE_MKSTEMP 1
#define HAVE_MKTEMP 1
#define HAVE_POSIX_SPAWN 1
#define HAVE_PREAD 1
#define HAVE_REALPATH 1
#define HAVE_SBRK 1
#define HAVE_SETRLIMIT 1
#define HAVE_STRERROR 1
#define HAVE_STRERROR_R 1
#define HAVE_SETENV 1
#define HAVE_STRTOLL 1
#define HAVE_STRTOQ 1
#define HAVE_SYSCONF 1
#define HAVE_SETJMP 1
#define HAVE_LONGJMP 1
#define HAVE_SIGLONGJMP 1
#define HAVE_WRITEV 1
#define HAVE_FUTIMES 1
#define HAVE_FUTIMENS 1
#define HAVE_PRINTF_A 1
#define HAVE_RAND48 1
#define HAVE_DECL_ARC4RANDOM 0
#define HAVE_DECL_STRERROR_S 0
#define HAVE_ISNAN_IN_MATH_H 1
#define HAVE_ISNAN_IN_CMATH 1
#define HAVE_STD_ISNAN_IN_CMATH 1
#define HAVE_ISINF_IN_MATH_H 1
#define HAVE_ISINF_IN_CMATH 1
#define HAVE_STD_ISINF_IN_CMATH 1
#define HAVE_STDLIB_H 1
#define HAVE_UNISTD_H 1
#define HAVE_GETPAGESIZE 1
#define HAVE_MMAP 1
#define HAVE_MMAP_FILE
#define LLVM_HAS_ATOMICS 1
#define HAVE___DSO_HANDLE 1
#define LLVM_PREFIX "/usr/local"
#define LLVM_BINDIR "/usr/local/bin"
#define LLVM_DATADIR "/usr/local/share/llvm"
#define LLVM_DOCSDIR "/usr/local/share/doc/llvm"
#define LLVM_ETCDIR "/usr/local/etc/llvm"
#define LLVM_INCLUDEDIR "/usr/local/include"
#define LLVM_INFODIR "/usr/local/info"
#define LLVM_MANDIR "/usr/local/man"
#define LLVM_CONFIGTIME "Wed Nov 12 16:54:32 MST 2014"
#define LLVM_HOST_TRIPLE "x86_64-unknown-linux-gnu"
#define LLVM_DEFAULT_TARGET_TRIPLE "x86_64-unknown-linux-gnu"

configure: exit 0

[-- Attachment #3: local.conf.txt --]
[-- Type: text/plain, Size: 11605 bytes --]

#
# This file is your local configuration file and is where all local user settings
# are placed. The comments in this file give some guide to the options a new user
# to the system might want to change but pretty much any configuration option can
# be set in this file. More adventurous users can look at local.conf.extended 
# which contains other examples of configuration which can be placed in this file
# but new users likely won't need any of them initially.
#
# Lines starting with the '#' character are commented out and in some cases the 
# default values are provided as comments to show people example syntax. Enabling
# the option is a question of removing the # character and making any change to the
# variable as required.

#
# Parallelism Options
#
# These two options control how much parallelism BitBake should use. The first 
# option determines how many tasks bitbake should run in parallel:
#
BB_NUMBER_THREADS ?= "6"
#
# Default to setting automatically based on cpu count
BB_NUMBER_THREADS ?= "${@oe.utils.cpu_count()}"
# 
# The second option controls how many processes make should run in parallel when
# running compile tasks:
#
PARALLEL_MAKE ?= "-j 6"
#
# Default to setting automatically based on cpu count
PARALLEL_MAKE ?= "-j ${@oe.utils.cpu_count()}"
#
# For a quad-core machine, BB_NUMBER_THREADS = "4", PARALLEL_MAKE = "-j 4" would
# be appropriate for example.

#
# Machine Selection
#
# You need to select a specific machine to target the build with. There are a selection
# of emulated machines available which can boot and run in the QEMU emulator:
#
#MACHINE ?= "qemuarm"
#MACHINE ?= "qemumips"
#MACHINE ?= "qemuppc"
#MACHINE ?= "qemux86"
#MACHINE ?= "qemux86-64"
#
# There are also the following hardware board target machines included for 
# demonstration purposes:
#
#MACHINE ?= "beaglebone"
#MACHINE ?= "genericx86"
#MACHINE ?= "genericx86-64"
#MACHINE ?= "mpc8315e-rdb"
#MACHINE ?= "edgerouter"

MACHINE ?= "spectra-ls"

# This sets the default machine to be qemux86 if no other machine is selected:
MACHINE ??= "qemux86"

#
# Where to place downloads
#
# During a first build the system will download many different source code tarballs
# from various upstream projects. This can take a while, particularly if your network
# connection is slow. These are all stored in DL_DIR. When wiping and rebuilding you
# can preserve this directory to speed up this part of subsequent builds. This directory
# is safe to share between multiple builds on the same machine too.
#
# The default is a downloads directory under TOPDIR which is the build directory.
#
#DL_DIR ?= "${TOPDIR}/downloads"

#
# Where to place shared-state files
#
# BitBake has the capability to accelerate builds based on previously built output.
# This is done using "shared state" files which can be thought of as cache objects
# and this option determines where those files are placed.
#
# You can wipe out TMPDIR leaving this directory intact and the build would regenerate
# from these files if no changes were made to the configuration. If changes were made
# to the configuration, only shared state files where the state was still valid would
# be used (done using checksums).
#
# The default is a sstate-cache directory under TOPDIR.
#
#SSTATE_DIR ?= "${TOPDIR}/sstate-cache"

#
# Where to place the build output
#
# This option specifies where the bulk of the building work should be done and
# where BitBake should place its temporary files and output. Keep in mind that
# this includes the extraction and compilation of many applications and the toolchain
# which can use Gigabytes of hard disk space.
#
# The default is a tmp directory under TOPDIR.
#
#TMPDIR = "${TOPDIR}/tmp"

#
# Default policy config
#
# The distribution setting controls which policy settings are used as defaults.
# The default value is fine for general Yocto project use, at least initially.
# Ultimately when creating custom policy, people will likely end up subclassing 
# these defaults.
#
DISTRO ?= "poky"
# As an example of a subclass there is a "bleeding" edge policy configuration
# where many versions are set to the absolute latest code from the upstream 
# source control systems. This is just mentioned here as an example, its not
# useful to most new users.
# DISTRO ?= "poky-bleeding"

#
# Package Management configuration
#
# This variable lists which packaging formats to enable. Multiple package backends 
# can be enabled at once and the first item listed in the variable will be used 
# to generate the root filesystems.
# Options are:
#  - 'package_deb' for debian style deb files
#  - 'package_ipk' for ipk files are used by opkg (a debian style embedded package manager)
#  - 'package_rpm' for rpm style packages
# E.g.: PACKAGE_CLASSES ?= "package_rpm package_deb package_ipk"
# We default to rpm:
PACKAGE_CLASSES ?= "package_rpm"

#
# SDK/ADT target architecture
#
# This variable specifies the architecture to build SDK/ADT items for and means
# you can build the SDK packages for architectures other than the machine you are 
# running the build on (i.e. building i686 packages on an x86_64 host).
# Supported values are i686 and x86_64
#SDKMACHINE ?= "i686"
SDKMACHINE ?= "x86_64"

#Add llvm/clang to the toolchain.
TOOLCHAIN_HOST_TASK += " llvm "

#
# Extra image configuration defaults
#
# The EXTRA_IMAGE_FEATURES variable allows extra packages to be added to the generated 
# images. Some of these options are added to certain image types automatically. The
# variable can contain the following options:
#  "dbg-pkgs"       - add -dbg packages for all installed packages
#                     (adds symbol information for debugging/profiling)
#  "dev-pkgs"       - add -dev packages for all installed packages
#                     (useful if you want to develop against libs in the image)
#  "ptest-pkgs"     - add -ptest packages for all ptest-enabled packages
#                     (useful if you want to run the package test suites)
#  "tools-sdk"      - add development tools (gcc, make, pkgconfig etc.)
#  "tools-debug"    - add debugging tools (gdb, strace)
#  "eclipse-debug"  - add Eclipse remote debugging support
#  "tools-profile"  - add profiling tools (oprofile, exmap, lttng, valgrind)
#  "tools-testapps" - add useful testing tools (ts_print, aplay, arecord etc.)
#  "debug-tweaks"   - make an image suitable for development
#                     e.g. ssh root access has a blank password
# There are other application targets that can be used here too, see
# meta/classes/image.bbclass and meta/classes/core-image.bbclass for more details.
# We default to enabling the debugging tweaks.
EXTRA_IMAGE_FEATURES = "debug-tweaks package-management tools-debug eclipse-debug"
CORE_IMAGE_EXTRA_INSTALL = "openssl libstdc++ libgcc e2fsprogs e2fsprogs-e2fsck e2fsprogs-mke2fs \
e2fsprogs-tune2fs e2fsprogs-badblocks nss ntp poco"
#e2fsprogs-tune2fs e2fsprogs-badblocks nss ntp"
#IMAGE_INSTALL_append = " spectra-slram spectra-slwdt spectra-can"
#IMAGE_INSTALL_append = " rsyslog vim boost sqlite3 libsoci udev-extraconf openssl-staticdev 
IMAGE_INSTALL_append = " rsyslog  vim boost sqlite3 libsoci udev-extraconf openssl-staticdev \
zip unzip dosfstools util-linux rpm rpmresolve grub parted spectra-postbuild "
IMAGE_ROOTFS_SIZE = "350000"

#
# Additional image features
#
# The following is a list of additional classes to use when building images which
# enable extra features. Some available options which can be included in this variable 
# are:
#   - 'buildstats' collect build statistics
#   - 'image-mklibs' to reduce shared library files size for an image
#   - 'image-prelink' in order to prelink the filesystem image
#   - 'image-swab' to perform host system intrusion detection
# NOTE: if listing mklibs & prelink both, then make sure mklibs is before prelink
# NOTE: mklibs also needs to be explicitly enabled for a given image, see local.conf.extended
USER_CLASSES ?= "buildstats image-mklibs image-prelink"

#
# Runtime testing of images
#
# The build system can test booting virtual machine images under qemu (an emulator)
# after any root filesystems are created and run tests against those images. To
# enable this uncomment this line. See classes/testimage(-auto).bbclass for
# further details.
#TEST_IMAGE = "1"
#
# Interactive shell configuration
#
# Under certain circumstances the system may need input from you and to do this it 
# can launch an interactive shell. It needs to do this since the build is 
# multithreaded and needs to be able to handle the case where more than one parallel
# process may require the user's attention. The default is iterate over the available
# terminal types to find one that works.
#
# Examples of the occasions this may happen are when resolving patches which cannot
# be applied, to use the devshell or the kernel menuconfig
#
# Supported values are auto, gnome, xfce, rxvt, screen, konsole (KDE 3.x only), none
# Note: currently, Konsole support only works for KDE 3.x due to the way
# newer Konsole versions behave
#OE_TERMINAL = "auto"
# By default disable interactive patch resolution (tasks will just fail instead):
PATCHRESOLVE = "noop"

#
# Disk Space Monitoring during the build
#
# Monitor the disk space during the build. If there is less that 1GB of space or less
# than 100K inodes in any key build location (TMPDIR, DL_DIR, SSTATE_DIR), gracefully
# shutdown the build. If there is less that 100MB or 1K inodes, perform a hard abort
# of the build. The reason for this is that running completely out of space can corrupt
# files and damages the build in ways which may not be easily recoverable.
BB_DISKMON_DIRS = "\
    STOPTASKS,${TMPDIR},1G,100K \
    STOPTASKS,${DL_DIR},1G,100K \
    STOPTASKS,${SSTATE_DIR},1G,100K \
    ABORT,${TMPDIR},100M,1K \
    ABORT,${DL_DIR},100M,1K \
    ABORT,${SSTATE_DIR},100M,1K" 

#
# Shared-state files from other locations
#
# As mentioned above, shared state files are prebuilt cache data objects which can 
# used to accelerate build time. This variable can be used to configure the system
# to search other mirror locations for these objects before it builds the data itself.
#
# This can be a filesystem directory, or a remote url such as http or ftp. These
# would contain the sstate-cache results from previous builds (possibly from other 
# machines). This variable works like fetcher MIRRORS/PREMIRRORS and points to the 
# cache locations to check for the shared objects.
# NOTE: if the mirror uses the same structure as SSTATE_DIR, you need to add PATH
# at the end as shown in the examples below. This will be substituted with the
# correct path within the directory structure.
#SSTATE_MIRRORS ?= "\
#file://.* http://someserver.tld/share/sstate/PATH;downloadfilename=PATH \n \
#file://.* file:///some/local/dir/sstate/PATH"


#
# Qemu configuration
#
# By default qemu will build with a builtin VNC server where graphical output can be
# seen. The two lines below enable the SDL backend too. This assumes there is a
# libsdl library available on your build system.
PACKAGECONFIG_pn-qemu-native = "sdl"
ASSUME_PROVIDED += "libsdl-native"


# CONF_VERSION is increased each time build/conf/ changes incompatibly and is used to
# track the version of this file when it was generated. This can safely be ignored if
# this doesn't mean anything to you.
CONF_VERSION = "1"
# Use local repository after first build
SOURCE_MIRROR_URL ?= "file://source_mirror/sources/"
INHERIT += "own-mirrors" 
BB_GENERATE_MIRROR_TARBALLS = "1" 
#BB_NO_NETWORK = "1"
#
#Add extra image types to the build that were removed from new target
#
IMAGE_FSTYPES += "cpio.gz vmdk"

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: New recipe for toolchain fails install, "ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored."
  2014-11-13 21:14   ` Jim Rafert
@ 2014-11-14  7:39     ` Joseph Andrew de la Peña
  2014-11-14 17:09       ` Jim Rafert
  0 siblings, 1 reply; 9+ messages in thread
From: Joseph Andrew de la Peña @ 2014-11-14  7:39 UTC (permalink / raw)
  To: Jim Rafert; +Cc: yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 4418 bytes --]

Good day Jim,

Seems to be that the main error is due to /bin/sh: pod2man: command not
found.
I think the tool is not present or any references to its path was not
properly established.

Also, for your expectation to be part of native and nativesdk, please add
BBCLASSEXTEND = "native nativesdk" in your recipe.

Thanks,
- J

On Fri, Nov 14, 2014 at 5:14 AM, Jim Rafert <jimr@spectralogic.com> wrote:

> I noticed that a couple of my attachments didn't make it.  So here they
> are. They're renamed with a .txt extension to slip them past the Argus eyes
> of MS Exchange.
>
> "These are not the droids you're looking for....Move along"
>
> -Jim-
> ________________________________________
> From: nick [xerofoify@gmail.com]
> Sent: Thursday, November 13, 2014 1:42 PM
> To: Jim Rafert; yocto@yoctoproject.org
> Subject: Re: [yocto] New recipe for toolchain fails install, "ERROR:
> ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored."
>
> Hey Jim,
> I had a stressful day with other things so I would like some time to
> unwind but I will try and help out
> later if that's OK.
> Nick
>
> On 14-11-13 03:13 PM, Jim Rafert wrote:
> > Hi folks,
> >
> > I'm trying to put together a recipe to include llvm and clang in the
> yocto toolchain.  My goal is to have the clang compiler available for
> application development.  I do not intend to compile the kernel or OS image
> with clang.  I have created a recipe and placed it in one of my added
> layers as follows:
> >
> > LICENSE = "NCSA"
> > PR = "r0"
> > LIC_FILES_CHKSUM =
> "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d"
> >
> > SRC_URI = "file://llvm-3.5.0.tar.gz \
> >           "
> > SRC_URI[md5sum] = "e2dd127722ffb305c981d2a02687b4ff"
> > SRC_URI[sha256sum] =
> "1badb762129feb7ced9484a7969c88cebab9b01b80b83002fc9690933cd7d0e0"
> >
> > EXTRA_OECONF = "--config=Linux-yocto "
> >
> > INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
> >
> > INSANE_SKIP_${PN} = "already-stripped"
> >
> > #FILES_${PN} = "${libdir}/* /usr/bin "
> > inherit autotools
> >
> > do_configure () {
> >         ./configure --enable-optimized --enable-targets=x86,x86_64
> --host=x86_64-unknown-linux-gnu --build=x86_64-unknown-linux-gnu
> > }
> >
> > The recipe is copied from another recipe of mine that builds the POCO
> libraries, so INSANE_SKIP_${PN} = "already-stripped" may not actually be
> necessary, but was left in until I got the recipe running.
> >
> > I add the recipe to the toolchain by including it in TOOLCHAIN_HOST_TASK
> from my local.conf, thus:
> > "TOOLCHAIN_HOST_TASK += " llvm "
> >
> > This gets the source unpacked, configures, and compiles, but do_install
> fails with several instances of this message: "ERROR: ld.so: object
> 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored."
> >
> > Even though it doesn't install, the build products are in the work
> directory, so I examined them.
> >
> > [jimr@krusty llvm-3.5.0]$ file
> /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/Release+Asserts/bin/clang
> >
> /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/Release+Asserts/bin/clang:
> ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically
> linked (uses shared libs), for GNU/Linux 2.6.16,
> BuildID[sha1]=0x96bd97125551d23e94bcbbc4e68b69b8db36def9, not stripped
> >
> > I was hoping that this would be built for the architecture specified in
> local.conf for the toolchain, which is: SDKMACHINE ?= "x86_64"
> >
> > I think that this architecture mismatch may be the root of the problem
> with the LD_PRELOAD of pseudo.  I also would expect that the work directory
> would be under x86_64-nativesdk-pokysdk-linux or x86_64-pokysdk-linux
> rather than i586-poky-linux.
> >
> > Do any of you Yocto/OE/bitbake experts out there know what I might be
> doing wrong, or not doing, that causes this problem?
> >
> > I have attached the output of the bitbake command, my local.conf file,
> the recipe, and config.log and config.status from the work directory for
> your viewing pleasure.
> >
> > Any help with this would be greatly appreciated.
> >
> > -Jim-
> >
> >
> >
>
> --
> _______________________________________________
> yocto mailing list
> yocto@yoctoproject.org
> https://lists.yoctoproject.org/listinfo/yocto
>
>

[-- Attachment #2: Type: text/html, Size: 5518 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: New recipe for toolchain fails install, "ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored."
  2014-11-14  7:39     ` Joseph Andrew de la Peña
@ 2014-11-14 17:09       ` Jim Rafert
  2014-11-19  3:52         ` Joseph Andrew de la Peña
  0 siblings, 1 reply; 9+ messages in thread
From: Jim Rafert @ 2014-11-14 17:09 UTC (permalink / raw)
  To: Joseph Andrew de la Peña; +Cc: yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 5881 bytes --]

Hi Joseph,

Thanks for the tips.  I totally missed the pod2man problem, and never saw the BBCLASSEXTEND stuff in all my extensive googling.

I researched the BBCLASSEXTENDS variable in the Yocto Project Reference Manual.

From what I read, I understand that adding "native" to BBCLASSEXTEND produces executables that will run on the workstation that I use to build the recipe with bitbake.  This recipe could be REQUIREd by other recipes that depend upon it to build.

"nativesdk", on the other hand, should create executables that run on the SDKMACHINE architecture that is specified in my local.conf.

Since I only need the  Clang compiler to be available to SDK users for building applications outside of the bitbake environment, I think I need "nativesdk", but not "native".

Is my understanding of this correct, or have I totally missed the point somewhere?

Also, would it be more straighforward to just have my recipe inherit the nativesdk class?  I added BBCLASSEXTEND="native nativesdk" to my recipe, and it still seems to be building in i586-poky-linux, which is not the SKDMACHINE architecture.

Once again, thank you for your help.  You have greatly advanced my understanding of building a recipe for the SDK.

-Jim-


________________________________
From: Joseph Andrew de la Peña [jdelapena@lexmark.com]
Sent: Friday, November 14, 2014 12:39 AM
To: Jim Rafert
Cc: nick; yocto@yoctoproject.org
Subject: Re: [yocto] New recipe for toolchain fails install, "ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored."

Good day Jim,

Seems to be that the main error is due to /bin/sh: pod2man: command not found.
I think the tool is not present or any references to its path was not properly established.

Also, for your expectation to be part of native and nativesdk, please add BBCLASSEXTEND = "native nativesdk" in your recipe.

Thanks,
- J

On Fri, Nov 14, 2014 at 5:14 AM, Jim Rafert <jimr@spectralogic.com<mailto:jimr@spectralogic.com>> wrote:
I noticed that a couple of my attachments didn't make it.  So here they are. They're renamed with a .txt extension to slip them past the Argus eyes of MS Exchange.

"These are not the droids you're looking for....Move along"

-Jim-
________________________________________
From: nick [xerofoify@gmail.com<mailto:xerofoify@gmail.com>]
Sent: Thursday, November 13, 2014 1:42 PM
To: Jim Rafert; yocto@yoctoproject.org<mailto:yocto@yoctoproject.org>
Subject: Re: [yocto] New recipe for toolchain fails install, "ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored."

Hey Jim,
I had a stressful day with other things so I would like some time to unwind but I will try and help out
later if that's OK.
Nick

On 14-11-13 03:13 PM, Jim Rafert wrote:
> Hi folks,
>
> I'm trying to put together a recipe to include llvm and clang in the yocto toolchain.  My goal is to have the clang compiler available for application development.  I do not intend to compile the kernel or OS image with clang.  I have created a recipe and placed it in one of my added layers as follows:
>
> LICENSE = "NCSA"
> PR = "r0"
> LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d"
>
> SRC_URI = "file://llvm-3.5.0.tar.gz \
>           "
> SRC_URI[md5sum] = "e2dd127722ffb305c981d2a02687b4ff"
> SRC_URI[sha256sum] = "1badb762129feb7ced9484a7969c88cebab9b01b80b83002fc9690933cd7d0e0"
>
> EXTRA_OECONF = "--config=Linux-yocto "
>
> INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
>
> INSANE_SKIP_${PN} = "already-stripped"
>
> #FILES_${PN} = "${libdir}/* /usr/bin "
> inherit autotools
>
> do_configure () {
>         ./configure --enable-optimized --enable-targets=x86,x86_64 --host=x86_64-unknown-linux-gnu --build=x86_64-unknown-linux-gnu
> }
>
> The recipe is copied from another recipe of mine that builds the POCO libraries, so INSANE_SKIP_${PN} = "already-stripped" may not actually be necessary, but was left in until I got the recipe running.
>
> I add the recipe to the toolchain by including it in TOOLCHAIN_HOST_TASK from my local.conf, thus:
> "TOOLCHAIN_HOST_TASK += " llvm "
>
> This gets the source unpacked, configures, and compiles, but do_install fails with several instances of this message: "ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored."
>
> Even though it doesn't install, the build products are in the work directory, so I examined them.
>
> [jimr@krusty llvm-3.5.0]$ file /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/Release+Asserts/bin/clang
> /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/Release+Asserts/bin/clang: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.16, BuildID[sha1]=0x96bd97125551d23e94bcbbc4e68b69b8db36def9, not stripped
>
> I was hoping that this would be built for the architecture specified in local.conf for the toolchain, which is: SDKMACHINE ?= "x86_64"
>
> I think that this architecture mismatch may be the root of the problem with the LD_PRELOAD of pseudo.  I also would expect that the work directory would be under x86_64-nativesdk-pokysdk-linux or x86_64-pokysdk-linux rather than i586-poky-linux.
>
> Do any of you Yocto/OE/bitbake experts out there know what I might be doing wrong, or not doing, that causes this problem?
>
> I have attached the output of the bitbake command, my local.conf file, the recipe, and config.log and config.status from the work directory for your viewing pleasure.
>
> Any help with this would be greatly appreciated.
>
> -Jim-
>
>
>

--
_______________________________________________
yocto mailing list
yocto@yoctoproject.org<mailto:yocto@yoctoproject.org>
https://lists.yoctoproject.org/listinfo/yocto



[-- Attachment #2: Type: text/html, Size: 8082 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: New recipe for toolchain fails install, "ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored."
  2014-11-14 17:09       ` Jim Rafert
@ 2014-11-19  3:52         ` Joseph Andrew de la Peña
  2014-11-19 22:41           ` Jim Rafert
  0 siblings, 1 reply; 9+ messages in thread
From: Joseph Andrew de la Peña @ 2014-11-19  3:52 UTC (permalink / raw)
  To: Jim Rafert; +Cc: yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 7581 bytes --]

Good day Jim,

Partly correct. To add more info, native is basically intended for host
tools that should be placed into the native/host sysroot. Please don't
disregard that.

The clang compiler is built onto the target sysroot (i586) basically
because of your recipe.

The beauty of BBCLASSEXTEND is you don't need to name your recipe such as
naitvesdk-<name>.bb or <name>-native.bb (when using inherit). By default,
with no inherits or BBCLASSEXTEND, the recipe's packages files will be
installed into the target sysroot, i586 (which you have experienced).

Here's a quick recipe content for a tool that will be placed in native and
nativesdk sysroot.

++ tool_1.0.bb
SUMMARY=tool
LICENSE=""
SRC_URI=""
S=""

# nothing fancy
# FILES_${PN} already includes /usr/bin/* path.
# Thus, all binaries installed in /usr/bin will be part of the primary
package.

BBCLASSEXTEND="native nativesdk"

++ packagegroup-<name>.bb (the specific packagegroup your package must be
included)
RDEPENDS_${PN} = "\
    tool \
   "

++  nativesdk-packagegroup-sdk-host.bb  (by default, value of
TOOLCHAIN_HOST_TASK, unless you specified otherwise)
RDEPENDS_${PN} = "\
    nativesdk-tool \
   "

Basically, that's just it.

Thanks,
Joseph

On Sat, Nov 15, 2014 at 1:09 AM, Jim Rafert <jimr@spectralogic.com> wrote:

>  Hi Joseph,
>
> Thanks for the tips.  I totally missed the pod2man problem, and never saw
> the BBCLASSEXTEND stuff in all my extensive googling.
>
> I researched the BBCLASSEXTENDS variable in the Yocto Project Reference
> Manual.
>
> From what I read, I understand that adding "native" to BBCLASSEXTEND
> produces executables that will run on the workstation that I use to build
> the recipe with bitbake.  This recipe could be REQUIREd by other recipes
> that depend upon it to build.
>
> "nativesdk", on the other hand, should create executables that run on the
> SDKMACHINE architecture that is specified in my local.conf.
>
> Since I only need the  Clang compiler to be available to SDK users for
> building applications outside of the bitbake environment, I think I need
> "nativesdk", but not "native".
>
> Is my understanding of this correct, or have I totally missed the point
> somewhere?
>
> Also, would it be more straighforward to just have my recipe inherit the
> nativesdk class?  I added BBCLASSEXTEND="native nativesdk" to my recipe,
> and it still seems to be building in i586-poky-linux, which is not the
> SKDMACHINE architecture.
>
> Once again, thank you for your help.  You have greatly advanced my
> understanding of building a recipe for the SDK.
>
> -Jim-
>
>
>   ------------------------------
> *From:* Joseph Andrew de la Peña [jdelapena@lexmark.com]
> *Sent:* Friday, November 14, 2014 12:39 AM
> *To:* Jim Rafert
> *Cc:* nick; yocto@yoctoproject.org
>
> *Subject:* Re: [yocto] New recipe for toolchain fails install, "ERROR:
> ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored."
>
>   Good day Jim,
>
>  Seems to be that the main error is due to /bin/sh: pod2man: command not
> found.
> I think the tool is not present or any references to its path was not
> properly established.
>
>  Also, for your expectation to be part of native and nativesdk, please
> add BBCLASSEXTEND = "native nativesdk" in your recipe.
>
>  Thanks,
> - J
>
> On Fri, Nov 14, 2014 at 5:14 AM, Jim Rafert <jimr@spectralogic.com> wrote:
>
>> I noticed that a couple of my attachments didn't make it.  So here they
>> are. They're renamed with a .txt extension to slip them past the Argus eyes
>> of MS Exchange.
>>
>> "These are not the droids you're looking for....Move along"
>>
>> -Jim-
>> ________________________________________
>> From: nick [xerofoify@gmail.com]
>> Sent: Thursday, November 13, 2014 1:42 PM
>> To: Jim Rafert; yocto@yoctoproject.org
>> Subject: Re: [yocto] New recipe for toolchain fails install, "ERROR:
>> ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored."
>>
>> Hey Jim,
>> I had a stressful day with other things so I would like some time to
>> unwind but I will try and help out
>> later if that's OK.
>> Nick
>>
>> On 14-11-13 03:13 PM, Jim Rafert wrote:
>> > Hi folks,
>> >
>> > I'm trying to put together a recipe to include llvm and clang in the
>> yocto toolchain.  My goal is to have the clang compiler available for
>> application development.  I do not intend to compile the kernel or OS image
>> with clang.  I have created a recipe and placed it in one of my added
>> layers as follows:
>> >
>> > LICENSE = "NCSA"
>> > PR = "r0"
>> > LIC_FILES_CHKSUM =
>> "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d"
>> >
>> > SRC_URI = "file://llvm-3.5.0.tar.gz \
>> >           "
>> > SRC_URI[md5sum] = "e2dd127722ffb305c981d2a02687b4ff"
>> > SRC_URI[sha256sum] =
>> "1badb762129feb7ced9484a7969c88cebab9b01b80b83002fc9690933cd7d0e0"
>> >
>> > EXTRA_OECONF = "--config=Linux-yocto "
>> >
>> > INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
>> >
>> > INSANE_SKIP_${PN} = "already-stripped"
>> >
>> > #FILES_${PN} = "${libdir}/* /usr/bin "
>> > inherit autotools
>> >
>> > do_configure () {
>> >         ./configure --enable-optimized --enable-targets=x86,x86_64
>> --host=x86_64-unknown-linux-gnu --build=x86_64-unknown-linux-gnu
>> > }
>> >
>> > The recipe is copied from another recipe of mine that builds the POCO
>> libraries, so INSANE_SKIP_${PN} = "already-stripped" may not actually be
>> necessary, but was left in until I got the recipe running.
>> >
>> > I add the recipe to the toolchain by including it in
>> TOOLCHAIN_HOST_TASK from my local.conf, thus:
>> > "TOOLCHAIN_HOST_TASK += " llvm "
>> >
>> > This gets the source unpacked, configures, and compiles, but do_install
>> fails with several instances of this message: "ERROR: ld.so: object
>> 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored."
>> >
>> > Even though it doesn't install, the build products are in the work
>> directory, so I examined them.
>> >
>> > [jimr@krusty llvm-3.5.0]$ file
>> /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/Release+Asserts/bin/clang
>> >
>> /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/Release+Asserts/bin/clang:
>> ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically
>> linked (uses shared libs), for GNU/Linux 2.6.16,
>> BuildID[sha1]=0x96bd97125551d23e94bcbbc4e68b69b8db36def9, not stripped
>> >
>> > I was hoping that this would be built for the architecture specified in
>> local.conf for the toolchain, which is: SDKMACHINE ?= "x86_64"
>> >
>> > I think that this architecture mismatch may be the root of the problem
>> with the LD_PRELOAD of pseudo.  I also would expect that the work directory
>> would be under x86_64-nativesdk-pokysdk-linux or x86_64-pokysdk-linux
>> rather than i586-poky-linux.
>> >
>> > Do any of you Yocto/OE/bitbake experts out there know what I might be
>> doing wrong, or not doing, that causes this problem?
>> >
>> > I have attached the output of the bitbake command, my local.conf file,
>> the recipe, and config.log and config.status from the work directory for
>> your viewing pleasure.
>> >
>> > Any help with this would be greatly appreciated.
>> >
>> > -Jim-
>> >
>> >
>> >
>>
>> --
>> _______________________________________________
>> yocto mailing list
>> yocto@yoctoproject.org
>> https://lists.yoctoproject.org/listinfo/yocto
>>
>>
>

[-- Attachment #2: Type: text/html, Size: 10133 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: New recipe for toolchain fails install, "ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored."
  2014-11-19  3:52         ` Joseph Andrew de la Peña
@ 2014-11-19 22:41           ` Jim Rafert
  2014-11-20  5:26             ` Joseph Andrew de la Peña
  0 siblings, 1 reply; 9+ messages in thread
From: Jim Rafert @ 2014-11-19 22:41 UTC (permalink / raw)
  To: Joseph Andrew de la Peña; +Cc: yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 11468 bytes --]

Hi Joseph,

Thanks for the clarification.

As far as I understand, I have restructured my recipe as you directed.

However, when I bitbake -c populate_sdk core-image-full-cmdline, the sdk installer script still does not contain the LLVM/clang stuff.

I'm hoping that you can see what I have done wrong.

When I look for build artifacts, here's what I find for clang in the work directory.

[jimr@krusty work]$ find . -name clang -ls |grep bin/clang
99906923 45428 -rwxr-xr-x   1 jimr     jimr     46517960 Nov 19 12:00 ./spectra_ls-poky-linux/core-image-full-cmdline/1.0-r0/sdk/image/usr/bin/clang
94263147 45428 -rwxr-xr-x   2 jimr     jimr     46517960 Nov 19 12:00 ./x86_64-nativesdk-pokysdk-linux/nativesdk-llvm/3.5.0-r0/packages-split/nativesdk-llvm/usr/bin/clang
94263147 45428 -rwxr-xr-x   2 jimr     jimr     46517960 Nov 19 12:00 ./x86_64-nativesdk-pokysdk-linux/nativesdk-llvm/3.5.0-r0/package/usr/bin/clang
88904578 56380 -rwxr-xr-x   1 jimr     jimr     57732373 Nov 19 11:51 ./x86_64-nativesdk-pokysdk-linux/nativesdk-llvm/3.5.0-r0/llvm-3.5.0/Release+Asserts/bin/clang
89415572 45432 -rwxr-xr-x   1 jimr     jimr     46517960 Nov 19 12:00 ./x86_64-nativesdk-pokysdk-linux/nativesdk-llvm/3.5.0-r0/image/usr/bin/clang

Finding the clang executable in /spectra_ls-poky-linux/core-image-full-cmdline/1.0-r0/sdk/image/usr/bin/clang would seem to suggest that it should be in the SDK, but it is not.

Here are the recipes...

++ meta-spectra-ls-utils/recipes-devtools/llvm/llvm_3.5.0.bb:
#
# This recipe requires package perl-podlators to be installed on the build
# workstation in order to work.
#
# TBD: look for yocto recipe for perl-podlators to be added to REQUIRE
# for this recipe, to remove build machine dependency.
#
SUMMARY = "Clang c/c++ compiler with llvm framework"
HOMEPAGE = "http://clang.llvm.org"
LICENSE = "NCSA"
PR = "r0"
LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d"

SRC_URI = "file://llvm-3.5.0.tar.gz \
          "

SRC_URI[md5sum] = "e2dd127722ffb305c981d2a02687b4ff"
SRC_URI[sha256sum] = "1badb762129feb7ced9484a7969c88cebab9b01b80b83002fc9690933cd7d0e0"

#EXTRA_OECONF = "--config=Linux-yocto "

INHIBIT_PACKAGE_DEBUG_SPLIT = "1"

INSANE_SKIP_${PN} = "staticdev already-stripped"
REQUIRES = "virtual/x86_64-pokysdk-linux-gcc-crosssdk"

#everything installed under /usr/ hierarchy.
FILES_${PN} = "/usr "
inherit autotools

do_configure () {
        ./configure --enable-optimized --enable-targets=x86,x86_64 --prefix=/usr
}

#EXTRA_OECONF="--enable-optimized --enable-targets=x86,x86_64 --prefix=/usr "


BBCLASSEXTEND="native nativesdk"


++meta-spectra-ls-utils/recipes-devtools/llvm/packagegroup-llvm.bb
LICENSE="NCSA"
RDEPENDS_${PN}= "\
  llvm \
  "

++meta-spectra-ls-utils/recipes-devtools/llvm/packagegroup-nativesdk-llvm.bb
LICENSE="NCSA"
RDEPENDS_${PN}= "\
  llvm \
  "
++meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
#
# Copyright (C) 2007 OpenedHand Ltd
#

SUMMARY = "Host packages for the standalone SDK or external toolchain"
PR = "r12"
LICENSE = "MIT"

inherit packagegroup nativesdk

PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"

RDEPENDS_${PN} = "\
    nativesdk-pkgconfig \
    nativesdk-qemu \
    nativesdk-qemu-helper \
    nativesdk-pseudo \
    nativesdk-unfs3 \
    nativesdk-opkg \
    nativesdk-libtool \
    nativesdk-autoconf \
    nativesdk-automake \
    nativesdk-shadow \
    nativesdk-makedevs \
    nativesdk-smartpm \
    nativesdk-llvm \
    nativesdk-postinst-intercept \
    "

RDEPENDS_${PN}_darwin = "\
    nativesdk-pkgconfig \
    nativesdk-opkg \
    nativesdk-libtool \
    "

Thank you very much in advance,
-Jim-
________________________________
From: Joseph Andrew de la Peña [jdelapena@lexmark.com]
Sent: Tuesday, November 18, 2014 8:52 PM
To: Jim Rafert
Cc: nick; yocto@yoctoproject.org
Subject: Re: [yocto] New recipe for toolchain fails install, "ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored."

Good day Jim,

Partly correct. To add more info, native is basically intended for host tools that should be placed into the native/host sysroot. Please don't disregard that.

The clang compiler is built onto the target sysroot (i586) basically because of your recipe.

The beauty of BBCLASSEXTEND is you don't need to name your recipe such as naitvesdk-<name>.bb or <name>-native.bb<http://native.bb> (when using inherit). By default, with no inherits or BBCLASSEXTEND, the recipe's packages files will be installed into the target sysroot, i586 (which you have experienced).

Here's a quick recipe content for a tool that will be placed in native and nativesdk sysroot.

++ tool_1.0.bb<http://tool_1.0.bb>
SUMMARY=tool
LICENSE=""
SRC_URI=""
S=""

# nothing fancy
# FILES_${PN} already includes /usr/bin/* path.
# Thus, all binaries installed in /usr/bin will be part of the primary package.

BBCLASSEXTEND="native nativesdk"

++ packagegroup-<name>.bb (the specific packagegroup your package must be included)
RDEPENDS_${PN} = "\
    tool \
   "

++  nativesdk-packagegroup-sdk-host.bb<http://nativesdk-packagegroup-sdk-host.bb>  (by default, value of TOOLCHAIN_HOST_TASK, unless you specified otherwise)
RDEPENDS_${PN} = "\
    nativesdk-tool \
   "

Basically, that's just it.

Thanks,
Joseph

On Sat, Nov 15, 2014 at 1:09 AM, Jim Rafert <jimr@spectralogic.com<mailto:jimr@spectralogic.com>> wrote:
Hi Joseph,

Thanks for the tips.  I totally missed the pod2man problem, and never saw the BBCLASSEXTEND stuff in all my extensive googling.

I researched the BBCLASSEXTENDS variable in the Yocto Project Reference Manual.

From what I read, I understand that adding "native" to BBCLASSEXTEND produces executables that will run on the workstation that I use to build the recipe with bitbake.  This recipe could be REQUIREd by other recipes that depend upon it to build.

"nativesdk", on the other hand, should create executables that run on the SDKMACHINE architecture that is specified in my local.conf.

Since I only need the  Clang compiler to be available to SDK users for building applications outside of the bitbake environment, I think I need "nativesdk", but not "native".

Is my understanding of this correct, or have I totally missed the point somewhere?

Also, would it be more straighforward to just have my recipe inherit the nativesdk class?  I added BBCLASSEXTEND="native nativesdk" to my recipe, and it still seems to be building in i586-poky-linux, which is not the SKDMACHINE architecture.

Once again, thank you for your help.  You have greatly advanced my understanding of building a recipe for the SDK.

-Jim-


________________________________
From: Joseph Andrew de la Peña [jdelapena@lexmark.com<mailto:jdelapena@lexmark.com>]
Sent: Friday, November 14, 2014 12:39 AM
To: Jim Rafert
Cc: nick; yocto@yoctoproject.org<mailto:yocto@yoctoproject.org>

Subject: Re: [yocto] New recipe for toolchain fails install, "ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored."

Good day Jim,

Seems to be that the main error is due to /bin/sh: pod2man: command not found.
I think the tool is not present or any references to its path was not properly established.

Also, for your expectation to be part of native and nativesdk, please add BBCLASSEXTEND = "native nativesdk" in your recipe.

Thanks,
- J

On Fri, Nov 14, 2014 at 5:14 AM, Jim Rafert <jimr@spectralogic.com<mailto:jimr@spectralogic.com>> wrote:
I noticed that a couple of my attachments didn't make it.  So here they are. They're renamed with a .txt extension to slip them past the Argus eyes of MS Exchange.

"These are not the droids you're looking for....Move along"

-Jim-
________________________________________
From: nick [xerofoify@gmail.com<mailto:xerofoify@gmail.com>]
Sent: Thursday, November 13, 2014 1:42 PM
To: Jim Rafert; yocto@yoctoproject.org<mailto:yocto@yoctoproject.org>
Subject: Re: [yocto] New recipe for toolchain fails install, "ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored."

Hey Jim,
I had a stressful day with other things so I would like some time to unwind but I will try and help out
later if that's OK.
Nick

On 14-11-13 03:13 PM, Jim Rafert wrote:
> Hi folks,
>
> I'm trying to put together a recipe to include llvm and clang in the yocto toolchain.  My goal is to have the clang compiler available for application development.  I do not intend to compile the kernel or OS image with clang.  I have created a recipe and placed it in one of my added layers as follows:
>
> LICENSE = "NCSA"
> PR = "r0"
> LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d"
>
> SRC_URI = "file://llvm-3.5.0.tar.gz \
>           "
> SRC_URI[md5sum] = "e2dd127722ffb305c981d2a02687b4ff"
> SRC_URI[sha256sum] = "1badb762129feb7ced9484a7969c88cebab9b01b80b83002fc9690933cd7d0e0"
>
> EXTRA_OECONF = "--config=Linux-yocto "
>
> INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
>
> INSANE_SKIP_${PN} = "already-stripped"
>
> #FILES_${PN} = "${libdir}/* /usr/bin "
> inherit autotools
>
> do_configure () {
>         ./configure --enable-optimized --enable-targets=x86,x86_64 --host=x86_64-unknown-linux-gnu --build=x86_64-unknown-linux-gnu
> }
>
> The recipe is copied from another recipe of mine that builds the POCO libraries, so INSANE_SKIP_${PN} = "already-stripped" may not actually be necessary, but was left in until I got the recipe running.
>
> I add the recipe to the toolchain by including it in TOOLCHAIN_HOST_TASK from my local.conf, thus:
> "TOOLCHAIN_HOST_TASK += " llvm "
>
> This gets the source unpacked, configures, and compiles, but do_install fails with several instances of this message: "ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored."
>
> Even though it doesn't install, the build products are in the work directory, so I examined them.
>
> [jimr@krusty llvm-3.5.0]$ file /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/Release+Asserts/bin/clang
> /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/Release+Asserts/bin/clang: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.16, BuildID[sha1]=0x96bd97125551d23e94bcbbc4e68b69b8db36def9, not stripped
>
> I was hoping that this would be built for the architecture specified in local.conf for the toolchain, which is: SDKMACHINE ?= "x86_64"
>
> I think that this architecture mismatch may be the root of the problem with the LD_PRELOAD of pseudo.  I also would expect that the work directory would be under x86_64-nativesdk-pokysdk-linux or x86_64-pokysdk-linux rather than i586-poky-linux.
>
> Do any of you Yocto/OE/bitbake experts out there know what I might be doing wrong, or not doing, that causes this problem?
>
> I have attached the output of the bitbake command, my local.conf file, the recipe, and config.log and config.status from the work directory for your viewing pleasure.
>
> Any help with this would be greatly appreciated.
>
> -Jim-
>
>
>

--
_______________________________________________
yocto mailing list
yocto@yoctoproject.org<mailto:yocto@yoctoproject.org>
https://lists.yoctoproject.org/listinfo/yocto




[-- Attachment #2: Type: text/html, Size: 16663 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: New recipe for toolchain fails install, "ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored."
  2014-11-19 22:41           ` Jim Rafert
@ 2014-11-20  5:26             ` Joseph Andrew de la Peña
  0 siblings, 0 replies; 9+ messages in thread
From: Joseph Andrew de la Peña @ 2014-11-20  5:26 UTC (permalink / raw)
  To: Jim Rafert; +Cc: yocto@yoctoproject.org

[-- Attachment #1: Type: text/plain, Size: 12529 bytes --]

Good day Jim,

Please take a look at the dependency chain for the nativesdk-host and also
FILES for nativesdk-llvm.
Just wanted to clarify if you've verified it in /path/to/sdk/sysroots/<x86
host sysroot>/usr/bin?

Thanks,
Joseph

On Thu, Nov 20, 2014 at 6:41 AM, Jim Rafert <jimr@spectralogic.com> wrote:

>  Hi Joseph,
>
> Thanks for the clarification.
>
> As far as I understand, I have restructured my recipe as you directed.
>
> However, when I bitbake -c populate_sdk core-image-full-cmdline, the sdk
> installer script still does not contain the LLVM/clang stuff.
>
> I'm hoping that you can see what I have done wrong.
>
> When I look for build artifacts, here's what I find for clang in the work
> directory.
>
> [jimr@krusty work]$ find . -name clang -ls |grep bin/clang
> 99906923 45428 -rwxr-xr-x   1 jimr     jimr     46517960 Nov 19 12:00
> ./spectra_ls-poky-linux/core-image-full-cmdline/1.0-r0/sdk/image/usr/bin/clang
> 94263147 45428 -rwxr-xr-x   2 jimr     jimr     46517960 Nov 19 12:00
> ./x86_64-nativesdk-pokysdk-linux/nativesdk-llvm/3.5.0-r0/packages-split/nativesdk-llvm/usr/bin/clang
> 94263147 45428 -rwxr-xr-x   2 jimr     jimr     46517960 Nov 19 12:00
> ./x86_64-nativesdk-pokysdk-linux/nativesdk-llvm/3.5.0-r0/package/usr/bin/clang
> 88904578 56380 -rwxr-xr-x   1 jimr     jimr     57732373 Nov 19 11:51
> ./x86_64-nativesdk-pokysdk-linux/nativesdk-llvm/3.5.0-r0/llvm-3.5.0/Release+Asserts/bin/clang
> 89415572 45432 -rwxr-xr-x   1 jimr     jimr     46517960 Nov 19 12:00
> ./x86_64-nativesdk-pokysdk-linux/nativesdk-llvm/3.5.0-r0/image/usr/bin/clang
>
> Finding the clang executable in
> /spectra_ls-poky-linux/core-image-full-cmdline/1.0-r0/sdk/image/usr/bin/clang
> would seem to suggest that it should be in the SDK, but it is not.
>
> Here are the recipes...
>
> ++ meta-spectra-ls-utils/recipes-devtools/llvm/llvm_3.5.0.bb:
> #
> # This recipe requires package perl-podlators to be installed on the build
> # workstation in order to work.
> #
> # TBD: look for yocto recipe for perl-podlators to be added to REQUIRE
> # for this recipe, to remove build machine dependency.
> #
> SUMMARY = "Clang c/c++ compiler with llvm framework"
> HOMEPAGE = "http://clang.llvm.org"
> LICENSE = "NCSA"
> PR = "r0"
> LIC_FILES_CHKSUM =
> "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d"
>
> SRC_URI = "file://llvm-3.5.0.tar.gz \
>           "
>
> SRC_URI[md5sum] = "e2dd127722ffb305c981d2a02687b4ff"
> SRC_URI[sha256sum] =
> "1badb762129feb7ced9484a7969c88cebab9b01b80b83002fc9690933cd7d0e0"
>
> #EXTRA_OECONF = "--config=Linux-yocto "
>
> INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
>
> INSANE_SKIP_${PN} = "staticdev already-stripped"
> REQUIRES = "virtual/x86_64-pokysdk-linux-gcc-crosssdk"
>
> #everything installed under /usr/ hierarchy.
> FILES_${PN} = "/usr "
> inherit autotools
>
> do_configure () {
>         ./configure --enable-optimized --enable-targets=x86,x86_64
> --prefix=/usr
> }
>
> #EXTRA_OECONF="--enable-optimized --enable-targets=x86,x86_64
> --prefix=/usr "
>
>
> BBCLASSEXTEND="native nativesdk"
>
>
> ++meta-spectra-ls-utils/recipes-devtools/llvm/packagegroup-llvm.bb
> LICENSE="NCSA"
> RDEPENDS_${PN}= "\
>   llvm \
>   "
>
> ++meta-spectra-ls-utils/recipes-devtools/llvm/
> packagegroup-nativesdk-llvm.bb
> LICENSE="NCSA"
> RDEPENDS_${PN}= "\
>   llvm \
>   "
> ++meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb
> #
> # Copyright (C) 2007 OpenedHand Ltd
> #
>
> SUMMARY = "Host packages for the standalone SDK or external toolchain"
> PR = "r12"
> LICENSE = "MIT"
>
> inherit packagegroup nativesdk
>
> PACKAGEGROUP_DISABLE_COMPLEMENTARY = "1"
>
> RDEPENDS_${PN} = "\
>     nativesdk-pkgconfig \
>     nativesdk-qemu \
>     nativesdk-qemu-helper \
>     nativesdk-pseudo \
>     nativesdk-unfs3 \
>     nativesdk-opkg \
>     nativesdk-libtool \
>     nativesdk-autoconf \
>     nativesdk-automake \
>     nativesdk-shadow \
>     nativesdk-makedevs \
>     nativesdk-smartpm \
>     nativesdk-llvm \
>     nativesdk-postinst-intercept \
>     "
>
> RDEPENDS_${PN}_darwin = "\
>     nativesdk-pkgconfig \
>     nativesdk-opkg \
>     nativesdk-libtool \
>     "
>
> Thank you very much in advance,
> -Jim-
>   ------------------------------
> *From:* Joseph Andrew de la Peña [jdelapena@lexmark.com]
> *Sent:* Tuesday, November 18, 2014 8:52 PM
>
> *To:* Jim Rafert
> *Cc:* nick; yocto@yoctoproject.org
> *Subject:* Re: [yocto] New recipe for toolchain fails install, "ERROR:
> ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored."
>
>   Good day Jim,
>
>  Partly correct. To add more info, native is basically intended for host
> tools that should be placed into the native/host sysroot. Please don't
> disregard that.
>
>  The clang compiler is built onto the target sysroot (i586) basically
> because of your recipe.
>
>  The beauty of BBCLASSEXTEND is you don't need to name your recipe such
> as naitvesdk-<name>.bb or <name>-native.bb (when using inherit). By
> default, with no inherits or BBCLASSEXTEND, the recipe's packages files
> will be installed into the target sysroot, i586 (which you have
> experienced).
>
>  Here's a quick recipe content for a tool that will be placed in native
> and nativesdk sysroot.
>
>  ++ tool_1.0.bb
> SUMMARY=tool
> LICENSE=""
> SRC_URI=""
> S=""
>
>  # nothing fancy
> # FILES_${PN} already includes /usr/bin/* path.
> # Thus, all binaries installed in /usr/bin will be part of the primary
> package.
>
>  BBCLASSEXTEND="native nativesdk"
>
>  ++ packagegroup-<name>.bb (the specific packagegroup your package must
> be included)
> RDEPENDS_${PN} = "\
>     tool \
>    "
>
>  ++  nativesdk-packagegroup-sdk-host.bb  (by default, value of
> TOOLCHAIN_HOST_TASK, unless you specified otherwise)
>  RDEPENDS_${PN} = "\
>     nativesdk-tool \
>    "
>
>  Basically, that's just it.
>
>  Thanks,
> Joseph
>
> On Sat, Nov 15, 2014 at 1:09 AM, Jim Rafert <jimr@spectralogic.com> wrote:
>
>>  Hi Joseph,
>>
>> Thanks for the tips.  I totally missed the pod2man problem, and never saw
>> the BBCLASSEXTEND stuff in all my extensive googling.
>>
>> I researched the BBCLASSEXTENDS variable in the Yocto Project Reference
>> Manual.
>>
>> From what I read, I understand that adding "native" to BBCLASSEXTEND
>> produces executables that will run on the workstation that I use to build
>> the recipe with bitbake.  This recipe could be REQUIREd by other recipes
>> that depend upon it to build.
>>
>> "nativesdk", on the other hand, should create executables that run on the
>> SDKMACHINE architecture that is specified in my local.conf.
>>
>> Since I only need the  Clang compiler to be available to SDK users for
>> building applications outside of the bitbake environment, I think I need
>> "nativesdk", but not "native".
>>
>> Is my understanding of this correct, or have I totally missed the point
>> somewhere?
>>
>> Also, would it be more straighforward to just have my recipe inherit the
>> nativesdk class?  I added BBCLASSEXTEND="native nativesdk" to my recipe,
>> and it still seems to be building in i586-poky-linux, which is not the
>> SKDMACHINE architecture.
>>
>> Once again, thank you for your help.  You have greatly advanced my
>> understanding of building a recipe for the SDK.
>>
>> -Jim-
>>
>>
>>   ------------------------------
>> *From:* Joseph Andrew de la Peña [jdelapena@lexmark.com]
>> *Sent:* Friday, November 14, 2014 12:39 AM
>> *To:* Jim Rafert
>> *Cc:* nick; yocto@yoctoproject.org
>>
>> *Subject:* Re: [yocto] New recipe for toolchain fails install, "ERROR:
>> ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored."
>>
>>    Good day Jim,
>>
>>  Seems to be that the main error is due to /bin/sh: pod2man: command not
>> found.
>> I think the tool is not present or any references to its path was not
>> properly established.
>>
>>  Also, for your expectation to be part of native and nativesdk, please
>> add BBCLASSEXTEND = "native nativesdk" in your recipe.
>>
>>  Thanks,
>> - J
>>
>> On Fri, Nov 14, 2014 at 5:14 AM, Jim Rafert <jimr@spectralogic.com>
>> wrote:
>>
>>> I noticed that a couple of my attachments didn't make it.  So here they
>>> are. They're renamed with a .txt extension to slip them past the Argus eyes
>>> of MS Exchange.
>>>
>>> "These are not the droids you're looking for....Move along"
>>>
>>> -Jim-
>>> ________________________________________
>>> From: nick [xerofoify@gmail.com]
>>> Sent: Thursday, November 13, 2014 1:42 PM
>>> To: Jim Rafert; yocto@yoctoproject.org
>>> Subject: Re: [yocto] New recipe for toolchain fails install, "ERROR:
>>> ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored."
>>>
>>> Hey Jim,
>>> I had a stressful day with other things so I would like some time to
>>> unwind but I will try and help out
>>> later if that's OK.
>>> Nick
>>>
>>> On 14-11-13 03:13 PM, Jim Rafert wrote:
>>> > Hi folks,
>>> >
>>> > I'm trying to put together a recipe to include llvm and clang in the
>>> yocto toolchain.  My goal is to have the clang compiler available for
>>> application development.  I do not intend to compile the kernel or OS image
>>> with clang.  I have created a recipe and placed it in one of my added
>>> layers as follows:
>>> >
>>> > LICENSE = "NCSA"
>>> > PR = "r0"
>>> > LIC_FILES_CHKSUM =
>>> "file://LICENSE.TXT;md5=47e311aa9caedd1b3abf098bd7814d1d"
>>> >
>>> > SRC_URI = "file://llvm-3.5.0.tar.gz \
>>> >           "
>>> > SRC_URI[md5sum] = "e2dd127722ffb305c981d2a02687b4ff"
>>> > SRC_URI[sha256sum] =
>>> "1badb762129feb7ced9484a7969c88cebab9b01b80b83002fc9690933cd7d0e0"
>>> >
>>> > EXTRA_OECONF = "--config=Linux-yocto "
>>> >
>>> > INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
>>> >
>>> > INSANE_SKIP_${PN} = "already-stripped"
>>> >
>>> > #FILES_${PN} = "${libdir}/* /usr/bin "
>>> > inherit autotools
>>> >
>>> > do_configure () {
>>> >         ./configure --enable-optimized --enable-targets=x86,x86_64
>>> --host=x86_64-unknown-linux-gnu --build=x86_64-unknown-linux-gnu
>>> > }
>>> >
>>> > The recipe is copied from another recipe of mine that builds the POCO
>>> libraries, so INSANE_SKIP_${PN} = "already-stripped" may not actually be
>>> necessary, but was left in until I got the recipe running.
>>> >
>>> > I add the recipe to the toolchain by including it in
>>> TOOLCHAIN_HOST_TASK from my local.conf, thus:
>>> > "TOOLCHAIN_HOST_TASK += " llvm "
>>> >
>>> > This gets the source unpacked, configures, and compiles, but
>>> do_install fails with several instances of this message: "ERROR: ld.so:
>>> object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored."
>>> >
>>> > Even though it doesn't install, the build products are in the work
>>> directory, so I examined them.
>>> >
>>> > [jimr@krusty llvm-3.5.0]$ file
>>> /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/Release+Asserts/bin/clang
>>> >
>>> /home/jimr/tera/yocto/daisy/build/tmp/work/i586-poky-linux/llvm/3.5.0-r0/llvm-3.5.0/Release+Asserts/bin/clang:
>>> ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically
>>> linked (uses shared libs), for GNU/Linux 2.6.16,
>>> BuildID[sha1]=0x96bd97125551d23e94bcbbc4e68b69b8db36def9, not stripped
>>> >
>>> > I was hoping that this would be built for the architecture specified
>>> in local.conf for the toolchain, which is: SDKMACHINE ?= "x86_64"
>>> >
>>> > I think that this architecture mismatch may be the root of the problem
>>> with the LD_PRELOAD of pseudo.  I also would expect that the work directory
>>> would be under x86_64-nativesdk-pokysdk-linux or x86_64-pokysdk-linux
>>> rather than i586-poky-linux.
>>> >
>>> > Do any of you Yocto/OE/bitbake experts out there know what I might be
>>> doing wrong, or not doing, that causes this problem?
>>> >
>>> > I have attached the output of the bitbake command, my local.conf file,
>>> the recipe, and config.log and config.status from the work directory for
>>> your viewing pleasure.
>>> >
>>> > Any help with this would be greatly appreciated.
>>> >
>>> > -Jim-
>>> >
>>> >
>>> >
>>>
>>> --
>>> _______________________________________________
>>> yocto mailing list
>>> yocto@yoctoproject.org
>>> https://lists.yoctoproject.org/listinfo/yocto
>>>
>>>
>>
>

[-- Attachment #2: Type: text/html, Size: 16924 bytes --]

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2014-11-20  5:26 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-11-13 20:13 New recipe for toolchain fails install, "ERROR: ld.so: object 'libpseudo.so' from LD_PRELOAD cannot be preloaded: ignored." Jim Rafert
2014-11-13 20:42 ` nick
2014-11-13 21:00   ` Jim Rafert
2014-11-13 21:14   ` Jim Rafert
2014-11-14  7:39     ` Joseph Andrew de la Peña
2014-11-14 17:09       ` Jim Rafert
2014-11-19  3:52         ` Joseph Andrew de la Peña
2014-11-19 22:41           ` Jim Rafert
2014-11-20  5:26             ` Joseph Andrew de la Peña

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.