DEBUG: Executing shell function do_compile
NOTE: VERBOSE=1 cmake --build TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build --target all --
Change Dir: 'TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build'

Run Build Command(s): ninja -v -j 70 all
[1/68] TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native/usr/bin/x86_64-oe-linux/x86_64-oe-linux-g++ --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -ITOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/include -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all  -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -O2 -g -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -pipe -fvisibility-inlines-hidden -std=c++14 -MD -MT examples/CMakeFiles/synchronous.dir/synchronous.cpp.o -MF examples/CMakeFiles/synchronous.dir/synchronous.cpp.o.d -o examples/CMakeFiles/synchronous.dir/synchronous.cpp.o -c TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/synchronous.cpp
FAILED: examples/CMakeFiles/synchronous.dir/synchronous.cpp.o 
TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native/usr/bin/x86_64-oe-linux/x86_64-oe-linux-g++ --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -ITOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/include -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all  -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -O2 -g -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -pipe -fvisibility-inlines-hidden -std=c++14 -MD -MT examples/CMakeFiles/synchronous.dir/synchronous.cpp.o -MF examples/CMakeFiles/synchronous.dir/synchronous.cpp.o.d -o examples/CMakeFiles/synchronous.dir/synchronous.cpp.o -c TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/synchronous.cpp
TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/synchronous.cpp:7:5: error: 'uint16_t' does not name a type
    7 |     uint16_t src_port;
      |     ^~~~~~~~
TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/synchronous.cpp:3:1: note: 'uint16_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
    2 | #include <sqlite_orm/sqlite_orm.h>
  +++ |+#include <cstdint>
    3 | #include <string>
TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/synchronous.cpp:8:5: error: 'uint16_t' does not name a type
    8 |     uint16_t txn_id;
      |     ^~~~~~~~
TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/synchronous.cpp:8:5: note: 'uint16_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/synchronous.cpp:9:5: error: 'uint32_t' does not name a type
    9 |     uint32_t tv_sec;
      |     ^~~~~~~~
TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/synchronous.cpp:9:5: note: 'uint32_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/synchronous.cpp:10:5: error: 'uint32_t' does not name a type
   10 |     uint32_t tv_usec;
      |     ^~~~~~~~
TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/synchronous.cpp:10:5: note: 'uint32_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/synchronous.cpp:12:5: error: 'uint16_t' does not name a type
   12 |     uint16_t type;
      |     ^~~~~~~~
TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/synchronous.cpp:12:5: note: 'uint16_t' is defined in header '<cstdint>'; this is probably fixable by adding '#include <cstdint>'
TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/synchronous.cpp: In function 'int main(int, char**)':
TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/synchronous.cpp:21:74: error: 'tv_sec' is not a member of 'Query'
   21 |                                            make_column("tv_sec", &Query::tv_sec),
      |                                                                          ^~~~~~
TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/synchronous.cpp:22:75: error: 'tv_usec' is not a member of 'Query'
   22 |                                            make_column("tv_usec", &Query::tv_usec),
      |                                                                           ^~~~~~~
TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/synchronous.cpp:24:72: error: 'type' is not a member of 'Query'
   24 |                                            make_column("type", &Query::type),
      |                                                                        ^~~~
TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/synchronous.cpp:26:76: error: 'src_port' is not a member of 'Query'
   26 |                                            make_column("src_port", &Query::src_port),
      |                                                                            ^~~~~~~~
TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/synchronous.cpp:27:74: error: 'txn_id' is not a member of 'Query'
   27 |                                            make_column("txn_id", &Query::txn_id)));
      |                                                                          ^~~~~~
TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/synchronous.cpp:30:29: error: expected primary-expression before '>' token
   30 |     storage.remove_all<Query>();
      |                             ^
TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/synchronous.cpp:30:31: error: expected primary-expression before ')' token
   30 |     storage.remove_all<Query>();
      |                               ^
