┌─┤[$]|[sl1pkn07]|[sL1pKn07]|[/media/COSAS/aplicaciones/ncnn]| └───╼ makepkg ==> Creando el paquete: ncnn 20221128-1 (sáb 03 dic 2022 15:12:48) ==> Comprobando dependencias mientras se ejecuta... ==> Comprobando dependencias mientras se compila... ==> Recibiendo las fuentes... -> ncnn-20221128.tar.gz ha sido encontrado ==> Validando los archivos source con b2sums... ncnn-20221128.tar.gz ... Aprobado ==> Eliminando el directorio $srcdir/... ==> Extrayendo las fuentes... -> Extrayendo ncnn-20221128.tar.gz con bsdtar ==> Eliminando el directorio $pkgdir/... ==> Iniciando build()... -- CMAKE_INSTALL_PREFIX = /usr -- NCNN_VERSION_STRING = 1.0.20221203 -- The C compiler identification is GNU 12.2.0 -- The CXX compiler identification is GNU 12.2.0 -- Detecting C compiler ABI info -- Detecting C compiler ABI info - done -- Check for working C compiler: /usr/bin/cc - skipped -- Detecting C compile features -- Detecting C compile features - done -- Detecting CXX compiler ABI info -- Detecting CXX compiler ABI info - done -- Check for working CXX compiler: /usr/bin/c++ - skipped -- Detecting CXX compile features -- Detecting CXX compile features - done -- Performing Test NCNN_COMPILER_SUPPORT_X86_AVX -- Performing Test NCNN_COMPILER_SUPPORT_X86_AVX - Success -- Performing Test NCNN_COMPILER_SUPPORT_X86_FMA -- Performing Test NCNN_COMPILER_SUPPORT_X86_FMA - Success -- Performing Test NCNN_COMPILER_SUPPORT_X86_XOP -- Performing Test NCNN_COMPILER_SUPPORT_X86_XOP - Success -- Performing Test NCNN_COMPILER_SUPPORT_X86_F16C -- Performing Test NCNN_COMPILER_SUPPORT_X86_F16C - Success -- Performing Test NCNN_COMPILER_SUPPORT_X86_AVX2 -- Performing Test NCNN_COMPILER_SUPPORT_X86_AVX2 - Success -- Performing Test NCNN_COMPILER_SUPPORT_X86_AVX512 -- Performing Test NCNN_COMPILER_SUPPORT_X86_AVX512 - Success -- Performing Test NCNN_COMPILER_SUPPORT_X86_AVX_VNNI -- Performing Test NCNN_COMPILER_SUPPORT_X86_AVX_VNNI - Success -- Performing Test NCNN_COMPILER_SUPPORT_X86_AVX512_VNNI -- Performing Test NCNN_COMPILER_SUPPORT_X86_AVX512_VNNI - Success -- Performing Test NCNN_COMPILER_SUPPORT_X86_AVX512_BF16 -- Performing Test NCNN_COMPILER_SUPPORT_X86_AVX512_BF16 - Success -- Performing Test NCNN_COMPILER_SUPPORT_X86_AVX512_FP16 -- Performing Test NCNN_COMPILER_SUPPORT_X86_AVX512_FP16 - Success -- Target arch: x86 -- Performing Test CMAKE_HAVE_LIBC_PTHREAD -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Success -- Found Threads: TRUE -- Found glslang: /usr/lib/libglslang.so.11.12.0 (found version "11.12.0") -- Found SPIRV: /usr/lib/libSPIRV.so.11.12.0 (found version "11.12.0") -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_VISIBILITY - Success -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY -- Performing Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY - Success -- Performing Test COMPILER_HAS_DEPRECATED_ATTR -- Performing Test COMPILER_HAS_DEPRECATED_ATTR - Success -- Found OpenMP_C: -fopenmp (found version "4.5") -- Found OpenMP_CXX: -fopenmp (found version "4.5") -- Found OpenMP: TRUE (found version "4.5") -- Found Protobuf: /usr/lib/libprotobuf.so (found version "3.21.10") -- Found CUDA: /opt/cuda (found suitable exact version "11.8") -- Configuring done -- Generating done -- Build files have been written to: /tmp/makepkg/ncnn/src/build ninja: Entering directory `build' [988/1013] Building CXX object src/CMakeFiles/ncnn.dir/layer/fold.cpp.o /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/fold.cpp: En la función miembro ‘virtual int ncnn::Fold::forward(const ncnn::Mat&, ncnn::Mat&, const ncnn::Option&) const’: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/fold.cpp:44:15: aviso: unused variable ‘size’ [-Wunused-variable] 44 | const int size = bottom_blob.w; | ^~~~ [996/1013] Building CXX object src/CMakeFiles/ncnn.dir/layer/x86/deformableconv2d_x86_avx.cpp.o En el fichero incluido desde /tmp/makepkg/ncnn/src/build/src/layer/x86/deformableconv2d_x86_avx.cpp:38: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack4.h: En la función ‘void ncnn::deformableconv2d_pack4_sse(const std::vector&, Mat&, const Mat&, const Mat&, int, int, int, int, int, int, int, int, int, const Mat&, const Option&)’: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack4.h:30:15: aviso: unused variable ‘size’ [-Wunused-variable] 30 | const int size = outw * outh; | ^~~~ /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack4.h:31:15: aviso: unused variable ‘maxk’ [-Wunused-variable] 31 | const int maxk = kernel_w * kernel_h; | ^~~~ En el fichero incluido desde /tmp/makepkg/ncnn/src/build/src/layer/x86/deformableconv2d_x86_avx.cpp:39: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack1to4.h: En la función ‘void ncnn::deformableconv2d_pack1to4_sse(const std::vector&, Mat&, const Mat&, const Mat&, int, int, int, int, int, int, int, int, int, const Mat&, const Option&)’: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack1to4.h:30:15: aviso: unused variable ‘size’ [-Wunused-variable] 30 | const int size = outw * outh; | ^~~~ /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack1to4.h:31:15: aviso: unused variable ‘maxk’ [-Wunused-variable] 31 | const int maxk = kernel_w * kernel_h; | ^~~~ En el fichero incluido desde /tmp/makepkg/ncnn/src/build/src/layer/x86/deformableconv2d_x86_avx.cpp:40: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack4to1.h: En la función ‘void ncnn::deformableconv2d_pack4to1_sse(const std::vector&, Mat&, const Mat&, const Mat&, int, int, int, int, int, int, int, int, int, const Mat&, const Option&)’: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack4to1.h:30:15: aviso: unused variable ‘size’ [-Wunused-variable] 30 | const int size = outw * outh; | ^~~~ /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack4to1.h:31:15: aviso: unused variable ‘maxk’ [-Wunused-variable] 31 | const int maxk = kernel_w * kernel_h; | ^~~~ En el fichero incluido desde /tmp/makepkg/ncnn/src/build/src/layer/x86/deformableconv2d_x86_avx.cpp:47: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack8.h: En la función ‘void ncnn::deformableconv2d_pack8_avx(const std::vector&, Mat&, const Mat&, const Mat&, int, int, int, int, int, int, int, int, int, const Mat&, const Option&)’: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack8.h:30:15: aviso: unused variable ‘size’ [-Wunused-variable] 30 | const int size = outw * outh; | ^~~~ /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack8.h:31:15: aviso: unused variable ‘maxk’ [-Wunused-variable] 31 | const int maxk = kernel_w * kernel_h; | ^~~~ En el fichero incluido desde /tmp/makepkg/ncnn/src/build/src/layer/x86/deformableconv2d_x86_avx.cpp:48: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack4to8.h: En la función ‘void ncnn::deformableconv2d_pack4to8_avx(const std::vector&, Mat&, const Mat&, const Mat&, int, int, int, int, int, int, int, int, int, const Mat&, const Option&)’: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack4to8.h:30:15: aviso: unused variable ‘size’ [-Wunused-variable] 30 | const int size = outw * outh; | ^~~~ /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack4to8.h:31:15: aviso: unused variable ‘maxk’ [-Wunused-variable] 31 | const int maxk = kernel_w * kernel_h; | ^~~~ En el fichero incluido desde /tmp/makepkg/ncnn/src/build/src/layer/x86/deformableconv2d_x86_avx.cpp:49: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack1to8.h: En la función ‘void ncnn::deformableconv2d_pack1to8_avx(const std::vector&, Mat&, const Mat&, const Mat&, int, int, int, int, int, int, int, int, int, const Mat&, const Option&)’: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack1to8.h:30:15: aviso: unused variable ‘size’ [-Wunused-variable] 30 | const int size = outw * outh; | ^~~~ /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack1to8.h:31:15: aviso: unused variable ‘maxk’ [-Wunused-variable] 31 | const int maxk = kernel_w * kernel_h; | ^~~~ En el fichero incluido desde /tmp/makepkg/ncnn/src/build/src/layer/x86/deformableconv2d_x86_avx.cpp:50: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack8to4.h: En la función ‘void ncnn::deformableconv2d_pack8to4_avx(const std::vector&, Mat&, const Mat&, const Mat&, int, int, int, int, int, int, int, int, int, const Mat&, const Option&)’: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack8to4.h:30:15: aviso: unused variable ‘size’ [-Wunused-variable] 30 | const int size = outw * outh; | ^~~~ /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack8to4.h:31:15: aviso: unused variable ‘maxk’ [-Wunused-variable] 31 | const int maxk = kernel_w * kernel_h; | ^~~~ En el fichero incluido desde /tmp/makepkg/ncnn/src/build/src/layer/x86/deformableconv2d_x86_avx.cpp:51: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack8to1.h: En la función ‘void ncnn::deformableconv2d_pack8to1_avx(const std::vector&, Mat&, const Mat&, const Mat&, int, int, int, int, int, int, int, int, int, const Mat&, const Option&)’: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack8to1.h:30:15: aviso: unused variable ‘size’ [-Wunused-variable] 30 | const int size = outw * outh; | ^~~~ /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack8to1.h:31:15: aviso: unused variable ‘maxk’ [-Wunused-variable] 31 | const int maxk = kernel_w * kernel_h; | ^~~~ /tmp/makepkg/ncnn/src/build/src/layer/x86/deformableconv2d_x86_avx.cpp: En la función miembro ‘virtual int ncnn::DeformableConv2D_x86_avx::forward(const std::vector&, std::vector&, const ncnn::Option&) const’: /tmp/makepkg/ncnn/src/build/src/layer/x86/deformableconv2d_x86_avx.cpp:417:15: aviso: unused variable ‘num_input’ [-Wunused-variable] 417 | const int num_input = channels * elempack; | ^~~~~~~~~ [1000/1013] Building CXX object src/CMakeFiles/ncnn.dir/layer/x86/deformableconv2d_x86.cpp.o En el fichero incluido desde /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_x86.cpp:38: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack4.h: En la función ‘void ncnn::deformableconv2d_pack4_sse(const std::vector&, Mat&, const Mat&, const Mat&, int, int, int, int, int, int, int, int, int, const Mat&, const Option&)’: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack4.h:30:15: aviso: unused variable ‘size’ [-Wunused-variable] 30 | const int size = outw * outh; | ^~~~ /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack4.h:31:15: aviso: unused variable ‘maxk’ [-Wunused-variable] 31 | const int maxk = kernel_w * kernel_h; | ^~~~ En el fichero incluido desde /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_x86.cpp:39: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack1to4.h: En la función ‘void ncnn::deformableconv2d_pack1to4_sse(const std::vector&, Mat&, const Mat&, const Mat&, int, int, int, int, int, int, int, int, int, const Mat&, const Option&)’: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack1to4.h:30:15: aviso: unused variable ‘size’ [-Wunused-variable] 30 | const int size = outw * outh; | ^~~~ /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack1to4.h:31:15: aviso: unused variable ‘maxk’ [-Wunused-variable] 31 | const int maxk = kernel_w * kernel_h; | ^~~~ En el fichero incluido desde /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_x86.cpp:40: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack4to1.h: En la función ‘void ncnn::deformableconv2d_pack4to1_sse(const std::vector&, Mat&, const Mat&, const Mat&, int, int, int, int, int, int, int, int, int, const Mat&, const Option&)’: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack4to1.h:30:15: aviso: unused variable ‘size’ [-Wunused-variable] 30 | const int size = outw * outh; | ^~~~ /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack4to1.h:31:15: aviso: unused variable ‘maxk’ [-Wunused-variable] 31 | const int maxk = kernel_w * kernel_h; | ^~~~ En el fichero incluido desde /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_x86.cpp:47: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack8.h: En la función ‘void ncnn::deformableconv2d_pack8_avx(const std::vector&, Mat&, const Mat&, const Mat&, int, int, int, int, int, int, int, int, int, const Mat&, const Option&)’: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack8.h:30:15: aviso: unused variable ‘size’ [-Wunused-variable] 30 | const int size = outw * outh; | ^~~~ /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack8.h:31:15: aviso: unused variable ‘maxk’ [-Wunused-variable] 31 | const int maxk = kernel_w * kernel_h; | ^~~~ En el fichero incluido desde /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_x86.cpp:48: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack4to8.h: En la función ‘void ncnn::deformableconv2d_pack4to8_avx(const std::vector&, Mat&, const Mat&, const Mat&, int, int, int, int, int, int, int, int, int, const Mat&, const Option&)’: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack4to8.h:30:15: aviso: unused variable ‘size’ [-Wunused-variable] 30 | const int size = outw * outh; | ^~~~ /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack4to8.h:31:15: aviso: unused variable ‘maxk’ [-Wunused-variable] 31 | const int maxk = kernel_w * kernel_h; | ^~~~ En el fichero incluido desde /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_x86.cpp:49: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack1to8.h: En la función ‘void ncnn::deformableconv2d_pack1to8_avx(const std::vector&, Mat&, const Mat&, const Mat&, int, int, int, int, int, int, int, int, int, const Mat&, const Option&)’: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack1to8.h:30:15: aviso: unused variable ‘size’ [-Wunused-variable] 30 | const int size = outw * outh; | ^~~~ /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack1to8.h:31:15: aviso: unused variable ‘maxk’ [-Wunused-variable] 31 | const int maxk = kernel_w * kernel_h; | ^~~~ En el fichero incluido desde /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_x86.cpp:50: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack8to4.h: En la función ‘void ncnn::deformableconv2d_pack8to4_avx(const std::vector&, Mat&, const Mat&, const Mat&, int, int, int, int, int, int, int, int, int, const Mat&, const Option&)’: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack8to4.h:30:15: aviso: unused variable ‘size’ [-Wunused-variable] 30 | const int size = outw * outh; | ^~~~ /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack8to4.h:31:15: aviso: unused variable ‘maxk’ [-Wunused-variable] 31 | const int maxk = kernel_w * kernel_h; | ^~~~ En el fichero incluido desde /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_x86.cpp:51: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack8to1.h: En la función ‘void ncnn::deformableconv2d_pack8to1_avx(const std::vector&, Mat&, const Mat&, const Mat&, int, int, int, int, int, int, int, int, int, const Mat&, const Option&)’: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack8to1.h:30:15: aviso: unused variable ‘size’ [-Wunused-variable] 30 | const int size = outw * outh; | ^~~~ /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack8to1.h:31:15: aviso: unused variable ‘maxk’ [-Wunused-variable] 31 | const int maxk = kernel_w * kernel_h; | ^~~~ /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_x86.cpp: En la función miembro ‘virtual int ncnn::DeformableConv2D_x86::forward(const std::vector&, std::vector&, const ncnn::Option&) const’: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_x86.cpp:417:15: aviso: unused variable ‘num_input’ [-Wunused-variable] 417 | const int num_input = channels * elempack; | ^~~~~~~~~ [1001/1013] Building CXX object src/CMakeFiles/ncnn.dir/layer/x86/deformableconv2d_x86_fma.cpp.o En el fichero incluido desde /tmp/makepkg/ncnn/src/build/src/layer/x86/deformableconv2d_x86_fma.cpp:38: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack4.h: En la función ‘void ncnn::deformableconv2d_pack4_sse(const std::vector&, Mat&, const Mat&, const Mat&, int, int, int, int, int, int, int, int, int, const Mat&, const Option&)’: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack4.h:30:15: aviso: unused variable ‘size’ [-Wunused-variable] 30 | const int size = outw * outh; | ^~~~ /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack4.h:31:15: aviso: unused variable ‘maxk’ [-Wunused-variable] 31 | const int maxk = kernel_w * kernel_h; | ^~~~ En el fichero incluido desde /tmp/makepkg/ncnn/src/build/src/layer/x86/deformableconv2d_x86_fma.cpp:39: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack1to4.h: En la función ‘void ncnn::deformableconv2d_pack1to4_sse(const std::vector&, Mat&, const Mat&, const Mat&, int, int, int, int, int, int, int, int, int, const Mat&, const Option&)’: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack1to4.h:30:15: aviso: unused variable ‘size’ [-Wunused-variable] 30 | const int size = outw * outh; | ^~~~ /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack1to4.h:31:15: aviso: unused variable ‘maxk’ [-Wunused-variable] 31 | const int maxk = kernel_w * kernel_h; | ^~~~ En el fichero incluido desde /tmp/makepkg/ncnn/src/build/src/layer/x86/deformableconv2d_x86_fma.cpp:40: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack4to1.h: En la función ‘void ncnn::deformableconv2d_pack4to1_sse(const std::vector&, Mat&, const Mat&, const Mat&, int, int, int, int, int, int, int, int, int, const Mat&, const Option&)’: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack4to1.h:30:15: aviso: unused variable ‘size’ [-Wunused-variable] 30 | const int size = outw * outh; | ^~~~ /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack4to1.h:31:15: aviso: unused variable ‘maxk’ [-Wunused-variable] 31 | const int maxk = kernel_w * kernel_h; | ^~~~ En el fichero incluido desde /tmp/makepkg/ncnn/src/build/src/layer/x86/deformableconv2d_x86_fma.cpp:47: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack8.h: En la función ‘void ncnn::deformableconv2d_pack8_avx(const std::vector&, Mat&, const Mat&, const Mat&, int, int, int, int, int, int, int, int, int, const Mat&, const Option&)’: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack8.h:30:15: aviso: unused variable ‘size’ [-Wunused-variable] 30 | const int size = outw * outh; | ^~~~ /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack8.h:31:15: aviso: unused variable ‘maxk’ [-Wunused-variable] 31 | const int maxk = kernel_w * kernel_h; | ^~~~ En el fichero incluido desde /tmp/makepkg/ncnn/src/build/src/layer/x86/deformableconv2d_x86_fma.cpp:48: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack4to8.h: En la función ‘void ncnn::deformableconv2d_pack4to8_avx(const std::vector&, Mat&, const Mat&, const Mat&, int, int, int, int, int, int, int, int, int, const Mat&, const Option&)’: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack4to8.h:30:15: aviso: unused variable ‘size’ [-Wunused-variable] 30 | const int size = outw * outh; | ^~~~ /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack4to8.h:31:15: aviso: unused variable ‘maxk’ [-Wunused-variable] 31 | const int maxk = kernel_w * kernel_h; | ^~~~ En el fichero incluido desde /tmp/makepkg/ncnn/src/build/src/layer/x86/deformableconv2d_x86_fma.cpp:49: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack1to8.h: En la función ‘void ncnn::deformableconv2d_pack1to8_avx(const std::vector&, Mat&, const Mat&, const Mat&, int, int, int, int, int, int, int, int, int, const Mat&, const Option&)’: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack1to8.h:30:15: aviso: unused variable ‘size’ [-Wunused-variable] 30 | const int size = outw * outh; | ^~~~ /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack1to8.h:31:15: aviso: unused variable ‘maxk’ [-Wunused-variable] 31 | const int maxk = kernel_w * kernel_h; | ^~~~ En el fichero incluido desde /tmp/makepkg/ncnn/src/build/src/layer/x86/deformableconv2d_x86_fma.cpp:50: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack8to4.h: En la función ‘void ncnn::deformableconv2d_pack8to4_avx(const std::vector&, Mat&, const Mat&, const Mat&, int, int, int, int, int, int, int, int, int, const Mat&, const Option&)’: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack8to4.h:30:15: aviso: unused variable ‘size’ [-Wunused-variable] 30 | const int size = outw * outh; | ^~~~ /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack8to4.h:31:15: aviso: unused variable ‘maxk’ [-Wunused-variable] 31 | const int maxk = kernel_w * kernel_h; | ^~~~ En el fichero incluido desde /tmp/makepkg/ncnn/src/build/src/layer/x86/deformableconv2d_x86_fma.cpp:51: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack8to1.h: En la función ‘void ncnn::deformableconv2d_pack8to1_avx(const std::vector&, Mat&, const Mat&, const Mat&, int, int, int, int, int, int, int, int, int, const Mat&, const Option&)’: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack8to1.h:30:15: aviso: unused variable ‘size’ [-Wunused-variable] 30 | const int size = outw * outh; | ^~~~ /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack8to1.h:31:15: aviso: unused variable ‘maxk’ [-Wunused-variable] 31 | const int maxk = kernel_w * kernel_h; | ^~~~ /tmp/makepkg/ncnn/src/build/src/layer/x86/deformableconv2d_x86_fma.cpp: En la función miembro ‘virtual int ncnn::DeformableConv2D_x86_fma::forward(const std::vector&, std::vector&, const ncnn::Option&) const’: /tmp/makepkg/ncnn/src/build/src/layer/x86/deformableconv2d_x86_fma.cpp:417:15: aviso: unused variable ‘num_input’ [-Wunused-variable] 417 | const int num_input = channels * elempack; | ^~~~~~~~~ [1003/1013] Building CXX object src/CMakeFiles/ncnn.dir/layer/x86/deformableconv2d_x86_avx512.cpp.o En el fichero incluido desde /tmp/makepkg/ncnn/src/build/src/layer/x86/deformableconv2d_x86_avx512.cpp:38: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack4.h: En la función ‘void ncnn::deformableconv2d_pack4_sse(const std::vector&, Mat&, const Mat&, const Mat&, int, int, int, int, int, int, int, int, int, const Mat&, const Option&)’: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack4.h:30:15: aviso: unused variable ‘size’ [-Wunused-variable] 30 | const int size = outw * outh; | ^~~~ /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack4.h:31:15: aviso: unused variable ‘maxk’ [-Wunused-variable] 31 | const int maxk = kernel_w * kernel_h; | ^~~~ En el fichero incluido desde /tmp/makepkg/ncnn/src/build/src/layer/x86/deformableconv2d_x86_avx512.cpp:39: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack1to4.h: En la función ‘void ncnn::deformableconv2d_pack1to4_sse(const std::vector&, Mat&, const Mat&, const Mat&, int, int, int, int, int, int, int, int, int, const Mat&, const Option&)’: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack1to4.h:30:15: aviso: unused variable ‘size’ [-Wunused-variable] 30 | const int size = outw * outh; | ^~~~ /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack1to4.h:31:15: aviso: unused variable ‘maxk’ [-Wunused-variable] 31 | const int maxk = kernel_w * kernel_h; | ^~~~ En el fichero incluido desde /tmp/makepkg/ncnn/src/build/src/layer/x86/deformableconv2d_x86_avx512.cpp:40: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack4to1.h: En la función ‘void ncnn::deformableconv2d_pack4to1_sse(const std::vector&, Mat&, const Mat&, const Mat&, int, int, int, int, int, int, int, int, int, const Mat&, const Option&)’: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack4to1.h:30:15: aviso: unused variable ‘size’ [-Wunused-variable] 30 | const int size = outw * outh; | ^~~~ /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack4to1.h:31:15: aviso: unused variable ‘maxk’ [-Wunused-variable] 31 | const int maxk = kernel_w * kernel_h; | ^~~~ En el fichero incluido desde /tmp/makepkg/ncnn/src/build/src/layer/x86/deformableconv2d_x86_avx512.cpp:47: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack8.h: En la función ‘void ncnn::deformableconv2d_pack8_avx(const std::vector&, Mat&, const Mat&, const Mat&, int, int, int, int, int, int, int, int, int, const Mat&, const Option&)’: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack8.h:30:15: aviso: unused variable ‘size’ [-Wunused-variable] 30 | const int size = outw * outh; | ^~~~ /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack8.h:31:15: aviso: unused variable ‘maxk’ [-Wunused-variable] 31 | const int maxk = kernel_w * kernel_h; | ^~~~ En el fichero incluido desde /tmp/makepkg/ncnn/src/build/src/layer/x86/deformableconv2d_x86_avx512.cpp:48: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack4to8.h: En la función ‘void ncnn::deformableconv2d_pack4to8_avx(const std::vector&, Mat&, const Mat&, const Mat&, int, int, int, int, int, int, int, int, int, const Mat&, const Option&)’: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack4to8.h:30:15: aviso: unused variable ‘size’ [-Wunused-variable] 30 | const int size = outw * outh; | ^~~~ /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack4to8.h:31:15: aviso: unused variable ‘maxk’ [-Wunused-variable] 31 | const int maxk = kernel_w * kernel_h; | ^~~~ En el fichero incluido desde /tmp/makepkg/ncnn/src/build/src/layer/x86/deformableconv2d_x86_avx512.cpp:49: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack1to8.h: En la función ‘void ncnn::deformableconv2d_pack1to8_avx(const std::vector&, Mat&, const Mat&, const Mat&, int, int, int, int, int, int, int, int, int, const Mat&, const Option&)’: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack1to8.h:30:15: aviso: unused variable ‘size’ [-Wunused-variable] 30 | const int size = outw * outh; | ^~~~ /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack1to8.h:31:15: aviso: unused variable ‘maxk’ [-Wunused-variable] 31 | const int maxk = kernel_w * kernel_h; | ^~~~ En el fichero incluido desde /tmp/makepkg/ncnn/src/build/src/layer/x86/deformableconv2d_x86_avx512.cpp:50: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack8to4.h: En la función ‘void ncnn::deformableconv2d_pack8to4_avx(const std::vector&, Mat&, const Mat&, const Mat&, int, int, int, int, int, int, int, int, int, const Mat&, const Option&)’: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack8to4.h:30:15: aviso: unused variable ‘size’ [-Wunused-variable] 30 | const int size = outw * outh; | ^~~~ /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack8to4.h:31:15: aviso: unused variable ‘maxk’ [-Wunused-variable] 31 | const int maxk = kernel_w * kernel_h; | ^~~~ En el fichero incluido desde /tmp/makepkg/ncnn/src/build/src/layer/x86/deformableconv2d_x86_avx512.cpp:51: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack8to1.h: En la función ‘void ncnn::deformableconv2d_pack8to1_avx(const std::vector&, Mat&, const Mat&, const Mat&, int, int, int, int, int, int, int, int, int, const Mat&, const Option&)’: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack8to1.h:30:15: aviso: unused variable ‘size’ [-Wunused-variable] 30 | const int size = outw * outh; | ^~~~ /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack8to1.h:31:15: aviso: unused variable ‘maxk’ [-Wunused-variable] 31 | const int maxk = kernel_w * kernel_h; | ^~~~ En el fichero incluido desde /tmp/makepkg/ncnn/src/build/src/layer/x86/deformableconv2d_x86_avx512.cpp:60: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack16.h: En la función ‘void ncnn::deformableconv2d_pack16_avx512(const std::vector&, Mat&, const Mat&, const Mat&, int, int, int, int, int, int, int, int, int, const Mat&, const Option&)’: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack16.h:30:15: aviso: unused variable ‘size’ [-Wunused-variable] 30 | const int size = outw * outh; | ^~~~ /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack16.h:31:15: aviso: unused variable ‘maxk’ [-Wunused-variable] 31 | const int maxk = kernel_w * kernel_h; | ^~~~ En el fichero incluido desde /tmp/makepkg/ncnn/src/build/src/layer/x86/deformableconv2d_x86_avx512.cpp:61: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack8to16.h: En la función ‘void ncnn::deformableconv2d_pack8to16_avx512(const std::vector&, Mat&, const Mat&, const Mat&, int, int, int, int, int, int, int, int, int, const Mat&, const Option&)’: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack8to16.h:30:15: aviso: unused variable ‘size’ [-Wunused-variable] 30 | const int size = outw * outh; | ^~~~ /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack8to16.h:31:15: aviso: unused variable ‘maxk’ [-Wunused-variable] 31 | const int maxk = kernel_w * kernel_h; | ^~~~ En el fichero incluido desde /tmp/makepkg/ncnn/src/build/src/layer/x86/deformableconv2d_x86_avx512.cpp:62: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack4to16.h: En la función ‘void ncnn::deformableconv2d_pack4to16_avx512(const std::vector&, Mat&, const Mat&, const Mat&, int, int, int, int, int, int, int, int, int, const Mat&, const Option&)’: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack4to16.h:30:15: aviso: unused variable ‘size’ [-Wunused-variable] 30 | const int size = outw * outh; | ^~~~ /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack4to16.h:31:15: aviso: unused variable ‘maxk’ [-Wunused-variable] 31 | const int maxk = kernel_w * kernel_h; | ^~~~ En el fichero incluido desde /tmp/makepkg/ncnn/src/build/src/layer/x86/deformableconv2d_x86_avx512.cpp:63: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack1to16.h: En la función ‘void ncnn::deformableconv2d_pack1to16_avx512(const std::vector&, Mat&, const Mat&, const Mat&, int, int, int, int, int, int, int, int, int, const Mat&, const Option&)’: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack1to16.h:30:15: aviso: unused variable ‘size’ [-Wunused-variable] 30 | const int size = outw * outh; | ^~~~ /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack1to16.h:31:15: aviso: unused variable ‘maxk’ [-Wunused-variable] 31 | const int maxk = kernel_w * kernel_h; | ^~~~ En el fichero incluido desde /tmp/makepkg/ncnn/src/build/src/layer/x86/deformableconv2d_x86_avx512.cpp:64: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack16to8.h: En la función ‘void ncnn::deformableconv2d_pack16to8_avx512(const std::vector&, Mat&, const Mat&, const Mat&, int, int, int, int, int, int, int, int, int, const Mat&, const Option&)’: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack16to8.h:30:15: aviso: unused variable ‘size’ [-Wunused-variable] 30 | const int size = outw * outh; | ^~~~ /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack16to8.h:31:15: aviso: unused variable ‘maxk’ [-Wunused-variable] 31 | const int maxk = kernel_w * kernel_h; | ^~~~ En el fichero incluido desde /tmp/makepkg/ncnn/src/build/src/layer/x86/deformableconv2d_x86_avx512.cpp:65: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack16to4.h: En la función ‘void ncnn::deformableconv2d_pack16to4_avx512(const std::vector&, Mat&, const Mat&, const Mat&, int, int, int, int, int, int, int, int, int, const Mat&, const Option&)’: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack16to4.h:30:15: aviso: unused variable ‘size’ [-Wunused-variable] 30 | const int size = outw * outh; | ^~~~ /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack16to4.h:31:15: aviso: unused variable ‘maxk’ [-Wunused-variable] 31 | const int maxk = kernel_w * kernel_h; | ^~~~ En el fichero incluido desde /tmp/makepkg/ncnn/src/build/src/layer/x86/deformableconv2d_x86_avx512.cpp:66: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack16to1.h: En la función ‘void ncnn::deformableconv2d_pack16to1_avx512(const std::vector&, Mat&, const Mat&, const Mat&, int, int, int, int, int, int, int, int, int, const Mat&, const Option&)’: /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack16to1.h:30:15: aviso: unused variable ‘size’ [-Wunused-variable] 30 | const int size = outw * outh; | ^~~~ /tmp/makepkg/ncnn/src/ncnn-20221128/src/layer/x86/deformableconv2d_pack16to1.h:31:15: aviso: unused variable ‘maxk’ [-Wunused-variable] 31 | const int maxk = kernel_w * kernel_h; | ^~~~ /tmp/makepkg/ncnn/src/build/src/layer/x86/deformableconv2d_x86_avx512.cpp: En la función miembro ‘virtual int ncnn::DeformableConv2D_x86_avx512::forward(const std::vector&, std::vector&, const ncnn::Option&) const’: /tmp/makepkg/ncnn/src/build/src/layer/x86/deformableconv2d_x86_avx512.cpp:417:15: aviso: unused variable ‘num_input’ [-Wunused-variable] 417 | const int num_input = channels * elempack; | ^~~~~~~~~ [1013/1013] Linking CXX executable tools/quantize/ncnn2table ==> Entrando en entorno fakeroot... ==> Iniciando package()... ninja: Entering directory `build' [0/1] Install the project... -- Install configuration: "None" -- Installing: /tmp/makepkg/ncnn/pkg/ncnn/usr/lib/libncnn.so.1.0.20221203 -- Installing: /tmp/makepkg/ncnn/pkg/ncnn/usr/lib/libncnn.so.1 -- Installing: /tmp/makepkg/ncnn/pkg/ncnn/usr/lib/libncnn.so -- Installing: /tmp/makepkg/ncnn/pkg/ncnn/usr/include/ncnn/allocator.h -- Installing: /tmp/makepkg/ncnn/pkg/ncnn/usr/include/ncnn/benchmark.h -- Installing: /tmp/makepkg/ncnn/pkg/ncnn/usr/include/ncnn/blob.h -- Installing: /tmp/makepkg/ncnn/pkg/ncnn/usr/include/ncnn/c_api.h -- Installing: /tmp/makepkg/ncnn/pkg/ncnn/usr/include/ncnn/command.h -- Installing: /tmp/makepkg/ncnn/pkg/ncnn/usr/include/ncnn/cpu.h -- Installing: /tmp/makepkg/ncnn/pkg/ncnn/usr/include/ncnn/datareader.h -- Installing: /tmp/makepkg/ncnn/pkg/ncnn/usr/include/ncnn/gpu.h -- Installing: /tmp/makepkg/ncnn/pkg/ncnn/usr/include/ncnn/layer.h -- Installing: /tmp/makepkg/ncnn/pkg/ncnn/usr/include/ncnn/layer_shader_type.h -- Installing: /tmp/makepkg/ncnn/pkg/ncnn/usr/include/ncnn/layer_type.h -- Installing: /tmp/makepkg/ncnn/pkg/ncnn/usr/include/ncnn/mat.h -- Installing: /tmp/makepkg/ncnn/pkg/ncnn/usr/include/ncnn/modelbin.h -- Installing: /tmp/makepkg/ncnn/pkg/ncnn/usr/include/ncnn/net.h -- Installing: /tmp/makepkg/ncnn/pkg/ncnn/usr/include/ncnn/option.h -- Installing: /tmp/makepkg/ncnn/pkg/ncnn/usr/include/ncnn/paramdict.h -- Installing: /tmp/makepkg/ncnn/pkg/ncnn/usr/include/ncnn/pipeline.h -- Installing: /tmp/makepkg/ncnn/pkg/ncnn/usr/include/ncnn/pipelinecache.h -- Installing: /tmp/makepkg/ncnn/pkg/ncnn/usr/include/ncnn/simpleocv.h -- Installing: /tmp/makepkg/ncnn/pkg/ncnn/usr/include/ncnn/simpleomp.h -- Installing: /tmp/makepkg/ncnn/pkg/ncnn/usr/include/ncnn/simplestl.h -- Installing: /tmp/makepkg/ncnn/pkg/ncnn/usr/include/ncnn/vulkan_header_fix.h -- Installing: /tmp/makepkg/ncnn/pkg/ncnn/usr/include/ncnn/ncnn_export.h -- Installing: /tmp/makepkg/ncnn/pkg/ncnn/usr/include/ncnn/layer_shader_type_enum.h -- Installing: /tmp/makepkg/ncnn/pkg/ncnn/usr/include/ncnn/layer_type_enum.h -- Installing: /tmp/makepkg/ncnn/pkg/ncnn/usr/include/ncnn/platform.h -- Installing: /tmp/makepkg/ncnn/pkg/ncnn/usr/lib/cmake/ncnn/ncnn.cmake -- Installing: /tmp/makepkg/ncnn/pkg/ncnn/usr/lib/cmake/ncnn/ncnn-none.cmake -- Installing: /tmp/makepkg/ncnn/pkg/ncnn/usr/lib/cmake/ncnn/ncnnConfig.cmake -- Installing: /tmp/makepkg/ncnn/pkg/ncnn/usr/lib/pkgconfig/ncnn.pc -- Installing: /tmp/makepkg/ncnn/pkg/ncnn/usr/bin/ncnn2mem -- Set runtime path of "/tmp/makepkg/ncnn/pkg/ncnn/usr/bin/ncnn2mem" to "" -- Installing: /tmp/makepkg/ncnn/pkg/ncnn/usr/bin/ncnnmerge -- Installing: /tmp/makepkg/ncnn/pkg/ncnn/usr/bin/ncnnoptimize -- Set runtime path of "/tmp/makepkg/ncnn/pkg/ncnn/usr/bin/ncnnoptimize" to "" -- Installing: /tmp/makepkg/ncnn/pkg/ncnn/usr/bin/caffe2ncnn -- Installing: /tmp/makepkg/ncnn/pkg/ncnn/usr/bin/mxnet2ncnn -- Installing: /tmp/makepkg/ncnn/pkg/ncnn/usr/bin/onnx2ncnn -- Installing: /tmp/makepkg/ncnn/pkg/ncnn/usr/bin/darknet2ncnn -- Installing: /tmp/makepkg/ncnn/pkg/ncnn/usr/bin/ncnn2table -- Set runtime path of "/tmp/makepkg/ncnn/pkg/ncnn/usr/bin/ncnn2table" to "" -- Installing: /tmp/makepkg/ncnn/pkg/ncnn/usr/bin/ncnn2int8 -- Set runtime path of "/tmp/makepkg/ncnn/pkg/ncnn/usr/bin/ncnn2int8" to "" ==> Depurando la instalación... -> Quitando los archivos libtool... -> Purgando los archivos innecesarios... -> Quitando los archivos de las bibliotecas estáticas... -> Despojando los símbolos innecesarios de los binarios y de las bibliotecas... -> Comprimiendo las páginas del manual y de información... ==> Buscando problemas de empaquetado... ==> ADVERTENCIA: El paquete contiene referencias a $srcdir usr/bin/ncnn2table usr/bin/darknet2ncnn usr/bin/onnx2ncnn usr/bin/caffe2ncnn usr/lib/libncnn.so.1.0.20221203 ==> Creando el paquete «ncnn»... -> Generando el archivo .PKGINFO... -> Generando el archivo .BUILDINFO... -> Generando el archivo .MTREE... -> Comprimiendo el paquete... ==> Abandonando el entorno fakeroot. ==> Compilación terminada: ncnn 20221128-1 (sáb 03 dic 2022 15:13:59)