Auto detecting your dev setup to initialize the default profile (/tmp/c3ipr/pr_875_6_0_0/.conan/profiles/default)
CC and CXX: /usr/bin/gcc, /usr/bin/g++ 
Found gcc 5.4
gcc>=5, using the major as version

************************* WARNING: GCC OLD ABI COMPATIBILITY ***********************
 
Conan detected a GCC version > 5 but has adjusted the 'compiler.libcxx' setting to
'libstdc++' for backwards compatibility.
Your compiler is likely using the new CXX11 ABI by default (libstdc++11).

If you want Conan to use the new ABI for the default profile, run:

    $ conan profile update settings.compiler.libcxx=libstdc++11 default

Or edit '/tmp/c3ipr/pr_875_6_0_0/.conan/profiles/default' and set compiler.libcxx=libstdc++11

************************************************************************************



Default settings
	os=Linux
	os_build=Linux
	arch=x86_64
	arch_build=x86_64
	compiler=gcc
	compiler.version=5
	compiler.libcxx=libstdc++
	build_type=Release
*** You can change them in /tmp/c3ipr/pr_875_6_0_0/.conan/profiles/default ***
*** Or override with -s compiler='other' -s ...s***


[HOOK - conan-center.py] pre_export(): [DEPRECATED GLOBAL CPPSTD (KB-H001)] OK
[HOOK - conan-center.py] pre_export(): [REFERENCE LOWERCASE (KB-H002)] OK
[HOOK - conan-center.py] pre_export(): [RECIPE METADATA (KB-H003)] OK
[HOOK - conan-center.py] pre_export(): [HEADER_ONLY, NO COPY SOURCE (KB-H005)] OK
[HOOK - conan-center.py] pre_export(): [FPIC OPTION (KB-H006)] OK
[HOOK - conan-center.py] pre_export(): [VERSION RANGES (KB-H008)] OK
[HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] Total recipe size: 8.9814453125 KB
[HOOK - conan-center.py] pre_export(): [RECIPE FOLDER SIZE (KB-H009)] OK
[HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: None
[HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] exports: patches/**
[HOOK - conan-center.py] pre_export(): [EXPORT LICENSE (KB-H023)] OK
[HOOK - conan-center.py] pre_export(): [TEST PACKAGE FOLDER (KB-H024)] OK
[HOOK - conan-center.py] pre_export(): [META LINES (KB-H025)] OK
[HOOK - conan-center.py] pre_export(): [CONAN CENTER INDEX URL (KB-H027)] OK
[HOOK - conan-center.py] pre_export(): [CMAKE MINIMUM VERSION (KB-H028)] OK
[HOOK - conan-center.py] pre_export(): [TEST PACKAGE - RUN ENVIRONMENT (KB-H029)] OK
[HOOK - conan-center.py] pre_export(): [SYSTEM REQUIREMENTS (KB-H032)] OK
[HOOK - conan-center.py] pre_export(): [CONANDATA.YML FORMAT (KB-H030)] OK
[HOOK - conan-center.py] pre_export(): [TEST PACKAGE - NO IMPORTS() (KB-H034)] OK
[HOOK - conan-center.py] pre_export(): [NO AUTHOR (KB-H037)] OK
[HOOK - conan-center.py] pre_export(): [NO TARGET NAME (KB-H040)] OK
Exporting package recipe
univalue/1.0.5 exports: File 'conandata.yml' found. Exporting it...
univalue/1.0.5 exports: Copied 1 '.yml' file: conandata.yml
univalue/1.0.5 exports_sources: Copied 1 '.patch' file: 0001-fix-windows.patch
[HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] Saving conandata.yml: {'sources': {'1.0.5': {'url': 'https://github.com/jgarzik/univalue/archive/v1.0.5.tar.gz', 'sha256': '59eee225b078066c60277cab6dd93e74a0e7bed2be455db507eb39bd4f8e4319'}}, 'patches': {'1.0.5': [{'patch_file': 'patches/0001-fix-windows.patch', 'base_path': 'source_subfolder'}]}}
[HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] New conandata.yml contents: patches:
  1.0.5:
  - base_path: source_subfolder
    patch_file: patches/0001-fix-windows.patch
sources:
  1.0.5:
    sha256: 59eee225b078066c60277cab6dd93e74a0e7bed2be455db507eb39bd4f8e4319
    url: https://github.com/jgarzik/univalue/archive/v1.0.5.tar.gz

[HOOK - conan-center.py] post_export(): [CONANDATA.YML REDUCE (KB-H031)] OK
univalue/1.0.5: A new conanfile.py version was exported
univalue/1.0.5: Folder: /tmp/c3ipr/pr_875_6_0_0/.conan/data/univalue/1.0.5/_/_/export
univalue/1.0.5: Using the exported files summary hash as the recipe revision: 2a2fdac317f7d09f2098d6c0887ce953 
univalue/1.0.5: Exported revision: 2a2fdac317f7d09f2098d6c0887ce953
Configuration:
[settings]
arch=x86_64
arch_build=x86_64
build_type=Release
compiler=gcc
compiler.libcxx=libstdc++
compiler.version=5
os=Linux
os_build=Linux
[options]
univalue:shared=True
[build_requires]
[env]

univalue/1.0.5: Forced build from source
libtool/2.4.6: Not found in local cache, looking in remotes...
libtool/2.4.6: Trying with 'c3i_PR-875_5df178c40e522a6fb1bcb2f5d17841f7696507be'...
libtool/2.4.6: Trying with 'central'...
Downloading conanmanifest.txt
Downloading conanfile.py
Downloading conan_export.tgz
libtool/2.4.6: Downloaded recipe revision 20bcb220ad480be0de8425bd71d729d3
automake/1.16.1: Not found in local cache, looking in remotes...
automake/1.16.1: Trying with 'c3i_PR-875_5df178c40e522a6fb1bcb2f5d17841f7696507be'...
automake/1.16.1: Trying with 'central'...
Downloading conanmanifest.txt
Downloading conanfile.py
Downloading conan_export.tgz
automake/1.16.1: Downloaded recipe revision b8fbffeeaed43b00ef3d3e4f70c6f96c
autoconf/2.69: Not found in local cache, looking in remotes...
autoconf/2.69: Trying with 'c3i_PR-875_5df178c40e522a6fb1bcb2f5d17841f7696507be'...
autoconf/2.69: Trying with 'central'...
Downloading conanmanifest.txt
Downloading conanfile.py
Downloading conan_export.tgz
autoconf/2.69: Downloaded recipe revision 9034c38ceb0d7cefc1b3af9bd4c15768
univalue/1.0.5 (test package): Installing package
Requirements
    univalue/1.0.5 from local cache - Cache
Packages
    univalue/1.0.5:2de3d908e1d9b246c9b2b6ea5c083ff1297f138b - Build
Build requirements
    autoconf/2.69 from 'central' - Downloaded
    automake/1.16.1 from 'central' - Downloaded
    libtool/2.4.6 from 'central' - Downloaded
Build requirements packages
    autoconf/2.69:44fcf6b9a7fb86b2586303e3db40189d3b511830 - Download
    automake/1.16.1:204f43eef24cf786568b45ac828cbce89cc82ac8 - Download
    libtool/2.4.6:7fdf727710370bcc770868a128f7d1b913367db9 - Download

Installing (downloading, building) binaries...
autoconf/2.69: Retrieving package 44fcf6b9a7fb86b2586303e3db40189d3b511830 from remote 'central' 
Downloading conanmanifest.txt
Downloading conaninfo.txt
Downloading conan_package.tgz
autoconf/2.69: Package installed 44fcf6b9a7fb86b2586303e3db40189d3b511830
autoconf/2.69: Downloaded package revision e27a72ed2a53f179538212de65da7276
automake/1.16.1: Retrieving package 204f43eef24cf786568b45ac828cbce89cc82ac8 from remote 'central' 
Downloading conanmanifest.txt
Downloading conaninfo.txt
Downloading conan_package.tgz
automake/1.16.1: Package installed 204f43eef24cf786568b45ac828cbce89cc82ac8
automake/1.16.1: Downloaded package revision 280e8b94364fac7b886ef0a4f6b3c08a
libtool/2.4.6: Retrieving package 7fdf727710370bcc770868a128f7d1b913367db9 from remote 'central' 
Downloading conanmanifest.txt
Downloading conaninfo.txt
Downloading conan_package.tgz
libtool/2.4.6: Package installed 7fdf727710370bcc770868a128f7d1b913367db9
libtool/2.4.6: Downloaded package revision 43e7f026267b4d999c49fbb9017e2cf7
autoconf/2.69: Appending PATH env var with : /tmp/c3ipr/pr_875_6_0_0/.conan/data/autoconf/2.69/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin
autoconf/2.69: Setting AC_MACRODIR to /tmp/c3ipr/pr_875_6_0_0/.conan/data/autoconf/2.69/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin/share/autoconf
autoconf/2.69: Setting AUTOCONF to /tmp/c3ipr/pr_875_6_0_0/.conan/data/autoconf/2.69/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin/autoconf
autoconf/2.69: Setting AUTORECONF to /tmp/c3ipr/pr_875_6_0_0/.conan/data/autoconf/2.69/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin/autoreconf
autoconf/2.69: Setting AUTOHEADER to /tmp/c3ipr/pr_875_6_0_0/.conan/data/autoconf/2.69/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin/autoheader
autoconf/2.69: Setting AUTOM4TE to /tmp/c3ipr/pr_875_6_0_0/.conan/data/autoconf/2.69/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin/autom4te
autoconf/2.69: Setting AUTOM4TE_PERLLIBDIR to /tmp/c3ipr/pr_875_6_0_0/.conan/data/autoconf/2.69/_/_/package/44fcf6b9a7fb86b2586303e3db40189d3b511830/bin/share/autoconf
[HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK
automake/1.16.1: Appending PATH env var with : /tmp/c3ipr/pr_875_6_0_0/.conan/data/automake/1.16.1/_/_/package/204f43eef24cf786568b45ac828cbce89cc82ac8/bin
automake/1.16.1: Setting ACLOCAL to /tmp/c3ipr/pr_875_6_0_0/.conan/data/automake/1.16.1/_/_/package/204f43eef24cf786568b45ac828cbce89cc82ac8/bin/aclocal
automake/1.16.1: Setting AUTOMAKE_DATADIR to /tmp/c3ipr/pr_875_6_0_0/.conan/data/automake/1.16.1/_/_/package/204f43eef24cf786568b45ac828cbce89cc82ac8/bin/share
automake/1.16.1: Setting AUTOMAKE_LIBDIR to /tmp/c3ipr/pr_875_6_0_0/.conan/data/automake/1.16.1/_/_/package/204f43eef24cf786568b45ac828cbce89cc82ac8/bin/share/automake-1.16
automake/1.16.1: Setting AUTOMAKE_PERLLIBDIR to /tmp/c3ipr/pr_875_6_0_0/.conan/data/automake/1.16.1/_/_/package/204f43eef24cf786568b45ac828cbce89cc82ac8/bin/share/automake-1.16
automake/1.16.1: Setting AUTOMAKE to /tmp/c3ipr/pr_875_6_0_0/.conan/data/automake/1.16.1/_/_/package/204f43eef24cf786568b45ac828cbce89cc82ac8/bin/automake
[HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK
libtool/2.4.6: Appending PATH env var with : /tmp/c3ipr/pr_875_6_0_0/.conan/data/libtool/2.4.6/_/_/package/7fdf727710370bcc770868a128f7d1b913367db9/bin
libtool/2.4.6: Setting LIBTOOL to /tmp/c3ipr/pr_875_6_0_0/.conan/data/libtool/2.4.6/_/_/package/7fdf727710370bcc770868a128f7d1b913367db9/bin/libtool
libtool/2.4.6: Setting LIBTOOLIZE to /tmp/c3ipr/pr_875_6_0_0/.conan/data/libtool/2.4.6/_/_/package/7fdf727710370bcc770868a128f7d1b913367db9/bin/libtoolize
libtool/2.4.6: Appending var to ACLOCAL_PATH: /tmp/c3ipr/pr_875_6_0_0/.conan/data/libtool/2.4.6/_/_/package/7fdf727710370bcc770868a128f7d1b913367db9/bin/share/aclocal
[HOOK - conan-center.py] post_package_info(): [CMAKE FILE NOT IN BUILD FOLDERS (KB-H019)] OK
univalue/1.0.5: Applying build-requirement: libtool/2.4.6
univalue/1.0.5: Applying build-requirement: automake/1.16.1
univalue/1.0.5: Applying build-requirement: autoconf/2.69
[HOOK - conan-center.py] pre_source(): [IMMUTABLE SOURCES (KB-H010)] OK
univalue/1.0.5: Configuring sources in /tmp/c3ipr/pr_875_6_0_0/.conan/data/univalue/1.0.5/_/_/source

[HOOK - conan-center.py] post_source(): [LIBCXX MANAGEMENT (KB-H011)] OK
[HOOK - conan-center.py] post_source(): [CPPSTD MANAGEMENT (KB-H022)] OK
univalue/1.0.5: Copying sources to build folder
univalue/1.0.5: Building your package in /tmp/c3ipr/pr_875_6_0_0/.conan/data/univalue/1.0.5/_/_/build/2de3d908e1d9b246c9b2b6ea5c083ff1297f138b
univalue/1.0.5: Generator txt created conanbuildinfo.txt
[HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] 'fPIC' option not found
[HOOK - conan-center.py] pre_build(): [FPIC MANAGEMENT (KB-H007)] OK
univalue/1.0.5: Calling build()
autoreconf: Entering directory `.'
autoreconf: configure.ac: not using Gettext
autoreconf: running: /tmp/c3ipr/pr_875_6_0_0/.conan/data/automake/1.16.1/_/_/package/204f43eef24cf786568b45ac828cbce89cc82ac8/bin/aclocal --force -I build-aux/m4
autoreconf: configure.ac: tracing
autoreconf: running: /tmp/c3ipr/pr_875_6_0_0/.conan/data/libtool/2.4.6/_/_/package/7fdf727710370bcc770868a128f7d1b913367db9/bin/libtoolize --copy --force
libtoolize:   error: $pkgauxdir is not a directory: '/tmp/c3ipr/pr_659_8_0_0/.conan/data/libtool/2.4.6/_/_/package/7fdf727710370bcc770868a128f7d1b913367db9/bin/share/libtool/build-aux'
autoreconf: /tmp/c3ipr/pr_875_6_0_0/.conan/data/libtool/2.4.6/_/_/package/7fdf727710370bcc770868a128f7d1b913367db9/bin/libtoolize failed with exit status: 1
univalue/1.0.5: 

JSON file created at '/tmp/c3ipr/pr_875_6_0_0/_create.json'