[2/68] TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native/usr/bin/x86_64-oe-linux/x86_64-oe-linux-g++ --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -ITOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/include -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all  -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -O2 -g -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -pipe -fvisibility-inlines-hidden -std=c++14 -MD -MT examples/CMakeFiles/blob.dir/blob.cpp.o -MF examples/CMakeFiles/blob.dir/blob.cpp.o.d -o examples/CMakeFiles/blob.dir/blob.cpp.o -c TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/blob.cpp
[3/68] TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native/usr/bin/x86_64-oe-linux/x86_64-oe-linux-g++ --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -ITOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/include -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all  -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -O2 -g -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -pipe -fvisibility-inlines-hidden -std=c++14 -MD -MT examples/CMakeFiles/in_memory.dir/in_memory.cpp.o -MF examples/CMakeFiles/in_memory.dir/in_memory.cpp.o.d -o examples/CMakeFiles/in_memory.dir/in_memory.cpp.o -c TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/in_memory.cpp
[4/68] TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native/usr/bin/x86_64-oe-linux/x86_64-oe-linux-g++ --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -ITOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/include -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all  -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -O2 -g -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -pipe -fvisibility-inlines-hidden -std=c++14 -MD -MT examples/CMakeFiles/having.dir/having.cpp.o -MF examples/CMakeFiles/having.dir/having.cpp.o.d -o examples/CMakeFiles/having.dir/having.cpp.o -c TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/having.cpp
[5/68] TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native/usr/bin/x86_64-oe-linux/x86_64-oe-linux-g++ --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -ITOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/include -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all  -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -O2 -g -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -pipe -fvisibility-inlines-hidden -std=c++14 -MD -MT examples/CMakeFiles/unique.dir/unique.cpp.o -MF examples/CMakeFiles/unique.dir/unique.cpp.o.d -o examples/CMakeFiles/unique.dir/unique.cpp.o -c TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/unique.cpp
[6/68] TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native/usr/bin/x86_64-oe-linux/x86_64-oe-linux-g++ --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -ITOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/include -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all  -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -O2 -g -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -pipe -fvisibility-inlines-hidden -std=c++14 -MD -MT examples/CMakeFiles/index.dir/index.cpp.o -MF examples/CMakeFiles/index.dir/index.cpp.o.d -o examples/CMakeFiles/index.dir/index.cpp.o -c TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/index.cpp
[7/68] TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native/usr/bin/x86_64-oe-linux/x86_64-oe-linux-g++ --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -ITOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/include -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all  -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -O2 -g -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -pipe -fvisibility-inlines-hidden -std=c++14 -MD -MT examples/CMakeFiles/insert.dir/insert.cpp.o -MF examples/CMakeFiles/insert.dir/insert.cpp.o.d -o examples/CMakeFiles/insert.dir/insert.cpp.o -c TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/insert.cpp
[8/68] TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native/usr/bin/x86_64-oe-linux/x86_64-oe-linux-g++ --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -ITOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/include -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all  -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -O2 -g -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -pipe -fvisibility-inlines-hidden -std=c++14 -MD -MT examples/CMakeFiles/key_value.dir/key_value.cpp.o -MF examples/CMakeFiles/key_value.dir/key_value.cpp.o.d -o examples/CMakeFiles/key_value.dir/key_value.cpp.o -c TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/key_value.cpp
[9/68] TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native/usr/bin/x86_64-oe-linux/x86_64-oe-linux-g++ --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -ITOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/include -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all  -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -O2 -g -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -pipe -fvisibility-inlines-hidden -std=c++14 -MD -MT examples/CMakeFiles/iteration.dir/iteration.cpp.o -MF examples/CMakeFiles/iteration.dir/iteration.cpp.o.d -o examples/CMakeFiles/iteration.dir/iteration.cpp.o -c TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/iteration.cpp
[10/68] TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native/usr/bin/x86_64-oe-linux/x86_64-oe-linux-g++ --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -ITOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/include -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all  -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -O2 -g -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -pipe -fvisibility-inlines-hidden -std=c++14 -MD -MT examples/CMakeFiles/enum_binding.dir/enum_binding.cpp.o -MF examples/CMakeFiles/enum_binding.dir/enum_binding.cpp.o.d -o examples/CMakeFiles/enum_binding.dir/enum_binding.cpp.o -c TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/enum_binding.cpp
[11/68] TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native/usr/bin/x86_64-oe-linux/x86_64-oe-linux-g++ --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -ITOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/include -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all  -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -O2 -g -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -pipe -fvisibility-inlines-hidden -std=c++14 -MD -MT examples/CMakeFiles/nullable_enum_binding.dir/nullable_enum_binding.cpp.o -MF examples/CMakeFiles/nullable_enum_binding.dir/nullable_enum_binding.cpp.o.d -o examples/CMakeFiles/nullable_enum_binding.dir/nullable_enum_binding.cpp.o -c TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/nullable_enum_binding.cpp
[12/68] TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native/usr/bin/x86_64-oe-linux/x86_64-oe-linux-g++ --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -ITOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/include -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all  -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -O2 -g -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -pipe -fvisibility-inlines-hidden -std=c++14 -MD -MT examples/CMakeFiles/composite_key.dir/composite_key.cpp.o -MF examples/CMakeFiles/composite_key.dir/composite_key.cpp.o.d -o examples/CMakeFiles/composite_key.dir/composite_key.cpp.o -c TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/composite_key.cpp
[13/68] TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native/usr/bin/x86_64-oe-linux/x86_64-oe-linux-g++ --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -ITOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/include -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all  -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -O2 -g -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -pipe -fvisibility-inlines-hidden -std=c++14 -MD -MT examples/CMakeFiles/custom_aliases.dir/custom_aliases.cpp.o -MF examples/CMakeFiles/custom_aliases.dir/custom_aliases.cpp.o.d -o examples/CMakeFiles/custom_aliases.dir/custom_aliases.cpp.o -c TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/custom_aliases.cpp
[14/68] TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native/usr/bin/x86_64-oe-linux/x86_64-oe-linux-g++ --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -ITOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/include -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all  -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -O2 -g -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -pipe -fvisibility-inlines-hidden -std=c++14 -MD -MT examples/CMakeFiles/multi_table_select.dir/multi_table_select.cpp.o -MF examples/CMakeFiles/multi_table_select.dir/multi_table_select.cpp.o.d -o examples/CMakeFiles/multi_table_select.dir/multi_table_select.cpp.o -c TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/multi_table_select.cpp
[15/68] TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native/usr/bin/x86_64-oe-linux/x86_64-oe-linux-g++ --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -ITOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/include -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all  -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -O2 -g -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -pipe -fvisibility-inlines-hidden -std=c++14 -MD -MT examples/CMakeFiles/cross_join.dir/cross_join.cpp.o -MF examples/CMakeFiles/cross_join.dir/cross_join.cpp.o.d -o examples/CMakeFiles/cross_join.dir/cross_join.cpp.o -c TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/cross_join.cpp
[16/68] TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native/usr/bin/x86_64-oe-linux/x86_64-oe-linux-g++ --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -ITOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/include -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all  -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -O2 -g -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -pipe -fvisibility-inlines-hidden -std=c++14 -MD -MT examples/CMakeFiles/date_time.dir/date_time.cpp.o -MF examples/CMakeFiles/date_time.dir/date_time.cpp.o.d -o examples/CMakeFiles/date_time.dir/date_time.cpp.o -c TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/date_time.cpp
[17/68] TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native/usr/bin/x86_64-oe-linux/x86_64-oe-linux-g++ --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -ITOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/include -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all  -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -O2 -g -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -pipe -fvisibility-inlines-hidden -std=c++14 -MD -MT examples/CMakeFiles/select.dir/select.cpp.o -MF examples/CMakeFiles/select.dir/select.cpp.o.d -o examples/CMakeFiles/select.dir/select.cpp.o -c TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/select.cpp
[18/68] TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native/usr/bin/x86_64-oe-linux/x86_64-oe-linux-g++ --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -ITOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/include -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all  -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -O2 -g -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -pipe -fvisibility-inlines-hidden -std=c++14 -MD -MT examples/CMakeFiles/private_class_members.dir/private_class_members.cpp.o -MF examples/CMakeFiles/private_class_members.dir/private_class_members.cpp.o.d -o examples/CMakeFiles/private_class_members.dir/private_class_members.cpp.o -c TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/private_class_members.cpp
[19/68] TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native/usr/bin/x86_64-oe-linux/x86_64-oe-linux-g++ --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -ITOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/include -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all  -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -O2 -g -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -pipe -fvisibility-inlines-hidden -std=c++14 -MD -MT examples/CMakeFiles/distinct.dir/distinct.cpp.o -MF examples/CMakeFiles/distinct.dir/distinct.cpp.o.d -o examples/CMakeFiles/distinct.dir/distinct.cpp.o -c TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/distinct.cpp
[20/68] TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native/usr/bin/x86_64-oe-linux/x86_64-oe-linux-g++ --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -ITOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/include -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all  -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -O2 -g -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -pipe -fvisibility-inlines-hidden -std=c++14 -MD -MT examples/CMakeFiles/group_by.dir/group_by.cpp.o -MF examples/CMakeFiles/group_by.dir/group_by.cpp.o.d -o examples/CMakeFiles/group_by.dir/group_by.cpp.o -c TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/group_by.cpp
[21/68] TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native/usr/bin/x86_64-oe-linux/x86_64-oe-linux-g++ --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -ITOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/include -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all  -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -O2 -g -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -pipe -fvisibility-inlines-hidden -std=c++14 -MD -MT examples/CMakeFiles/except_intersection.dir/except_intersection.cpp.o -MF examples/CMakeFiles/except_intersection.dir/except_intersection.cpp.o.d -o examples/CMakeFiles/except_intersection.dir/except_intersection.cpp.o -c TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/except_intersection.cpp
[22/68] TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native/usr/bin/x86_64-oe-linux/x86_64-oe-linux-g++ --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -ITOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/include -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all  -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -O2 -g -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -pipe -fvisibility-inlines-hidden -std=c++14 -MD -MT examples/CMakeFiles/update.dir/update.cpp.o -MF examples/CMakeFiles/update.dir/update.cpp.o.d -o examples/CMakeFiles/update.dir/update.cpp.o -c TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/update.cpp
[23/68] TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native/usr/bin/x86_64-oe-linux/x86_64-oe-linux-g++ --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -ITOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/include -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all  -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -O2 -g -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -pipe -fvisibility-inlines-hidden -std=c++14 -MD -MT examples/CMakeFiles/case.dir/case.cpp.o -MF examples/CMakeFiles/case.dir/case.cpp.o.d -o examples/CMakeFiles/case.dir/case.cpp.o -c TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/case.cpp
[24/68] TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native/usr/bin/x86_64-oe-linux/x86_64-oe-linux-g++ --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -ITOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/include -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all  -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -O2 -g -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -pipe -fvisibility-inlines-hidden -std=c++14 -MD -MT examples/CMakeFiles/subentities.dir/subentities.cpp.o -MF examples/CMakeFiles/subentities.dir/subentities.cpp.o.d -o examples/CMakeFiles/subentities.dir/subentities.cpp.o -c TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/subentities.cpp
[25/68] TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native/usr/bin/x86_64-oe-linux/x86_64-oe-linux-g++ --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -ITOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/include -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all  -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -O2 -g -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -pipe -fvisibility-inlines-hidden -std=c++14 -MD -MT examples/CMakeFiles/union.dir/union.cpp.o -MF examples/CMakeFiles/union.dir/union.cpp.o.d -o examples/CMakeFiles/union.dir/union.cpp.o -c TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/union.cpp
[26/68] TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native/usr/bin/x86_64-oe-linux/x86_64-oe-linux-g++ --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -ITOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/include -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all  -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -O2 -g -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -pipe -fvisibility-inlines-hidden -std=c++14 -MD -MT examples/CMakeFiles/collate.dir/collate.cpp.o -MF examples/CMakeFiles/collate.dir/collate.cpp.o.d -o examples/CMakeFiles/collate.dir/collate.cpp.o -c TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/collate.cpp
[27/68] TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native/usr/bin/x86_64-oe-linux/x86_64-oe-linux-g++ --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -ITOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/include -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all  -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -O2 -g -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -pipe -fvisibility-inlines-hidden -std=c++14 -MD -MT examples/CMakeFiles/natural_join.dir/natural_join.cpp.o -MF examples/CMakeFiles/natural_join.dir/natural_join.cpp.o.d -o examples/CMakeFiles/natural_join.dir/natural_join.cpp.o -c TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/natural_join.cpp
[28/68] TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native/usr/bin/x86_64-oe-linux/x86_64-oe-linux-g++ --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -ITOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/include -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all  -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -O2 -g -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -pipe -fvisibility-inlines-hidden -std=c++14 -MD -MT examples/CMakeFiles/prepared_statement.dir/prepared_statement.cpp.o -MF examples/CMakeFiles/prepared_statement.dir/prepared_statement.cpp.o.d -o examples/CMakeFiles/prepared_statement.dir/prepared_statement.cpp.o -c TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/prepared_statement.cpp
[29/68] TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native/usr/bin/x86_64-oe-linux/x86_64-oe-linux-g++ --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -ITOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/include -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all  -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -O2 -g -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -pipe -fvisibility-inlines-hidden -std=c++14 -MD -MT examples/CMakeFiles/foreign_key.dir/foreign_key.cpp.o -MF examples/CMakeFiles/foreign_key.dir/foreign_key.cpp.o.d -o examples/CMakeFiles/foreign_key.dir/foreign_key.cpp.o -c TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/foreign_key.cpp
[30/68] TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native/usr/bin/x86_64-oe-linux/x86_64-oe-linux-g++ --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -ITOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/include -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all  -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -O2 -g -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -pipe -fvisibility-inlines-hidden -std=c++14 -MD -MT examples/CMakeFiles/exists.dir/exists.cpp.o -MF examples/CMakeFiles/exists.dir/exists.cpp.o.d -o examples/CMakeFiles/exists.dir/exists.cpp.o -c TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/exists.cpp
[31/68] TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native/usr/bin/x86_64-oe-linux/x86_64-oe-linux-g++ --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -ITOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/include -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all  -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -O2 -g -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -pipe -fvisibility-inlines-hidden -std=c++14 -MD -MT examples/CMakeFiles/core_functions.dir/core_functions.cpp.o -MF examples/CMakeFiles/core_functions.dir/core_functions.cpp.o.d -o examples/CMakeFiles/core_functions.dir/core_functions.cpp.o -c TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/core_functions.cpp
[32/68] TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native/usr/bin/x86_64-oe-linux/x86_64-oe-linux-g++ --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -ITOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/include -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all  -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -O2 -g -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -pipe -fvisibility-inlines-hidden -std=c++14 -MD -MT examples/CMakeFiles/left_and_inner_join.dir/left_and_inner_join.cpp.o -MF examples/CMakeFiles/left_and_inner_join.dir/left_and_inner_join.cpp.o.d -o examples/CMakeFiles/left_and_inner_join.dir/left_and_inner_join.cpp.o -c TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/left_and_inner_join.cpp
[33/68] TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native/usr/bin/x86_64-oe-linux/x86_64-oe-linux-g++ --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -ITOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/include -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all  -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -O2 -g -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -pipe -fvisibility-inlines-hidden -std=c++14 -MD -MT examples/CMakeFiles/subquery.dir/subquery.cpp.o -MF examples/CMakeFiles/subquery.dir/subquery.cpp.o.d -o examples/CMakeFiles/subquery.dir/subquery.cpp.o -c TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/subquery.cpp
[34/68] TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native/usr/bin/x86_64-oe-linux/x86_64-oe-linux-g++ --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -ITOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/include -m64 -march=core2 -mtune=core2 -msse3 -mfpmath=sse -fstack-protector-all  -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security  --sysroot=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot  -O2 -g -fcanon-prefix-map  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git=/usr/src/debug/sqlite-orm/1.5  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build=/usr/src/debug/sqlite-orm/1.5  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot=  -fdebug-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -fmacro-prefix-map=TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/recipe-sysroot-native=  -pipe -fvisibility-inlines-hidden -std=c++14 -MD -MT examples/CMakeFiles/self_join.dir/self_join.cpp.o -MF examples/CMakeFiles/self_join.dir/self_join.cpp.o.d -o examples/CMakeFiles/self_join.dir/self_join.cpp.o -c TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/git/examples/self_join.cpp
ninja: build stopped: subcommand failed.

