DEBUG: Executing shell function do_compile
NOTE: cmake --build TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/snappy/1.1.10/build --target all --
[1/6] Building CXX object CMakeFiles/snappy.dir/snappy-sinksource.cc.o
[2/6] Building CXX object CMakeFiles/snappy.dir/snappy-stubs-internal.cc.o
[3/6] Building CXX object CMakeFiles/snappy.dir/snappy-c.cc.o
[4/6] Building CXX object CMakeFiles/snappy.dir/snappy.cc.o
FAILED: CMakeFiles/snappy.dir/snappy.cc.o 
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/snappy/1.1.10/recipe-sysroot-native/usr/bin/arm-yoe-linux-gnueabi/arm-yoe-linux-gnueabi-clang++ --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/snappy/1.1.10/recipe-sysroot -DHAVE_CONFIG_H -Dsnappy_EXPORTS -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/snappy/1.1.10/build -ITOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/snappy/1.1.10/git -target arm-yoe-linux-gnueabi  -mthumb -mfpu=neon -mfloat-abi=hard -mcpu=cortex-a15 -mlittle-endian --dyld-prefix=/usr -Qunused-arguments -fstack-protector-strong  -O2 -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security -D_TIME_BITS=64 -D_FILE_OFFSET_BITS=64  --sysroot=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/snappy/1.1.10/recipe-sysroot  -O2 -pipe -g -feliminate-unused-debug-types   -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/snappy/1.1.10/git=/usr/src/debug/snappy/1.1.10  -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/snappy/1.1.10/git=/usr/src/debug/snappy/1.1.10  -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/snappy/1.1.10/build=/usr/src/debug/snappy/1.1.10  -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/snappy/1.1.10/build=/usr/src/debug/snappy/1.1.10  -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/snappy/1.1.10/recipe-sysroot=  -fmacro-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/snappy/1.1.10/recipe-sysroot=  -fdebug-prefix-map=TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/snappy/1.1.10/recipe-sysroot-native=  -fPIC -fvisibility-inlines-hidden  -Wall -Wextra -fno-exceptions -fno-rtti -std=c++11 -fPIC -MD -MT CMakeFiles/snappy.dir/snappy.cc.o -MF CMakeFiles/snappy.dir/snappy.cc.o.d -o CMakeFiles/snappy.dir/snappy.cc.o -c TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/snappy/1.1.10/git/snappy.cc
In file included from TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/snappy/1.1.10/git/snappy.cc:29:
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/snappy/1.1.10/git/snappy-internal.h:106:10: error: use of undeclared identifier 'vminvq_u8'; did you mean 'vmvnq_u8'?
  106 |   assert(vminvq_u8(shuffle_mask) >= 0 && vmaxvq_u8(shuffle_mask) <= 15);
      |          ^~~~~~~~~
      |          vmvnq_u8
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/snappy/1.1.10/recipe-sysroot/usr/include/assert.h:100:27: note: expanded from macro 'assert'
  100 |      (static_cast <bool> (expr)                                         \
      |                           ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/snappy/1.1.10/recipe-sysroot-native/usr/lib/clang/17/include/arm_neon.h:17364:17: note: 'vmvnq_u8' declared here
 17364 | __ai uint8x16_t vmvnq_u8(uint8x16_t __p0) {
       |                 ^
In file included from TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/snappy/1.1.10/git/snappy.cc:29:
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/snappy/1.1.10/git/snappy-internal.h:106:42: error: use of undeclared identifier 'vmaxvq_u8'
  106 |   assert(vminvq_u8(shuffle_mask) >= 0 && vmaxvq_u8(shuffle_mask) <= 15);
      |                                          ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/snappy/1.1.10/git/snappy-internal.h:107:10: error: use of undeclared identifier 'vqtbl1q_u8'; did you mean 'vtbl1_u8'?
  107 |   return vqtbl1q_u8(input, shuffle_mask);
      |          ^~~~~~~~~~
      |          vtbl1_u8
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/snappy/1.1.10/recipe-sysroot-native/usr/lib/clang/17/include/arm_neon.h:30513:16: note: 'vtbl1_u8' declared here
 30513 | __ai uint8x8_t vtbl1_u8(uint8x8_t __p0, uint8x8_t __p1) {
       |                ^
In file included from TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/snappy/1.1.10/git/snappy.cc:29:
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/snappy/1.1.10/git/snappy-internal.h:107:21: error: cannot initialize a parameter of type 'uint8x8_t' (vector of 8 'uint8_t' values) with an lvalue of type 'V128' (aka 'uint8x16_t')
  107 |   return vqtbl1q_u8(input, shuffle_mask);
      |                     ^~~~~
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/snappy/1.1.10/recipe-sysroot-native/usr/lib/clang/17/include/arm_neon.h:30513:35: note: passing argument to parameter '__p0' here
 30513 | __ai uint8x8_t vtbl1_u8(uint8x8_t __p0, uint8x8_t __p1) {
       |                                   ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/snappy/1.1.10/git/snappy.cc:1293:37: warning: comparison of integers of different signs: 'size_t' (aka 'unsigned int') and 'ptrdiff_t' (aka 'int') [-Wsign-compare]
 1293 |              (op + deferred_length) < op_limit_min_slop);
      |               ~~~~~~~~~~~~~~~~~~~~  ^ ~~~~~~~~~~~~~~~~~
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/snappy/1.1.10/git/snappy.cc:1293:37: warning: comparison of integers of different signs: 'size_t' (aka 'unsigned int') and 'ptrdiff_t' (aka 'int') [-Wsign-compare]
 1293 |              (op + deferred_length) < op_limit_min_slop);
      |               ~~~~~~~~~~~~~~~~~~~~  ^ ~~~~~~~~~~~~~~~~~
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/snappy/1.1.10/git/snappy.cc:1405:15: note: in instantiation of function template specialization 'snappy::DecompressBranchless<char *>' requested here
 1405 |               DecompressBranchless(reinterpret_cast<const uint8_t*>(ip),
      |               ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/snappy/1.1.10/git/snappy.cc:1600:17: note: in instantiation of function template specialization 'snappy::SnappyDecompressor::DecompressAllTags<snappy::SnappyIOVecWriter>' requested here
 1600 |   decompressor->DecompressAllTags(writer);
      |                 ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/snappy/1.1.10/git/snappy.cc:1587:10: note: in instantiation of function template specialization 'snappy::InternalUncompressAllTags<snappy::SnappyIOVecWriter>' requested here
 1587 |   return InternalUncompressAllTags(&decompressor, writer, r->Available(),
      |          ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/snappy/1.1.10/git/snappy.cc:1936:10: note: in instantiation of function template specialization 'snappy::InternalUncompress<snappy::SnappyIOVecWriter>' requested here
 1936 |   return InternalUncompress(compressed, &output);
      |          ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/snappy/1.1.10/git/snappy.cc:1293:37: warning: comparison of integers of different signs: 'size_t' (aka 'unsigned int') and 'ptrdiff_t' (aka 'int') [-Wsign-compare]
 1293 |              (op + deferred_length) < op_limit_min_slop);
      |               ~~~~~~~~~~~~~~~~~~~~  ^ ~~~~~~~~~~~~~~~~~
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/snappy/1.1.10/git/snappy.cc:1405:15: note: in instantiation of function template specialization 'snappy::DecompressBranchless<unsigned int>' requested here
 1405 |               DecompressBranchless(reinterpret_cast<const uint8_t*>(ip),
      |               ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/snappy/1.1.10/git/snappy.cc:1600:17: note: in instantiation of function template specialization 'snappy::SnappyDecompressor::DecompressAllTags<snappy::SnappyDecompressionValidator>' requested here
 1600 |   decompressor->DecompressAllTags(writer);
      |                 ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/snappy/1.1.10/git/snappy.cc:1587:10: note: in instantiation of function template specialization 'snappy::InternalUncompressAllTags<snappy::SnappyDecompressionValidator>' requested here
 1587 |   return InternalUncompressAllTags(&decompressor, writer, r->Available(),
      |          ^
TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/snappy/1.1.10/git/snappy.cc:2101:10: note: in instantiation of function template specialization 'snappy::InternalUncompress<snappy::SnappyDecompressionValidator>' requested here
 2101 |   return InternalUncompress(&reader, &writer);
      |          ^
3 warnings and 4 errors generated.
ninja: build stopped: subcommand failed.
WARNING: TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/snappy/1.1.10/temp/run.do_compile.785300:152 exit 1 from 'eval ${DESTDIR:+DESTDIR=${DESTDIR} } cmake --build 'TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/snappy/1.1.10/build' "$@" -- ${EXTRA_OECMAKE_BUILD}'
WARNING: Backtrace (BB generated script): 
	#1: cmake_runcmake_build, TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/snappy/1.1.10/temp/run.do_compile.785300, line 152
	#2: cmake_do_compile, TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/snappy/1.1.10/temp/run.do_compile.785300, line 146
	#3: do_compile, TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/snappy/1.1.10/temp/run.do_compile.785300, line 141
	#4: main, TOPDIR/build/tmp/work/cortexa15t2hf-neon-yoe-linux-gnueabi/snappy/1.1.10/temp/run.do_compile.785300, line 165

Error details

Submitted on:
05/12/23 11:53
Error type:
Recipe
Task:
do_compile
Recipe:
snappy
Recipe version:
1.1.10-r0
Machine:
qemuarm
Distro:
yoe
Build system:
x86_64-linux
Target system:
arm-yoe-linux-gnueabi
Host distro:
ubuntu-22.04/ubuntu-22.04
Branch:
HEAD
Commit:
92cfe49bc61f657900001a8347e7f5d55d5d4c61
Build:
#175601
Submitter:
ab@rdk
Similar errors:
3
Open a bug