WARNING: TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/temp/run.do_compile.2270645:153 exit 1 from 'eval ${DESTDIR:+DESTDIR=${DESTDIR} }VERBOSE=1 cmake --build 'TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/build' "$@" -- ${EXTRA_OECMAKE_BUILD}'
WARNING: Backtrace (BB generated script): 
	#1: cmake_runcmake_build, TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/temp/run.do_compile.2270645, line 153
	#2: cmake_do_compile, TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/temp/run.do_compile.2270645, line 147
	#3: do_compile, TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/temp/run.do_compile.2270645, line 142
	#4: main, TOPDIR/tmp/work/core2-64-oe-linux/sqlite-orm/1.5/temp/run.do_compile.2270645, line 166

Error details

Submitted on:
28/03/25 00:35
Error type:
Recipe
Task:
do_compile
Recipe:
sqlite-orm
Recipe version:
1.5-r0
Machine:
qemux86-64
Distro:
nodistro
Build system:
x86_64-linux
Target system:
x86_64-oe-linux
Host distro:
gentoo-2.17/gentoo-2.17
Branch:
jansa/master
Commit:
73e39180248e3e768a9759da9f2c59d3d3290a28
Build:
#203365
Submitter:
Martin.Jansa@gmail.com
Similar errors:
3
Open a bug