Skip to content

Instantly share code, notes, and snippets.

@DuendeInexistente
Created April 14, 2019 04:35
Show Gist options
  • Save DuendeInexistente/390051aea543131fe802f61b0dafc8fb to your computer and use it in GitHub Desktop.
Save DuendeInexistente/390051aea543131fe802f61b0dafc8fb to your computer and use it in GitHub Desktop.
Determining if the pthread_create exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_8ffa9
[1/2] Building C object CMakeFiles/cmTC_8ffa9.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_8ffa9
FAILED: cmTC_8ffa9
: && /usr/bin/cc -rdynamic CMakeFiles/cmTC_8ffa9.dir/CheckSymbolExists.c.o -o cmTC_8ffa9 && :
CMakeFiles/cmTC_8ffa9.dir/CheckSymbolExists.c.o: In function `main':
CheckSymbolExists.c:(.text+0x1b): undefined reference to `pthread_create'
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <pthread.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef pthread_create
return ((int*)(&pthread_create))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the function pthread_create exists in the pthreads failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_bb999
[1/2] Building C object CMakeFiles/cmTC_bb999.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_bb999
FAILED: cmTC_bb999
: && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=pthread_create -rdynamic CMakeFiles/cmTC_bb999.dir/CheckFunctionExists.c.o -o cmTC_bb999 -lpthreads && :
/usr/bin/ld: cannot find -lpthreads
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
Performing C SOURCE FILE Test GIF_COMPILES failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_3700f
[1/2] Building C object CMakeFiles/cmTC_3700f.dir/src.c.o
[2/2] Linking C executable cmTC_3700f
FAILED: cmTC_3700f
: && /usr/bin/cc -pthread -DGIF_COMPILES -rdynamic CMakeFiles/cmTC_3700f.dir/src.c.o -o cmTC_3700f -lgiflib && :
/usr/bin/ld: cannot find -lgiflib
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
Source file was:
#include <gif_lib.h>
int main(void) {
(void)DGifOpenFileHandle;
return 0;
}
Determining if files GLUT/glut.h exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_822f3
[1/2] Building C object CMakeFiles/cmTC_822f3.dir/HAVE_GLUT_GLUT_H.c.o
FAILED: CMakeFiles/cmTC_822f3.dir/HAVE_GLUT_GLUT_H.c.o
/usr/bin/cc -pthread -o CMakeFiles/cmTC_822f3.dir/HAVE_GLUT_GLUT_H.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_GLUT_GLUT_H.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_GLUT_GLUT_H.c:2:10: fatal error: GLUT/glut.h: No such file or directory
#include <GLUT/glut.h>
^~~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <GLUT/glut.h>
int main(void){return 0;}
Determining if files OpenGL/glut.h exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_924ad
[1/2] Building C object CMakeFiles/cmTC_924ad.dir/HAVE_OPENGL_GLUT_H.c.o
FAILED: CMakeFiles/cmTC_924ad.dir/HAVE_OPENGL_GLUT_H.c.o
/usr/bin/cc -pthread -o CMakeFiles/cmTC_924ad.dir/HAVE_OPENGL_GLUT_H.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_OPENGL_GLUT_H.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_OPENGL_GLUT_H.c:2:10: fatal error: OpenGL/glut.h: No such file or directory
#include <OpenGL/glut.h>
^~~~~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <OpenGL/glut.h>
int main(void){return 0;}
Determining if files shlwapi.h exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_82ad5
[1/2] Building C object CMakeFiles/cmTC_82ad5.dir/HAVE_SHLWAPI_H.c.o
FAILED: CMakeFiles/cmTC_82ad5.dir/HAVE_SHLWAPI_H.c.o
/usr/bin/cc -pthread -o CMakeFiles/cmTC_82ad5.dir/HAVE_SHLWAPI_H.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_SHLWAPI_H.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_SHLWAPI_H.c:2:10: fatal error: shlwapi.h: No such file or directory
#include <shlwapi.h>
^~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <shlwapi.h>
int main(void){return 0;}
Determining if files wincodec.h exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_ae67a
[1/2] Building C object CMakeFiles/cmTC_ae67a.dir/HAVE_WINCODEC_H.c.o
FAILED: CMakeFiles/cmTC_ae67a.dir/HAVE_WINCODEC_H.c.o
/usr/bin/cc -pthread -o CMakeFiles/cmTC_ae67a.dir/HAVE_WINCODEC_H.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_WINCODEC_H.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_WINCODEC_H.c:2:10: fatal error: wincodec.h: No such file or directory
#include <wincodec.h>
^~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <wincodec.h>
int main(void){return 0;}
Determining if files windows.h exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_c7a8c
[1/2] Building C object CMakeFiles/cmTC_c7a8c.dir/HAVE_WINDOWS_H.c.o
FAILED: CMakeFiles/cmTC_c7a8c.dir/HAVE_WINDOWS_H.c.o
/usr/bin/cc -pthread -o CMakeFiles/cmTC_c7a8c.dir/HAVE_WINDOWS_H.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_WINDOWS_H.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_WINDOWS_H.c:2:10: fatal error: windows.h: No such file or directory
#include <windows.h>
^~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <windows.h>
int main(void){return 0;}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_SSE41 failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_f0983
[1/2] Building C object CMakeFiles/cmTC_f0983.dir/src.c.o
FAILED: CMakeFiles/cmTC_f0983.dir/src.c.o
/usr/bin/cc -I/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp -pthread -DWEBP_HAVE_FLAG_SSE41 -o CMakeFiles/cmTC_f0983.dir/src.c.o -c src.c
src.c: In function ‘main’:
src.c:5:9: error: unknown type name ‘this’
this is not valid code
^~~~
src.c:5:17: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘not’
this is not valid code
^~~
ninja: build stopped: subcommand failed.
Source file was:
#include "/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_SSE41)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_AVX2 failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_b8e04
[1/2] Building C object CMakeFiles/cmTC_b8e04.dir/src.c.o
FAILED: CMakeFiles/cmTC_b8e04.dir/src.c.o
/usr/bin/cc -I/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp -pthread -DWEBP_HAVE_FLAG_AVX2 -o CMakeFiles/cmTC_b8e04.dir/src.c.o -c src.c
src.c: In function ‘main’:
src.c:5:9: error: unknown type name ‘this’
this is not valid code
^~~~
src.c:5:17: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘not’
this is not valid code
^~~
ninja: build stopped: subcommand failed.
Source file was:
#include "/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_AVX2)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_MIPS32 failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_95ee4
[1/2] Building C object CMakeFiles/cmTC_95ee4.dir/src.c.o
FAILED: CMakeFiles/cmTC_95ee4.dir/src.c.o
/usr/bin/cc -I/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp -pthread -DWEBP_HAVE_FLAG_MIPS32 -o CMakeFiles/cmTC_95ee4.dir/src.c.o -c src.c
src.c: In function ‘main’:
src.c:5:9: error: unknown type name ‘this’
this is not valid code
^~~~
src.c:5:17: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘not’
this is not valid code
^~~
ninja: build stopped: subcommand failed.
Source file was:
#include "/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_MIPS32)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_MIPS32 failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_73416
[1/2] Building C object CMakeFiles/cmTC_73416.dir/src.c.o
FAILED: CMakeFiles/cmTC_73416.dir/src.c.o
/usr/bin/cc -I/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp -pthread -DWEBP_HAVE_FLAG_MIPS32 -mips32 -o CMakeFiles/cmTC_73416.dir/src.c.o -c src.c
cc: error: unrecognized command line option ‘-mips32’; did you mean ‘-mpc32’?
ninja: build stopped: subcommand failed.
Source file was:
#include "/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_MIPS32)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_MIPS_DSP_R2 failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_7f276
[1/2] Building C object CMakeFiles/cmTC_7f276.dir/src.c.o
FAILED: CMakeFiles/cmTC_7f276.dir/src.c.o
/usr/bin/cc -I/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp -pthread -DWEBP_HAVE_FLAG_MIPS_DSP_R2 -o CMakeFiles/cmTC_7f276.dir/src.c.o -c src.c
src.c: In function ‘main’:
src.c:5:9: error: unknown type name ‘this’
this is not valid code
^~~~
src.c:5:17: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘not’
this is not valid code
^~~
ninja: build stopped: subcommand failed.
Source file was:
#include "/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_MIPS_DSP_R2)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_MIPS_DSP_R2 failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_32107
[1/2] Building C object CMakeFiles/cmTC_32107.dir/src.c.o
FAILED: CMakeFiles/cmTC_32107.dir/src.c.o
/usr/bin/cc -I/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp -pthread -DWEBP_HAVE_FLAG_MIPS_DSP_R2 -mdspr2 -o CMakeFiles/cmTC_32107.dir/src.c.o -c src.c
cc: error: unrecognized command line option ‘-mdspr2’; did you mean ‘-msse2’?
ninja: build stopped: subcommand failed.
Source file was:
#include "/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_MIPS_DSP_R2)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test HAS_COMPILE_FLAG failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_54a45
[1/2] Building C object CMakeFiles/cmTC_54a45.dir/src.c.o
FAILED: CMakeFiles/cmTC_54a45.dir/src.c.o
/usr/bin/cc -pthread -DHAS_COMPILE_FLAG -mdspr2 -mno-dspr2 -o CMakeFiles/cmTC_54a45.dir/src.c.o -c src.c
cc: error: unrecognized command line option '-mdspr2'; did you mean '-msse2'?
cc: error: unrecognized command line option '-mno-dspr2'; did you mean '-mno-sse2'?
ninja: build stopped: subcommand failed.
Source file was:
int main(void) { return 0; }
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_NEON failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_3d86a
[1/2] Building C object CMakeFiles/cmTC_3d86a.dir/src.c.o
FAILED: CMakeFiles/cmTC_3d86a.dir/src.c.o
/usr/bin/cc -I/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp -pthread -DWEBP_HAVE_FLAG_NEON -o CMakeFiles/cmTC_3d86a.dir/src.c.o -c src.c
src.c: In function ‘main’:
src.c:5:9: error: unknown type name ‘this’
this is not valid code
^~~~
src.c:5:17: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘not’
this is not valid code
^~~
ninja: build stopped: subcommand failed.
Source file was:
#include "/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_NEON)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_NEON failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_ff438
[1/2] Building C object CMakeFiles/cmTC_ff438.dir/src.c.o
FAILED: CMakeFiles/cmTC_ff438.dir/src.c.o
/usr/bin/cc -I/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp -pthread -DWEBP_HAVE_FLAG_NEON -mfpu=neon -o CMakeFiles/cmTC_ff438.dir/src.c.o -c src.c
cc: error: unrecognized command line option ‘-mfpu=neon’
ninja: build stopped: subcommand failed.
Source file was:
#include "/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_NEON)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_MSA failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_afccb
[1/2] Building C object CMakeFiles/cmTC_afccb.dir/src.c.o
FAILED: CMakeFiles/cmTC_afccb.dir/src.c.o
/usr/bin/cc -I/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp -pthread -DWEBP_HAVE_FLAG_MSA -o CMakeFiles/cmTC_afccb.dir/src.c.o -c src.c
src.c: In function ‘main’:
src.c:5:9: error: unknown type name ‘this’
this is not valid code
^~~~
src.c:5:17: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘not’
this is not valid code
^~~
ninja: build stopped: subcommand failed.
Source file was:
#include "/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_MSA)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_MSA failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_6f0fe
[1/2] Building C object CMakeFiles/cmTC_6f0fe.dir/src.c.o
FAILED: CMakeFiles/cmTC_6f0fe.dir/src.c.o
/usr/bin/cc -I/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp -pthread -DWEBP_HAVE_FLAG_MSA -mmsa -o CMakeFiles/cmTC_6f0fe.dir/src.c.o -c src.c
cc: error: unrecognized command line option ‘-mmsa’; did you mean ‘-Whsa’?
ninja: build stopped: subcommand failed.
Source file was:
#include "/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_MSA)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test HAS_COMPILE_FLAG failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_a3553
[1/2] Building C object CMakeFiles/cmTC_a3553.dir/src.c.o
FAILED: CMakeFiles/cmTC_a3553.dir/src.c.o
/usr/bin/cc -pthread -DHAS_COMPILE_FLAG -mmsa -mno-msa -o CMakeFiles/cmTC_a3553.dir/src.c.o -c src.c
cc: error: unrecognized command line option '-mmsa'; did you mean '-Whsa'?
cc: error: unrecognized command line option '-mno-msa'; did you mean '-Wno-hsa'?
ninja: build stopped: subcommand failed.
Source file was:
int main(void) { return 0; }
Determining if the function connect exists in the socket;dl failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_143ce
[1/2] Building C object CMakeFiles/cmTC_143ce.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_143ce
FAILED: cmTC_143ce
: && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=connect -rdynamic CMakeFiles/cmTC_143ce.dir/CheckFunctionExists.c.o -o cmTC_143ce -lsocket -ldl && :
/usr/bin/ld: cannot find -lsocket
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
Determining if the function getch exists in the ws2_32;dl failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_b8593
[1/2] Building C object CMakeFiles/cmTC_b8593.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_b8593
FAILED: cmTC_b8593
: && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=getch -rdynamic CMakeFiles/cmTC_b8593.dir/CheckFunctionExists.c.o -o cmTC_b8593 -lws2_32 -ldl && :
/usr/bin/ld: cannot find -lws2_32
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
Determining if the function getch exists in the winmm;dl failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_79eef
[1/2] Building C object CMakeFiles/cmTC_79eef.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_79eef
FAILED: cmTC_79eef
: && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=getch -rdynamic CMakeFiles/cmTC_79eef.dir/CheckFunctionExists.c.o -o cmTC_79eef -lwinmm -ldl && :
/usr/bin/ld: cannot find -lwinmm
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
Determining if the function cldap_open exists in the wldap32 failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_a07ef
[1/2] Building C object CMakeFiles/cmTC_a07ef.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_a07ef
FAILED: cmTC_a07ef
: && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=cldap_open -rdynamic CMakeFiles/cmTC_a07ef.dir/CheckFunctionExists.c.o -o cmTC_a07ef -lwldap32 && :
/usr/bin/ld: cannot find -lwldap32
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
Determining if the function idna_to_ascii_lz exists in the idn;dl failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_57428
[1/2] Building C object CMakeFiles/cmTC_57428.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_57428
FAILED: cmTC_57428
: && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=idna_to_ascii_lz -rdynamic CMakeFiles/cmTC_57428.dir/CheckFunctionExists.c.o -o cmTC_57428 -lidn -ldl && :
/usr/bin/ld: cannot find -lidn
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
Determining if the function ldap_init exists in the ldap;dl failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_ea6c3
[1/2] Building C object CMakeFiles/cmTC_ea6c3.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_ea6c3
FAILED: cmTC_ea6c3
: && /usr/bin/cc -DCHECK_FUNCTION_EXISTS=ldap_init -rdynamic CMakeFiles/cmTC_ea6c3.dir/CheckFunctionExists.c.o -o cmTC_ea6c3 -lldap -ldl && :
/usr/bin/ld: cannot find -lldap
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
Determining if files stdio.h;inttypes.h;sys/filio.h exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_ec64b
[1/2] Building C object CMakeFiles/cmTC_ec64b.dir/HAVE_SYS_FILIO_H.c.o
FAILED: CMakeFiles/cmTC_ec64b.dir/HAVE_SYS_FILIO_H.c.o
/usr/bin/cc -o CMakeFiles/cmTC_ec64b.dir/HAVE_SYS_FILIO_H.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_FILIO_H.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_FILIO_H.c:4:10: fatal error: sys/filio.h: No such file or directory
#include <sys/filio.h>
^~~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/filio.h>
int main(void){return 0;}
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/sockio.h exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_7af18
[1/2] Building C object CMakeFiles/cmTC_7af18.dir/HAVE_SYS_SOCKIO_H.c.o
FAILED: CMakeFiles/cmTC_7af18.dir/HAVE_SYS_SOCKIO_H.c.o
/usr/bin/cc -o CMakeFiles/cmTC_7af18.dir/HAVE_SYS_SOCKIO_H.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_SOCKIO_H.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_SOCKIO_H.c:10:10: fatal error: sys/sockio.h: No such file or directory
#include <sys/sockio.h>
^~~~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/sockio.h>
int main(void){return 0;}
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;sys/utime.h exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_6bebd
[1/2] Building C object CMakeFiles/cmTC_6bebd.dir/HAVE_SYS_UTIME_H.c.o
FAILED: CMakeFiles/cmTC_6bebd.dir/HAVE_SYS_UTIME_H.c.o
/usr/bin/cc -o CMakeFiles/cmTC_6bebd.dir/HAVE_SYS_UTIME_H.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_UTIME_H.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_UTIME_H.c:15:10: fatal error: sys/utime.h: No such file or directory
#include <sys/utime.h>
^~~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <sys/utime.h>
int main(void){return 0;}
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;crypto.h exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_42838
[1/2] Building C object CMakeFiles/cmTC_42838.dir/HAVE_CRYPTO_H.c.o
FAILED: CMakeFiles/cmTC_42838.dir/HAVE_CRYPTO_H.c.o
/usr/bin/cc -o CMakeFiles/cmTC_42838.dir/HAVE_CRYPTO_H.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_CRYPTO_H.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_CRYPTO_H.c:19:10: fatal error: crypto.h: No such file or directory
#include <crypto.h>
^~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <crypto.h>
int main(void){return 0;}
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;des.h exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_b764d
[1/2] Building C object CMakeFiles/cmTC_b764d.dir/HAVE_DES_H.c.o
FAILED: CMakeFiles/cmTC_b764d.dir/HAVE_DES_H.c.o
/usr/bin/cc -o CMakeFiles/cmTC_b764d.dir/HAVE_DES_H.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_DES_H.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_DES_H.c:19:10: fatal error: des.h: No such file or directory
#include <des.h>
^~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <des.h>
int main(void){return 0;}
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;gssapi/gssapi.h exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_a9360
[1/2] Building C object CMakeFiles/cmTC_a9360.dir/HAVE_GSSAPI_GSSAPI_H.c.o
FAILED: CMakeFiles/cmTC_a9360.dir/HAVE_GSSAPI_GSSAPI_H.c.o
/usr/bin/cc -o CMakeFiles/cmTC_a9360.dir/HAVE_GSSAPI_GSSAPI_H.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_GSSAPI_GSSAPI_H.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_GSSAPI_GSSAPI_H.c:22:10: fatal error: gssapi/gssapi.h: No such file or directory
#include <gssapi/gssapi.h>
^~~~~~~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <gssapi/gssapi.h>
int main(void){return 0;}
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;gssapi/gssapi_generic.h exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_f2ede
[1/2] Building C object CMakeFiles/cmTC_f2ede.dir/HAVE_GSSAPI_GSSAPI_GENERIC_H.c.o
FAILED: CMakeFiles/cmTC_f2ede.dir/HAVE_GSSAPI_GSSAPI_GENERIC_H.c.o
/usr/bin/cc -o CMakeFiles/cmTC_f2ede.dir/HAVE_GSSAPI_GSSAPI_GENERIC_H.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_GSSAPI_GSSAPI_GENERIC_H.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_GSSAPI_GSSAPI_GENERIC_H.c:22:10: fatal error: gssapi/gssapi_generic.h: No such file or directory
#include <gssapi/gssapi_generic.h>
^~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <gssapi/gssapi_generic.h>
int main(void){return 0;}
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;gssapi/gssapi_krb5.h exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_b0c4e
[1/2] Building C object CMakeFiles/cmTC_b0c4e.dir/HAVE_GSSAPI_GSSAPI_KRB5_H.c.o
FAILED: CMakeFiles/cmTC_b0c4e.dir/HAVE_GSSAPI_GSSAPI_KRB5_H.c.o
/usr/bin/cc -o CMakeFiles/cmTC_b0c4e.dir/HAVE_GSSAPI_GSSAPI_KRB5_H.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_GSSAPI_GSSAPI_KRB5_H.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_GSSAPI_GSSAPI_KRB5_H.c:22:10: fatal error: gssapi/gssapi_krb5.h: No such file or directory
#include <gssapi/gssapi_krb5.h>
^~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <gssapi/gssapi_krb5.h>
int main(void){return 0;}
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;idn-free.h exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_28f13
[1/2] Building C object CMakeFiles/cmTC_28f13.dir/HAVE_IDN_FREE_H.c.o
FAILED: CMakeFiles/cmTC_28f13.dir/HAVE_IDN_FREE_H.c.o
/usr/bin/cc -o CMakeFiles/cmTC_28f13.dir/HAVE_IDN_FREE_H.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_IDN_FREE_H.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_IDN_FREE_H.c:22:10: fatal error: idn-free.h: No such file or directory
#include <idn-free.h>
^~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <idn-free.h>
int main(void){return 0;}
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;io.h exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_4c886
[1/2] Building C object CMakeFiles/cmTC_4c886.dir/HAVE_IO_H.c.o
FAILED: CMakeFiles/cmTC_4c886.dir/HAVE_IO_H.c.o
/usr/bin/cc -o CMakeFiles/cmTC_4c886.dir/HAVE_IO_H.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_IO_H.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_IO_H.c:23:10: fatal error: io.h: No such file or directory
#include <io.h>
^~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <io.h>
int main(void){return 0;}
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;krb.h exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_6cdf3
[1/2] Building C object CMakeFiles/cmTC_6cdf3.dir/HAVE_KRB_H.c.o
FAILED: CMakeFiles/cmTC_6cdf3.dir/HAVE_KRB_H.c.o
/usr/bin/cc -o CMakeFiles/cmTC_6cdf3.dir/HAVE_KRB_H.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_KRB_H.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_KRB_H.c:23:10: fatal error: krb.h: No such file or directory
#include <krb.h>
^~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <krb.h>
int main(void){return 0;}
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;libssh2.h exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_20e8a
[1/2] Building C object CMakeFiles/cmTC_20e8a.dir/HAVE_LIBSSH2_H.c.o
FAILED: CMakeFiles/cmTC_20e8a.dir/HAVE_LIBSSH2_H.c.o
/usr/bin/cc -o CMakeFiles/cmTC_20e8a.dir/HAVE_LIBSSH2_H.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_LIBSSH2_H.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_LIBSSH2_H.c:24:10: fatal error: libssh2.h: No such file or directory
#include <libssh2.h>
^~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <libssh2.h>
int main(void){return 0;}
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;openssl/crypto.h;openssl/engine.h;openssl/err.h;openssl/pem.h;openssl/pkcs12.h;openssl/rsa.h;openssl/ssl.h;openssl/x509.h;pem.h exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_bb867
[1/2] Building C object CMakeFiles/cmTC_bb867.dir/HAVE_PEM_H.c.o
FAILED: CMakeFiles/cmTC_bb867.dir/HAVE_PEM_H.c.o
/usr/bin/cc -o CMakeFiles/cmTC_bb867.dir/HAVE_PEM_H.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_PEM_H.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_PEM_H.c:38:10: fatal error: pem.h: No such file or directory
#include <pem.h>
^~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <pem.h>
int main(void){return 0;}
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;openssl/crypto.h;openssl/engine.h;openssl/err.h;openssl/pem.h;openssl/pkcs12.h;openssl/rsa.h;openssl/ssl.h;openssl/x509.h;poll.h;pwd.h;rsa.h exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_f3bbe
[1/2] Building C object CMakeFiles/cmTC_f3bbe.dir/HAVE_RSA_H.c.o
FAILED: CMakeFiles/cmTC_f3bbe.dir/HAVE_RSA_H.c.o
/usr/bin/cc -o CMakeFiles/cmTC_f3bbe.dir/HAVE_RSA_H.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_RSA_H.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_RSA_H.c:40:10: fatal error: rsa.h: No such file or directory
#include <rsa.h>
^~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <rsa.h>
int main(void){return 0;}
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;openssl/crypto.h;openssl/engine.h;openssl/err.h;openssl/pem.h;openssl/pkcs12.h;openssl/rsa.h;openssl/ssl.h;openssl/x509.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;ssl.h exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_651b7
[1/2] Building C object CMakeFiles/cmTC_651b7.dir/HAVE_SSL_H.c.o
FAILED: CMakeFiles/cmTC_651b7.dir/HAVE_SSL_H.c.o
/usr/bin/cc -o CMakeFiles/cmTC_651b7.dir/HAVE_SSL_H.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_SSL_H.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_SSL_H.c:43:10: fatal error: ssl.h: No such file or directory
#include <ssl.h>
^~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <ssl.h>
int main(void){return 0;}
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;openssl/crypto.h;openssl/engine.h;openssl/err.h;openssl/pem.h;openssl/pkcs12.h;openssl/rsa.h;openssl/ssl.h;openssl/x509.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;stropts.h;termio.h;termios.h;time.h;tld.h exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_ef62e
[1/2] Building C object CMakeFiles/cmTC_ef62e.dir/HAVE_TLD_H.c.o
FAILED: CMakeFiles/cmTC_ef62e.dir/HAVE_TLD_H.c.o
/usr/bin/cc -o CMakeFiles/cmTC_ef62e.dir/HAVE_TLD_H.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_TLD_H.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_TLD_H.c:53:10: fatal error: tld.h: No such file or directory
#include <tld.h>
^~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <tld.h>
int main(void){return 0;}
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;openssl/crypto.h;openssl/engine.h;openssl/err.h;openssl/pem.h;openssl/pkcs12.h;openssl/rsa.h;openssl/ssl.h;openssl/x509.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;stropts.h;termio.h;termios.h;time.h;unistd.h;utime.h;x509.h exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_50f5e
[1/2] Building C object CMakeFiles/cmTC_50f5e.dir/HAVE_X509_H.c.o
FAILED: CMakeFiles/cmTC_50f5e.dir/HAVE_X509_H.c.o
/usr/bin/cc -o CMakeFiles/cmTC_50f5e.dir/HAVE_X509_H.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_X509_H.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_X509_H.c:55:10: fatal error: x509.h: No such file or directory
#include <x509.h>
^~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <x509.h>
int main(void){return 0;}
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;openssl/crypto.h;openssl/engine.h;openssl/err.h;openssl/pem.h;openssl/pkcs12.h;openssl/rsa.h;openssl/ssl.h;openssl/x509.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;stropts.h;termio.h;termios.h;time.h;unistd.h;utime.h;process.h exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_ec191
[1/2] Building C object CMakeFiles/cmTC_ec191.dir/HAVE_PROCESS_H.c.o
FAILED: CMakeFiles/cmTC_ec191.dir/HAVE_PROCESS_H.c.o
/usr/bin/cc -o CMakeFiles/cmTC_ec191.dir/HAVE_PROCESS_H.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_PROCESS_H.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_PROCESS_H.c:55:10: fatal error: process.h: No such file or directory
#include <process.h>
^~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <process.h>
int main(void){return 0;}
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;openssl/crypto.h;openssl/engine.h;openssl/err.h;openssl/pem.h;openssl/pkcs12.h;openssl/rsa.h;openssl/ssl.h;openssl/x509.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;stropts.h;termio.h;termios.h;time.h;unistd.h;utime.h;stddef.h;dlfcn.h;malloc.h;memory.h;ldap.h exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_1046b
[1/2] Building C object CMakeFiles/cmTC_1046b.dir/HAVE_LDAP_H.c.o
FAILED: CMakeFiles/cmTC_1046b.dir/HAVE_LDAP_H.c.o
/usr/bin/cc -o CMakeFiles/cmTC_1046b.dir/HAVE_LDAP_H.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_LDAP_H.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_LDAP_H.c:59:10: fatal error: ldap.h: No such file or directory
#include <ldap.h>
^~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <ldap.h>
int main(void){return 0;}
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;openssl/crypto.h;openssl/engine.h;openssl/err.h;openssl/pem.h;openssl/pkcs12.h;openssl/rsa.h;openssl/ssl.h;openssl/x509.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;stropts.h;termio.h;termios.h;time.h;unistd.h;utime.h;stddef.h;dlfcn.h;malloc.h;memory.h;netinet/if_ether.h;stdint.h;sockio.h exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_983f7
[1/2] Building C object CMakeFiles/cmTC_983f7.dir/HAVE_SOCKIO_H.c.o
FAILED: CMakeFiles/cmTC_983f7.dir/HAVE_SOCKIO_H.c.o
/usr/bin/cc -o CMakeFiles/cmTC_983f7.dir/HAVE_SOCKIO_H.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_SOCKIO_H.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_SOCKIO_H.c:61:10: fatal error: sockio.h: No such file or directory
#include <sockio.h>
^~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sockio.h>
int main(void){return 0;}
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;openssl/crypto.h;openssl/engine.h;openssl/err.h;openssl/pem.h;openssl/pkcs12.h;openssl/rsa.h;openssl/ssl.h;openssl/x509.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;stropts.h;termio.h;termios.h;time.h;unistd.h;utime.h;stddef.h;dlfcn.h;malloc.h;memory.h;netinet/if_ether.h;stdint.h;sys/utsname.h;idna.h exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_3fbe8
[1/2] Building C object CMakeFiles/cmTC_3fbe8.dir/HAVE_IDNA_H.c.o
FAILED: CMakeFiles/cmTC_3fbe8.dir/HAVE_IDNA_H.c.o
/usr/bin/cc -o CMakeFiles/cmTC_3fbe8.dir/HAVE_IDNA_H.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_IDNA_H.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_IDNA_H.c:62:10: fatal error: idna.h: No such file or directory
#include <idna.h>
^~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
#include <idna.h>
int main(void){return 0;}
Determining size of __int64 failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_6d773
[1/2] Building C object CMakeFiles/cmTC_6d773.dir/SIZEOF___INT64.c.o
FAILED: CMakeFiles/cmTC_6d773.dir/SIZEOF___INT64.c.o
/usr/bin/cc -o CMakeFiles/cmTC_6d773.dir/SIZEOF___INT64.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:23:22: error: ‘__int64’ undeclared here (not in a function); did you mean ‘__int64_t’?
#define SIZE (sizeof(__int64))
^
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:25:12: note: in expansion of macro ‘SIZE’
('0' + ((SIZE / 10000)%10)),
^~~~
ninja: build stopped: subcommand failed.
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckTypeSize/SIZEOF___INT64.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
#undef KEY
#if defined(__i386)
# define KEY '_','_','i','3','8','6'
#elif defined(__x86_64)
# define KEY '_','_','x','8','6','_','6','4'
#elif defined(__ppc__)
# define KEY '_','_','p','p','c','_','_'
#elif defined(__ppc64__)
# define KEY '_','_','p','p','c','6','4','_','_'
#elif defined(__aarch64__)
# define KEY '_','_','a','a','r','c','h','6','4','_','_'
#elif defined(__ARM_ARCH_7A__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_'
#elif defined(__ARM_ARCH_7S__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_'
#endif
#define SIZE (sizeof(__int64))
char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[',
('0' + ((SIZE / 10000)%10)),
('0' + ((SIZE / 1000)%10)),
('0' + ((SIZE / 100)%10)),
('0' + ((SIZE / 10)%10)),
('0' + (SIZE % 10)),
']',
#ifdef KEY
' ','k','e','y','[', KEY, ']',
#endif
'\0'};
#ifdef __CLASSIC_C__
int main(argc, argv) int argc; char *argv[];
#else
int main(int argc, char *argv[])
#endif
{
int require = 0;
require += info_size[argc];
(void)argv;
return require;
}
Determining if the stricmp exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_afe3c
[1/2] Building C object CMakeFiles/cmTC_afe3c.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_afe3c.dir/CheckSymbolExists.c.o
/usr/bin/cc -o CMakeFiles/cmTC_afe3c.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c: In function ‘main’:
CheckSymbolExists.c:67:19: error: ‘stricmp’ undeclared (first use in this function); did you mean ‘strncmp’?
return ((int*)(&stricmp))[argc];
^~~~~~~
strncmp
CheckSymbolExists.c:67:19: note: each undeclared identifier is reported only once for each function it appears in
ninja: build stopped: subcommand failed.
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef stricmp
return ((int*)(&stricmp))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the strcmpi exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_d9128
[1/2] Building C object CMakeFiles/cmTC_d9128.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_d9128.dir/CheckSymbolExists.c.o
/usr/bin/cc -o CMakeFiles/cmTC_d9128.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c: In function ‘main’:
CheckSymbolExists.c:67:19: error: ‘strcmpi’ undeclared (first use in this function); did you mean ‘strcmp’?
return ((int*)(&strcmpi))[argc];
^~~~~~~
strcmp
CheckSymbolExists.c:67:19: note: each undeclared identifier is reported only once for each function it appears in
ninja: build stopped: subcommand failed.
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strcmpi
return ((int*)(&strcmpi))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the strncmpi exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_31a54
[1/2] Building C object CMakeFiles/cmTC_31a54.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_31a54.dir/CheckSymbolExists.c.o
/usr/bin/cc -o CMakeFiles/cmTC_31a54.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c: In function ‘main’:
CheckSymbolExists.c:67:19: error: ‘strncmpi’ undeclared (first use in this function); did you mean ‘strncmp’?
return ((int*)(&strncmpi))[argc];
^~~~~~~~
strncmp
CheckSymbolExists.c:67:19: note: each undeclared identifier is reported only once for each function it appears in
ninja: build stopped: subcommand failed.
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strncmpi
return ((int*)(&strncmpi))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the inet_ntoa_r exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_3bfc7
[1/2] Building C object CMakeFiles/cmTC_3bfc7.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_3bfc7.dir/CheckSymbolExists.c.o
/usr/bin/cc -o CMakeFiles/cmTC_3bfc7.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c: In function ‘main’:
CheckSymbolExists.c:67:19: error: ‘inet_ntoa_r’ undeclared (first use in this function); did you mean ‘inet_ntoa’?
return ((int*)(&inet_ntoa_r))[argc];
^~~~~~~~~~~
inet_ntoa
CheckSymbolExists.c:67:19: note: each undeclared identifier is reported only once for each function it appears in
ninja: build stopped: subcommand failed.
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef inet_ntoa_r
return ((int*)(&inet_ntoa_r))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the closesocket exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_23dd7
[1/2] Building C object CMakeFiles/cmTC_23dd7.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_23dd7.dir/CheckSymbolExists.c.o
/usr/bin/cc -o CMakeFiles/cmTC_23dd7.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c: In function ‘main’:
CheckSymbolExists.c:67:19: error: ‘closesocket’ undeclared (first use in this function); did you mean ‘BIO_s_socket’?
return ((int*)(&closesocket))[argc];
^~~~~~~~~~~
BIO_s_socket
CheckSymbolExists.c:67:19: note: each undeclared identifier is reported only once for each function it appears in
ninja: build stopped: subcommand failed.
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef closesocket
return ((int*)(&closesocket))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the getpass_r exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_d45da
[1/2] Building C object CMakeFiles/cmTC_d45da.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_d45da.dir/CheckSymbolExists.c.o
/usr/bin/cc -o CMakeFiles/cmTC_d45da.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c: In function ‘main’:
CheckSymbolExists.c:67:19: error: ‘getpass_r’ undeclared (first use in this function); did you mean ‘getpass’?
return ((int*)(&getpass_r))[argc];
^~~~~~~~~
getpass
CheckSymbolExists.c:67:19: note: each undeclared identifier is reported only once for each function it appears in
ninja: build stopped: subcommand failed.
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef getpass_r
return ((int*)(&getpass_r))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the strlcat exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_2243f
[1/2] Building C object CMakeFiles/cmTC_2243f.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_2243f.dir/CheckSymbolExists.c.o
/usr/bin/cc -o CMakeFiles/cmTC_2243f.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c: In function ‘main’:
CheckSymbolExists.c:67:19: error: ‘strlcat’ undeclared (first use in this function); did you mean ‘strncat’?
return ((int*)(&strlcat))[argc];
^~~~~~~
strncat
CheckSymbolExists.c:67:19: note: each undeclared identifier is reported only once for each function it appears in
ninja: build stopped: subcommand failed.
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strlcat
return ((int*)(&strlcat))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the _strtoi64 exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_a50ac
[1/2] Building C object CMakeFiles/cmTC_a50ac.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_a50ac.dir/CheckSymbolExists.c.o
/usr/bin/cc -o CMakeFiles/cmTC_a50ac.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c: In function ‘main’:
CheckSymbolExists.c:67:19: error: ‘_strtoi64’ undeclared (first use in this function); did you mean ‘strtoull’?
return ((int*)(&_strtoi64))[argc];
^~~~~~~~~
strtoull
CheckSymbolExists.c:67:19: note: each undeclared identifier is reported only once for each function it appears in
ninja: build stopped: subcommand failed.
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef _strtoi64
return ((int*)(&_strtoi64))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the idn_free exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_e352d
[1/2] Building C object CMakeFiles/cmTC_e352d.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_e352d.dir/CheckSymbolExists.c.o
/usr/bin/cc -o CMakeFiles/cmTC_e352d.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c: In function ‘main’:
CheckSymbolExists.c:67:19: error: ‘idn_free’ undeclared (first use in this function); did you mean ‘SSL_free’?
return ((int*)(&idn_free))[argc];
^~~~~~~~
SSL_free
CheckSymbolExists.c:67:19: note: each undeclared identifier is reported only once for each function it appears in
ninja: build stopped: subcommand failed.
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef idn_free
return ((int*)(&idn_free))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the idna_strerror exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_43986
[1/2] Building C object CMakeFiles/cmTC_43986.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_43986.dir/CheckSymbolExists.c.o
/usr/bin/cc -o CMakeFiles/cmTC_43986.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c: In function ‘main’:
CheckSymbolExists.c:67:19: error: ‘idna_strerror’ undeclared (first use in this function); did you mean ‘gai_strerror’?
return ((int*)(&idna_strerror))[argc];
^~~~~~~~~~~~~
gai_strerror
CheckSymbolExists.c:67:19: note: each undeclared identifier is reported only once for each function it appears in
ninja: build stopped: subcommand failed.
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef idna_strerror
return ((int*)(&idna_strerror))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the tld_strerror exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_02d8f
[1/2] Building C object CMakeFiles/cmTC_02d8f.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_02d8f.dir/CheckSymbolExists.c.o
/usr/bin/cc -o CMakeFiles/cmTC_02d8f.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c: In function ‘main’:
CheckSymbolExists.c:67:19: error: ‘tld_strerror’ undeclared (first use in this function); did you mean ‘gai_strerror’?
return ((int*)(&tld_strerror))[argc];
^~~~~~~~~~~~
gai_strerror
CheckSymbolExists.c:67:19: note: each undeclared identifier is reported only once for each function it appears in
ninja: build stopped: subcommand failed.
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef tld_strerror
return ((int*)(&tld_strerror))[argc];
#else
(void)argc;
return 0;
#endif
}
Performing Curl Test HAVE_IOCTLSOCKET failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_bfb28
[1/2] Building C object CMakeFiles/cmTC_bfb28.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_bfb28.dir/CurlTests.c.o
/usr/bin/cc -DHAVE_IOCTLSOCKET -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_OPENSSL_CRYPTO_H -DHAVE_OPENSSL_ENGINE_H -DHAVE_OPENSSL_ERR_H -DHAVE_OPENSSL_PEM_H -DHAVE_OPENSSL_PKCS12_H -DHAVE_OPENSSL_RSA_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_X509_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_bfb28.dir/CurlTests.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c: In function ‘main’:
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:498:24: warning: implicit declaration of function ‘ioctlsocket’ [-Wimplicit-function-declaration]
unsigned long flags = ioctlsocket(socket, FIONBIO, &flags);
^~~~~~~~~~~
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:498:44: error: ‘FIONBIO’ undeclared (first use in this function)
unsigned long flags = ioctlsocket(socket, FIONBIO, &flags);
^~~~~~~
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:498:44: note: each undeclared identifier is reported only once for each function it appears in
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_IOCTLSOCKET_CAMEL failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_030ef
[1/2] Building C object CMakeFiles/cmTC_030ef.dir/CurlTests.c.o
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c: In function ‘main’:
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:526:13: warning: implicit declaration of function ‘IoctlSocket’ [-Wimplicit-function-declaration]
if(0 != IoctlSocket(0, 0, 0))
^~~~~~~~~~~
[2/2] Linking C executable cmTC_030ef
FAILED: cmTC_030ef
: && /usr/bin/cc -DHAVE_IOCTLSOCKET_CAMEL -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_OPENSSL_CRYPTO_H -DHAVE_OPENSSL_ENGINE_H -DHAVE_OPENSSL_ERR_H -DHAVE_OPENSSL_PEM_H -DHAVE_OPENSSL_PKCS12_H -DHAVE_OPENSSL_RSA_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_X509_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -rdynamic CMakeFiles/cmTC_030ef.dir/CurlTests.c.o -o cmTC_030ef -ldl && :
CMakeFiles/cmTC_030ef.dir/CurlTests.c.o: In function `main':
CurlTests.c:(.text+0x19): undefined reference to `IoctlSocket'
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_IOCTLSOCKET_CAMEL_FIONBIO failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_333ff
[1/2] Building C object CMakeFiles/cmTC_333ff.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_333ff.dir/CurlTests.c.o
/usr/bin/cc -DHAVE_IOCTLSOCKET_CAMEL_FIONBIO -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_OPENSSL_CRYPTO_H -DHAVE_OPENSSL_ENGINE_H -DHAVE_OPENSSL_ERR_H -DHAVE_OPENSSL_PEM_H -DHAVE_OPENSSL_PKCS12_H -DHAVE_OPENSSL_RSA_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_X509_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_333ff.dir/CurlTests.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c: In function ‘main’:
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:554:17: warning: implicit declaration of function ‘ioctlsocket’ [-Wimplicit-function-declaration]
if(0 != ioctlsocket(0, FIONBIO, &flags))
^~~~~~~~~~~
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:554:32: error: ‘FIONBIO’ undeclared (first use in this function)
if(0 != ioctlsocket(0, FIONBIO, &flags))
^~~~~~~
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:554:32: note: each undeclared identifier is reported only once for each function it appears in
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_IOCTLSOCKET_FIONBIO failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_8c567
[1/2] Building C object CMakeFiles/cmTC_8c567.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_8c567.dir/CurlTests.c.o
/usr/bin/cc -DHAVE_IOCTLSOCKET_FIONBIO -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_OPENSSL_CRYPTO_H -DHAVE_OPENSSL_ENGINE_H -DHAVE_OPENSSL_ERR_H -DHAVE_OPENSSL_PEM_H -DHAVE_OPENSSL_PKCS12_H -DHAVE_OPENSSL_RSA_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_X509_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_8c567.dir/CurlTests.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c: In function ‘main’:
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:581:17: warning: implicit declaration of function ‘ioctlsocket’ [-Wimplicit-function-declaration]
if(0 != ioctlsocket(0, FIONBIO, &flags))
^~~~~~~~~~~
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:581:32: error: ‘FIONBIO’ undeclared (first use in this function)
if(0 != ioctlsocket(0, FIONBIO, &flags))
^~~~~~~
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:581:32: note: each undeclared identifier is reported only once for each function it appears in
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_SETSOCKOPT_SO_NONBLOCK failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_1b39e
[1/2] Building C object CMakeFiles/cmTC_1b39e.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_1b39e.dir/CurlTests.c.o
/usr/bin/cc -DHAVE_SETSOCKOPT_SO_NONBLOCK -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_OPENSSL_CRYPTO_H -DHAVE_OPENSSL_ENGINE_H -DHAVE_OPENSSL_ERR_H -DHAVE_OPENSSL_PEM_H -DHAVE_OPENSSL_PKCS12_H -DHAVE_OPENSSL_RSA_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_X509_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_1b39e.dir/CurlTests.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c: In function ‘main’:
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:677:43: error: ‘SO_NONBLOCK’ undeclared (first use in this function); did you mean ‘SOCK_NONBLOCK’?
if(0 != setsockopt(0, SOL_SOCKET, SO_NONBLOCK, 0, 0))
^~~~~~~~~~~
SOCK_NONBLOCK
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:677:43: note: each undeclared identifier is reported only once for each function it appears in
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_SOCKADDR_IN6_SIN6_SCOPE_ID failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_3f076
[1/2] Building C object CMakeFiles/cmTC_3f076.dir/CurlTests.c.o
[2/2] Linking C executable cmTC_3f076
FAILED: cmTC_3f076
: && /usr/bin/cc -DHAVE_SOCKADDR_IN6_SIN6_SCOPE_ID -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_OPENSSL_CRYPTO_H -DHAVE_OPENSSL_ENGINE_H -DHAVE_OPENSSL_ERR_H -DHAVE_OPENSSL_PEM_H -DHAVE_OPENSSL_PKCS12_H -DHAVE_OPENSSL_RSA_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_X509_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -rdynamic CMakeFiles/cmTC_3f076.dir/CurlTests.c.o -o cmTC_3f076 -ldl && :
/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o: In function `_start':
(.text+0x20): undefined reference to `main'
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_O_NONBLOCK failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_4d4b4
[1/2] Building C object CMakeFiles/cmTC_4d4b4.dir/CurlTests.c.o
[2/2] Linking C executable cmTC_4d4b4
FAILED: cmTC_4d4b4
: && /usr/bin/cc -DHAVE_O_NONBLOCK -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_OPENSSL_CRYPTO_H -DHAVE_OPENSSL_ENGINE_H -DHAVE_OPENSSL_ERR_H -DHAVE_OPENSSL_PEM_H -DHAVE_OPENSSL_PKCS12_H -DHAVE_OPENSSL_RSA_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_X509_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -rdynamic CMakeFiles/cmTC_4d4b4.dir/CurlTests.c.o -o cmTC_4d4b4 -ldl && :
/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o: In function `_start':
(.text+0x20): undefined reference to `main'
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_GETHOSTBYADDR_R_5 failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_f2d04
[1/2] Building C object CMakeFiles/cmTC_f2d04.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_f2d04.dir/CurlTests.c.o
/usr/bin/cc -DHAVE_GETHOSTBYADDR_R_5 -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_OPENSSL_CRYPTO_H -DHAVE_OPENSSL_ENGINE_H -DHAVE_OPENSSL_ERR_H -DHAVE_OPENSSL_PEM_H -DHAVE_OPENSSL_PKCS12_H -DHAVE_OPENSSL_RSA_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_X509_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_f2d04.dir/CurlTests.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c: In function ‘main’:
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:85:21: error: storage size of ‘hdata’ isn’t known
struct hostent_data hdata;
^~~~~
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:90:6: error: too few arguments to function ‘gethostbyaddr_r’
rc = gethostbyaddr_r(address, length, type, &h, &hdata);
^~~~~~~~~~~~~~~
In file included from /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:76:0:
/usr/include/netdb.h:170:12: note: declared here
extern int gethostbyaddr_r (const void *__restrict __addr, __socklen_t __len,
^~~~~~~~~~~~~~~
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_GETHOSTBYADDR_R_7 failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_3173f
[1/2] Building C object CMakeFiles/cmTC_3173f.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_3173f.dir/CurlTests.c.o
/usr/bin/cc -DHAVE_GETHOSTBYADDR_R_7 -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_OPENSSL_CRYPTO_H -DHAVE_OPENSSL_ENGINE_H -DHAVE_OPENSSL_ERR_H -DHAVE_OPENSSL_PEM_H -DHAVE_OPENSSL_PKCS12_H -DHAVE_OPENSSL_RSA_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_X509_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_3173f.dir/CurlTests.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c: In function ‘main’:
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:136:36: warning: passing argument 7 of ‘gethostbyaddr_r’ from incompatible pointer type [-Wincompatible-pointer-types]
buffer, 8192, &h_errnop);
^
In file included from /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:119:0:
/usr/include/netdb.h:170:12: note: expected ‘struct hostent ** restrict’ but argument is of type ‘int *’
extern int gethostbyaddr_r (const void *__restrict __addr, __socklen_t __len,
^~~~~~~~~~~~~~~
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:135:6: error: too few arguments to function ‘gethostbyaddr_r’
hp = gethostbyaddr_r(address, length, type, &h,
^~~~~~~~~~~~~~~
In file included from /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:119:0:
/usr/include/netdb.h:170:12: note: declared here
extern int gethostbyaddr_r (const void *__restrict __addr, __socklen_t __len,
^~~~~~~~~~~~~~~
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_GETHOSTBYADDR_R_5_REENTRANT failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_6e581
[1/2] Building C object CMakeFiles/cmTC_6e581.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_6e581.dir/CurlTests.c.o
/usr/bin/cc -DHAVE_GETHOSTBYADDR_R_5_REENTRANT -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_OPENSSL_CRYPTO_H -DHAVE_OPENSSL_ENGINE_H -DHAVE_OPENSSL_ERR_H -DHAVE_OPENSSL_PEM_H -DHAVE_OPENSSL_PKCS12_H -DHAVE_OPENSSL_RSA_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_X509_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_6e581.dir/CurlTests.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c: In function ‘main’:
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:104:12: error: ‘q’ undeclared (first use in this function)
int length;q
^
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:104:12: note: each undeclared identifier is reported only once for each function it appears in
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:105:1: error: expected ‘;’ before ‘int’
int type;
^~~
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:107:21: error: storage size of ‘hdata’ isn’t known
struct hostent_data hdata;
^~~~~
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:112:39: error: ‘type’ undeclared (first use in this function)
rc = gethostbyaddr_r(address, length, type, &h, &hdata);
^~~~
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:112:6: error: too few arguments to function ‘gethostbyaddr_r’
rc = gethostbyaddr_r(address, length, type, &h, &hdata);
^~~~~~~~~~~~~~~
In file included from /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:98:0:
/usr/include/netdb.h:170:12: note: declared here
extern int gethostbyaddr_r (const void *__restrict __addr, __socklen_t __len,
^~~~~~~~~~~~~~~
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_GETHOSTBYADDR_R_7_REENTRANT failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_d7a48
[1/2] Building C object CMakeFiles/cmTC_d7a48.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_d7a48.dir/CurlTests.c.o
/usr/bin/cc -DHAVE_GETHOSTBYADDR_R_7_REENTRANT -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_OPENSSL_CRYPTO_H -DHAVE_OPENSSL_ENGINE_H -DHAVE_OPENSSL_ERR_H -DHAVE_OPENSSL_PEM_H -DHAVE_OPENSSL_PKCS12_H -DHAVE_OPENSSL_RSA_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_X509_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_d7a48.dir/CurlTests.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c: In function ‘main’:
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:161:36: warning: passing argument 7 of ‘gethostbyaddr_r’ from incompatible pointer type [-Wincompatible-pointer-types]
buffer, 8192, &h_errnop);
^
In file included from /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:144:0:
/usr/include/netdb.h:170:12: note: expected ‘struct hostent ** restrict’ but argument is of type ‘int *’
extern int gethostbyaddr_r (const void *__restrict __addr, __socklen_t __len,
^~~~~~~~~~~~~~~
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:160:6: error: too few arguments to function ‘gethostbyaddr_r’
hp = gethostbyaddr_r(address, length, type, &h,
^~~~~~~~~~~~~~~
In file included from /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:144:0:
/usr/include/netdb.h:170:12: note: declared here
extern int gethostbyaddr_r (const void *__restrict __addr, __socklen_t __len,
^~~~~~~~~~~~~~~
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_GETHOSTBYNAME_R_3 failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_3caae
[1/2] Building C object CMakeFiles/cmTC_3caae.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_3caae.dir/CurlTests.c.o
/usr/bin/cc -DHAVE_GETHOSTBYNAME_R_3 -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_OPENSSL_CRYPTO_H -DHAVE_OPENSSL_ENGINE_H -DHAVE_OPENSSL_ERR_H -DHAVE_OPENSSL_PEM_H -DHAVE_OPENSSL_PKCS12_H -DHAVE_OPENSSL_RSA_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_X509_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_3caae.dir/CurlTests.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c: In function ‘main’:
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:228:21: error: storage size of ‘data’ isn’t known
struct hostent_data data;
^~~~
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:232:1: error: too few arguments to function ‘gethostbyname_r’
gethostbyname_r(NULL, NULL, NULL);
^~~~~~~~~~~~~~~
In file included from /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:220:0:
/usr/include/netdb.h:177:12: note: declared here
extern int gethostbyname_r (const char *__restrict __name,
^~~~~~~~~~~~~~~
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_GETHOSTBYNAME_R_5 failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_b40d3
[1/2] Building C object CMakeFiles/cmTC_b40d3.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_b40d3.dir/CurlTests.c.o
/usr/bin/cc -DHAVE_GETHOSTBYNAME_R_5 -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_OPENSSL_CRYPTO_H -DHAVE_OPENSSL_ENGINE_H -DHAVE_OPENSSL_ERR_H -DHAVE_OPENSSL_PEM_H -DHAVE_OPENSSL_PKCS12_H -DHAVE_OPENSSL_RSA_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_X509_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_b40d3.dir/CurlTests.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c: In function ‘main’:
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:271:1: error: too few arguments to function ‘gethostbyname_r’
gethostbyname_r(NULL, NULL, NULL, 0, NULL);
^~~~~~~~~~~~~~~
In file included from /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:261:0:
/usr/include/netdb.h:177:12: note: declared here
extern int gethostbyname_r (const char *__restrict __name,
^~~~~~~~~~~~~~~
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_GETHOSTBYNAME_R_3_REENTRANT failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_241b8
[1/2] Building C object CMakeFiles/cmTC_241b8.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_241b8.dir/CurlTests.c.o
/usr/bin/cc -DHAVE_GETHOSTBYNAME_R_3_REENTRANT -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_OPENSSL_CRYPTO_H -DHAVE_OPENSSL_ENGINE_H -DHAVE_OPENSSL_ERR_H -DHAVE_OPENSSL_PEM_H -DHAVE_OPENSSL_PKCS12_H -DHAVE_OPENSSL_RSA_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_X509_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_241b8.dir/CurlTests.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c: In function ‘main’:
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:249:21: error: storage size of ‘data’ isn’t known
struct hostent_data data;
^~~~
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:253:1: error: too few arguments to function ‘gethostbyname_r’
gethostbyname_r(NULL, NULL, NULL);
^~~~~~~~~~~~~~~
In file included from /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:241:0:
/usr/include/netdb.h:177:12: note: declared here
extern int gethostbyname_r (const char *__restrict __name,
^~~~~~~~~~~~~~~
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_GETHOSTBYNAME_R_5_REENTRANT failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_b2fb8
[1/2] Building C object CMakeFiles/cmTC_b2fb8.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_b2fb8.dir/CurlTests.c.o
/usr/bin/cc -DHAVE_GETHOSTBYNAME_R_5_REENTRANT -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_OPENSSL_CRYPTO_H -DHAVE_OPENSSL_ENGINE_H -DHAVE_OPENSSL_ERR_H -DHAVE_OPENSSL_PEM_H -DHAVE_OPENSSL_PKCS12_H -DHAVE_OPENSSL_RSA_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_X509_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_b2fb8.dir/CurlTests.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c: In function ‘main’:
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:290:1: error: too few arguments to function ‘gethostbyname_r’
gethostbyname_r(NULL, NULL, NULL, 0, NULL);
^~~~~~~~~~~~~~~
In file included from /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:279:0:
/usr/include/netdb.h:177:12: note: declared here
extern int gethostbyname_r (const char *__restrict __name,
^~~~~~~~~~~~~~~
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_INET_NTOA_R_DECL failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_901df
[1/2] Building C object CMakeFiles/cmTC_901df.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_901df.dir/CurlTests.c.o
/usr/bin/cc -DHAVE_INET_NTOA_R_DECL -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_OPENSSL_CRYPTO_H -DHAVE_OPENSSL_ENGINE_H -DHAVE_OPENSSL_ERR_H -DHAVE_OPENSSL_PEM_H -DHAVE_OPENSSL_PKCS12_H -DHAVE_OPENSSL_RSA_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_X509_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_901df.dir/CurlTests.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c: In function ‘main’:
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:418:21: error: ‘inet_ntoa_r’ undeclared (first use in this function); did you mean ‘inet_ntoa’?
func = (func_type)inet_ntoa_r;
^~~~~~~~~~~
inet_ntoa
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:418:21: note: each undeclared identifier is reported only once for each function it appears in
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_INET_NTOA_R_DECL_REENTRANT failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_cd303
[1/2] Building C object CMakeFiles/cmTC_cd303.dir/CurlTests.c.o
FAILED: CMakeFiles/cmTC_cd303.dir/CurlTests.c.o
/usr/bin/cc -DHAVE_INET_NTOA_R_DECL_REENTRANT -DHAVE_STDIO_H -DHAVE_INTTYPES_H -DHAVE_SYS_IOCTL_H -DHAVE_SYS_PARAM_H -DHAVE_SYS_POLL_H -DHAVE_SYS_RESOURCE_H -DHAVE_SYS_SELECT_H -DHAVE_SYS_SOCKET_H -DHAVE_SYS_STAT_H -DHAVE_SYS_TIME_H -DHAVE_SYS_TYPES_H -DHAVE_SYS_UIO_H -DHAVE_SYS_UN_H -DHAVE_ALLOCA_H -DHAVE_ARPA_INET_H -DHAVE_ARPA_TFTP_H -DHAVE_ASSERT_H -DHAVE_ERR_H -DHAVE_ERRNO_H -DHAVE_FCNTL_H -DHAVE_IFADDRS_H -DHAVE_LIBGEN_H -DHAVE_LIMITS_H -DHAVE_LOCALE_H -DHAVE_NET_IF_H -DHAVE_NETDB_H -DHAVE_NETINET_IN_H -DHAVE_NETINET_TCP_H -DHAVE_OPENSSL_CRYPTO_H -DHAVE_OPENSSL_ENGINE_H -DHAVE_OPENSSL_ERR_H -DHAVE_OPENSSL_PEM_H -DHAVE_OPENSSL_PKCS12_H -DHAVE_OPENSSL_RSA_H -DHAVE_OPENSSL_SSL_H -DHAVE_OPENSSL_X509_H -DHAVE_POLL_H -DHAVE_PWD_H -DHAVE_SETJMP_H -DHAVE_SGTTY_H -DHAVE_SIGNAL_H -DHAVE_STDBOOL_H -DHAVE_STDINT_H -DHAVE_STDIO_H -DHAVE_STDLIB_H -DHAVE_STRING_H -DHAVE_STRINGS_H -DHAVE_STROPTS_H -DHAVE_TERMIO_H -DHAVE_TERMIOS_H -DHAVE_TIME_H -DHAVE_UNISTD_H -DHAVE_UTIME_H -DHAVE_STDDEF_H -DHAVE_DLFCN_H -DHAVE_MALLOC_H -DHAVE_MEMORY_H -DHAVE_NETINET_IF_ETHER_H -DHAVE_STDINT_H -DHAVE_SYS_UTSNAME_H -o CMakeFiles/cmTC_cd303.dir/CurlTests.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c: In function ‘main’:
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:433:22: error: ‘inet_ntoa_r’ undeclared (first use in this function); did you mean ‘inet_ntoa’?
func = (func_type)&inet_ntoa_r;
^~~~~~~~~~~
inet_ntoa
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:433:22: note: each undeclared identifier is reported only once for each function it appears in
ninja: build stopped: subcommand failed.
Performing Curl Test HAVE_GLIBC_STRERROR_R failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_9ffc6
[1/2] Building C object CMakeFiles/cmTC_9ffc6.dir/CurlTests.c.o
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c: In function ‘main’:
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:690:5: warning: initialization makes pointer from integer without a cast [-Wint-conversion]
strerror_r(EACCES, buffer, sizeof(buffer));
^~~~~~~~~~
[2/2] Linking C executable cmTC_9ffc6
There was a problem running this test
Determining size of curl_off_t failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_c753e
[1/2] Building C object CMakeFiles/cmTC_c753e.dir/SIZEOF_CURL_OFF_T.c.o
FAILED: CMakeFiles/cmTC_c753e.dir/SIZEOF_CURL_OFF_T.c.o
/usr/bin/cc -D_FILE_OFFSET_BITS=64 -o CMakeFiles/cmTC_c753e.dir/SIZEOF_CURL_OFF_T.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckTypeSize/SIZEOF_CURL_OFF_T.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckTypeSize/SIZEOF_CURL_OFF_T.c:4:10: fatal error: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/curl/curl.h: No such file or directory
#include "/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/curl/curl.h"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckTypeSize/SIZEOF_CURL_OFF_T.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
#include "/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/curl/curl.h"
#undef KEY
#if defined(__i386)
# define KEY '_','_','i','3','8','6'
#elif defined(__x86_64)
# define KEY '_','_','x','8','6','_','6','4'
#elif defined(__ppc__)
# define KEY '_','_','p','p','c','_','_'
#elif defined(__ppc64__)
# define KEY '_','_','p','p','c','6','4','_','_'
#elif defined(__aarch64__)
# define KEY '_','_','a','a','r','c','h','6','4','_','_'
#elif defined(__ARM_ARCH_7A__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_'
#elif defined(__ARM_ARCH_7S__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_'
#endif
#define SIZE (sizeof(curl_off_t))
char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[',
('0' + ((SIZE / 10000)%10)),
('0' + ((SIZE / 1000)%10)),
('0' + ((SIZE / 100)%10)),
('0' + ((SIZE / 10)%10)),
('0' + (SIZE % 10)),
']',
#ifdef KEY
' ','k','e','y','[', KEY, ']',
#endif
'\0'};
#ifdef __CLASSIC_C__
int main(argc, argv) int argc; char *argv[];
#else
int main(int argc, char *argv[])
#endif
{
int require = 0;
require += info_size[argc];
(void)argv;
return require;
}
Performing C SOURCE FILE Test int recv(int, void *, size_t, int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_86acb
[1/2] Building C object CMakeFiles/cmTC_86acb.dir/src.c.o
FAILED: CMakeFiles/cmTC_86acb.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_86acb.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘recv’
extern int recv(int, void *, size_t, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:145:16: note: previous declaration of ‘recv’ was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(int, void *, size_t, int);
#define __unused5 1
int main() {
int s=0;
void * buf=0;
size_t len=0;
int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int recv(int, void *, size_t, unsigned int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_1f693
[1/2] Building C object CMakeFiles/cmTC_1f693.dir/src.c.o
FAILED: CMakeFiles/cmTC_1f693.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_1f693.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘recv’
extern int recv(int, void *, size_t, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:145:16: note: previous declaration of ‘recv’ was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(int, void *, size_t, unsigned int);
#define __unused5 1
int main() {
int s=0;
void * buf=0;
size_t len=0;
unsigned int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int recv(int, void *, int, int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_8cb60
[1/2] Building C object CMakeFiles/cmTC_8cb60.dir/src.c.o
FAILED: CMakeFiles/cmTC_8cb60.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_8cb60.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘recv’
extern int recv(int, void *, int, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:145:16: note: previous declaration of ‘recv’ was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(int, void *, int, int);
#define __unused5 1
int main() {
int s=0;
void * buf=0;
int len=0;
int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int recv(int, void *, int, unsigned int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_a0810
[1/2] Building C object CMakeFiles/cmTC_a0810.dir/src.c.o
FAILED: CMakeFiles/cmTC_a0810.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_a0810.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘recv’
extern int recv(int, void *, int, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:145:16: note: previous declaration of ‘recv’ was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(int, void *, int, unsigned int);
#define __unused5 1
int main() {
int s=0;
void * buf=0;
int len=0;
unsigned int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int recv(int, void *, socklen_t, int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_c1ef7
[1/2] Building C object CMakeFiles/cmTC_c1ef7.dir/src.c.o
FAILED: CMakeFiles/cmTC_c1ef7.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_c1ef7.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘recv’
extern int recv(int, void *, socklen_t, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:145:16: note: previous declaration of ‘recv’ was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(int, void *, socklen_t, int);
#define __unused5 1
int main() {
int s=0;
void * buf=0;
socklen_t len=0;
int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int recv(int, void *, socklen_t, unsigned int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_f9fb5
[1/2] Building C object CMakeFiles/cmTC_f9fb5.dir/src.c.o
FAILED: CMakeFiles/cmTC_f9fb5.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_f9fb5.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘recv’
extern int recv(int, void *, socklen_t, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:145:16: note: previous declaration of ‘recv’ was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(int, void *, socklen_t, unsigned int);
#define __unused5 1
int main() {
int s=0;
void * buf=0;
socklen_t len=0;
unsigned int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int recv(int, void *, unsigned int, int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_539d4
[1/2] Building C object CMakeFiles/cmTC_539d4.dir/src.c.o
FAILED: CMakeFiles/cmTC_539d4.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_539d4.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘recv’
extern int recv(int, void *, unsigned int, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:145:16: note: previous declaration of ‘recv’ was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(int, void *, unsigned int, int);
#define __unused5 1
int main() {
int s=0;
void * buf=0;
unsigned int len=0;
int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int recv(int, void *, unsigned int, unsigned int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_afdf1
[1/2] Building C object CMakeFiles/cmTC_afdf1.dir/src.c.o
FAILED: CMakeFiles/cmTC_afdf1.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_afdf1.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘recv’
extern int recv(int, void *, unsigned int, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:145:16: note: previous declaration of ‘recv’ was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(int, void *, unsigned int, unsigned int);
#define __unused5 1
int main() {
int s=0;
void * buf=0;
unsigned int len=0;
unsigned int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int recv(int, char *, size_t, int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_6da1b
[1/2] Building C object CMakeFiles/cmTC_6da1b.dir/src.c.o
FAILED: CMakeFiles/cmTC_6da1b.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_6da1b.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘recv’
extern int recv(int, char *, size_t, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:145:16: note: previous declaration of ‘recv’ was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(int, char *, size_t, int);
#define __unused5 1
int main() {
int s=0;
char * buf=0;
size_t len=0;
int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int recv(int, char *, size_t, unsigned int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_6e707
[1/2] Building C object CMakeFiles/cmTC_6e707.dir/src.c.o
FAILED: CMakeFiles/cmTC_6e707.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_6e707.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘recv’
extern int recv(int, char *, size_t, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:145:16: note: previous declaration of ‘recv’ was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(int, char *, size_t, unsigned int);
#define __unused5 1
int main() {
int s=0;
char * buf=0;
size_t len=0;
unsigned int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int recv(int, char *, int, int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_9970a
[1/2] Building C object CMakeFiles/cmTC_9970a.dir/src.c.o
FAILED: CMakeFiles/cmTC_9970a.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_9970a.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘recv’
extern int recv(int, char *, int, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:145:16: note: previous declaration of ‘recv’ was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(int, char *, int, int);
#define __unused5 1
int main() {
int s=0;
char * buf=0;
int len=0;
int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int recv(int, char *, int, unsigned int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_8f299
[1/2] Building C object CMakeFiles/cmTC_8f299.dir/src.c.o
FAILED: CMakeFiles/cmTC_8f299.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_8f299.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘recv’
extern int recv(int, char *, int, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:145:16: note: previous declaration of ‘recv’ was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(int, char *, int, unsigned int);
#define __unused5 1
int main() {
int s=0;
char * buf=0;
int len=0;
unsigned int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int recv(int, char *, socklen_t, int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_11dd3
[1/2] Building C object CMakeFiles/cmTC_11dd3.dir/src.c.o
FAILED: CMakeFiles/cmTC_11dd3.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_11dd3.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘recv’
extern int recv(int, char *, socklen_t, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:145:16: note: previous declaration of ‘recv’ was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(int, char *, socklen_t, int);
#define __unused5 1
int main() {
int s=0;
char * buf=0;
socklen_t len=0;
int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int recv(int, char *, socklen_t, unsigned int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_ff402
[1/2] Building C object CMakeFiles/cmTC_ff402.dir/src.c.o
FAILED: CMakeFiles/cmTC_ff402.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_ff402.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘recv’
extern int recv(int, char *, socklen_t, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:145:16: note: previous declaration of ‘recv’ was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(int, char *, socklen_t, unsigned int);
#define __unused5 1
int main() {
int s=0;
char * buf=0;
socklen_t len=0;
unsigned int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int recv(int, char *, unsigned int, int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_21a0a
[1/2] Building C object CMakeFiles/cmTC_21a0a.dir/src.c.o
FAILED: CMakeFiles/cmTC_21a0a.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_21a0a.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘recv’
extern int recv(int, char *, unsigned int, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:145:16: note: previous declaration of ‘recv’ was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(int, char *, unsigned int, int);
#define __unused5 1
int main() {
int s=0;
char * buf=0;
unsigned int len=0;
int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int recv(int, char *, unsigned int, unsigned int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_efc63
[1/2] Building C object CMakeFiles/cmTC_efc63.dir/src.c.o
FAILED: CMakeFiles/cmTC_efc63.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_efc63.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘recv’
extern int recv(int, char *, unsigned int, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:145:16: note: previous declaration of ‘recv’ was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(int, char *, unsigned int, unsigned int);
#define __unused5 1
int main() {
int s=0;
char * buf=0;
unsigned int len=0;
unsigned int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int recv(ssize_t, void *, size_t, int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_13367
[1/2] Building C object CMakeFiles/cmTC_13367.dir/src.c.o
FAILED: CMakeFiles/cmTC_13367.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_13367.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘recv’
extern int recv(ssize_t, void *, size_t, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:145:16: note: previous declaration of ‘recv’ was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(ssize_t, void *, size_t, int);
#define __unused5 1
int main() {
ssize_t s=0;
void * buf=0;
size_t len=0;
int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int recv(ssize_t, void *, size_t, unsigned int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_e3522
[1/2] Building C object CMakeFiles/cmTC_e3522.dir/src.c.o
FAILED: CMakeFiles/cmTC_e3522.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_e3522.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘recv’
extern int recv(ssize_t, void *, size_t, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:145:16: note: previous declaration of ‘recv’ was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(ssize_t, void *, size_t, unsigned int);
#define __unused5 1
int main() {
ssize_t s=0;
void * buf=0;
size_t len=0;
unsigned int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int recv(ssize_t, void *, int, int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_1bb4e
[1/2] Building C object CMakeFiles/cmTC_1bb4e.dir/src.c.o
FAILED: CMakeFiles/cmTC_1bb4e.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_1bb4e.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘recv’
extern int recv(ssize_t, void *, int, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:145:16: note: previous declaration of ‘recv’ was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(ssize_t, void *, int, int);
#define __unused5 1
int main() {
ssize_t s=0;
void * buf=0;
int len=0;
int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int recv(ssize_t, void *, int, unsigned int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_cf208
[1/2] Building C object CMakeFiles/cmTC_cf208.dir/src.c.o
FAILED: CMakeFiles/cmTC_cf208.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_cf208.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘recv’
extern int recv(ssize_t, void *, int, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:145:16: note: previous declaration of ‘recv’ was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(ssize_t, void *, int, unsigned int);
#define __unused5 1
int main() {
ssize_t s=0;
void * buf=0;
int len=0;
unsigned int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int recv(ssize_t, void *, socklen_t, int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_73755
[1/2] Building C object CMakeFiles/cmTC_73755.dir/src.c.o
FAILED: CMakeFiles/cmTC_73755.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_73755.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘recv’
extern int recv(ssize_t, void *, socklen_t, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:145:16: note: previous declaration of ‘recv’ was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(ssize_t, void *, socklen_t, int);
#define __unused5 1
int main() {
ssize_t s=0;
void * buf=0;
socklen_t len=0;
int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int recv(ssize_t, void *, socklen_t, unsigned int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_71f81
[1/2] Building C object CMakeFiles/cmTC_71f81.dir/src.c.o
FAILED: CMakeFiles/cmTC_71f81.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_71f81.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘recv’
extern int recv(ssize_t, void *, socklen_t, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:145:16: note: previous declaration of ‘recv’ was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(ssize_t, void *, socklen_t, unsigned int);
#define __unused5 1
int main() {
ssize_t s=0;
void * buf=0;
socklen_t len=0;
unsigned int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int recv(ssize_t, void *, unsigned int, int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_b9372
[1/2] Building C object CMakeFiles/cmTC_b9372.dir/src.c.o
FAILED: CMakeFiles/cmTC_b9372.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_b9372.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘recv’
extern int recv(ssize_t, void *, unsigned int, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:145:16: note: previous declaration of ‘recv’ was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(ssize_t, void *, unsigned int, int);
#define __unused5 1
int main() {
ssize_t s=0;
void * buf=0;
unsigned int len=0;
int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int recv(ssize_t, void *, unsigned int, unsigned int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_0a9cb
[1/2] Building C object CMakeFiles/cmTC_0a9cb.dir/src.c.o
FAILED: CMakeFiles/cmTC_0a9cb.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_0a9cb.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘recv’
extern int recv(ssize_t, void *, unsigned int, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:145:16: note: previous declaration of ‘recv’ was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(ssize_t, void *, unsigned int, unsigned int);
#define __unused5 1
int main() {
ssize_t s=0;
void * buf=0;
unsigned int len=0;
unsigned int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int recv(ssize_t, char *, size_t, int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_8678d
[1/2] Building C object CMakeFiles/cmTC_8678d.dir/src.c.o
FAILED: CMakeFiles/cmTC_8678d.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_8678d.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘recv’
extern int recv(ssize_t, char *, size_t, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:145:16: note: previous declaration of ‘recv’ was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(ssize_t, char *, size_t, int);
#define __unused5 1
int main() {
ssize_t s=0;
char * buf=0;
size_t len=0;
int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int recv(ssize_t, char *, size_t, unsigned int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_c69ae
[1/2] Building C object CMakeFiles/cmTC_c69ae.dir/src.c.o
FAILED: CMakeFiles/cmTC_c69ae.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_c69ae.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘recv’
extern int recv(ssize_t, char *, size_t, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:145:16: note: previous declaration of ‘recv’ was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(ssize_t, char *, size_t, unsigned int);
#define __unused5 1
int main() {
ssize_t s=0;
char * buf=0;
size_t len=0;
unsigned int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int recv(ssize_t, char *, int, int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_deeef
[1/2] Building C object CMakeFiles/cmTC_deeef.dir/src.c.o
FAILED: CMakeFiles/cmTC_deeef.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_deeef.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘recv’
extern int recv(ssize_t, char *, int, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:145:16: note: previous declaration of ‘recv’ was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(ssize_t, char *, int, int);
#define __unused5 1
int main() {
ssize_t s=0;
char * buf=0;
int len=0;
int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int recv(ssize_t, char *, int, unsigned int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_757db
[1/2] Building C object CMakeFiles/cmTC_757db.dir/src.c.o
FAILED: CMakeFiles/cmTC_757db.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_757db.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘recv’
extern int recv(ssize_t, char *, int, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:145:16: note: previous declaration of ‘recv’ was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(ssize_t, char *, int, unsigned int);
#define __unused5 1
int main() {
ssize_t s=0;
char * buf=0;
int len=0;
unsigned int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int recv(ssize_t, char *, socklen_t, int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_0815e
[1/2] Building C object CMakeFiles/cmTC_0815e.dir/src.c.o
FAILED: CMakeFiles/cmTC_0815e.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_0815e.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘recv’
extern int recv(ssize_t, char *, socklen_t, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:145:16: note: previous declaration of ‘recv’ was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(ssize_t, char *, socklen_t, int);
#define __unused5 1
int main() {
ssize_t s=0;
char * buf=0;
socklen_t len=0;
int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int recv(ssize_t, char *, socklen_t, unsigned int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_bf408
[1/2] Building C object CMakeFiles/cmTC_bf408.dir/src.c.o
FAILED: CMakeFiles/cmTC_bf408.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_bf408.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘recv’
extern int recv(ssize_t, char *, socklen_t, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:145:16: note: previous declaration of ‘recv’ was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(ssize_t, char *, socklen_t, unsigned int);
#define __unused5 1
int main() {
ssize_t s=0;
char * buf=0;
socklen_t len=0;
unsigned int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int recv(ssize_t, char *, unsigned int, int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_b0ebe
[1/2] Building C object CMakeFiles/cmTC_b0ebe.dir/src.c.o
FAILED: CMakeFiles/cmTC_b0ebe.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_b0ebe.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘recv’
extern int recv(ssize_t, char *, unsigned int, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:145:16: note: previous declaration of ‘recv’ was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(ssize_t, char *, unsigned int, int);
#define __unused5 1
int main() {
ssize_t s=0;
char * buf=0;
unsigned int len=0;
int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int recv(ssize_t, char *, unsigned int, unsigned int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_0236d
[1/2] Building C object CMakeFiles/cmTC_0236d.dir/src.c.o
FAILED: CMakeFiles/cmTC_0236d.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_0236d.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘recv’
extern int recv(ssize_t, char *, unsigned int, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:145:16: note: previous declaration of ‘recv’ was here
extern ssize_t recv (int __fd, void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(ssize_t, char *, unsigned int, unsigned int);
#define __unused5 1
int main() {
ssize_t s=0;
char * buf=0;
unsigned int len=0;
unsigned int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int recv(SOCKET, void *, size_t, int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_ef80e
[1/2] Building C object CMakeFiles/cmTC_ef80e.dir/src.c.o
FAILED: CMakeFiles/cmTC_ef80e.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_ef80e.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘void’
extern int recv(SOCKET, void *, size_t, int);
^~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(SOCKET, void *, size_t, int);
#define __unused5 1
int main() {
SOCKET s=0;
void * buf=0;
size_t len=0;
int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int recv(SOCKET, void *, size_t, unsigned int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_21dd0
[1/2] Building C object CMakeFiles/cmTC_21dd0.dir/src.c.o
FAILED: CMakeFiles/cmTC_21dd0.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_21dd0.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘void’
extern int recv(SOCKET, void *, size_t, unsigned int);
^~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(SOCKET, void *, size_t, unsigned int);
#define __unused5 1
int main() {
SOCKET s=0;
void * buf=0;
size_t len=0;
unsigned int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int recv(SOCKET, void *, int, int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_2f83d
[1/2] Building C object CMakeFiles/cmTC_2f83d.dir/src.c.o
FAILED: CMakeFiles/cmTC_2f83d.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_2f83d.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘void’
extern int recv(SOCKET, void *, int, int);
^~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(SOCKET, void *, int, int);
#define __unused5 1
int main() {
SOCKET s=0;
void * buf=0;
int len=0;
int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int recv(SOCKET, void *, int, unsigned int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_b123c
[1/2] Building C object CMakeFiles/cmTC_b123c.dir/src.c.o
FAILED: CMakeFiles/cmTC_b123c.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_b123c.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘void’
extern int recv(SOCKET, void *, int, unsigned int);
^~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(SOCKET, void *, int, unsigned int);
#define __unused5 1
int main() {
SOCKET s=0;
void * buf=0;
int len=0;
unsigned int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int recv(SOCKET, void *, socklen_t, int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_ba7b7
[1/2] Building C object CMakeFiles/cmTC_ba7b7.dir/src.c.o
FAILED: CMakeFiles/cmTC_ba7b7.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_ba7b7.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘void’
extern int recv(SOCKET, void *, socklen_t, int);
^~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(SOCKET, void *, socklen_t, int);
#define __unused5 1
int main() {
SOCKET s=0;
void * buf=0;
socklen_t len=0;
int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int recv(SOCKET, void *, socklen_t, unsigned int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_5a412
[1/2] Building C object CMakeFiles/cmTC_5a412.dir/src.c.o
FAILED: CMakeFiles/cmTC_5a412.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_5a412.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘void’
extern int recv(SOCKET, void *, socklen_t, unsigned int);
^~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(SOCKET, void *, socklen_t, unsigned int);
#define __unused5 1
int main() {
SOCKET s=0;
void * buf=0;
socklen_t len=0;
unsigned int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int recv(SOCKET, void *, unsigned int, int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_3fbd7
[1/2] Building C object CMakeFiles/cmTC_3fbd7.dir/src.c.o
FAILED: CMakeFiles/cmTC_3fbd7.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_3fbd7.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘void’
extern int recv(SOCKET, void *, unsigned int, int);
^~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(SOCKET, void *, unsigned int, int);
#define __unused5 1
int main() {
SOCKET s=0;
void * buf=0;
unsigned int len=0;
int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int recv(SOCKET, void *, unsigned int, unsigned int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_66f31
[1/2] Building C object CMakeFiles/cmTC_66f31.dir/src.c.o
FAILED: CMakeFiles/cmTC_66f31.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_66f31.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘void’
extern int recv(SOCKET, void *, unsigned int, unsigned int);
^~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(SOCKET, void *, unsigned int, unsigned int);
#define __unused5 1
int main() {
SOCKET s=0;
void * buf=0;
unsigned int len=0;
unsigned int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int recv(SOCKET, char *, size_t, int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_57445
[1/2] Building C object CMakeFiles/cmTC_57445.dir/src.c.o
FAILED: CMakeFiles/cmTC_57445.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_57445.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘char’
extern int recv(SOCKET, char *, size_t, int);
^~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(SOCKET, char *, size_t, int);
#define __unused5 1
int main() {
SOCKET s=0;
char * buf=0;
size_t len=0;
int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int recv(SOCKET, char *, size_t, unsigned int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_1407e
[1/2] Building C object CMakeFiles/cmTC_1407e.dir/src.c.o
FAILED: CMakeFiles/cmTC_1407e.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_1407e.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘char’
extern int recv(SOCKET, char *, size_t, unsigned int);
^~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(SOCKET, char *, size_t, unsigned int);
#define __unused5 1
int main() {
SOCKET s=0;
char * buf=0;
size_t len=0;
unsigned int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int recv(SOCKET, char *, int, int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_c204c
[1/2] Building C object CMakeFiles/cmTC_c204c.dir/src.c.o
FAILED: CMakeFiles/cmTC_c204c.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_c204c.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘char’
extern int recv(SOCKET, char *, int, int);
^~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(SOCKET, char *, int, int);
#define __unused5 1
int main() {
SOCKET s=0;
char * buf=0;
int len=0;
int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int recv(SOCKET, char *, int, unsigned int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_4342e
[1/2] Building C object CMakeFiles/cmTC_4342e.dir/src.c.o
FAILED: CMakeFiles/cmTC_4342e.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_4342e.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘char’
extern int recv(SOCKET, char *, int, unsigned int);
^~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(SOCKET, char *, int, unsigned int);
#define __unused5 1
int main() {
SOCKET s=0;
char * buf=0;
int len=0;
unsigned int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int recv(SOCKET, char *, socklen_t, int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_b2b4a
[1/2] Building C object CMakeFiles/cmTC_b2b4a.dir/src.c.o
FAILED: CMakeFiles/cmTC_b2b4a.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_b2b4a.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘char’
extern int recv(SOCKET, char *, socklen_t, int);
^~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(SOCKET, char *, socklen_t, int);
#define __unused5 1
int main() {
SOCKET s=0;
char * buf=0;
socklen_t len=0;
int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int recv(SOCKET, char *, socklen_t, unsigned int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_d6ef9
[1/2] Building C object CMakeFiles/cmTC_d6ef9.dir/src.c.o
FAILED: CMakeFiles/cmTC_d6ef9.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_d6ef9.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘char’
extern int recv(SOCKET, char *, socklen_t, unsigned int);
^~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(SOCKET, char *, socklen_t, unsigned int);
#define __unused5 1
int main() {
SOCKET s=0;
char * buf=0;
socklen_t len=0;
unsigned int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int recv(SOCKET, char *, unsigned int, int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_1d478
[1/2] Building C object CMakeFiles/cmTC_1d478.dir/src.c.o
FAILED: CMakeFiles/cmTC_1d478.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_1d478.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘char’
extern int recv(SOCKET, char *, unsigned int, int);
^~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(SOCKET, char *, unsigned int, int);
#define __unused5 1
int main() {
SOCKET s=0;
char * buf=0;
unsigned int len=0;
int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int recv(SOCKET, char *, unsigned int, unsigned int) (curl_cv_func_recv_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_8b8f0
[1/2] Building C object CMakeFiles/cmTC_8b8f0.dir/src.c.o
FAILED: CMakeFiles/cmTC_8b8f0.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_recv_test -o CMakeFiles/cmTC_8b8f0.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘char’
extern int recv(SOCKET, char *, unsigned int, unsigned int);
^~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int recv(SOCKET, char *, unsigned int, unsigned int);
#define __unused5 1
int main() {
SOCKET s=0;
char * buf=0;
unsigned int len=0;
unsigned int flags=0;
int res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(int, const void *, size_t, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_307fa
[1/2] Building C object CMakeFiles/cmTC_307fa.dir/src.c.o
FAILED: CMakeFiles/cmTC_307fa.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_307fa.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(int, const void *, size_t, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(int, const void *, size_t, int);
#define __unused5 1
int main() {
int s=0;
const void * buf=0;
size_t len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(int, const void *, size_t, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_f7b2d
[1/2] Building C object CMakeFiles/cmTC_f7b2d.dir/src.c.o
FAILED: CMakeFiles/cmTC_f7b2d.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_f7b2d.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(int, const void *, size_t, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(int, const void *, size_t, unsigned int);
#define __unused5 1
int main() {
int s=0;
const void * buf=0;
size_t len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(int, const void *, int, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_646d1
[1/2] Building C object CMakeFiles/cmTC_646d1.dir/src.c.o
FAILED: CMakeFiles/cmTC_646d1.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_646d1.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(int, const void *, int, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(int, const void *, int, int);
#define __unused5 1
int main() {
int s=0;
const void * buf=0;
int len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(int, const void *, int, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_7b1ae
[1/2] Building C object CMakeFiles/cmTC_7b1ae.dir/src.c.o
FAILED: CMakeFiles/cmTC_7b1ae.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_7b1ae.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(int, const void *, int, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(int, const void *, int, unsigned int);
#define __unused5 1
int main() {
int s=0;
const void * buf=0;
int len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(int, const void *, socklen_t, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_b1982
[1/2] Building C object CMakeFiles/cmTC_b1982.dir/src.c.o
FAILED: CMakeFiles/cmTC_b1982.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_b1982.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(int, const void *, socklen_t, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(int, const void *, socklen_t, int);
#define __unused5 1
int main() {
int s=0;
const void * buf=0;
socklen_t len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(int, const void *, socklen_t, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_7f1ab
[1/2] Building C object CMakeFiles/cmTC_7f1ab.dir/src.c.o
FAILED: CMakeFiles/cmTC_7f1ab.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_7f1ab.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(int, const void *, socklen_t, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(int, const void *, socklen_t, unsigned int);
#define __unused5 1
int main() {
int s=0;
const void * buf=0;
socklen_t len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(int, const void *, unsigned int, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_86c13
[1/2] Building C object CMakeFiles/cmTC_86c13.dir/src.c.o
FAILED: CMakeFiles/cmTC_86c13.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_86c13.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(int, const void *, unsigned int, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(int, const void *, unsigned int, int);
#define __unused5 1
int main() {
int s=0;
const void * buf=0;
unsigned int len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(int, const void *, unsigned int, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_6eadd
[1/2] Building C object CMakeFiles/cmTC_6eadd.dir/src.c.o
FAILED: CMakeFiles/cmTC_6eadd.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_6eadd.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(int, const void *, unsigned int, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(int, const void *, unsigned int, unsigned int);
#define __unused5 1
int main() {
int s=0;
const void * buf=0;
unsigned int len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(int, void *, size_t, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_c5b66
[1/2] Building C object CMakeFiles/cmTC_c5b66.dir/src.c.o
FAILED: CMakeFiles/cmTC_c5b66.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_c5b66.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(int, void *, size_t, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(int, void *, size_t, int);
#define __unused5 1
int main() {
int s=0;
void * buf=0;
size_t len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(int, void *, size_t, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_d7502
[1/2] Building C object CMakeFiles/cmTC_d7502.dir/src.c.o
FAILED: CMakeFiles/cmTC_d7502.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_d7502.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(int, void *, size_t, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(int, void *, size_t, unsigned int);
#define __unused5 1
int main() {
int s=0;
void * buf=0;
size_t len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(int, void *, int, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_21197
[1/2] Building C object CMakeFiles/cmTC_21197.dir/src.c.o
FAILED: CMakeFiles/cmTC_21197.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_21197.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(int, void *, int, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(int, void *, int, int);
#define __unused5 1
int main() {
int s=0;
void * buf=0;
int len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(int, void *, int, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_6781c
[1/2] Building C object CMakeFiles/cmTC_6781c.dir/src.c.o
FAILED: CMakeFiles/cmTC_6781c.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_6781c.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(int, void *, int, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(int, void *, int, unsigned int);
#define __unused5 1
int main() {
int s=0;
void * buf=0;
int len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(int, void *, socklen_t, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_ddf88
[1/2] Building C object CMakeFiles/cmTC_ddf88.dir/src.c.o
FAILED: CMakeFiles/cmTC_ddf88.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_ddf88.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(int, void *, socklen_t, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(int, void *, socklen_t, int);
#define __unused5 1
int main() {
int s=0;
void * buf=0;
socklen_t len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(int, void *, socklen_t, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_41eb2
[1/2] Building C object CMakeFiles/cmTC_41eb2.dir/src.c.o
FAILED: CMakeFiles/cmTC_41eb2.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_41eb2.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(int, void *, socklen_t, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(int, void *, socklen_t, unsigned int);
#define __unused5 1
int main() {
int s=0;
void * buf=0;
socklen_t len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(int, void *, unsigned int, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_a0669
[1/2] Building C object CMakeFiles/cmTC_a0669.dir/src.c.o
FAILED: CMakeFiles/cmTC_a0669.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_a0669.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(int, void *, unsigned int, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(int, void *, unsigned int, int);
#define __unused5 1
int main() {
int s=0;
void * buf=0;
unsigned int len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(int, void *, unsigned int, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_045c6
[1/2] Building C object CMakeFiles/cmTC_045c6.dir/src.c.o
FAILED: CMakeFiles/cmTC_045c6.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_045c6.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(int, void *, unsigned int, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(int, void *, unsigned int, unsigned int);
#define __unused5 1
int main() {
int s=0;
void * buf=0;
unsigned int len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(int, char *, size_t, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_6acd0
[1/2] Building C object CMakeFiles/cmTC_6acd0.dir/src.c.o
FAILED: CMakeFiles/cmTC_6acd0.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_6acd0.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(int, char *, size_t, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(int, char *, size_t, int);
#define __unused5 1
int main() {
int s=0;
char * buf=0;
size_t len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(int, char *, size_t, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_5e2e7
[1/2] Building C object CMakeFiles/cmTC_5e2e7.dir/src.c.o
FAILED: CMakeFiles/cmTC_5e2e7.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_5e2e7.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(int, char *, size_t, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(int, char *, size_t, unsigned int);
#define __unused5 1
int main() {
int s=0;
char * buf=0;
size_t len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(int, char *, int, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_540e0
[1/2] Building C object CMakeFiles/cmTC_540e0.dir/src.c.o
FAILED: CMakeFiles/cmTC_540e0.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_540e0.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(int, char *, int, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(int, char *, int, int);
#define __unused5 1
int main() {
int s=0;
char * buf=0;
int len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(int, char *, int, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_657b2
[1/2] Building C object CMakeFiles/cmTC_657b2.dir/src.c.o
FAILED: CMakeFiles/cmTC_657b2.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_657b2.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(int, char *, int, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(int, char *, int, unsigned int);
#define __unused5 1
int main() {
int s=0;
char * buf=0;
int len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(int, char *, socklen_t, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_cdd03
[1/2] Building C object CMakeFiles/cmTC_cdd03.dir/src.c.o
FAILED: CMakeFiles/cmTC_cdd03.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_cdd03.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(int, char *, socklen_t, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(int, char *, socklen_t, int);
#define __unused5 1
int main() {
int s=0;
char * buf=0;
socklen_t len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(int, char *, socklen_t, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_09764
[1/2] Building C object CMakeFiles/cmTC_09764.dir/src.c.o
FAILED: CMakeFiles/cmTC_09764.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_09764.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(int, char *, socklen_t, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(int, char *, socklen_t, unsigned int);
#define __unused5 1
int main() {
int s=0;
char * buf=0;
socklen_t len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(int, char *, unsigned int, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_c9b91
[1/2] Building C object CMakeFiles/cmTC_c9b91.dir/src.c.o
FAILED: CMakeFiles/cmTC_c9b91.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_c9b91.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(int, char *, unsigned int, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(int, char *, unsigned int, int);
#define __unused5 1
int main() {
int s=0;
char * buf=0;
unsigned int len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(int, char *, unsigned int, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_4964d
[1/2] Building C object CMakeFiles/cmTC_4964d.dir/src.c.o
FAILED: CMakeFiles/cmTC_4964d.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_4964d.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(int, char *, unsigned int, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(int, char *, unsigned int, unsigned int);
#define __unused5 1
int main() {
int s=0;
char * buf=0;
unsigned int len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(int, const char *, size_t, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_9f3c6
[1/2] Building C object CMakeFiles/cmTC_9f3c6.dir/src.c.o
FAILED: CMakeFiles/cmTC_9f3c6.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_9f3c6.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(int, const char *, size_t, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(int, const char *, size_t, int);
#define __unused5 1
int main() {
int s=0;
const char * buf=0;
size_t len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(int, const char *, size_t, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_a164e
[1/2] Building C object CMakeFiles/cmTC_a164e.dir/src.c.o
FAILED: CMakeFiles/cmTC_a164e.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_a164e.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(int, const char *, size_t, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(int, const char *, size_t, unsigned int);
#define __unused5 1
int main() {
int s=0;
const char * buf=0;
size_t len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(int, const char *, int, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_a3e5d
[1/2] Building C object CMakeFiles/cmTC_a3e5d.dir/src.c.o
FAILED: CMakeFiles/cmTC_a3e5d.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_a3e5d.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(int, const char *, int, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(int, const char *, int, int);
#define __unused5 1
int main() {
int s=0;
const char * buf=0;
int len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(int, const char *, int, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_6772f
[1/2] Building C object CMakeFiles/cmTC_6772f.dir/src.c.o
FAILED: CMakeFiles/cmTC_6772f.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_6772f.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(int, const char *, int, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(int, const char *, int, unsigned int);
#define __unused5 1
int main() {
int s=0;
const char * buf=0;
int len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(int, const char *, socklen_t, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_34fc6
[1/2] Building C object CMakeFiles/cmTC_34fc6.dir/src.c.o
FAILED: CMakeFiles/cmTC_34fc6.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_34fc6.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(int, const char *, socklen_t, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(int, const char *, socklen_t, int);
#define __unused5 1
int main() {
int s=0;
const char * buf=0;
socklen_t len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(int, const char *, socklen_t, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_e949f
[1/2] Building C object CMakeFiles/cmTC_e949f.dir/src.c.o
FAILED: CMakeFiles/cmTC_e949f.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_e949f.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(int, const char *, socklen_t, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(int, const char *, socklen_t, unsigned int);
#define __unused5 1
int main() {
int s=0;
const char * buf=0;
socklen_t len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(int, const char *, unsigned int, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_00213
[1/2] Building C object CMakeFiles/cmTC_00213.dir/src.c.o
FAILED: CMakeFiles/cmTC_00213.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_00213.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(int, const char *, unsigned int, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(int, const char *, unsigned int, int);
#define __unused5 1
int main() {
int s=0;
const char * buf=0;
unsigned int len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(int, const char *, unsigned int, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_4925b
[1/2] Building C object CMakeFiles/cmTC_4925b.dir/src.c.o
FAILED: CMakeFiles/cmTC_4925b.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_4925b.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(int, const char *, unsigned int, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(int, const char *, unsigned int, unsigned int);
#define __unused5 1
int main() {
int s=0;
const char * buf=0;
unsigned int len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(ssize_t, const void *, size_t, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_ba2e8
[1/2] Building C object CMakeFiles/cmTC_ba2e8.dir/src.c.o
FAILED: CMakeFiles/cmTC_ba2e8.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_ba2e8.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(ssize_t, const void *, size_t, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(ssize_t, const void *, size_t, int);
#define __unused5 1
int main() {
ssize_t s=0;
const void * buf=0;
size_t len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(ssize_t, const void *, size_t, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_9717c
[1/2] Building C object CMakeFiles/cmTC_9717c.dir/src.c.o
FAILED: CMakeFiles/cmTC_9717c.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_9717c.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(ssize_t, const void *, size_t, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(ssize_t, const void *, size_t, unsigned int);
#define __unused5 1
int main() {
ssize_t s=0;
const void * buf=0;
size_t len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(ssize_t, const void *, int, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_ec33c
[1/2] Building C object CMakeFiles/cmTC_ec33c.dir/src.c.o
FAILED: CMakeFiles/cmTC_ec33c.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_ec33c.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(ssize_t, const void *, int, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(ssize_t, const void *, int, int);
#define __unused5 1
int main() {
ssize_t s=0;
const void * buf=0;
int len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(ssize_t, const void *, int, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_adc53
[1/2] Building C object CMakeFiles/cmTC_adc53.dir/src.c.o
FAILED: CMakeFiles/cmTC_adc53.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_adc53.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(ssize_t, const void *, int, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(ssize_t, const void *, int, unsigned int);
#define __unused5 1
int main() {
ssize_t s=0;
const void * buf=0;
int len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(ssize_t, const void *, socklen_t, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_65244
[1/2] Building C object CMakeFiles/cmTC_65244.dir/src.c.o
FAILED: CMakeFiles/cmTC_65244.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_65244.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(ssize_t, const void *, socklen_t, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(ssize_t, const void *, socklen_t, int);
#define __unused5 1
int main() {
ssize_t s=0;
const void * buf=0;
socklen_t len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(ssize_t, const void *, socklen_t, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_11c8d
[1/2] Building C object CMakeFiles/cmTC_11c8d.dir/src.c.o
FAILED: CMakeFiles/cmTC_11c8d.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_11c8d.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(ssize_t, const void *, socklen_t, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(ssize_t, const void *, socklen_t, unsigned int);
#define __unused5 1
int main() {
ssize_t s=0;
const void * buf=0;
socklen_t len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(ssize_t, const void *, unsigned int, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_081e9
[1/2] Building C object CMakeFiles/cmTC_081e9.dir/src.c.o
FAILED: CMakeFiles/cmTC_081e9.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_081e9.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(ssize_t, const void *, unsigned int, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(ssize_t, const void *, unsigned int, int);
#define __unused5 1
int main() {
ssize_t s=0;
const void * buf=0;
unsigned int len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(ssize_t, const void *, unsigned int, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_f0daf
[1/2] Building C object CMakeFiles/cmTC_f0daf.dir/src.c.o
FAILED: CMakeFiles/cmTC_f0daf.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_f0daf.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(ssize_t, const void *, unsigned int, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(ssize_t, const void *, unsigned int, unsigned int);
#define __unused5 1
int main() {
ssize_t s=0;
const void * buf=0;
unsigned int len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(ssize_t, void *, size_t, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_c0ce6
[1/2] Building C object CMakeFiles/cmTC_c0ce6.dir/src.c.o
FAILED: CMakeFiles/cmTC_c0ce6.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_c0ce6.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(ssize_t, void *, size_t, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(ssize_t, void *, size_t, int);
#define __unused5 1
int main() {
ssize_t s=0;
void * buf=0;
size_t len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(ssize_t, void *, size_t, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_d8201
[1/2] Building C object CMakeFiles/cmTC_d8201.dir/src.c.o
FAILED: CMakeFiles/cmTC_d8201.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_d8201.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(ssize_t, void *, size_t, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(ssize_t, void *, size_t, unsigned int);
#define __unused5 1
int main() {
ssize_t s=0;
void * buf=0;
size_t len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(ssize_t, void *, int, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_a6d3b
[1/2] Building C object CMakeFiles/cmTC_a6d3b.dir/src.c.o
FAILED: CMakeFiles/cmTC_a6d3b.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_a6d3b.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(ssize_t, void *, int, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(ssize_t, void *, int, int);
#define __unused5 1
int main() {
ssize_t s=0;
void * buf=0;
int len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(ssize_t, void *, int, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_15814
[1/2] Building C object CMakeFiles/cmTC_15814.dir/src.c.o
FAILED: CMakeFiles/cmTC_15814.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_15814.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(ssize_t, void *, int, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(ssize_t, void *, int, unsigned int);
#define __unused5 1
int main() {
ssize_t s=0;
void * buf=0;
int len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(ssize_t, void *, socklen_t, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_a1289
[1/2] Building C object CMakeFiles/cmTC_a1289.dir/src.c.o
FAILED: CMakeFiles/cmTC_a1289.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_a1289.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(ssize_t, void *, socklen_t, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(ssize_t, void *, socklen_t, int);
#define __unused5 1
int main() {
ssize_t s=0;
void * buf=0;
socklen_t len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(ssize_t, void *, socklen_t, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_b8579
[1/2] Building C object CMakeFiles/cmTC_b8579.dir/src.c.o
FAILED: CMakeFiles/cmTC_b8579.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_b8579.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(ssize_t, void *, socklen_t, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(ssize_t, void *, socklen_t, unsigned int);
#define __unused5 1
int main() {
ssize_t s=0;
void * buf=0;
socklen_t len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(ssize_t, void *, unsigned int, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_ca538
[1/2] Building C object CMakeFiles/cmTC_ca538.dir/src.c.o
FAILED: CMakeFiles/cmTC_ca538.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_ca538.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(ssize_t, void *, unsigned int, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(ssize_t, void *, unsigned int, int);
#define __unused5 1
int main() {
ssize_t s=0;
void * buf=0;
unsigned int len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(ssize_t, void *, unsigned int, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_d631f
[1/2] Building C object CMakeFiles/cmTC_d631f.dir/src.c.o
FAILED: CMakeFiles/cmTC_d631f.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_d631f.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(ssize_t, void *, unsigned int, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(ssize_t, void *, unsigned int, unsigned int);
#define __unused5 1
int main() {
ssize_t s=0;
void * buf=0;
unsigned int len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(ssize_t, char *, size_t, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_bd3db
[1/2] Building C object CMakeFiles/cmTC_bd3db.dir/src.c.o
FAILED: CMakeFiles/cmTC_bd3db.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_bd3db.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(ssize_t, char *, size_t, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(ssize_t, char *, size_t, int);
#define __unused5 1
int main() {
ssize_t s=0;
char * buf=0;
size_t len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(ssize_t, char *, size_t, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_03bd0
[1/2] Building C object CMakeFiles/cmTC_03bd0.dir/src.c.o
FAILED: CMakeFiles/cmTC_03bd0.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_03bd0.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(ssize_t, char *, size_t, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(ssize_t, char *, size_t, unsigned int);
#define __unused5 1
int main() {
ssize_t s=0;
char * buf=0;
size_t len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(ssize_t, char *, int, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_3c2bb
[1/2] Building C object CMakeFiles/cmTC_3c2bb.dir/src.c.o
FAILED: CMakeFiles/cmTC_3c2bb.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_3c2bb.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(ssize_t, char *, int, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(ssize_t, char *, int, int);
#define __unused5 1
int main() {
ssize_t s=0;
char * buf=0;
int len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(ssize_t, char *, int, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_ab6d1
[1/2] Building C object CMakeFiles/cmTC_ab6d1.dir/src.c.o
FAILED: CMakeFiles/cmTC_ab6d1.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_ab6d1.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(ssize_t, char *, int, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(ssize_t, char *, int, unsigned int);
#define __unused5 1
int main() {
ssize_t s=0;
char * buf=0;
int len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(ssize_t, char *, socklen_t, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_3f2f4
[1/2] Building C object CMakeFiles/cmTC_3f2f4.dir/src.c.o
FAILED: CMakeFiles/cmTC_3f2f4.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_3f2f4.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(ssize_t, char *, socklen_t, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(ssize_t, char *, socklen_t, int);
#define __unused5 1
int main() {
ssize_t s=0;
char * buf=0;
socklen_t len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(ssize_t, char *, socklen_t, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_4ab29
[1/2] Building C object CMakeFiles/cmTC_4ab29.dir/src.c.o
FAILED: CMakeFiles/cmTC_4ab29.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_4ab29.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(ssize_t, char *, socklen_t, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(ssize_t, char *, socklen_t, unsigned int);
#define __unused5 1
int main() {
ssize_t s=0;
char * buf=0;
socklen_t len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(ssize_t, char *, unsigned int, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_f0a7a
[1/2] Building C object CMakeFiles/cmTC_f0a7a.dir/src.c.o
FAILED: CMakeFiles/cmTC_f0a7a.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_f0a7a.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(ssize_t, char *, unsigned int, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(ssize_t, char *, unsigned int, int);
#define __unused5 1
int main() {
ssize_t s=0;
char * buf=0;
unsigned int len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(ssize_t, char *, unsigned int, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_de806
[1/2] Building C object CMakeFiles/cmTC_de806.dir/src.c.o
FAILED: CMakeFiles/cmTC_de806.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_de806.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(ssize_t, char *, unsigned int, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(ssize_t, char *, unsigned int, unsigned int);
#define __unused5 1
int main() {
ssize_t s=0;
char * buf=0;
unsigned int len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(ssize_t, const char *, size_t, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_268e3
[1/2] Building C object CMakeFiles/cmTC_268e3.dir/src.c.o
FAILED: CMakeFiles/cmTC_268e3.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_268e3.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(ssize_t, const char *, size_t, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(ssize_t, const char *, size_t, int);
#define __unused5 1
int main() {
ssize_t s=0;
const char * buf=0;
size_t len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(ssize_t, const char *, size_t, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_39c71
[1/2] Building C object CMakeFiles/cmTC_39c71.dir/src.c.o
FAILED: CMakeFiles/cmTC_39c71.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_39c71.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(ssize_t, const char *, size_t, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(ssize_t, const char *, size_t, unsigned int);
#define __unused5 1
int main() {
ssize_t s=0;
const char * buf=0;
size_t len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(ssize_t, const char *, int, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_91679
[1/2] Building C object CMakeFiles/cmTC_91679.dir/src.c.o
FAILED: CMakeFiles/cmTC_91679.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_91679.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(ssize_t, const char *, int, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(ssize_t, const char *, int, int);
#define __unused5 1
int main() {
ssize_t s=0;
const char * buf=0;
int len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(ssize_t, const char *, int, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_48f3c
[1/2] Building C object CMakeFiles/cmTC_48f3c.dir/src.c.o
FAILED: CMakeFiles/cmTC_48f3c.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_48f3c.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(ssize_t, const char *, int, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(ssize_t, const char *, int, unsigned int);
#define __unused5 1
int main() {
ssize_t s=0;
const char * buf=0;
int len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(ssize_t, const char *, socklen_t, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_1380c
[1/2] Building C object CMakeFiles/cmTC_1380c.dir/src.c.o
FAILED: CMakeFiles/cmTC_1380c.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_1380c.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(ssize_t, const char *, socklen_t, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(ssize_t, const char *, socklen_t, int);
#define __unused5 1
int main() {
ssize_t s=0;
const char * buf=0;
socklen_t len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(ssize_t, const char *, socklen_t, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_f5af6
[1/2] Building C object CMakeFiles/cmTC_f5af6.dir/src.c.o
FAILED: CMakeFiles/cmTC_f5af6.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_f5af6.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(ssize_t, const char *, socklen_t, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(ssize_t, const char *, socklen_t, unsigned int);
#define __unused5 1
int main() {
ssize_t s=0;
const char * buf=0;
socklen_t len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(ssize_t, const char *, unsigned int, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_6f862
[1/2] Building C object CMakeFiles/cmTC_6f862.dir/src.c.o
FAILED: CMakeFiles/cmTC_6f862.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_6f862.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(ssize_t, const char *, unsigned int, int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(ssize_t, const char *, unsigned int, int);
#define __unused5 1
int main() {
ssize_t s=0;
const char * buf=0;
unsigned int len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(ssize_t, const char *, unsigned int, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_4d764
[1/2] Building C object CMakeFiles/cmTC_4d764.dir/src.c.o
FAILED: CMakeFiles/cmTC_4d764.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_4d764.dir/src.c.o -c src.c
src.c:7:13: error: conflicting types for ‘send’
extern int send(ssize_t, const char *, unsigned int, unsigned int);
^~~~
In file included from src.c:6:0:
/usr/include/x86_64-linux-gnu/sys/socket.h:138:16: note: previous declaration of ‘send’ was here
extern ssize_t send (int __fd, const void *__buf, size_t __n, int __flags);
^~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(ssize_t, const char *, unsigned int, unsigned int);
#define __unused5 1
int main() {
ssize_t s=0;
const char * buf=0;
unsigned int len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(SOCKET, const void *, size_t, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_bf4fb
[1/2] Building C object CMakeFiles/cmTC_bf4fb.dir/src.c.o
FAILED: CMakeFiles/cmTC_bf4fb.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_bf4fb.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘const’
extern int send(SOCKET, const void *, size_t, int);
^~~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(SOCKET, const void *, size_t, int);
#define __unused5 1
int main() {
SOCKET s=0;
const void * buf=0;
size_t len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(SOCKET, const void *, size_t, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_64fbd
[1/2] Building C object CMakeFiles/cmTC_64fbd.dir/src.c.o
FAILED: CMakeFiles/cmTC_64fbd.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_64fbd.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘const’
extern int send(SOCKET, const void *, size_t, unsigned int);
^~~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(SOCKET, const void *, size_t, unsigned int);
#define __unused5 1
int main() {
SOCKET s=0;
const void * buf=0;
size_t len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(SOCKET, const void *, int, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_f6102
[1/2] Building C object CMakeFiles/cmTC_f6102.dir/src.c.o
FAILED: CMakeFiles/cmTC_f6102.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_f6102.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘const’
extern int send(SOCKET, const void *, int, int);
^~~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(SOCKET, const void *, int, int);
#define __unused5 1
int main() {
SOCKET s=0;
const void * buf=0;
int len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(SOCKET, const void *, int, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_d5048
[1/2] Building C object CMakeFiles/cmTC_d5048.dir/src.c.o
FAILED: CMakeFiles/cmTC_d5048.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_d5048.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘const’
extern int send(SOCKET, const void *, int, unsigned int);
^~~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(SOCKET, const void *, int, unsigned int);
#define __unused5 1
int main() {
SOCKET s=0;
const void * buf=0;
int len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(SOCKET, const void *, socklen_t, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_02282
[1/2] Building C object CMakeFiles/cmTC_02282.dir/src.c.o
FAILED: CMakeFiles/cmTC_02282.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_02282.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘const’
extern int send(SOCKET, const void *, socklen_t, int);
^~~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(SOCKET, const void *, socklen_t, int);
#define __unused5 1
int main() {
SOCKET s=0;
const void * buf=0;
socklen_t len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(SOCKET, const void *, socklen_t, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_107f3
[1/2] Building C object CMakeFiles/cmTC_107f3.dir/src.c.o
FAILED: CMakeFiles/cmTC_107f3.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_107f3.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘const’
extern int send(SOCKET, const void *, socklen_t, unsigned int);
^~~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(SOCKET, const void *, socklen_t, unsigned int);
#define __unused5 1
int main() {
SOCKET s=0;
const void * buf=0;
socklen_t len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(SOCKET, const void *, unsigned int, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_d7d1e
[1/2] Building C object CMakeFiles/cmTC_d7d1e.dir/src.c.o
FAILED: CMakeFiles/cmTC_d7d1e.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_d7d1e.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘const’
extern int send(SOCKET, const void *, unsigned int, int);
^~~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(SOCKET, const void *, unsigned int, int);
#define __unused5 1
int main() {
SOCKET s=0;
const void * buf=0;
unsigned int len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(SOCKET, const void *, unsigned int, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_68f5c
[1/2] Building C object CMakeFiles/cmTC_68f5c.dir/src.c.o
FAILED: CMakeFiles/cmTC_68f5c.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_68f5c.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘const’
extern int send(SOCKET, const void *, unsigned int, unsigned int);
^~~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(SOCKET, const void *, unsigned int, unsigned int);
#define __unused5 1
int main() {
SOCKET s=0;
const void * buf=0;
unsigned int len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(SOCKET, void *, size_t, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_ae27b
[1/2] Building C object CMakeFiles/cmTC_ae27b.dir/src.c.o
FAILED: CMakeFiles/cmTC_ae27b.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_ae27b.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘void’
extern int send(SOCKET, void *, size_t, int);
^~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(SOCKET, void *, size_t, int);
#define __unused5 1
int main() {
SOCKET s=0;
void * buf=0;
size_t len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(SOCKET, void *, size_t, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_4676c
[1/2] Building C object CMakeFiles/cmTC_4676c.dir/src.c.o
FAILED: CMakeFiles/cmTC_4676c.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_4676c.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘void’
extern int send(SOCKET, void *, size_t, unsigned int);
^~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(SOCKET, void *, size_t, unsigned int);
#define __unused5 1
int main() {
SOCKET s=0;
void * buf=0;
size_t len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(SOCKET, void *, int, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_86b2d
[1/2] Building C object CMakeFiles/cmTC_86b2d.dir/src.c.o
FAILED: CMakeFiles/cmTC_86b2d.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_86b2d.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘void’
extern int send(SOCKET, void *, int, int);
^~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(SOCKET, void *, int, int);
#define __unused5 1
int main() {
SOCKET s=0;
void * buf=0;
int len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(SOCKET, void *, int, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_1102e
[1/2] Building C object CMakeFiles/cmTC_1102e.dir/src.c.o
FAILED: CMakeFiles/cmTC_1102e.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_1102e.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘void’
extern int send(SOCKET, void *, int, unsigned int);
^~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(SOCKET, void *, int, unsigned int);
#define __unused5 1
int main() {
SOCKET s=0;
void * buf=0;
int len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(SOCKET, void *, socklen_t, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_42754
[1/2] Building C object CMakeFiles/cmTC_42754.dir/src.c.o
FAILED: CMakeFiles/cmTC_42754.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_42754.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘void’
extern int send(SOCKET, void *, socklen_t, int);
^~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(SOCKET, void *, socklen_t, int);
#define __unused5 1
int main() {
SOCKET s=0;
void * buf=0;
socklen_t len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(SOCKET, void *, socklen_t, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_587fd
[1/2] Building C object CMakeFiles/cmTC_587fd.dir/src.c.o
FAILED: CMakeFiles/cmTC_587fd.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_587fd.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘void’
extern int send(SOCKET, void *, socklen_t, unsigned int);
^~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(SOCKET, void *, socklen_t, unsigned int);
#define __unused5 1
int main() {
SOCKET s=0;
void * buf=0;
socklen_t len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(SOCKET, void *, unsigned int, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_cb699
[1/2] Building C object CMakeFiles/cmTC_cb699.dir/src.c.o
FAILED: CMakeFiles/cmTC_cb699.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_cb699.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘void’
extern int send(SOCKET, void *, unsigned int, int);
^~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(SOCKET, void *, unsigned int, int);
#define __unused5 1
int main() {
SOCKET s=0;
void * buf=0;
unsigned int len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(SOCKET, void *, unsigned int, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_ecf19
[1/2] Building C object CMakeFiles/cmTC_ecf19.dir/src.c.o
FAILED: CMakeFiles/cmTC_ecf19.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_ecf19.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘void’
extern int send(SOCKET, void *, unsigned int, unsigned int);
^~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(SOCKET, void *, unsigned int, unsigned int);
#define __unused5 1
int main() {
SOCKET s=0;
void * buf=0;
unsigned int len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(SOCKET, char *, size_t, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_48b9c
[1/2] Building C object CMakeFiles/cmTC_48b9c.dir/src.c.o
FAILED: CMakeFiles/cmTC_48b9c.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_48b9c.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘char’
extern int send(SOCKET, char *, size_t, int);
^~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(SOCKET, char *, size_t, int);
#define __unused5 1
int main() {
SOCKET s=0;
char * buf=0;
size_t len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(SOCKET, char *, size_t, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_344d3
[1/2] Building C object CMakeFiles/cmTC_344d3.dir/src.c.o
FAILED: CMakeFiles/cmTC_344d3.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_344d3.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘char’
extern int send(SOCKET, char *, size_t, unsigned int);
^~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(SOCKET, char *, size_t, unsigned int);
#define __unused5 1
int main() {
SOCKET s=0;
char * buf=0;
size_t len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(SOCKET, char *, int, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_8b22a
[1/2] Building C object CMakeFiles/cmTC_8b22a.dir/src.c.o
FAILED: CMakeFiles/cmTC_8b22a.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_8b22a.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘char’
extern int send(SOCKET, char *, int, int);
^~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(SOCKET, char *, int, int);
#define __unused5 1
int main() {
SOCKET s=0;
char * buf=0;
int len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(SOCKET, char *, int, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_ba267
[1/2] Building C object CMakeFiles/cmTC_ba267.dir/src.c.o
FAILED: CMakeFiles/cmTC_ba267.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_ba267.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘char’
extern int send(SOCKET, char *, int, unsigned int);
^~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(SOCKET, char *, int, unsigned int);
#define __unused5 1
int main() {
SOCKET s=0;
char * buf=0;
int len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(SOCKET, char *, socklen_t, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_695d5
[1/2] Building C object CMakeFiles/cmTC_695d5.dir/src.c.o
FAILED: CMakeFiles/cmTC_695d5.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_695d5.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘char’
extern int send(SOCKET, char *, socklen_t, int);
^~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(SOCKET, char *, socklen_t, int);
#define __unused5 1
int main() {
SOCKET s=0;
char * buf=0;
socklen_t len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(SOCKET, char *, socklen_t, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_c9e56
[1/2] Building C object CMakeFiles/cmTC_c9e56.dir/src.c.o
FAILED: CMakeFiles/cmTC_c9e56.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_c9e56.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘char’
extern int send(SOCKET, char *, socklen_t, unsigned int);
^~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(SOCKET, char *, socklen_t, unsigned int);
#define __unused5 1
int main() {
SOCKET s=0;
char * buf=0;
socklen_t len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(SOCKET, char *, unsigned int, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_d378d
[1/2] Building C object CMakeFiles/cmTC_d378d.dir/src.c.o
FAILED: CMakeFiles/cmTC_d378d.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_d378d.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘char’
extern int send(SOCKET, char *, unsigned int, int);
^~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(SOCKET, char *, unsigned int, int);
#define __unused5 1
int main() {
SOCKET s=0;
char * buf=0;
unsigned int len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(SOCKET, char *, unsigned int, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_661e0
[1/2] Building C object CMakeFiles/cmTC_661e0.dir/src.c.o
FAILED: CMakeFiles/cmTC_661e0.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_661e0.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘char’
extern int send(SOCKET, char *, unsigned int, unsigned int);
^~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(SOCKET, char *, unsigned int, unsigned int);
#define __unused5 1
int main() {
SOCKET s=0;
char * buf=0;
unsigned int len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(SOCKET, const char *, size_t, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_58c8e
[1/2] Building C object CMakeFiles/cmTC_58c8e.dir/src.c.o
FAILED: CMakeFiles/cmTC_58c8e.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_58c8e.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘const’
extern int send(SOCKET, const char *, size_t, int);
^~~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(SOCKET, const char *, size_t, int);
#define __unused5 1
int main() {
SOCKET s=0;
const char * buf=0;
size_t len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(SOCKET, const char *, size_t, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_b1493
[1/2] Building C object CMakeFiles/cmTC_b1493.dir/src.c.o
FAILED: CMakeFiles/cmTC_b1493.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_b1493.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘const’
extern int send(SOCKET, const char *, size_t, unsigned int);
^~~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(SOCKET, const char *, size_t, unsigned int);
#define __unused5 1
int main() {
SOCKET s=0;
const char * buf=0;
size_t len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(SOCKET, const char *, int, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_05ddd
[1/2] Building C object CMakeFiles/cmTC_05ddd.dir/src.c.o
FAILED: CMakeFiles/cmTC_05ddd.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_05ddd.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘const’
extern int send(SOCKET, const char *, int, int);
^~~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(SOCKET, const char *, int, int);
#define __unused5 1
int main() {
SOCKET s=0;
const char * buf=0;
int len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(SOCKET, const char *, int, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_6e0d9
[1/2] Building C object CMakeFiles/cmTC_6e0d9.dir/src.c.o
FAILED: CMakeFiles/cmTC_6e0d9.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_6e0d9.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘const’
extern int send(SOCKET, const char *, int, unsigned int);
^~~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(SOCKET, const char *, int, unsigned int);
#define __unused5 1
int main() {
SOCKET s=0;
const char * buf=0;
int len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(SOCKET, const char *, socklen_t, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_1b821
[1/2] Building C object CMakeFiles/cmTC_1b821.dir/src.c.o
FAILED: CMakeFiles/cmTC_1b821.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_1b821.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘const’
extern int send(SOCKET, const char *, socklen_t, int);
^~~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(SOCKET, const char *, socklen_t, int);
#define __unused5 1
int main() {
SOCKET s=0;
const char * buf=0;
socklen_t len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(SOCKET, const char *, socklen_t, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_32e2b
[1/2] Building C object CMakeFiles/cmTC_32e2b.dir/src.c.o
FAILED: CMakeFiles/cmTC_32e2b.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_32e2b.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘const’
extern int send(SOCKET, const char *, socklen_t, unsigned int);
^~~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(SOCKET, const char *, socklen_t, unsigned int);
#define __unused5 1
int main() {
SOCKET s=0;
const char * buf=0;
socklen_t len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(SOCKET, const char *, unsigned int, int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_97de5
[1/2] Building C object CMakeFiles/cmTC_97de5.dir/src.c.o
FAILED: CMakeFiles/cmTC_97de5.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_97de5.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘const’
extern int send(SOCKET, const char *, unsigned int, int);
^~~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(SOCKET, const char *, unsigned int, int);
#define __unused5 1
int main() {
SOCKET s=0;
const char * buf=0;
unsigned int len=0;
int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test int send(SOCKET, const char *, unsigned int, unsigned int) (curl_cv_func_send_test) failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_85ba5
[1/2] Building C object CMakeFiles/cmTC_85ba5.dir/src.c.o
FAILED: CMakeFiles/cmTC_85ba5.dir/src.c.o
/usr/bin/cc -Dcurl_cv_func_send_test -o CMakeFiles/cmTC_85ba5.dir/src.c.o -c src.c
src.c:7:26: error: expected ‘)’ before ‘const’
extern int send(SOCKET, const char *, unsigned int, unsigned int);
^~~~~
src.c: In function ‘main’:
src.c:11:21: error: unknown type name ‘SOCKET’
SOCKET s=0;
^~~~~~
ninja: build stopped: subcommand failed.
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern int send(SOCKET, const char *, unsigned int, unsigned int);
#define __unused5 1
int main() {
SOCKET s=0;
const char * buf=0;
unsigned int len=0;
unsigned int flags=0;
int res = send(s, buf, len, flags) ; return 0; }
Determining if the include file xlocale.h exists failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_4f788
[1/2] Building C object CMakeFiles/cmTC_4f788.dir/CheckIncludeFile.c.o
FAILED: CMakeFiles/cmTC_4f788.dir/CheckIncludeFile.c.o
/usr/bin/cc -o CMakeFiles/cmTC_4f788.dir/CheckIncludeFile.c.o -c CheckIncludeFile.c
CheckIncludeFile.c:1:10: fatal error: xlocale.h: No such file or directory
#include <xlocale.h>
^~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Performing C SOURCE FILE Test HAVE_FLAG_ADDRESS_SANITIZER failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_158e3
[1/2] Building C object CMakeFiles/cmTC_158e3.dir/src.c.o
FAILED: CMakeFiles/cmTC_158e3.dir/src.c.o
/usr/bin/cc -DHAVE_FLAG_ADDRESS_SANITIZER -Werror -faddress-sanitizer -faddress-sanitizer -o CMakeFiles/cmTC_158e3.dir/src.c.o -c src.c
cc: error: unrecognized command line option '-faddress-sanitizer'
cc: error: unrecognized command line option '-faddress-sanitizer'
ninja: build stopped: subcommand failed.
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test _flag_supported failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_772b9
[1/2] Building CXX object CMakeFiles/cmTC_772b9.dir/src.cxx.o
FAILED: CMakeFiles/cmTC_772b9.dir/src.cxx.o
/usr/bin/c++ -D_flag_supported _warning_flag -o CMakeFiles/cmTC_772b9.dir/src.cxx.o -c src.cxx
c++: error: _warning_flag: No such file or directory
ninja: build stopped: subcommand failed.
Source file was:
int main() { return 0; }
Determining if files sys/sysmacros.h;sys/types.h;acl/libacl.h exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_a7e8f
[1/2] Building C object CMakeFiles/cmTC_a7e8f.dir/HAVE_ACL_LIBACL_H.c.o
FAILED: CMakeFiles/cmTC_a7e8f.dir/HAVE_ACL_LIBACL_H.c.o
/usr/bin/cc -Wall -Wformat -Wformat-security -Wall -Wformat -Wformat-security -o CMakeFiles/cmTC_a7e8f.dir/HAVE_ACL_LIBACL_H.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_ACL_LIBACL_H.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_ACL_LIBACL_H.c:4:10: fatal error: acl/libacl.h: No such file or directory
#include <acl/libacl.h>
^~~~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <sys/sysmacros.h>
#include <sys/types.h>
#include <acl/libacl.h>
int main(void){return 0;}
Determining if files sys/sysmacros.h;sys/types.h;attr/xattr.h exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_a6a2d
[1/2] Building C object CMakeFiles/cmTC_a6a2d.dir/HAVE_ATTR_XATTR_H.c.o
FAILED: CMakeFiles/cmTC_a6a2d.dir/HAVE_ATTR_XATTR_H.c.o
/usr/bin/cc -Wall -Wformat -Wformat-security -Wall -Wformat -Wformat-security -o CMakeFiles/cmTC_a6a2d.dir/HAVE_ATTR_XATTR_H.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_ATTR_XATTR_H.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_ATTR_XATTR_H.c:4:10: fatal error: attr/xattr.h: No such file or directory
#include <attr/xattr.h>
^~~~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <sys/sysmacros.h>
#include <sys/types.h>
#include <attr/xattr.h>
int main(void){return 0;}
Determining if files sys/sysmacros.h;sys/types.h;ctype.h;copyfile.h exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_3fbb9
[1/2] Building C object CMakeFiles/cmTC_3fbb9.dir/HAVE_COPYFILE_H.c.o
FAILED: CMakeFiles/cmTC_3fbb9.dir/HAVE_COPYFILE_H.c.o
/usr/bin/cc -Wall -Wformat -Wformat-security -Wall -Wformat -Wformat-security -o CMakeFiles/cmTC_3fbb9.dir/HAVE_COPYFILE_H.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_COPYFILE_H.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_COPYFILE_H.c:5:10: fatal error: copyfile.h: No such file or directory
#include <copyfile.h>
^~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <sys/sysmacros.h>
#include <sys/types.h>
#include <ctype.h>
#include <copyfile.h>
int main(void){return 0;}
Determining if files sys/sysmacros.h;sys/types.h;ctype.h;direct.h exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_24d25
[1/2] Building C object CMakeFiles/cmTC_24d25.dir/HAVE_DIRECT_H.c.o
FAILED: CMakeFiles/cmTC_24d25.dir/HAVE_DIRECT_H.c.o
/usr/bin/cc -Wall -Wformat -Wformat-security -Wall -Wformat -Wformat-security -o CMakeFiles/cmTC_24d25.dir/HAVE_DIRECT_H.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_DIRECT_H.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_DIRECT_H.c:5:10: fatal error: direct.h: No such file or directory
#include <direct.h>
^~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <sys/sysmacros.h>
#include <sys/types.h>
#include <ctype.h>
#include <direct.h>
int main(void){return 0;}
Determining if files sys/sysmacros.h;sys/types.h;ctype.h;dlfcn.h;errno.h;ext2fs/ext2_fs.h exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_b5402
[1/2] Building C object CMakeFiles/cmTC_b5402.dir/HAVE_EXT2FS_EXT2_FS_H.c.o
FAILED: CMakeFiles/cmTC_b5402.dir/HAVE_EXT2FS_EXT2_FS_H.c.o
/usr/bin/cc -Wall -Wformat -Wformat-security -Wall -Wformat -Wformat-security -o CMakeFiles/cmTC_b5402.dir/HAVE_EXT2FS_EXT2_FS_H.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_EXT2FS_EXT2_FS_H.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_EXT2FS_EXT2_FS_H.c:7:10: fatal error: ext2fs/ext2_fs.h: No such file or directory
#include <ext2fs/ext2_fs.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <sys/sysmacros.h>
#include <sys/types.h>
#include <ctype.h>
#include <dlfcn.h>
#include <errno.h>
#include <ext2fs/ext2_fs.h>
int main(void){return 0;}
Performing C SOURCE FILE Test HAVE_WORKING_EXT2_IOC_GETFLAGS failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_4a00a
[1/2] Building C object CMakeFiles/cmTC_4a00a.dir/src.c.o
FAILED: CMakeFiles/cmTC_4a00a.dir/src.c.o
/usr/bin/cc -Wall -Wformat -Wformat-security -DHAVE_WORKING_EXT2_IOC_GETFLAGS -Wall -Wformat -Wformat-security -o CMakeFiles/cmTC_4a00a.dir/src.c.o -c src.c
src.c:2:10: fatal error: ext2fs/ext2_fs.h: No such file or directory
#include <ext2fs/ext2_fs.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source file was:
#include <sys/ioctl.h>
#include <ext2fs/ext2_fs.h>
int main(void) { return EXT2_IOC_GETFLAGS; }
Determining if files sys/sysmacros.h;sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/types.h;linux/fiemap.h;linux/fs.h;linux/magic.h;locale.h;membership.h exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_f857a
[1/2] Building C object CMakeFiles/cmTC_f857a.dir/HAVE_MEMBERSHIP_H.c.o
FAILED: CMakeFiles/cmTC_f857a.dir/HAVE_MEMBERSHIP_H.c.o
/usr/bin/cc -Wall -Wformat -Wformat-security -Wall -Wformat -Wformat-security -o CMakeFiles/cmTC_f857a.dir/HAVE_MEMBERSHIP_H.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_MEMBERSHIP_H.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_MEMBERSHIP_H.c:17:10: fatal error: membership.h: No such file or directory
#include <membership.h>
^~~~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <sys/sysmacros.h>
#include <sys/types.h>
#include <ctype.h>
#include <dlfcn.h>
#include <errno.h>
#include <fcntl.h>
#include <grp.h>
#include <inttypes.h>
#include <langinfo.h>
#include <limits.h>
#include <linux/types.h>
#include <linux/fiemap.h>
#include <linux/fs.h>
#include <linux/magic.h>
#include <locale.h>
#include <membership.h>
int main(void){return 0;}
Determining if files sys/sysmacros.h;sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/types.h;linux/fiemap.h;linux/fs.h;linux/magic.h;locale.h;memory.h;paths.h;poll.h;pthread.h;pwd.h;readpassphrase.h exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_63e6c
[1/2] Building C object CMakeFiles/cmTC_63e6c.dir/HAVE_READPASSPHRASE_H.c.o
FAILED: CMakeFiles/cmTC_63e6c.dir/HAVE_READPASSPHRASE_H.c.o
/usr/bin/cc -Wall -Wformat -Wformat-security -Wall -Wformat -Wformat-security -o CMakeFiles/cmTC_63e6c.dir/HAVE_READPASSPHRASE_H.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_READPASSPHRASE_H.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_READPASSPHRASE_H.c:22:10: fatal error: readpassphrase.h: No such file or directory
#include <readpassphrase.h>
^~~~~~~~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <sys/sysmacros.h>
#include <sys/types.h>
#include <ctype.h>
#include <dlfcn.h>
#include <errno.h>
#include <fcntl.h>
#include <grp.h>
#include <inttypes.h>
#include <langinfo.h>
#include <limits.h>
#include <linux/types.h>
#include <linux/fiemap.h>
#include <linux/fs.h>
#include <linux/magic.h>
#include <locale.h>
#include <memory.h>
#include <paths.h>
#include <poll.h>
#include <pthread.h>
#include <pwd.h>
#include <readpassphrase.h>
int main(void){return 0;}
Determining if files sys/sysmacros.h;sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/types.h;linux/fiemap.h;linux/fs.h;linux/magic.h;locale.h;memory.h;paths.h;poll.h;pthread.h;pwd.h;regex.h;signal.h;spawn.h;stdarg.h;stdint.h;stdlib.h;string.h;strings.h;sys/acl.h exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_da971
[1/2] Building C object CMakeFiles/cmTC_da971.dir/HAVE_SYS_ACL_H.c.o
FAILED: CMakeFiles/cmTC_da971.dir/HAVE_SYS_ACL_H.c.o
/usr/bin/cc -Wall -Wformat -Wformat-security -Wall -Wformat -Wformat-security -o CMakeFiles/cmTC_da971.dir/HAVE_SYS_ACL_H.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_ACL_H.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_ACL_H.c:30:10: fatal error: sys/acl.h: No such file or directory
#include <sys/acl.h>
^~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <sys/sysmacros.h>
#include <sys/types.h>
#include <ctype.h>
#include <dlfcn.h>
#include <errno.h>
#include <fcntl.h>
#include <grp.h>
#include <inttypes.h>
#include <langinfo.h>
#include <limits.h>
#include <linux/types.h>
#include <linux/fiemap.h>
#include <linux/fs.h>
#include <linux/magic.h>
#include <locale.h>
#include <memory.h>
#include <paths.h>
#include <poll.h>
#include <pthread.h>
#include <pwd.h>
#include <regex.h>
#include <signal.h>
#include <spawn.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/acl.h>
int main(void){return 0;}
Determining if files sys/sysmacros.h;sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/types.h;linux/fiemap.h;linux/fs.h;linux/magic.h;locale.h;memory.h;paths.h;poll.h;pthread.h;pwd.h;regex.h;signal.h;spawn.h;stdarg.h;stdint.h;stdlib.h;string.h;strings.h;sys/cdefs.h;sys/extattr.h exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_09ccc
[1/2] Building C object CMakeFiles/cmTC_09ccc.dir/HAVE_SYS_EXTATTR_H.c.o
FAILED: CMakeFiles/cmTC_09ccc.dir/HAVE_SYS_EXTATTR_H.c.o
/usr/bin/cc -Wall -Wformat -Wformat-security -Wall -Wformat -Wformat-security -o CMakeFiles/cmTC_09ccc.dir/HAVE_SYS_EXTATTR_H.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_EXTATTR_H.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_EXTATTR_H.c:31:10: fatal error: sys/extattr.h: No such file or directory
#include <sys/extattr.h>
^~~~~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <sys/sysmacros.h>
#include <sys/types.h>
#include <ctype.h>
#include <dlfcn.h>
#include <errno.h>
#include <fcntl.h>
#include <grp.h>
#include <inttypes.h>
#include <langinfo.h>
#include <limits.h>
#include <linux/types.h>
#include <linux/fiemap.h>
#include <linux/fs.h>
#include <linux/magic.h>
#include <locale.h>
#include <memory.h>
#include <paths.h>
#include <poll.h>
#include <pthread.h>
#include <pwd.h>
#include <regex.h>
#include <signal.h>
#include <spawn.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/cdefs.h>
#include <sys/extattr.h>
int main(void){return 0;}
Determining if files sys/sysmacros.h;sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/types.h;linux/fiemap.h;linux/fs.h;linux/magic.h;locale.h;memory.h;paths.h;poll.h;pthread.h;pwd.h;regex.h;signal.h;spawn.h;stdarg.h;stdint.h;stdlib.h;string.h;strings.h;sys/cdefs.h;sys/ioctl.h;sys/mkdev.h exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_fb177
[1/2] Building C object CMakeFiles/cmTC_fb177.dir/HAVE_SYS_MKDEV_H.c.o
FAILED: CMakeFiles/cmTC_fb177.dir/HAVE_SYS_MKDEV_H.c.o
/usr/bin/cc -Wall -Wformat -Wformat-security -Wall -Wformat -Wformat-security -o CMakeFiles/cmTC_fb177.dir/HAVE_SYS_MKDEV_H.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_MKDEV_H.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_MKDEV_H.c:32:10: fatal error: sys/mkdev.h: No such file or directory
#include <sys/mkdev.h>
^~~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <sys/sysmacros.h>
#include <sys/types.h>
#include <ctype.h>
#include <dlfcn.h>
#include <errno.h>
#include <fcntl.h>
#include <grp.h>
#include <inttypes.h>
#include <langinfo.h>
#include <limits.h>
#include <linux/types.h>
#include <linux/fiemap.h>
#include <linux/fs.h>
#include <linux/magic.h>
#include <locale.h>
#include <memory.h>
#include <paths.h>
#include <poll.h>
#include <pthread.h>
#include <pwd.h>
#include <regex.h>
#include <signal.h>
#include <spawn.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/cdefs.h>
#include <sys/ioctl.h>
#include <sys/mkdev.h>
int main(void){return 0;}
Determining if files sys/sysmacros.h;sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/types.h;linux/fiemap.h;linux/fs.h;linux/magic.h;locale.h;memory.h;paths.h;poll.h;pthread.h;pwd.h;regex.h;signal.h;spawn.h;stdarg.h;stdint.h;stdlib.h;string.h;strings.h;sys/cdefs.h;sys/ioctl.h;sys/mount.h exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_84a4b
[1/2] Building C object CMakeFiles/cmTC_84a4b.dir/HAVE_SYS_MOUNT_H.c.o
FAILED: CMakeFiles/cmTC_84a4b.dir/HAVE_SYS_MOUNT_H.c.o
/usr/bin/cc -Wall -Wformat -Wformat-security -Wall -Wformat -Wformat-security -o CMakeFiles/cmTC_84a4b.dir/HAVE_SYS_MOUNT_H.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_MOUNT_H.c
In file included from /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_MOUNT_H.c:14:0:
/usr/include/x86_64-linux-gnu/sys/mount.h:35:3: error: expected identifier before numeric constant
MS_RDONLY = 1, /* Mount read-only. */
^
ninja: build stopped: subcommand failed.
Source:
/* */
#include <sys/sysmacros.h>
#include <sys/types.h>
#include <ctype.h>
#include <dlfcn.h>
#include <errno.h>
#include <fcntl.h>
#include <grp.h>
#include <inttypes.h>
#include <langinfo.h>
#include <limits.h>
#include <linux/types.h>
#include <linux/fiemap.h>
#include <linux/fs.h>
#include <linux/magic.h>
#include <locale.h>
#include <memory.h>
#include <paths.h>
#include <poll.h>
#include <pthread.h>
#include <pwd.h>
#include <regex.h>
#include <signal.h>
#include <spawn.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/cdefs.h>
#include <sys/ioctl.h>
#include <sys/mount.h>
int main(void){return 0;}
Determining if files sys/sysmacros.h;sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/types.h;linux/fiemap.h;linux/fs.h;linux/magic.h;locale.h;memory.h;paths.h;poll.h;pthread.h;pwd.h;regex.h;signal.h;spawn.h;stdarg.h;stdint.h;stdlib.h;string.h;strings.h;sys/cdefs.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/richacl.h exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_9ec9a
[1/2] Building C object CMakeFiles/cmTC_9ec9a.dir/HAVE_SYS_RICHACL_H.c.o
FAILED: CMakeFiles/cmTC_9ec9a.dir/HAVE_SYS_RICHACL_H.c.o
/usr/bin/cc -Wall -Wformat -Wformat-security -Wall -Wformat -Wformat-security -o CMakeFiles/cmTC_9ec9a.dir/HAVE_SYS_RICHACL_H.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_RICHACL_H.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_SYS_RICHACL_H.c:34:10: fatal error: sys/richacl.h: No such file or directory
#include <sys/richacl.h>
^~~~~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <sys/sysmacros.h>
#include <sys/types.h>
#include <ctype.h>
#include <dlfcn.h>
#include <errno.h>
#include <fcntl.h>
#include <grp.h>
#include <inttypes.h>
#include <langinfo.h>
#include <limits.h>
#include <linux/types.h>
#include <linux/fiemap.h>
#include <linux/fs.h>
#include <linux/magic.h>
#include <locale.h>
#include <memory.h>
#include <paths.h>
#include <poll.h>
#include <pthread.h>
#include <pwd.h>
#include <regex.h>
#include <signal.h>
#include <spawn.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/cdefs.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/richacl.h>
int main(void){return 0;}
Determining if files sys/sysmacros.h;sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/types.h;linux/fiemap.h;linux/fs.h;linux/magic.h;locale.h;memory.h;paths.h;poll.h;pthread.h;pwd.h;regex.h;signal.h;spawn.h;stdarg.h;stdint.h;stdlib.h;string.h;strings.h;sys/cdefs.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/select.h;sys/stat.h;sys/statfs.h;sys/statvfs.h;sys/time.h;sys/utsname.h;sys/vfs.h;sys/wait.h;sys/xattr.h;time.h;unistd.h;utime.h;wchar.h;wctype.h;wincrypt.h exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_ffec0
[1/2] Building C object CMakeFiles/cmTC_ffec0.dir/HAVE_WINCRYPT_H.c.o
FAILED: CMakeFiles/cmTC_ffec0.dir/HAVE_WINCRYPT_H.c.o
/usr/bin/cc -Wall -Wformat -Wformat-security -Wall -Wformat -Wformat-security -o CMakeFiles/cmTC_ffec0.dir/HAVE_WINCRYPT_H.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_WINCRYPT_H.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_WINCRYPT_H.c:48:10: fatal error: wincrypt.h: No such file or directory
#include <wincrypt.h>
^~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <sys/sysmacros.h>
#include <sys/types.h>
#include <ctype.h>
#include <dlfcn.h>
#include <errno.h>
#include <fcntl.h>
#include <grp.h>
#include <inttypes.h>
#include <langinfo.h>
#include <limits.h>
#include <linux/types.h>
#include <linux/fiemap.h>
#include <linux/fs.h>
#include <linux/magic.h>
#include <locale.h>
#include <memory.h>
#include <paths.h>
#include <poll.h>
#include <pthread.h>
#include <pwd.h>
#include <regex.h>
#include <signal.h>
#include <spawn.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/cdefs.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/select.h>
#include <sys/stat.h>
#include <sys/statfs.h>
#include <sys/statvfs.h>
#include <sys/time.h>
#include <sys/utsname.h>
#include <sys/vfs.h>
#include <sys/wait.h>
#include <sys/xattr.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <wchar.h>
#include <wctype.h>
#include <wincrypt.h>
int main(void){return 0;}
Determining if files sys/sysmacros.h;sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/types.h;linux/fiemap.h;linux/fs.h;linux/magic.h;locale.h;memory.h;paths.h;poll.h;pthread.h;pwd.h;regex.h;signal.h;spawn.h;stdarg.h;stdint.h;stdlib.h;string.h;strings.h;sys/cdefs.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/select.h;sys/stat.h;sys/statfs.h;sys/statvfs.h;sys/time.h;sys/utsname.h;sys/vfs.h;sys/wait.h;sys/xattr.h;time.h;unistd.h;utime.h;wchar.h;wctype.h;winioctl.h exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_f02fa
[1/2] Building C object CMakeFiles/cmTC_f02fa.dir/HAVE_WINIOCTL_H.c.o
FAILED: CMakeFiles/cmTC_f02fa.dir/HAVE_WINIOCTL_H.c.o
/usr/bin/cc -Wall -Wformat -Wformat-security -Wall -Wformat -Wformat-security -o CMakeFiles/cmTC_f02fa.dir/HAVE_WINIOCTL_H.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_WINIOCTL_H.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckIncludeFiles/HAVE_WINIOCTL_H.c:48:10: fatal error: winioctl.h: No such file or directory
#include <winioctl.h>
^~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source:
/* */
#include <sys/sysmacros.h>
#include <sys/types.h>
#include <ctype.h>
#include <dlfcn.h>
#include <errno.h>
#include <fcntl.h>
#include <grp.h>
#include <inttypes.h>
#include <langinfo.h>
#include <limits.h>
#include <linux/types.h>
#include <linux/fiemap.h>
#include <linux/fs.h>
#include <linux/magic.h>
#include <locale.h>
#include <memory.h>
#include <paths.h>
#include <poll.h>
#include <pthread.h>
#include <pwd.h>
#include <regex.h>
#include <signal.h>
#include <spawn.h>
#include <stdarg.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <sys/cdefs.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/select.h>
#include <sys/stat.h>
#include <sys/statfs.h>
#include <sys/statvfs.h>
#include <sys/time.h>
#include <sys/utsname.h>
#include <sys/vfs.h>
#include <sys/wait.h>
#include <sys/xattr.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <wchar.h>
#include <wctype.h>
#include <winioctl.h>
int main(void){return 0;}
Performing C SOURCE FILE Test HAVE_ICONV_libc_const failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_66943
[1/2] Building C object CMakeFiles/cmTC_66943.dir/src.c.o
FAILED: CMakeFiles/cmTC_66943.dir/src.c.o
/usr/bin/cc -Wall -Wformat -Wformat-security -DHAVE_ICONV_libc_const -Wall -Wformat -Wformat-security -Werror -o CMakeFiles/cmTC_66943.dir/src.c.o -c src.c
src.c: In function ‘main’:
src.c:6:21: error: passing argument 2 of ‘iconv’ from incompatible pointer type [-Werror=incompatible-pointer-types]
iconv(cd, &ccp, (size_t *)0, (char **)0, (size_t *)0);
^
In file included from src.c:2:0:
/usr/include/iconv.h:42:15: note: expected ‘char ** restrict’ but argument is of type ‘const char **’
extern size_t iconv (iconv_t __cd, char **__restrict __inbuf,
^~~~~
cc1: all warnings being treated as errors
ninja: build stopped: subcommand failed.
Source file was:
#include <stdlib.h>
#include <iconv.h>
int main() {
const char *ccp;
iconv_t cd = iconv_open("", "");
iconv(cd, &ccp, (size_t *)0, (char **)0, (size_t *)0);
iconv_close(cd);
return 0;
}
Determining if the _CrtSetReportMode exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_33f6b
[1/2] Building C object CMakeFiles/cmTC_33f6b.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_33f6b.dir/CheckSymbolExists.c.o
/usr/bin/cc -Wall -Wformat -Wformat-security -Wall -Wformat -Wformat-security -fno-builtin -o CMakeFiles/cmTC_33f6b.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:2:10: fatal error: crtdbg.h: No such file or directory
#include <crtdbg.h>
^~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <crtdbg.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef _CrtSetReportMode
return ((int*)(&_CrtSetReportMode))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the function arc4random_buf exists failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_d6809
[1/2] Building C object CMakeFiles/cmTC_d6809.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_d6809
FAILED: cmTC_d6809
: && /usr/bin/cc -Wall -Wformat -Wformat-security -DCHECK_FUNCTION_EXISTS=arc4random_buf -Wall -Wformat -Wformat-security -fno-builtin -rdynamic CMakeFiles/cmTC_d6809.dir/CheckFunctionExists.c.o -o cmTC_d6809 && :
CMakeFiles/cmTC_d6809.dir/CheckFunctionExists.c.o: In function `main':
CheckFunctionExists.c:(.text+0x10): undefined reference to `arc4random_buf'
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
Determining if the function getvfsbyname exists failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_ca161
[1/2] Building C object CMakeFiles/cmTC_ca161.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_ca161
FAILED: cmTC_ca161
: && /usr/bin/cc -Wall -Wformat -Wformat-security -DCHECK_FUNCTION_EXISTS=getvfsbyname -Wall -Wformat -Wformat-security -fno-builtin -rdynamic CMakeFiles/cmTC_ca161.dir/CheckFunctionExists.c.o -o cmTC_ca161 && :
CMakeFiles/cmTC_ca161.dir/CheckFunctionExists.c.o: In function `main':
CheckFunctionExists.c:(.text+0x10): undefined reference to `getvfsbyname'
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
Determining if the function lchflags exists failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_6d4f6
[1/2] Building C object CMakeFiles/cmTC_6d4f6.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_6d4f6
FAILED: cmTC_6d4f6
: && /usr/bin/cc -Wall -Wformat -Wformat-security -DCHECK_FUNCTION_EXISTS=lchflags -Wall -Wformat -Wformat-security -fno-builtin -rdynamic CMakeFiles/cmTC_6d4f6.dir/CheckFunctionExists.c.o -o cmTC_6d4f6 && :
CMakeFiles/cmTC_6d4f6.dir/CheckFunctionExists.c.o: In function `main':
CheckFunctionExists.c:(.text+0x10): undefined reference to `lchflags'
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
Determining if the function readpassphrase exists failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_6f192
[1/2] Building C object CMakeFiles/cmTC_6f192.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_6f192
FAILED: cmTC_6f192
: && /usr/bin/cc -Wall -Wformat -Wformat-security -DCHECK_FUNCTION_EXISTS=readpassphrase -Wall -Wformat -Wformat-security -fno-builtin -rdynamic CMakeFiles/cmTC_6f192.dir/CheckFunctionExists.c.o -o cmTC_6f192 && :
CMakeFiles/cmTC_6f192.dir/CheckFunctionExists.c.o: In function `main':
CheckFunctionExists.c:(.text+0x10): undefined reference to `readpassphrase'
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
Determining if the function strncpy_s exists failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_51214
[1/2] Building C object CMakeFiles/cmTC_51214.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_51214
FAILED: cmTC_51214
: && /usr/bin/cc -Wall -Wformat -Wformat-security -DCHECK_FUNCTION_EXISTS=strncpy_s -Wall -Wformat -Wformat-security -fno-builtin -rdynamic CMakeFiles/cmTC_51214.dir/CheckFunctionExists.c.o -o cmTC_51214 && :
CMakeFiles/cmTC_51214.dir/CheckFunctionExists.c.o: In function `main':
CheckFunctionExists.c:(.text+0x10): undefined reference to `strncpy_s'
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
Determining if the function _ctime64_s exists failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_8fd03
[1/2] Building C object CMakeFiles/cmTC_8fd03.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_8fd03
FAILED: cmTC_8fd03
: && /usr/bin/cc -Wall -Wformat -Wformat-security -DCHECK_FUNCTION_EXISTS=_ctime64_s -Wall -Wformat -Wformat-security -fno-builtin -rdynamic CMakeFiles/cmTC_8fd03.dir/CheckFunctionExists.c.o -o cmTC_8fd03 && :
CMakeFiles/cmTC_8fd03.dir/CheckFunctionExists.c.o: In function `main':
CheckFunctionExists.c:(.text+0x10): undefined reference to `_ctime64_s'
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
Determining if the function _fseeki64 exists failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_1f24f
[1/2] Building C object CMakeFiles/cmTC_1f24f.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_1f24f
FAILED: cmTC_1f24f
: && /usr/bin/cc -Wall -Wformat -Wformat-security -DCHECK_FUNCTION_EXISTS=_fseeki64 -Wall -Wformat -Wformat-security -fno-builtin -rdynamic CMakeFiles/cmTC_1f24f.dir/CheckFunctionExists.c.o -o cmTC_1f24f && :
CMakeFiles/cmTC_1f24f.dir/CheckFunctionExists.c.o: In function `main':
CheckFunctionExists.c:(.text+0x10): undefined reference to `_fseeki64'
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
Determining if the function _get_timezone exists failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_ea0b3
[1/2] Building C object CMakeFiles/cmTC_ea0b3.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_ea0b3
FAILED: cmTC_ea0b3
: && /usr/bin/cc -Wall -Wformat -Wformat-security -DCHECK_FUNCTION_EXISTS=_get_timezone -Wall -Wformat -Wformat-security -fno-builtin -rdynamic CMakeFiles/cmTC_ea0b3.dir/CheckFunctionExists.c.o -o cmTC_ea0b3 && :
CMakeFiles/cmTC_ea0b3.dir/CheckFunctionExists.c.o: In function `main':
CheckFunctionExists.c:(.text+0x10): undefined reference to `_get_timezone'
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
Determining if the function _localtime64_s exists failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_e545f
[1/2] Building C object CMakeFiles/cmTC_e545f.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_e545f
FAILED: cmTC_e545f
: && /usr/bin/cc -Wall -Wformat -Wformat-security -DCHECK_FUNCTION_EXISTS=_localtime64_s -Wall -Wformat -Wformat-security -fno-builtin -rdynamic CMakeFiles/cmTC_e545f.dir/CheckFunctionExists.c.o -o cmTC_e545f && :
CMakeFiles/cmTC_e545f.dir/CheckFunctionExists.c.o: In function `main':
CheckFunctionExists.c:(.text+0x10): undefined reference to `_localtime64_s'
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
Determining if the function _mkgmtime64 exists failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_ab1ac
[1/2] Building C object CMakeFiles/cmTC_ab1ac.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_ab1ac
FAILED: cmTC_ab1ac
: && /usr/bin/cc -Wall -Wformat -Wformat-security -DCHECK_FUNCTION_EXISTS=_mkgmtime64 -Wall -Wformat -Wformat-security -fno-builtin -rdynamic CMakeFiles/cmTC_ab1ac.dir/CheckFunctionExists.c.o -o cmTC_ab1ac && :
CMakeFiles/cmTC_ab1ac.dir/CheckFunctionExists.c.o: In function `main':
CheckFunctionExists.c:(.text+0x10): undefined reference to `_mkgmtime64'
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
Determining if the function cygwin_conv_path exists failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_66090
[1/2] Building C object CMakeFiles/cmTC_66090.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_66090
FAILED: cmTC_66090
: && /usr/bin/cc -Wall -Wformat -Wformat-security -DCHECK_FUNCTION_EXISTS=cygwin_conv_path -Wall -Wformat -Wformat-security -fno-builtin -rdynamic CMakeFiles/cmTC_66090.dir/CheckFunctionExists.c.o -o cmTC_66090 && :
CMakeFiles/cmTC_66090.dir/CheckFunctionExists.c.o: In function `main':
CheckFunctionExists.c:(.text+0x10): undefined reference to `cygwin_conv_path'
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
Performing C SOURCE FILE Test HAVE_STRUCT_VFSCONF failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_96a6b
[1/2] Building C object CMakeFiles/cmTC_96a6b.dir/src.c.o
FAILED: CMakeFiles/cmTC_96a6b.dir/src.c.o
/usr/bin/cc -Wall -Wformat -Wformat-security -DHAVE_STRUCT_VFSCONF -Wall -Wformat -Wformat-security -o CMakeFiles/cmTC_96a6b.dir/src.c.o -c src.c
src.c: In function ‘main’:
src.c:3:33: error: storage size of ‘v’ isn’t known
int main(void) { struct vfsconf v; return sizeof(v);}
^
src.c:3:33: warning: unused variable ‘v’ [-Wunused-variable]
ninja: build stopped: subcommand failed.
Source file was:
#include <sys/types.h>
#include <sys/mount.h>
int main(void) { struct vfsconf v; return sizeof(v);}
Performing C SOURCE FILE Test HAVE_STRUCT_XVFSCONF failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_e527a
[1/2] Building C object CMakeFiles/cmTC_e527a.dir/src.c.o
FAILED: CMakeFiles/cmTC_e527a.dir/src.c.o
/usr/bin/cc -Wall -Wformat -Wformat-security -DHAVE_STRUCT_XVFSCONF -Wall -Wformat -Wformat-security -o CMakeFiles/cmTC_e527a.dir/src.c.o -c src.c
src.c: In function ‘main’:
src.c:3:34: error: storage size of ‘v’ isn’t known
int main(void) { struct xvfsconf v; return sizeof(v);}
^
src.c:3:34: warning: unused variable ‘v’ [-Wunused-variable]
ninja: build stopped: subcommand failed.
Source file was:
#include <sys/types.h>
#include <sys/mount.h>
int main(void) { struct xvfsconf v; return sizeof(v);}
Performing C SOURCE FILE Test MAJOR_IN_MKDEV failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_64a0a
[1/2] Building C object CMakeFiles/cmTC_64a0a.dir/src.c.o
FAILED: CMakeFiles/cmTC_64a0a.dir/src.c.o
/usr/bin/cc -Wall -Wformat -Wformat-security -DMAJOR_IN_MKDEV -Wall -Wformat -Wformat-security -o CMakeFiles/cmTC_64a0a.dir/src.c.o -c src.c
src.c:1:10: fatal error: sys/mkdev.h: No such file or directory
#include <sys/mkdev.h>
^~~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source file was:
#include <sys/mkdev.h>
int main() { return major(256); }
Determining if the EFTYPE exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_4fea0
[1/2] Building C object CMakeFiles/cmTC_4fea0.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_4fea0.dir/CheckSymbolExists.c.o
/usr/bin/cc -Wall -Wformat -Wformat-security -Wall -Wformat -Wformat-security -o CMakeFiles/cmTC_4fea0.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c: In function ‘main’:
CheckSymbolExists.c:8:19: error: ‘EFTYPE’ undeclared (first use in this function); did you mean ‘ESPIPE’?
return ((int*)(&EFTYPE))[argc];
^~~~~~
ESPIPE
CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in
ninja: build stopped: subcommand failed.
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <errno.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef EFTYPE
return ((int*)(&EFTYPE))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the D_MD_ORDER exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_f7cf1
[1/2] Building C object CMakeFiles/cmTC_f7cf1.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_f7cf1.dir/CheckSymbolExists.c.o
/usr/bin/cc -Wall -Wformat -Wformat-security -Wall -Wformat -Wformat-security -o CMakeFiles/cmTC_f7cf1.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c: In function ‘main’:
CheckSymbolExists.c:8:19: error: ‘D_MD_ORDER’ undeclared (first use in this function)
return ((int*)(&D_MD_ORDER))[argc];
^~~~~~~~~~
CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in
ninja: build stopped: subcommand failed.
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <langinfo.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef D_MD_ORDER
return ((int*)(&D_MD_ORDER))[argc];
#else
(void)argc;
return 0;
#endif
}
Performing C SOURCE FILE Test HAVE_STRUCT_TM___TM_GMTOFF failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_9c150
[1/2] Building C object CMakeFiles/cmTC_9c150.dir/src.c.o
FAILED: CMakeFiles/cmTC_9c150.dir/src.c.o
/usr/bin/cc -Wall -Wformat -Wformat-security -DHAVE_STRUCT_TM___TM_GMTOFF -Wall -Wformat -Wformat-security -o CMakeFiles/cmTC_9c150.dir/src.c.o -c src.c
src.c: In function ‘main’:
src.c:6:35: error: ‘struct tm’ has no member named ‘__tm_gmtoff’; did you mean ‘tm_gmtoff’?
(void)sizeof(((struct tm *)0)->__tm_gmtoff);
^~~~~~~~~~~
tm_gmtoff
ninja: build stopped: subcommand failed.
Source file was:
#include <time.h>
int main()
{
(void)sizeof(((struct tm *)0)->__tm_gmtoff);
return 0;
}
Performing C SOURCE FILE Test HAVE_STRUCT_STATFS_F_NAMEMAX failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_fe1f2
[1/2] Building C object CMakeFiles/cmTC_fe1f2.dir/src.c.o
FAILED: CMakeFiles/cmTC_fe1f2.dir/src.c.o
/usr/bin/cc -Wall -Wformat -Wformat-security -DHAVE_STRUCT_STATFS_F_NAMEMAX -Wall -Wformat -Wformat-security -o CMakeFiles/cmTC_fe1f2.dir/src.c.o -c src.c
src.c: In function ‘main’:
src.c:7:37: error: dereferencing pointer to incomplete type ‘struct statfs’
(void)sizeof(((struct statfs *)0)->f_namemax);
^~
ninja: build stopped: subcommand failed.
Source file was:
#include <sys/param.h>
#include <sys/mount.h>
int main()
{
(void)sizeof(((struct statfs *)0)->f_namemax);
return 0;
}
Performing C SOURCE FILE Test HAVE_STRUCT_STAT_ST_BIRTHTIME failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_16ab6
[1/2] Building C object CMakeFiles/cmTC_16ab6.dir/src.c.o
FAILED: CMakeFiles/cmTC_16ab6.dir/src.c.o
/usr/bin/cc -Wall -Wformat -Wformat-security -DHAVE_STRUCT_STAT_ST_BIRTHTIME -Wall -Wformat -Wformat-security -o CMakeFiles/cmTC_16ab6.dir/src.c.o -c src.c
src.c: In function ‘main’:
src.c:7:37: error: ‘struct stat’ has no member named ‘st_birthtime’; did you mean ‘st_blksize’?
(void)sizeof(((struct stat *)0)->st_birthtime);
^~~~~~~~~~~~
st_blksize
ninja: build stopped: subcommand failed.
Source file was:
#include <sys/types.h>
#include <sys/stat.h>
int main()
{
(void)sizeof(((struct stat *)0)->st_birthtime);
return 0;
}
Performing C SOURCE FILE Test HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_59a98
[1/2] Building C object CMakeFiles/cmTC_59a98.dir/src.c.o
FAILED: CMakeFiles/cmTC_59a98.dir/src.c.o
/usr/bin/cc -Wall -Wformat -Wformat-security -DHAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC -Wall -Wformat -Wformat-security -o CMakeFiles/cmTC_59a98.dir/src.c.o -c src.c
src.c: In function ‘main’:
src.c:7:35: error: ‘struct stat’ has no member named ‘st_birthtimespec’
(void)sizeof(((struct stat *)0)->st_birthtimespec.tv_nsec);
^~
ninja: build stopped: subcommand failed.
Source file was:
#include <sys/types.h>
#include <sys/stat.h>
int main()
{
(void)sizeof(((struct stat *)0)->st_birthtimespec.tv_nsec);
return 0;
}
Performing C SOURCE FILE Test HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_56514
[1/2] Building C object CMakeFiles/cmTC_56514.dir/src.c.o
FAILED: CMakeFiles/cmTC_56514.dir/src.c.o
/usr/bin/cc -Wall -Wformat -Wformat-security -DHAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC -Wall -Wformat -Wformat-security -o CMakeFiles/cmTC_56514.dir/src.c.o -c src.c
src.c: In function ‘main’:
src.c:7:37: error: ‘struct stat’ has no member named ‘st_mtimespec’; did you mean ‘st_mtim’?
(void)sizeof(((struct stat *)0)->st_mtimespec.tv_nsec);
^~~~~~~~~~~~
st_mtim
ninja: build stopped: subcommand failed.
Source file was:
#include <sys/types.h>
#include <sys/stat.h>
int main()
{
(void)sizeof(((struct stat *)0)->st_mtimespec.tv_nsec);
return 0;
}
Performing C SOURCE FILE Test HAVE_STRUCT_STAT_ST_MTIME_N failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_76191
[1/2] Building C object CMakeFiles/cmTC_76191.dir/src.c.o
FAILED: CMakeFiles/cmTC_76191.dir/src.c.o
/usr/bin/cc -Wall -Wformat -Wformat-security -DHAVE_STRUCT_STAT_ST_MTIME_N -Wall -Wformat -Wformat-security -o CMakeFiles/cmTC_76191.dir/src.c.o -c src.c
src.c: In function ‘main’:
src.c:7:37: error: ‘struct stat’ has no member named ‘st_mtime_n’; did you mean ‘st_mtim’?
(void)sizeof(((struct stat *)0)->st_mtime_n);
^~~~~~~~~~
st_mtim
ninja: build stopped: subcommand failed.
Source file was:
#include <sys/types.h>
#include <sys/stat.h>
int main()
{
(void)sizeof(((struct stat *)0)->st_mtime_n);
return 0;
}
Performing C SOURCE FILE Test HAVE_STRUCT_STAT_ST_UMTIME failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_a1ded
[1/2] Building C object CMakeFiles/cmTC_a1ded.dir/src.c.o
FAILED: CMakeFiles/cmTC_a1ded.dir/src.c.o
/usr/bin/cc -Wall -Wformat -Wformat-security -DHAVE_STRUCT_STAT_ST_UMTIME -Wall -Wformat -Wformat-security -o CMakeFiles/cmTC_a1ded.dir/src.c.o -c src.c
src.c: In function ‘main’:
src.c:7:37: error: ‘struct stat’ has no member named ‘st_umtime’; did you mean ‘st_mtim’?
(void)sizeof(((struct stat *)0)->st_umtime);
^~~~~~~~~
st_mtim
ninja: build stopped: subcommand failed.
Source file was:
#include <sys/types.h>
#include <sys/stat.h>
int main()
{
(void)sizeof(((struct stat *)0)->st_umtime);
return 0;
}
Performing C SOURCE FILE Test HAVE_STRUCT_STAT_ST_MTIME_USEC failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_8005d
[1/2] Building C object CMakeFiles/cmTC_8005d.dir/src.c.o
FAILED: CMakeFiles/cmTC_8005d.dir/src.c.o
/usr/bin/cc -Wall -Wformat -Wformat-security -DHAVE_STRUCT_STAT_ST_MTIME_USEC -Wall -Wformat -Wformat-security -o CMakeFiles/cmTC_8005d.dir/src.c.o -c src.c
src.c: In function ‘main’:
src.c:7:37: error: ‘struct stat’ has no member named ‘st_mtime_usec’; did you mean ‘st_mtim’?
(void)sizeof(((struct stat *)0)->st_mtime_usec);
^~~~~~~~~~~~~
st_mtim
ninja: build stopped: subcommand failed.
Source file was:
#include <sys/types.h>
#include <sys/stat.h>
int main()
{
(void)sizeof(((struct stat *)0)->st_mtime_usec);
return 0;
}
Performing C SOURCE FILE Test HAVE_STRUCT_STAT_ST_FLAGS failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_84367
[1/2] Building C object CMakeFiles/cmTC_84367.dir/src.c.o
FAILED: CMakeFiles/cmTC_84367.dir/src.c.o
/usr/bin/cc -Wall -Wformat -Wformat-security -DHAVE_STRUCT_STAT_ST_FLAGS -Wall -Wformat -Wformat-security -o CMakeFiles/cmTC_84367.dir/src.c.o -c src.c
src.c: In function ‘main’:
src.c:7:37: error: ‘struct stat’ has no member named ‘st_flags’; did you mean ‘st_nlink’?
(void)sizeof(((struct stat *)0)->st_flags);
^~~~~~~~
st_nlink
ninja: build stopped: subcommand failed.
Source file was:
#include <sys/types.h>
#include <sys/stat.h>
int main()
{
(void)sizeof(((struct stat *)0)->st_flags);
return 0;
}
Performing C SOURCE FILE Test HAVE_STRUCT_STATVFS_F_IOSIZE failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_26df3
[1/2] Building C object CMakeFiles/cmTC_26df3.dir/src.c.o
FAILED: CMakeFiles/cmTC_26df3.dir/src.c.o
/usr/bin/cc -Wall -Wformat -Wformat-security -DHAVE_STRUCT_STATVFS_F_IOSIZE -Wall -Wformat -Wformat-security -o CMakeFiles/cmTC_26df3.dir/src.c.o -c src.c
src.c: In function ‘main’:
src.c:7:40: error: ‘struct statvfs’ has no member named ‘f_iosize’; did you mean ‘f_bsize’?
(void)sizeof(((struct statvfs *)0)->f_iosize);
^~~~~~~~
f_bsize
ninja: build stopped: subcommand failed.
Source file was:
#include <sys/types.h>
#include <sys/statvfs.h>
int main()
{
(void)sizeof(((struct statvfs *)0)->f_iosize);
return 0;
}
Determining size of __int64 failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_a8007
[1/2] Building C object CMakeFiles/cmTC_a8007.dir/__INT64.c.o
FAILED: CMakeFiles/cmTC_a8007.dir/__INT64.c.o
/usr/bin/cc -Wall -Wformat -Wformat-security -Wall -Wformat -Wformat-security -o CMakeFiles/cmTC_a8007.dir/__INT64.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckTypeSize/__INT64.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckTypeSize/__INT64.c:23:22: error: ‘__int64’ undeclared here (not in a function); did you mean ‘__int64_t’?
#define SIZE (sizeof(__int64))
^
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckTypeSize/__INT64.c:25:12: note: in expansion of macro ‘SIZE’
('0' + ((SIZE / 10000)%10)),
^~~~
ninja: build stopped: subcommand failed.
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckTypeSize/__INT64.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
#undef KEY
#if defined(__i386)
# define KEY '_','_','i','3','8','6'
#elif defined(__x86_64)
# define KEY '_','_','x','8','6','_','6','4'
#elif defined(__ppc__)
# define KEY '_','_','p','p','c','_','_'
#elif defined(__ppc64__)
# define KEY '_','_','p','p','c','6','4','_','_'
#elif defined(__aarch64__)
# define KEY '_','_','a','a','r','c','h','6','4','_','_'
#elif defined(__ARM_ARCH_7A__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_'
#elif defined(__ARM_ARCH_7S__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_'
#endif
#define SIZE (sizeof(__int64))
char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[',
('0' + ((SIZE / 10000)%10)),
('0' + ((SIZE / 1000)%10)),
('0' + ((SIZE / 100)%10)),
('0' + ((SIZE / 10)%10)),
('0' + (SIZE % 10)),
']',
#ifdef KEY
' ','k','e','y','[', KEY, ']',
#endif
'\0'};
#ifdef __CLASSIC_C__
int main(argc, argv) int argc; char *argv[];
#else
int main(int argc, char *argv[])
#endif
{
int require = 0;
require += info_size[argc];
(void)argv;
return require;
}
Determining size of unsigned __int64 failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_15bb9
[1/2] Building C object CMakeFiles/cmTC_15bb9.dir/UNSIGNED___INT64.c.o
FAILED: CMakeFiles/cmTC_15bb9.dir/UNSIGNED___INT64.c.o
/usr/bin/cc -Wall -Wformat -Wformat-security -Wall -Wformat -Wformat-security -o CMakeFiles/cmTC_15bb9.dir/UNSIGNED___INT64.c.o -c /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:23:31: error: expected ‘)’ before ‘__int64’
#define SIZE (sizeof(unsigned __int64))
^
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:25:12: note: in expansion of macro ‘SIZE’
('0' + ((SIZE / 10000)%10)),
^~~~
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:23:31: error: expected ‘)’ before ‘__int64’
#define SIZE (sizeof(unsigned __int64))
^
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:26:12: note: in expansion of macro ‘SIZE’
('0' + ((SIZE / 1000)%10)),
^~~~
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:23:31: error: expected ‘)’ before ‘__int64’
#define SIZE (sizeof(unsigned __int64))
^
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:27:12: note: in expansion of macro ‘SIZE’
('0' + ((SIZE / 100)%10)),
^~~~
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:23:31: error: expected ‘)’ before ‘__int64’
#define SIZE (sizeof(unsigned __int64))
^
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:28:12: note: in expansion of macro ‘SIZE’
('0' + ((SIZE / 10)%10)),
^~~~
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:23:31: error: expected ‘)’ before ‘__int64’
#define SIZE (sizeof(unsigned __int64))
^
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:29:12: note: in expansion of macro ‘SIZE’
('0' + (SIZE % 10)),
^~~~
ninja: build stopped: subcommand failed.
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CheckTypeSize/UNSIGNED___INT64.c:
#include <sys/types.h>
#include <stdint.h>
#include <stddef.h>
#undef KEY
#if defined(__i386)
# define KEY '_','_','i','3','8','6'
#elif defined(__x86_64)
# define KEY '_','_','x','8','6','_','6','4'
#elif defined(__ppc__)
# define KEY '_','_','p','p','c','_','_'
#elif defined(__ppc64__)
# define KEY '_','_','p','p','c','6','4','_','_'
#elif defined(__aarch64__)
# define KEY '_','_','a','a','r','c','h','6','4','_','_'
#elif defined(__ARM_ARCH_7A__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','A','_','_'
#elif defined(__ARM_ARCH_7S__)
# define KEY '_','_','A','R','M','_','A','R','C','H','_','7','S','_','_'
#endif
#define SIZE (sizeof(unsigned __int64))
char info_size[] = {'I', 'N', 'F', 'O', ':', 's','i','z','e','[',
('0' + ((SIZE / 10000)%10)),
('0' + ((SIZE / 1000)%10)),
('0' + ((SIZE / 100)%10)),
('0' + ((SIZE / 10)%10)),
('0' + (SIZE % 10)),
']',
#ifdef KEY
' ','k','e','y','[', KEY, ']',
#endif
'\0'};
#ifdef __CLASSIC_C__
int main(argc, argv) int argc; char *argv[];
#else
int main(int argc, char *argv[])
#endif
{
int require = 0;
require += info_size[argc];
(void)argv;
return require;
}
Determining if the function setxattr exists in the attr failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_9d96f
[1/2] Building C object CMakeFiles/cmTC_9d96f.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_9d96f
FAILED: cmTC_9d96f
: && /usr/bin/cc -Wall -Wformat -Wformat-security -DCHECK_FUNCTION_EXISTS=setxattr -Wall -Wformat -Wformat-security -rdynamic CMakeFiles/cmTC_9d96f.dir/CheckFunctionExists.c.o -o cmTC_9d96f -lattr && :
/usr/bin/ld: cannot find -lattr
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
Determining if the EXTATTR_NAMESPACE_USER exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_333c8
[1/2] Building C object CMakeFiles/cmTC_333c8.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_333c8.dir/CheckSymbolExists.c.o
/usr/bin/cc -Wall -Wformat -Wformat-security -Wall -Wformat -Wformat-security -o CMakeFiles/cmTC_333c8.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c:3:10: fatal error: sys/extattr.h: No such file or directory
#include <sys/extattr.h>
^~~~~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/types.h>
#include <sys/extattr.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef EXTATTR_NAMESPACE_USER
return ((int*)(&EXTATTR_NAMESPACE_USER))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the XATTR_NOFOLLOW exist failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_056c9
[1/2] Building C object CMakeFiles/cmTC_056c9.dir/CheckSymbolExists.c.o
FAILED: CMakeFiles/cmTC_056c9.dir/CheckSymbolExists.c.o
/usr/bin/cc -Wall -Wformat -Wformat-security -Wall -Wformat -Wformat-security -o CMakeFiles/cmTC_056c9.dir/CheckSymbolExists.c.o -c CheckSymbolExists.c
CheckSymbolExists.c: In function ‘main’:
CheckSymbolExists.c:8:19: error: ‘XATTR_NOFOLLOW’ undeclared (first use in this function); did you mean ‘XATTR_REPLACE’?
return ((int*)(&XATTR_NOFOLLOW))[argc];
^~~~~~~~~~~~~~
XATTR_REPLACE
CheckSymbolExists.c:8:19: note: each undeclared identifier is reported only once for each function it appears in
ninja: build stopped: subcommand failed.
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <sys/xattr.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef XATTR_NOFOLLOW
return ((int*)(&XATTR_NOFOLLOW))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the function acl exists failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_529d3
[1/2] Building C object CMakeFiles/cmTC_529d3.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_529d3
FAILED: cmTC_529d3
: && /usr/bin/cc -Wall -Wformat -Wformat-security -DCHECK_FUNCTION_EXISTS=acl -Wall -Wformat -Wformat-security -rdynamic CMakeFiles/cmTC_529d3.dir/CheckFunctionExists.c.o -o cmTC_529d3 && :
CMakeFiles/cmTC_529d3.dir/CheckFunctionExists.c.o: In function `main':
CheckFunctionExists.c:(.text+0x10): undefined reference to `acl'
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
Determining if the function facl exists failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_45ca5
[1/2] Building C object CMakeFiles/cmTC_45ca5.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_45ca5
FAILED: cmTC_45ca5
: && /usr/bin/cc -Wall -Wformat -Wformat-security -DCHECK_FUNCTION_EXISTS=facl -Wall -Wformat -Wformat-security -rdynamic CMakeFiles/cmTC_45ca5.dir/CheckFunctionExists.c.o -o cmTC_45ca5 && :
CMakeFiles/cmTC_45ca5.dir/CheckFunctionExists.c.o: In function `main':
CheckFunctionExists.c:(.text+0x10): undefined reference to `facl'
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
Determining if the function acl_get_file exists in the acl failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_90116
[1/2] Building C object CMakeFiles/cmTC_90116.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_90116
FAILED: cmTC_90116
: && /usr/bin/cc -Wall -Wformat -Wformat-security -DCHECK_FUNCTION_EXISTS=acl_get_file -Wall -Wformat -Wformat-security -rdynamic CMakeFiles/cmTC_90116.dir/CheckFunctionExists.c.o -o cmTC_90116 -lacl && :
/usr/bin/ld: cannot find -lacl
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
Performing C SOURCE FILE Test HAVE_ACL_T failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_8afa1
[1/2] Building C object CMakeFiles/cmTC_8afa1.dir/src.c.o
FAILED: CMakeFiles/cmTC_8afa1.dir/src.c.o
/usr/bin/cc -Wall -Wformat -Wformat-security -DHAVE_ACL_T -Wall -Wformat -Wformat-security -o CMakeFiles/cmTC_8afa1.dir/src.c.o -c src.c
src.c:3:10: fatal error: sys/acl.h: No such file or directory
#include <sys/acl.h>
^~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source file was:
#include <sys/types.h>
#include <sys/acl.h>
int main()
{
static acl_t tmp;
if (sizeof(tmp))
return 0;
return 0;
}
Performing C SOURCE FILE Test HAVE_ACL_ENTRY_T failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_8cf23
[1/2] Building C object CMakeFiles/cmTC_8cf23.dir/src.c.o
FAILED: CMakeFiles/cmTC_8cf23.dir/src.c.o
/usr/bin/cc -Wall -Wformat -Wformat-security -DHAVE_ACL_ENTRY_T -Wall -Wformat -Wformat-security -o CMakeFiles/cmTC_8cf23.dir/src.c.o -c src.c
src.c:3:10: fatal error: sys/acl.h: No such file or directory
#include <sys/acl.h>
^~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source file was:
#include <sys/types.h>
#include <sys/acl.h>
int main()
{
static acl_entry_t tmp;
if (sizeof(tmp))
return 0;
return 0;
}
Performing C SOURCE FILE Test HAVE_ACL_PERMSET_T failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_889c9
[1/2] Building C object CMakeFiles/cmTC_889c9.dir/src.c.o
FAILED: CMakeFiles/cmTC_889c9.dir/src.c.o
/usr/bin/cc -Wall -Wformat -Wformat-security -DHAVE_ACL_PERMSET_T -Wall -Wformat -Wformat-security -o CMakeFiles/cmTC_889c9.dir/src.c.o -c src.c
src.c:3:10: fatal error: sys/acl.h: No such file or directory
#include <sys/acl.h>
^~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source file was:
#include <sys/types.h>
#include <sys/acl.h>
int main()
{
static acl_permset_t tmp;
if (sizeof(tmp))
return 0;
return 0;
}
Performing C SOURCE FILE Test HAVE_ACL_TAG_T failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_6fbd2
[1/2] Building C object CMakeFiles/cmTC_6fbd2.dir/src.c.o
FAILED: CMakeFiles/cmTC_6fbd2.dir/src.c.o
/usr/bin/cc -Wall -Wformat -Wformat-security -DHAVE_ACL_TAG_T -Wall -Wformat -Wformat-security -o CMakeFiles/cmTC_6fbd2.dir/src.c.o -c src.c
src.c:3:10: fatal error: sys/acl.h: No such file or directory
#include <sys/acl.h>
^~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source file was:
#include <sys/types.h>
#include <sys/acl.h>
int main()
{
static acl_tag_t tmp;
if (sizeof(tmp))
return 0;
return 0;
}
Determining if the function richacl_get_file exists in the richacl failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_5465d
[1/2] Building C object CMakeFiles/cmTC_5465d.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_5465d
FAILED: cmTC_5465d
: && /usr/bin/cc -Wall -Wformat -Wformat-security -DCHECK_FUNCTION_EXISTS=richacl_get_file -Wall -Wformat -Wformat-security -rdynamic CMakeFiles/cmTC_5465d.dir/CheckFunctionExists.c.o -o cmTC_5465d -lrichacl && :
/usr/bin/ld: cannot find -lrichacl
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
Performing C SOURCE FILE Test HAVE_STRUCT_RICHACE failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_fecd1
[1/2] Building C object CMakeFiles/cmTC_fecd1.dir/src.c.o
FAILED: CMakeFiles/cmTC_fecd1.dir/src.c.o
/usr/bin/cc -Wall -Wformat -Wformat-security -DHAVE_STRUCT_RICHACE -Wall -Wformat -Wformat-security -o CMakeFiles/cmTC_fecd1.dir/src.c.o -c src.c
src.c:2:10: fatal error: sys/richacl.h: No such file or directory
#include <sys/richacl.h>
^~~~~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source file was:
#include <sys/richacl.h>
int main()
{
(void)sizeof(((struct richace *)0)->e_type);
return 0;
}
Performing C SOURCE FILE Test HAVE_STRUCT_RICHACL failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_69dfb
[1/2] Building C object CMakeFiles/cmTC_69dfb.dir/src.c.o
FAILED: CMakeFiles/cmTC_69dfb.dir/src.c.o
/usr/bin/cc -Wall -Wformat -Wformat-security -DHAVE_STRUCT_RICHACL -Wall -Wformat -Wformat-security -o CMakeFiles/cmTC_69dfb.dir/src.c.o -c src.c
src.c:2:10: fatal error: sys/richacl.h: No such file or directory
#include <sys/richacl.h>
^~~~~~~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source file was:
#include <sys/richacl.h>
int main()
{
(void)sizeof(((struct richacl *)0)->a_flags);
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_SSE41 failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_32a27
[1/2] Building C object CMakeFiles/cmTC_32a27.dir/src.c.o
FAILED: CMakeFiles/cmTC_32a27.dir/src.c.o
/usr/bin/cc -I/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp -pthread -DWEBP_HAVE_FLAG_SSE41 -o CMakeFiles/cmTC_32a27.dir/src.c.o -c src.c
src.c: In function ‘main’:
src.c:5:9: error: unknown type name ‘this’
this is not valid code
^~~~
src.c:5:17: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘not’
this is not valid code
^~~
ninja: build stopped: subcommand failed.
Source file was:
#include "/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_SSE41)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_AVX2 failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_72342
[1/2] Building C object CMakeFiles/cmTC_72342.dir/src.c.o
FAILED: CMakeFiles/cmTC_72342.dir/src.c.o
/usr/bin/cc -I/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp -pthread -DWEBP_HAVE_FLAG_AVX2 -o CMakeFiles/cmTC_72342.dir/src.c.o -c src.c
src.c: In function ‘main’:
src.c:5:9: error: unknown type name ‘this’
this is not valid code
^~~~
src.c:5:17: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘not’
this is not valid code
^~~
ninja: build stopped: subcommand failed.
Source file was:
#include "/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_AVX2)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_MIPS32 failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_4ceb6
[1/2] Building C object CMakeFiles/cmTC_4ceb6.dir/src.c.o
FAILED: CMakeFiles/cmTC_4ceb6.dir/src.c.o
/usr/bin/cc -I/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp -pthread -DWEBP_HAVE_FLAG_MIPS32 -o CMakeFiles/cmTC_4ceb6.dir/src.c.o -c src.c
src.c: In function ‘main’:
src.c:5:9: error: unknown type name ‘this’
this is not valid code
^~~~
src.c:5:17: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘not’
this is not valid code
^~~
ninja: build stopped: subcommand failed.
Source file was:
#include "/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_MIPS32)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_MIPS32 failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_8937c
[1/2] Building C object CMakeFiles/cmTC_8937c.dir/src.c.o
FAILED: CMakeFiles/cmTC_8937c.dir/src.c.o
/usr/bin/cc -I/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp -pthread -DWEBP_HAVE_FLAG_MIPS32 -mips32 -o CMakeFiles/cmTC_8937c.dir/src.c.o -c src.c
cc: error: unrecognized command line option ‘-mips32’; did you mean ‘-mpc32’?
ninja: build stopped: subcommand failed.
Source file was:
#include "/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_MIPS32)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_MIPS_DSP_R2 failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_216be
[1/2] Building C object CMakeFiles/cmTC_216be.dir/src.c.o
FAILED: CMakeFiles/cmTC_216be.dir/src.c.o
/usr/bin/cc -I/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp -pthread -DWEBP_HAVE_FLAG_MIPS_DSP_R2 -o CMakeFiles/cmTC_216be.dir/src.c.o -c src.c
src.c: In function ‘main’:
src.c:5:9: error: unknown type name ‘this’
this is not valid code
^~~~
src.c:5:17: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘not’
this is not valid code
^~~
ninja: build stopped: subcommand failed.
Source file was:
#include "/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_MIPS_DSP_R2)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_MIPS_DSP_R2 failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_a9218
[1/2] Building C object CMakeFiles/cmTC_a9218.dir/src.c.o
FAILED: CMakeFiles/cmTC_a9218.dir/src.c.o
/usr/bin/cc -I/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp -pthread -DWEBP_HAVE_FLAG_MIPS_DSP_R2 -mdspr2 -o CMakeFiles/cmTC_a9218.dir/src.c.o -c src.c
cc: error: unrecognized command line option ‘-mdspr2’; did you mean ‘-msse2’?
ninja: build stopped: subcommand failed.
Source file was:
#include "/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_MIPS_DSP_R2)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test HAS_COMPILE_FLAG failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_1b11e
[1/2] Building C object CMakeFiles/cmTC_1b11e.dir/src.c.o
FAILED: CMakeFiles/cmTC_1b11e.dir/src.c.o
/usr/bin/cc -pthread -DHAS_COMPILE_FLAG -mdspr2 -mno-dspr2 -o CMakeFiles/cmTC_1b11e.dir/src.c.o -c src.c
cc: error: unrecognized command line option '-mdspr2'; did you mean '-msse2'?
cc: error: unrecognized command line option '-mno-dspr2'; did you mean '-mno-sse2'?
ninja: build stopped: subcommand failed.
Source file was:
int main(void) { return 0; }
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_NEON failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_a358f
[1/2] Building C object CMakeFiles/cmTC_a358f.dir/src.c.o
FAILED: CMakeFiles/cmTC_a358f.dir/src.c.o
/usr/bin/cc -I/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp -pthread -DWEBP_HAVE_FLAG_NEON -o CMakeFiles/cmTC_a358f.dir/src.c.o -c src.c
src.c: In function ‘main’:
src.c:5:9: error: unknown type name ‘this’
this is not valid code
^~~~
src.c:5:17: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘not’
this is not valid code
^~~
ninja: build stopped: subcommand failed.
Source file was:
#include "/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_NEON)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_NEON failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_8181b
[1/2] Building C object CMakeFiles/cmTC_8181b.dir/src.c.o
FAILED: CMakeFiles/cmTC_8181b.dir/src.c.o
/usr/bin/cc -I/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp -pthread -DWEBP_HAVE_FLAG_NEON -mfpu=neon -o CMakeFiles/cmTC_8181b.dir/src.c.o -c src.c
cc: error: unrecognized command line option ‘-mfpu=neon’
ninja: build stopped: subcommand failed.
Source file was:
#include "/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_NEON)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_MSA failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_310da
[1/2] Building C object CMakeFiles/cmTC_310da.dir/src.c.o
FAILED: CMakeFiles/cmTC_310da.dir/src.c.o
/usr/bin/cc -I/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp -pthread -DWEBP_HAVE_FLAG_MSA -o CMakeFiles/cmTC_310da.dir/src.c.o -c src.c
src.c: In function ‘main’:
src.c:5:9: error: unknown type name ‘this’
this is not valid code
^~~~
src.c:5:17: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘not’
this is not valid code
^~~
ninja: build stopped: subcommand failed.
Source file was:
#include "/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_MSA)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_MSA failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_82f32
[1/2] Building C object CMakeFiles/cmTC_82f32.dir/src.c.o
FAILED: CMakeFiles/cmTC_82f32.dir/src.c.o
/usr/bin/cc -I/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp -pthread -DWEBP_HAVE_FLAG_MSA -mmsa -o CMakeFiles/cmTC_82f32.dir/src.c.o -c src.c
cc: error: unrecognized command line option ‘-mmsa’; did you mean ‘-Whsa’?
ninja: build stopped: subcommand failed.
Source file was:
#include "/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_MSA)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test HAS_COMPILE_FLAG failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_5dc64
[1/2] Building C object CMakeFiles/cmTC_5dc64.dir/src.c.o
FAILED: CMakeFiles/cmTC_5dc64.dir/src.c.o
/usr/bin/cc -pthread -DHAS_COMPILE_FLAG -mmsa -mno-msa -o CMakeFiles/cmTC_5dc64.dir/src.c.o -c src.c
cc: error: unrecognized command line option '-mmsa'; did you mean '-Whsa'?
cc: error: unrecognized command line option '-mno-msa'; did you mean '-Wno-hsa'?
ninja: build stopped: subcommand failed.
Source file was:
int main(void) { return 0; }
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_SSE41 failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_d4993
[1/2] Building C object CMakeFiles/cmTC_d4993.dir/src.c.o
FAILED: CMakeFiles/cmTC_d4993.dir/src.c.o
/usr/bin/cc -I/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp -pthread -DWEBP_HAVE_FLAG_SSE41 -o CMakeFiles/cmTC_d4993.dir/src.c.o -c src.c
src.c: In function ‘main’:
src.c:5:9: error: unknown type name ‘this’
this is not valid code
^~~~
src.c:5:17: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘not’
this is not valid code
^~~
ninja: build stopped: subcommand failed.
Source file was:
#include "/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_SSE41)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_AVX2 failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_921aa
[1/2] Building C object CMakeFiles/cmTC_921aa.dir/src.c.o
FAILED: CMakeFiles/cmTC_921aa.dir/src.c.o
/usr/bin/cc -I/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp -pthread -DWEBP_HAVE_FLAG_AVX2 -o CMakeFiles/cmTC_921aa.dir/src.c.o -c src.c
src.c: In function ‘main’:
src.c:5:9: error: unknown type name ‘this’
this is not valid code
^~~~
src.c:5:17: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘not’
this is not valid code
^~~
ninja: build stopped: subcommand failed.
Source file was:
#include "/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_AVX2)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_MIPS32 failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_1d57b
[1/2] Building C object CMakeFiles/cmTC_1d57b.dir/src.c.o
FAILED: CMakeFiles/cmTC_1d57b.dir/src.c.o
/usr/bin/cc -I/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp -pthread -DWEBP_HAVE_FLAG_MIPS32 -o CMakeFiles/cmTC_1d57b.dir/src.c.o -c src.c
src.c: In function ‘main’:
src.c:5:9: error: unknown type name ‘this’
this is not valid code
^~~~
src.c:5:17: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘not’
this is not valid code
^~~
ninja: build stopped: subcommand failed.
Source file was:
#include "/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_MIPS32)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_MIPS32 failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_da3d0
[1/2] Building C object CMakeFiles/cmTC_da3d0.dir/src.c.o
FAILED: CMakeFiles/cmTC_da3d0.dir/src.c.o
/usr/bin/cc -I/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp -pthread -DWEBP_HAVE_FLAG_MIPS32 -mips32 -o CMakeFiles/cmTC_da3d0.dir/src.c.o -c src.c
cc: error: unrecognized command line option ‘-mips32’; did you mean ‘-mpc32’?
ninja: build stopped: subcommand failed.
Source file was:
#include "/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_MIPS32)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_MIPS_DSP_R2 failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_5d897
[1/2] Building C object CMakeFiles/cmTC_5d897.dir/src.c.o
FAILED: CMakeFiles/cmTC_5d897.dir/src.c.o
/usr/bin/cc -I/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp -pthread -DWEBP_HAVE_FLAG_MIPS_DSP_R2 -o CMakeFiles/cmTC_5d897.dir/src.c.o -c src.c
src.c: In function ‘main’:
src.c:5:9: error: unknown type name ‘this’
this is not valid code
^~~~
src.c:5:17: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘not’
this is not valid code
^~~
ninja: build stopped: subcommand failed.
Source file was:
#include "/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_MIPS_DSP_R2)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_MIPS_DSP_R2 failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_554c2
[1/2] Building C object CMakeFiles/cmTC_554c2.dir/src.c.o
FAILED: CMakeFiles/cmTC_554c2.dir/src.c.o
/usr/bin/cc -I/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp -pthread -DWEBP_HAVE_FLAG_MIPS_DSP_R2 -mdspr2 -o CMakeFiles/cmTC_554c2.dir/src.c.o -c src.c
cc: error: unrecognized command line option ‘-mdspr2’; did you mean ‘-msse2’?
ninja: build stopped: subcommand failed.
Source file was:
#include "/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_MIPS_DSP_R2)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test HAS_COMPILE_FLAG failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_74f1b
[1/2] Building C object CMakeFiles/cmTC_74f1b.dir/src.c.o
FAILED: CMakeFiles/cmTC_74f1b.dir/src.c.o
/usr/bin/cc -pthread -DHAS_COMPILE_FLAG -mdspr2 -mno-dspr2 -o CMakeFiles/cmTC_74f1b.dir/src.c.o -c src.c
cc: error: unrecognized command line option '-mdspr2'; did you mean '-msse2'?
cc: error: unrecognized command line option '-mno-dspr2'; did you mean '-mno-sse2'?
ninja: build stopped: subcommand failed.
Source file was:
int main(void) { return 0; }
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_NEON failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_9578c
[1/2] Building C object CMakeFiles/cmTC_9578c.dir/src.c.o
FAILED: CMakeFiles/cmTC_9578c.dir/src.c.o
/usr/bin/cc -I/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp -pthread -DWEBP_HAVE_FLAG_NEON -o CMakeFiles/cmTC_9578c.dir/src.c.o -c src.c
src.c: In function ‘main’:
src.c:5:9: error: unknown type name ‘this’
this is not valid code
^~~~
src.c:5:17: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘not’
this is not valid code
^~~
ninja: build stopped: subcommand failed.
Source file was:
#include "/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_NEON)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_NEON failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_786db
[1/2] Building C object CMakeFiles/cmTC_786db.dir/src.c.o
FAILED: CMakeFiles/cmTC_786db.dir/src.c.o
/usr/bin/cc -I/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp -pthread -DWEBP_HAVE_FLAG_NEON -mfpu=neon -o CMakeFiles/cmTC_786db.dir/src.c.o -c src.c
cc: error: unrecognized command line option ‘-mfpu=neon’
ninja: build stopped: subcommand failed.
Source file was:
#include "/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_NEON)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_MSA failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_c7efa
[1/2] Building C object CMakeFiles/cmTC_c7efa.dir/src.c.o
FAILED: CMakeFiles/cmTC_c7efa.dir/src.c.o
/usr/bin/cc -I/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp -pthread -DWEBP_HAVE_FLAG_MSA -o CMakeFiles/cmTC_c7efa.dir/src.c.o -c src.c
src.c: In function ‘main’:
src.c:5:9: error: unknown type name ‘this’
this is not valid code
^~~~
src.c:5:17: error: expected ‘=’, ‘,’, ‘;’, ‘asm’ or ‘__attribute__’ before ‘not’
this is not valid code
^~~
ninja: build stopped: subcommand failed.
Source file was:
#include "/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_MSA)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_MSA failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_1b8e8
[1/2] Building C object CMakeFiles/cmTC_1b8e8.dir/src.c.o
FAILED: CMakeFiles/cmTC_1b8e8.dir/src.c.o
/usr/bin/cc -I/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp -pthread -DWEBP_HAVE_FLAG_MSA -mmsa -o CMakeFiles/cmTC_1b8e8.dir/src.c.o -c src.c
cc: error: unrecognized command line option ‘-mmsa’; did you mean ‘-Whsa’?
ninja: build stopped: subcommand failed.
Source file was:
#include "/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_MSA)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test HAS_COMPILE_FLAG failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_82c32
[1/2] Building C object CMakeFiles/cmTC_82c32.dir/src.c.o
FAILED: CMakeFiles/cmTC_82c32.dir/src.c.o
/usr/bin/cc -pthread -DHAS_COMPILE_FLAG -mmsa -mno-msa -o CMakeFiles/cmTC_82c32.dir/src.c.o -c src.c
cc: error: unrecognized command line option '-mmsa'; did you mean '-Whsa'?
cc: error: unrecognized command line option '-mno-msa'; did you mean '-Wno-hsa'?
ninja: build stopped: subcommand failed.
Source file was:
int main(void) { return 0; }
This file has been truncated, but you can view the full file.
The system is: Linux - 4.13.0-46-generic - x86_64
Compiling the C compiler identification source file "CMakeCCompilerId.c" succeeded.
Compiler: /usr/bin/cc
Build flags:
Id flags:
The output was:
0
Compilation of the C compiler identification source "CMakeCCompilerId.c" produced "a.out"
The C compiler identification is GNU, found in "/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/3.14.1/CompilerIdC/a.out"
Compiling the CXX compiler identification source file "CMakeCXXCompilerId.cpp" succeeded.
Compiler: /usr/bin/c++
Build flags:
Id flags:
The output was:
0
Compilation of the CXX compiler identification source "CMakeCXXCompilerId.cpp" produced "a.out"
The CXX compiler identification is GNU, found in "/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/3.14.1/CompilerIdCXX/a.out"
Determining if the C compiler works passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_b5de6
[1/2] Building C object CMakeFiles/cmTC_b5de6.dir/testCCompiler.c.o
[2/2] Linking C executable cmTC_b5de6
Detecting C compiler ABI info compiled with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_8c31a
[1/2] Building C object CMakeFiles/cmTC_8c31a.dir/CMakeCCompilerABI.c.o
Using built-in specs.
COLLECT_GCC=/usr/bin/cc
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.2.0-8ubuntu3.2' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 7.2.0 (Ubuntu 7.2.0-8ubuntu3.2)
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_8c31a.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'
/usr/lib/gcc/x86_64-linux-gnu/7/cc1 -quiet -v -imultiarch x86_64-linux-gnu /home/linuxbrew/.linuxbrew/Cellar/cmake/3.14.1/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_8c31a.dir/CMakeCCompilerABI.c.o -version -fstack-protector-strong -Wformat -Wformat-security -o /tmp/ccdJNqEf.s
GNU C11 (Ubuntu 7.2.0-8ubuntu3.2) version 7.2.0 (x86_64-linux-gnu)
compiled by GNU C version 7.2.0, GMP version 6.1.2, MPFR version 3.1.6, MPC version 1.0.3, isl version isl-0.18-GMP
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"
ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/7/../../../../x86_64-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
/usr/lib/gcc/x86_64-linux-gnu/7/include
/usr/local/include
/usr/lib/gcc/x86_64-linux-gnu/7/include-fixed
/usr/include/x86_64-linux-gnu
/usr/include
End of search list.
GNU C11 (Ubuntu 7.2.0-8ubuntu3.2) version 7.2.0 (x86_64-linux-gnu)
compiled by GNU C version 7.2.0, GMP version 6.1.2, MPFR version 3.1.6, MPC version 1.0.3, isl version isl-0.18-GMP
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: a4b854dab8c7b5b4225b17e23fa2bbf0
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_8c31a.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'
as -v --64 -o CMakeFiles/cmTC_8c31a.dir/CMakeCCompilerABI.c.o /tmp/ccdJNqEf.s
GNU assembler version 2.29.1 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.29.1
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_8c31a.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64'
[2/2] Linking C executable cmTC_8c31a
Using built-in specs.
COLLECT_GCC=/usr/bin/cc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.2.0-8ubuntu3.2' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 7.2.0 (Ubuntu 7.2.0-8ubuntu3.2)
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_8c31a' '-mtune=generic' '-march=x86-64'
/usr/lib/gcc/x86_64-linux-gnu/7/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper -plugin-opt=-fresolution=/tmp/cccVqDuo.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_8c31a /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/7 -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/7/../../.. CMakeFiles/cmTC_8c31a.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_8c31a' '-mtune=generic' '-march=x86-64'
Parsed C implicit include dir info from above output: rv=done
found start of include info
found start of implicit include info
add: [/usr/lib/gcc/x86_64-linux-gnu/7/include]
add: [/usr/local/include]
add: [/usr/lib/gcc/x86_64-linux-gnu/7/include-fixed]
add: [/usr/include/x86_64-linux-gnu]
add: [/usr/include]
end of search list found
collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/7/include] ==> [/usr/lib/gcc/x86_64-linux-gnu/7/include]
collapse include dir [/usr/local/include] ==> [/usr/local/include]
collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/7/include-fixed] ==> [/usr/lib/gcc/x86_64-linux-gnu/7/include-fixed]
collapse include dir [/usr/include/x86_64-linux-gnu] ==> [/usr/include/x86_64-linux-gnu]
collapse include dir [/usr/include] ==> [/usr/include]
implicit include dirs: [/usr/lib/gcc/x86_64-linux-gnu/7/include;/usr/local/include;/usr/lib/gcc/x86_64-linux-gnu/7/include-fixed;/usr/include/x86_64-linux-gnu;/usr/include]
Parsed C implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command(s):/usr/bin/ninja cmTC_8c31a ]
ignore line: [[1/2] Building C object CMakeFiles/cmTC_8c31a.dir/CMakeCCompilerABI.c.o]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/cc]
ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none]
ignore line: [OFFLOAD_TARGET_DEFAULT=1]
ignore line: [Target: x86_64-linux-gnu]
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.2.0-8ubuntu3.2' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
ignore line: [Thread model: posix]
ignore line: [gcc version 7.2.0 (Ubuntu 7.2.0-8ubuntu3.2) ]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_8c31a.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64']
ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/7/cc1 -quiet -v -imultiarch x86_64-linux-gnu /home/linuxbrew/.linuxbrew/Cellar/cmake/3.14.1/share/cmake/Modules/CMakeCCompilerABI.c -quiet -dumpbase CMakeCCompilerABI.c -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_8c31a.dir/CMakeCCompilerABI.c.o -version -fstack-protector-strong -Wformat -Wformat-security -o /tmp/ccdJNqEf.s]
ignore line: [GNU C11 (Ubuntu 7.2.0-8ubuntu3.2) version 7.2.0 (x86_64-linux-gnu)]
ignore line: [ compiled by GNU C version 7.2.0, GMP version 6.1.2, MPFR version 3.1.6, MPC version 1.0.3, isl version isl-0.18-GMP]
ignore line: []
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
ignore line: [ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"]
ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/7/../../../../x86_64-linux-gnu/include"]
ignore line: [#include "..." search starts here:]
ignore line: [#include <...> search starts here:]
ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/7/include]
ignore line: [ /usr/local/include]
ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/7/include-fixed]
ignore line: [ /usr/include/x86_64-linux-gnu]
ignore line: [ /usr/include]
ignore line: [End of search list.]
ignore line: [GNU C11 (Ubuntu 7.2.0-8ubuntu3.2) version 7.2.0 (x86_64-linux-gnu)]
ignore line: [ compiled by GNU C version 7.2.0, GMP version 6.1.2, MPFR version 3.1.6, MPC version 1.0.3, isl version isl-0.18-GMP]
ignore line: []
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
ignore line: [Compiler executable checksum: a4b854dab8c7b5b4225b17e23fa2bbf0]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_8c31a.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64']
ignore line: [ as -v --64 -o CMakeFiles/cmTC_8c31a.dir/CMakeCCompilerABI.c.o /tmp/ccdJNqEf.s]
ignore line: [GNU assembler version 2.29.1 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.29.1]
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_8c31a.dir/CMakeCCompilerABI.c.o' '-c' '-mtune=generic' '-march=x86-64']
ignore line: [[2/2] Linking C executable cmTC_8c31a]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/cc]
ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper]
ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none]
ignore line: [OFFLOAD_TARGET_DEFAULT=1]
ignore line: [Target: x86_64-linux-gnu]
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.2.0-8ubuntu3.2' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
ignore line: [Thread model: posix]
ignore line: [gcc version 7.2.0 (Ubuntu 7.2.0-8ubuntu3.2) ]
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_8c31a' '-mtune=generic' '-march=x86-64']
link line: [ /usr/lib/gcc/x86_64-linux-gnu/7/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper -plugin-opt=-fresolution=/tmp/cccVqDuo.res -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lgcc_s --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_8c31a /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/7 -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/7/../../.. CMakeFiles/cmTC_8c31a.dir/CMakeCCompilerABI.c.o -lgcc --as-needed -lgcc_s --no-as-needed -lc -lgcc --as-needed -lgcc_s --no-as-needed /usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o]
arg [/usr/lib/gcc/x86_64-linux-gnu/7/collect2] ==> ignore
arg [-plugin] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so] ==> ignore
arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper] ==> ignore
arg [-plugin-opt=-fresolution=/tmp/cccVqDuo.res] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
arg [-plugin-opt=-pass-through=-lc] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
arg [--sysroot=/] ==> ignore
arg [--build-id] ==> ignore
arg [--eh-frame-hdr] ==> ignore
arg [-m] ==> ignore
arg [elf_x86_64] ==> ignore
arg [--hash-style=gnu] ==> ignore
arg [--as-needed] ==> ignore
arg [-dynamic-linker] ==> ignore
arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
arg [-pie] ==> ignore
arg [-znow] ==> ignore
arg [-zrelro] ==> ignore
arg [-o] ==> ignore
arg [cmTC_8c31a] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o] ==> ignore
arg [-L/usr/lib/gcc/x86_64-linux-gnu/7] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib]
arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
arg [-L/lib/../lib] ==> dir [/lib/../lib]
arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../..]
arg [CMakeFiles/cmTC_8c31a.dir/CMakeCCompilerABI.c.o] ==> ignore
arg [-lgcc] ==> lib [gcc]
arg [--as-needed] ==> ignore
arg [-lgcc_s] ==> lib [gcc_s]
arg [--no-as-needed] ==> ignore
arg [-lc] ==> lib [c]
arg [-lgcc] ==> lib [gcc]
arg [--as-needed] ==> ignore
arg [-lgcc_s] ==> lib [gcc_s]
arg [--no-as-needed] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o] ==> ignore
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7] ==> [/usr/lib/gcc/x86_64-linux-gnu/7]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib] ==> [/usr/lib]
collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
collapse library dir [/lib/../lib] ==> [/lib]
collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../..] ==> [/usr/lib]
implicit libs: [gcc;gcc_s;c;gcc;gcc_s]
implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/7;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
implicit fwks: []
Detecting C [-std=c11] compiler features compiled with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_f4518
[1/2] Building C object CMakeFiles/cmTC_f4518.dir/feature_tests.c.o
[2/2] Linking C executable cmTC_f4518
Feature record: C_FEATURE:1c_function_prototypes
Feature record: C_FEATURE:1c_restrict
Feature record: C_FEATURE:1c_static_assert
Feature record: C_FEATURE:1c_variadic_macros
Detecting C [-std=c99] compiler features compiled with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_d4848
[1/2] Building C object CMakeFiles/cmTC_d4848.dir/feature_tests.c.o
[2/2] Linking C executable cmTC_d4848
Feature record: C_FEATURE:1c_function_prototypes
Feature record: C_FEATURE:1c_restrict
Feature record: C_FEATURE:0c_static_assert
Feature record: C_FEATURE:1c_variadic_macros
Detecting C [-std=c90] compiler features compiled with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_3acb0
[1/2] Building C object CMakeFiles/cmTC_3acb0.dir/feature_tests.c.o
[2/2] Linking C executable cmTC_3acb0
Feature record: C_FEATURE:1c_function_prototypes
Feature record: C_FEATURE:0c_restrict
Feature record: C_FEATURE:0c_static_assert
Feature record: C_FEATURE:0c_variadic_macros
Determining if the CXX compiler works passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_d4eb1
[1/2] Building CXX object CMakeFiles/cmTC_d4eb1.dir/testCXXCompiler.cxx.o
[2/2] Linking CXX executable cmTC_d4eb1
Detecting CXX compiler ABI info compiled with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_97b20
[1/2] Building CXX object CMakeFiles/cmTC_97b20.dir/CMakeCXXCompilerABI.cpp.o
Using built-in specs.
COLLECT_GCC=/usr/bin/c++
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.2.0-8ubuntu3.2' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 7.2.0 (Ubuntu 7.2.0-8ubuntu3.2)
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_97b20.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
/usr/lib/gcc/x86_64-linux-gnu/7/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /home/linuxbrew/.linuxbrew/Cellar/cmake/3.14.1/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_97b20.dir/CMakeCXXCompilerABI.cpp.o -version -fstack-protector-strong -Wformat -Wformat-security -o /tmp/ccAjmhwJ.s
GNU C++14 (Ubuntu 7.2.0-8ubuntu3.2) version 7.2.0 (x86_64-linux-gnu)
compiled by GNU C version 7.2.0, GMP version 6.1.2, MPFR version 3.1.6, MPC version 1.0.3, isl version isl-0.18-GMP
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/7"
ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"
ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/7/../../../../x86_64-linux-gnu/include"
#include "..." search starts here:
#include <...> search starts here:
/usr/include/c++/7
/usr/include/x86_64-linux-gnu/c++/7
/usr/include/c++/7/backward
/usr/lib/gcc/x86_64-linux-gnu/7/include
/usr/local/include
/usr/lib/gcc/x86_64-linux-gnu/7/include-fixed
/usr/include/x86_64-linux-gnu
/usr/include
End of search list.
GNU C++14 (Ubuntu 7.2.0-8ubuntu3.2) version 7.2.0 (x86_64-linux-gnu)
compiled by GNU C version 7.2.0, GMP version 6.1.2, MPFR version 3.1.6, MPC version 1.0.3, isl version isl-0.18-GMP
GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072
Compiler executable checksum: 6936e0c0650c1d896ec37a09506e7399
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_97b20.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
as -v --64 -o CMakeFiles/cmTC_97b20.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccAjmhwJ.s
GNU assembler version 2.29.1 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.29.1
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_97b20.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
[2/2] Linking CXX executable cmTC_97b20
Using built-in specs.
COLLECT_GCC=/usr/bin/c++
COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper
OFFLOAD_TARGET_NAMES=nvptx-none
OFFLOAD_TARGET_DEFAULT=1
Target: x86_64-linux-gnu
Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.2.0-8ubuntu3.2' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu
Thread model: posix
gcc version 7.2.0 (Ubuntu 7.2.0-8ubuntu3.2)
COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/
LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_97b20' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
/usr/lib/gcc/x86_64-linux-gnu/7/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper -plugin-opt=-fresolution=/tmp/ccYw1FnQ.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_97b20 /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/7 -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/7/../../.. CMakeFiles/cmTC_97b20.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o
COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_97b20' '-shared-libgcc' '-mtune=generic' '-march=x86-64'
Parsed CXX implicit include dir info from above output: rv=done
found start of include info
found start of implicit include info
add: [/usr/include/c++/7]
add: [/usr/include/x86_64-linux-gnu/c++/7]
add: [/usr/include/c++/7/backward]
add: [/usr/lib/gcc/x86_64-linux-gnu/7/include]
add: [/usr/local/include]
add: [/usr/lib/gcc/x86_64-linux-gnu/7/include-fixed]
add: [/usr/include/x86_64-linux-gnu]
add: [/usr/include]
end of search list found
collapse include dir [/usr/include/c++/7] ==> [/usr/include/c++/7]
collapse include dir [/usr/include/x86_64-linux-gnu/c++/7] ==> [/usr/include/x86_64-linux-gnu/c++/7]
collapse include dir [/usr/include/c++/7/backward] ==> [/usr/include/c++/7/backward]
collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/7/include] ==> [/usr/lib/gcc/x86_64-linux-gnu/7/include]
collapse include dir [/usr/local/include] ==> [/usr/local/include]
collapse include dir [/usr/lib/gcc/x86_64-linux-gnu/7/include-fixed] ==> [/usr/lib/gcc/x86_64-linux-gnu/7/include-fixed]
collapse include dir [/usr/include/x86_64-linux-gnu] ==> [/usr/include/x86_64-linux-gnu]
collapse include dir [/usr/include] ==> [/usr/include]
implicit include dirs: [/usr/include/c++/7;/usr/include/x86_64-linux-gnu/c++/7;/usr/include/c++/7/backward;/usr/lib/gcc/x86_64-linux-gnu/7/include;/usr/local/include;/usr/lib/gcc/x86_64-linux-gnu/7/include-fixed;/usr/include/x86_64-linux-gnu;/usr/include]
Parsed CXX implicit link information from above output:
link line regex: [^( *|.*[/\])(ld|CMAKE_LINK_STARTFILE-NOTFOUND|([^/\]+-)?ld|collect2)[^/\]*( |$)]
ignore line: [Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp]
ignore line: []
ignore line: [Run Build Command(s):/usr/bin/ninja cmTC_97b20 ]
ignore line: [[1/2] Building CXX object CMakeFiles/cmTC_97b20.dir/CMakeCXXCompilerABI.cpp.o]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/c++]
ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none]
ignore line: [OFFLOAD_TARGET_DEFAULT=1]
ignore line: [Target: x86_64-linux-gnu]
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.2.0-8ubuntu3.2' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
ignore line: [Thread model: posix]
ignore line: [gcc version 7.2.0 (Ubuntu 7.2.0-8ubuntu3.2) ]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_97b20.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/7/cc1plus -quiet -v -imultiarch x86_64-linux-gnu -D_GNU_SOURCE /home/linuxbrew/.linuxbrew/Cellar/cmake/3.14.1/share/cmake/Modules/CMakeCXXCompilerABI.cpp -quiet -dumpbase CMakeCXXCompilerABI.cpp -mtune=generic -march=x86-64 -auxbase-strip CMakeFiles/cmTC_97b20.dir/CMakeCXXCompilerABI.cpp.o -version -fstack-protector-strong -Wformat -Wformat-security -o /tmp/ccAjmhwJ.s]
ignore line: [GNU C++14 (Ubuntu 7.2.0-8ubuntu3.2) version 7.2.0 (x86_64-linux-gnu)]
ignore line: [ compiled by GNU C version 7.2.0, GMP version 6.1.2, MPFR version 3.1.6, MPC version 1.0.3, isl version isl-0.18-GMP]
ignore line: []
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
ignore line: [ignoring duplicate directory "/usr/include/x86_64-linux-gnu/c++/7"]
ignore line: [ignoring nonexistent directory "/usr/local/include/x86_64-linux-gnu"]
ignore line: [ignoring nonexistent directory "/usr/lib/gcc/x86_64-linux-gnu/7/../../../../x86_64-linux-gnu/include"]
ignore line: [#include "..." search starts here:]
ignore line: [#include <...> search starts here:]
ignore line: [ /usr/include/c++/7]
ignore line: [ /usr/include/x86_64-linux-gnu/c++/7]
ignore line: [ /usr/include/c++/7/backward]
ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/7/include]
ignore line: [ /usr/local/include]
ignore line: [ /usr/lib/gcc/x86_64-linux-gnu/7/include-fixed]
ignore line: [ /usr/include/x86_64-linux-gnu]
ignore line: [ /usr/include]
ignore line: [End of search list.]
ignore line: [GNU C++14 (Ubuntu 7.2.0-8ubuntu3.2) version 7.2.0 (x86_64-linux-gnu)]
ignore line: [ compiled by GNU C version 7.2.0, GMP version 6.1.2, MPFR version 3.1.6, MPC version 1.0.3, isl version isl-0.18-GMP]
ignore line: []
ignore line: [GGC heuristics: --param ggc-min-expand=100 --param ggc-min-heapsize=131072]
ignore line: [Compiler executable checksum: 6936e0c0650c1d896ec37a09506e7399]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_97b20.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
ignore line: [ as -v --64 -o CMakeFiles/cmTC_97b20.dir/CMakeCXXCompilerABI.cpp.o /tmp/ccAjmhwJ.s]
ignore line: [GNU assembler version 2.29.1 (x86_64-linux-gnu) using BFD version (GNU Binutils for Ubuntu) 2.29.1]
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'CMakeFiles/cmTC_97b20.dir/CMakeCXXCompilerABI.cpp.o' '-c' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
ignore line: [[2/2] Linking CXX executable cmTC_97b20]
ignore line: [Using built-in specs.]
ignore line: [COLLECT_GCC=/usr/bin/c++]
ignore line: [COLLECT_LTO_WRAPPER=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper]
ignore line: [OFFLOAD_TARGET_NAMES=nvptx-none]
ignore line: [OFFLOAD_TARGET_DEFAULT=1]
ignore line: [Target: x86_64-linux-gnu]
ignore line: [Configured with: ../src/configure -v --with-pkgversion='Ubuntu 7.2.0-8ubuntu3.2' --with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs --enable-languages=c,ada,c++,go,brig,d,fortran,objc,obj-c++ --prefix=/usr --with-gcc-major-version-only --program-suffix=-7 --program-prefix=x86_64-linux-gnu- --enable-shared --enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext --enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/ --enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes --with-default-libstdcxx-abi=new --enable-gnu-unique-object --disable-vtable-verify --enable-libmpx --enable-plugin --enable-default-pie --with-system-zlib --with-target-system-zlib --enable-objc-gc=auto --enable-multiarch --disable-werror --with-arch-32=i686 --with-abi=m64 --with-multilib-list=m32,m64,mx32 --enable-multilib --with-tune=generic --enable-offload-targets=nvptx-none --without-cuda-driver --enable-checking=release --build=x86_64-linux-gnu --host=x86_64-linux-gnu --target=x86_64-linux-gnu]
ignore line: [Thread model: posix]
ignore line: [gcc version 7.2.0 (Ubuntu 7.2.0-8ubuntu3.2) ]
ignore line: [COMPILER_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/]
ignore line: [LIBRARY_PATH=/usr/lib/gcc/x86_64-linux-gnu/7/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib/:/lib/x86_64-linux-gnu/:/lib/../lib/:/usr/lib/x86_64-linux-gnu/:/usr/lib/../lib/:/usr/lib/gcc/x86_64-linux-gnu/7/../../../:/lib/:/usr/lib/]
ignore line: [COLLECT_GCC_OPTIONS='-v' '-o' 'cmTC_97b20' '-shared-libgcc' '-mtune=generic' '-march=x86-64']
link line: [ /usr/lib/gcc/x86_64-linux-gnu/7/collect2 -plugin /usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper -plugin-opt=-fresolution=/tmp/ccYw1FnQ.res -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc -plugin-opt=-pass-through=-lc -plugin-opt=-pass-through=-lgcc_s -plugin-opt=-pass-through=-lgcc --sysroot=/ --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o cmTC_97b20 /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o -L/usr/lib/gcc/x86_64-linux-gnu/7 -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/7/../../.. CMakeFiles/cmTC_97b20.dir/CMakeCXXCompilerABI.cpp.o -lstdc++ -lm -lgcc_s -lgcc -lc -lgcc_s -lgcc /usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o]
arg [/usr/lib/gcc/x86_64-linux-gnu/7/collect2] ==> ignore
arg [-plugin] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/7/liblto_plugin.so] ==> ignore
arg [-plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/7/lto-wrapper] ==> ignore
arg [-plugin-opt=-fresolution=/tmp/ccYw1FnQ.res] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [-plugin-opt=-pass-through=-lc] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc_s] ==> ignore
arg [-plugin-opt=-pass-through=-lgcc] ==> ignore
arg [--sysroot=/] ==> ignore
arg [--build-id] ==> ignore
arg [--eh-frame-hdr] ==> ignore
arg [-m] ==> ignore
arg [elf_x86_64] ==> ignore
arg [--hash-style=gnu] ==> ignore
arg [--as-needed] ==> ignore
arg [-dynamic-linker] ==> ignore
arg [/lib64/ld-linux-x86-64.so.2] ==> ignore
arg [-pie] ==> ignore
arg [-znow] ==> ignore
arg [-zrelro] ==> ignore
arg [-o] ==> ignore
arg [cmTC_97b20] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crti.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/7/crtbeginS.o] ==> ignore
arg [-L/usr/lib/gcc/x86_64-linux-gnu/7] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib]
arg [-L/lib/x86_64-linux-gnu] ==> dir [/lib/x86_64-linux-gnu]
arg [-L/lib/../lib] ==> dir [/lib/../lib]
arg [-L/usr/lib/x86_64-linux-gnu] ==> dir [/usr/lib/x86_64-linux-gnu]
arg [-L/usr/lib/../lib] ==> dir [/usr/lib/../lib]
arg [-L/usr/lib/gcc/x86_64-linux-gnu/7/../../..] ==> dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../..]
arg [CMakeFiles/cmTC_97b20.dir/CMakeCXXCompilerABI.cpp.o] ==> ignore
arg [-lstdc++] ==> lib [stdc++]
arg [-lm] ==> lib [m]
arg [-lgcc_s] ==> lib [gcc_s]
arg [-lgcc] ==> lib [gcc]
arg [-lc] ==> lib [c]
arg [-lgcc_s] ==> lib [gcc_s]
arg [-lgcc] ==> lib [gcc]
arg [/usr/lib/gcc/x86_64-linux-gnu/7/crtendS.o] ==> ignore
arg [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/crtn.o] ==> ignore
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7] ==> [/usr/lib/gcc/x86_64-linux-gnu/7]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../../../lib] ==> [/usr/lib]
collapse library dir [/lib/x86_64-linux-gnu] ==> [/lib/x86_64-linux-gnu]
collapse library dir [/lib/../lib] ==> [/lib]
collapse library dir [/usr/lib/x86_64-linux-gnu] ==> [/usr/lib/x86_64-linux-gnu]
collapse library dir [/usr/lib/../lib] ==> [/usr/lib]
collapse library dir [/usr/lib/gcc/x86_64-linux-gnu/7/../../..] ==> [/usr/lib]
implicit libs: [stdc++;m;gcc_s;gcc;c;gcc_s;gcc]
implicit dirs: [/usr/lib/gcc/x86_64-linux-gnu/7;/usr/lib/x86_64-linux-gnu;/usr/lib;/lib/x86_64-linux-gnu;/lib]
implicit fwks: []
Detecting CXX [-std=c++1z] compiler features compiled with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_0d76f
[1/2] Building CXX object CMakeFiles/cmTC_0d76f.dir/feature_tests.cxx.o
[2/2] Linking CXX executable cmTC_0d76f
Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:1cxx_alignas
Feature record: CXX_FEATURE:1cxx_alignof
Feature record: CXX_FEATURE:1cxx_attributes
Feature record: CXX_FEATURE:1cxx_attribute_deprecated
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:1cxx_binary_literals
Feature record: CXX_FEATURE:1cxx_constexpr
Feature record: CXX_FEATURE:1cxx_contextual_conversions
Feature record: CXX_FEATURE:1cxx_decltype
Feature record: CXX_FEATURE:1cxx_decltype_auto
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:1cxx_default_function_template_args
Feature record: CXX_FEATURE:1cxx_defaulted_functions
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:1cxx_delegating_constructors
Feature record: CXX_FEATURE:1cxx_deleted_functions
Feature record: CXX_FEATURE:1cxx_digit_separators
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
Feature record: CXX_FEATURE:1cxx_explicit_conversions
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
Feature record: CXX_FEATURE:1cxx_extern_templates
Feature record: CXX_FEATURE:1cxx_final
Feature record: CXX_FEATURE:1cxx_func_identifier
Feature record: CXX_FEATURE:1cxx_generalized_initializers
Feature record: CXX_FEATURE:1cxx_generic_lambdas
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
Feature record: CXX_FEATURE:1cxx_inline_namespaces
Feature record: CXX_FEATURE:1cxx_lambdas
Feature record: CXX_FEATURE:1cxx_lambda_init_captures
Feature record: CXX_FEATURE:1cxx_local_type_template_args
Feature record: CXX_FEATURE:1cxx_long_long_type
Feature record: CXX_FEATURE:1cxx_noexcept
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
Feature record: CXX_FEATURE:1cxx_nullptr
Feature record: CXX_FEATURE:1cxx_override
Feature record: CXX_FEATURE:1cxx_range_for
Feature record: CXX_FEATURE:1cxx_raw_string_literals
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
Feature record: CXX_FEATURE:1cxx_return_type_deduction
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
Feature record: CXX_FEATURE:1cxx_rvalue_references
Feature record: CXX_FEATURE:1cxx_sizeof_member
Feature record: CXX_FEATURE:1cxx_static_assert
Feature record: CXX_FEATURE:1cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:1cxx_thread_local
Feature record: CXX_FEATURE:1cxx_trailing_return_types
Feature record: CXX_FEATURE:1cxx_unicode_literals
Feature record: CXX_FEATURE:1cxx_uniform_initialization
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
Feature record: CXX_FEATURE:1cxx_user_literals
Feature record: CXX_FEATURE:1cxx_variable_templates
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates
Detecting CXX [-std=c++14] compiler features compiled with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_8d6d9
[1/2] Building CXX object CMakeFiles/cmTC_8d6d9.dir/feature_tests.cxx.o
[2/2] Linking CXX executable cmTC_8d6d9
Feature record: CXX_FEATURE:1cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:1cxx_alignas
Feature record: CXX_FEATURE:1cxx_alignof
Feature record: CXX_FEATURE:1cxx_attributes
Feature record: CXX_FEATURE:1cxx_attribute_deprecated
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:1cxx_binary_literals
Feature record: CXX_FEATURE:1cxx_constexpr
Feature record: CXX_FEATURE:1cxx_contextual_conversions
Feature record: CXX_FEATURE:1cxx_decltype
Feature record: CXX_FEATURE:1cxx_decltype_auto
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:1cxx_default_function_template_args
Feature record: CXX_FEATURE:1cxx_defaulted_functions
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:1cxx_delegating_constructors
Feature record: CXX_FEATURE:1cxx_deleted_functions
Feature record: CXX_FEATURE:1cxx_digit_separators
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
Feature record: CXX_FEATURE:1cxx_explicit_conversions
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
Feature record: CXX_FEATURE:1cxx_extern_templates
Feature record: CXX_FEATURE:1cxx_final
Feature record: CXX_FEATURE:1cxx_func_identifier
Feature record: CXX_FEATURE:1cxx_generalized_initializers
Feature record: CXX_FEATURE:1cxx_generic_lambdas
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
Feature record: CXX_FEATURE:1cxx_inline_namespaces
Feature record: CXX_FEATURE:1cxx_lambdas
Feature record: CXX_FEATURE:1cxx_lambda_init_captures
Feature record: CXX_FEATURE:1cxx_local_type_template_args
Feature record: CXX_FEATURE:1cxx_long_long_type
Feature record: CXX_FEATURE:1cxx_noexcept
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
Feature record: CXX_FEATURE:1cxx_nullptr
Feature record: CXX_FEATURE:1cxx_override
Feature record: CXX_FEATURE:1cxx_range_for
Feature record: CXX_FEATURE:1cxx_raw_string_literals
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
Feature record: CXX_FEATURE:1cxx_relaxed_constexpr
Feature record: CXX_FEATURE:1cxx_return_type_deduction
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
Feature record: CXX_FEATURE:1cxx_rvalue_references
Feature record: CXX_FEATURE:1cxx_sizeof_member
Feature record: CXX_FEATURE:1cxx_static_assert
Feature record: CXX_FEATURE:1cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:1cxx_thread_local
Feature record: CXX_FEATURE:1cxx_trailing_return_types
Feature record: CXX_FEATURE:1cxx_unicode_literals
Feature record: CXX_FEATURE:1cxx_uniform_initialization
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
Feature record: CXX_FEATURE:1cxx_user_literals
Feature record: CXX_FEATURE:1cxx_variable_templates
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates
Detecting CXX [-std=c++11] compiler features compiled with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_0412f
[1/2] Building CXX object CMakeFiles/cmTC_0412f.dir/feature_tests.cxx.o
[2/2] Linking CXX executable cmTC_0412f
Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:1cxx_alias_templates
Feature record: CXX_FEATURE:1cxx_alignas
Feature record: CXX_FEATURE:1cxx_alignof
Feature record: CXX_FEATURE:1cxx_attributes
Feature record: CXX_FEATURE:0cxx_attribute_deprecated
Feature record: CXX_FEATURE:1cxx_auto_type
Feature record: CXX_FEATURE:0cxx_binary_literals
Feature record: CXX_FEATURE:1cxx_constexpr
Feature record: CXX_FEATURE:0cxx_contextual_conversions
Feature record: CXX_FEATURE:1cxx_decltype
Feature record: CXX_FEATURE:0cxx_decltype_auto
Feature record: CXX_FEATURE:1cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:1cxx_default_function_template_args
Feature record: CXX_FEATURE:1cxx_defaulted_functions
Feature record: CXX_FEATURE:1cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:1cxx_delegating_constructors
Feature record: CXX_FEATURE:1cxx_deleted_functions
Feature record: CXX_FEATURE:0cxx_digit_separators
Feature record: CXX_FEATURE:1cxx_enum_forward_declarations
Feature record: CXX_FEATURE:1cxx_explicit_conversions
Feature record: CXX_FEATURE:1cxx_extended_friend_declarations
Feature record: CXX_FEATURE:1cxx_extern_templates
Feature record: CXX_FEATURE:1cxx_final
Feature record: CXX_FEATURE:1cxx_func_identifier
Feature record: CXX_FEATURE:1cxx_generalized_initializers
Feature record: CXX_FEATURE:0cxx_generic_lambdas
Feature record: CXX_FEATURE:1cxx_inheriting_constructors
Feature record: CXX_FEATURE:1cxx_inline_namespaces
Feature record: CXX_FEATURE:1cxx_lambdas
Feature record: CXX_FEATURE:0cxx_lambda_init_captures
Feature record: CXX_FEATURE:1cxx_local_type_template_args
Feature record: CXX_FEATURE:1cxx_long_long_type
Feature record: CXX_FEATURE:1cxx_noexcept
Feature record: CXX_FEATURE:1cxx_nonstatic_member_init
Feature record: CXX_FEATURE:1cxx_nullptr
Feature record: CXX_FEATURE:1cxx_override
Feature record: CXX_FEATURE:1cxx_range_for
Feature record: CXX_FEATURE:1cxx_raw_string_literals
Feature record: CXX_FEATURE:1cxx_reference_qualified_functions
Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
Feature record: CXX_FEATURE:0cxx_return_type_deduction
Feature record: CXX_FEATURE:1cxx_right_angle_brackets
Feature record: CXX_FEATURE:1cxx_rvalue_references
Feature record: CXX_FEATURE:1cxx_sizeof_member
Feature record: CXX_FEATURE:1cxx_static_assert
Feature record: CXX_FEATURE:1cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:1cxx_thread_local
Feature record: CXX_FEATURE:1cxx_trailing_return_types
Feature record: CXX_FEATURE:1cxx_unicode_literals
Feature record: CXX_FEATURE:1cxx_uniform_initialization
Feature record: CXX_FEATURE:1cxx_unrestricted_unions
Feature record: CXX_FEATURE:1cxx_user_literals
Feature record: CXX_FEATURE:0cxx_variable_templates
Feature record: CXX_FEATURE:1cxx_variadic_macros
Feature record: CXX_FEATURE:1cxx_variadic_templates
Detecting CXX [-std=c++98] compiler features compiled with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_61479
[1/2] Building CXX object CMakeFiles/cmTC_61479.dir/feature_tests.cxx.o
[2/2] Linking CXX executable cmTC_61479
Feature record: CXX_FEATURE:0cxx_aggregate_default_initializers
Feature record: CXX_FEATURE:0cxx_alias_templates
Feature record: CXX_FEATURE:0cxx_alignas
Feature record: CXX_FEATURE:0cxx_alignof
Feature record: CXX_FEATURE:0cxx_attributes
Feature record: CXX_FEATURE:0cxx_attribute_deprecated
Feature record: CXX_FEATURE:0cxx_auto_type
Feature record: CXX_FEATURE:0cxx_binary_literals
Feature record: CXX_FEATURE:0cxx_constexpr
Feature record: CXX_FEATURE:0cxx_contextual_conversions
Feature record: CXX_FEATURE:0cxx_decltype
Feature record: CXX_FEATURE:0cxx_decltype_auto
Feature record: CXX_FEATURE:0cxx_decltype_incomplete_return_types
Feature record: CXX_FEATURE:0cxx_default_function_template_args
Feature record: CXX_FEATURE:0cxx_defaulted_functions
Feature record: CXX_FEATURE:0cxx_defaulted_move_initializers
Feature record: CXX_FEATURE:0cxx_delegating_constructors
Feature record: CXX_FEATURE:0cxx_deleted_functions
Feature record: CXX_FEATURE:0cxx_digit_separators
Feature record: CXX_FEATURE:0cxx_enum_forward_declarations
Feature record: CXX_FEATURE:0cxx_explicit_conversions
Feature record: CXX_FEATURE:0cxx_extended_friend_declarations
Feature record: CXX_FEATURE:0cxx_extern_templates
Feature record: CXX_FEATURE:0cxx_final
Feature record: CXX_FEATURE:0cxx_func_identifier
Feature record: CXX_FEATURE:0cxx_generalized_initializers
Feature record: CXX_FEATURE:0cxx_generic_lambdas
Feature record: CXX_FEATURE:0cxx_inheriting_constructors
Feature record: CXX_FEATURE:0cxx_inline_namespaces
Feature record: CXX_FEATURE:0cxx_lambdas
Feature record: CXX_FEATURE:0cxx_lambda_init_captures
Feature record: CXX_FEATURE:0cxx_local_type_template_args
Feature record: CXX_FEATURE:0cxx_long_long_type
Feature record: CXX_FEATURE:0cxx_noexcept
Feature record: CXX_FEATURE:0cxx_nonstatic_member_init
Feature record: CXX_FEATURE:0cxx_nullptr
Feature record: CXX_FEATURE:0cxx_override
Feature record: CXX_FEATURE:0cxx_range_for
Feature record: CXX_FEATURE:0cxx_raw_string_literals
Feature record: CXX_FEATURE:0cxx_reference_qualified_functions
Feature record: CXX_FEATURE:0cxx_relaxed_constexpr
Feature record: CXX_FEATURE:0cxx_return_type_deduction
Feature record: CXX_FEATURE:0cxx_right_angle_brackets
Feature record: CXX_FEATURE:0cxx_rvalue_references
Feature record: CXX_FEATURE:0cxx_sizeof_member
Feature record: CXX_FEATURE:0cxx_static_assert
Feature record: CXX_FEATURE:0cxx_strong_enums
Feature record: CXX_FEATURE:1cxx_template_template_parameters
Feature record: CXX_FEATURE:0cxx_thread_local
Feature record: CXX_FEATURE:0cxx_trailing_return_types
Feature record: CXX_FEATURE:0cxx_unicode_literals
Feature record: CXX_FEATURE:0cxx_uniform_initialization
Feature record: CXX_FEATURE:0cxx_unrestricted_unions
Feature record: CXX_FEATURE:0cxx_user_literals
Feature record: CXX_FEATURE:0cxx_variable_templates
Feature record: CXX_FEATURE:0cxx_variadic_macros
Feature record: CXX_FEATURE:0cxx_variadic_templates
Determining if the include file sys/types.h exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_e7692
[1/2] Building C object CMakeFiles/cmTC_e7692.dir/CheckIncludeFile.c.o
[2/2] Linking C executable cmTC_e7692
Determining if the include file stdint.h exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_22af1
[1/2] Building C object CMakeFiles/cmTC_22af1.dir/CheckIncludeFile.c.o
[2/2] Linking C executable cmTC_22af1
Determining if the include file stddef.h exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_27535
[1/2] Building C object CMakeFiles/cmTC_27535.dir/CheckIncludeFile.c.o
[2/2] Linking C executable cmTC_27535
Determining size of off64_t passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_59c76
[1/2] Building C object CMakeFiles/cmTC_59c76.dir/OFF64_T.c.o
[2/2] Linking C executable cmTC_59c76
Determining if the function fseeko exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_270f5
[1/2] Building C object CMakeFiles/cmTC_270f5.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_270f5
Determining if the include file unistd.h exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_67432
[1/2] Building C object CMakeFiles/cmTC_67432.dir/CheckIncludeFile.c.o
[2/2] Linking C executable cmTC_67432
Checking whether the ASM compiler is GNU using "--version" matched "(GNU assembler)|(GCC)|(Free Software Foundation)":
cc (Ubuntu 7.2.0-8ubuntu3.2) 7.2.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Performing C SOURCE FILE Test HAVE_LD_VERSION_SCRIPT succeeded with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_c7b6e
[1/2] Building C object CMakeFiles/cmTC_c7b6e.dir/src.c.o
[2/2] Linking C executable cmTC_c7b6e
Source file was:
void sym(void) {}
void sym2(void) {}
int main(void) {return 0;}
Performing C SOURCE FILE Test HAVE_BUILTIN_BSWAP16 succeeded with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_8b357
[1/2] Building C object CMakeFiles/cmTC_8b357.dir/src.c.o
[2/2] Linking C executable cmTC_8b357
Source file was:
int main(void) {
(void)__builtin_bswap16(0);
return 0;
}
Performing C SOURCE FILE Test HAVE_BUILTIN_BSWAP32 succeeded with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_1b980
[1/2] Building C object CMakeFiles/cmTC_1b980.dir/src.c.o
[2/2] Linking C executable cmTC_1b980
Source file was:
int main(void) {
(void)__builtin_bswap32(0);
return 0;
}
Performing C SOURCE FILE Test HAVE_BUILTIN_BSWAP64 succeeded with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_192b0
[1/2] Building C object CMakeFiles/cmTC_192b0.dir/src.c.o
[2/2] Linking C executable cmTC_192b0
Source file was:
int main(void) {
(void)__builtin_bswap64(0);
return 0;
}
Determining if the include file pthread.h exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_b7ea8
[1/2] Building C object CMakeFiles/cmTC_b7ea8.dir/CheckIncludeFile.c.o
[2/2] Linking C executable cmTC_b7ea8
Determining if the function pthread_create exists in the pthread passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_a7cd3
[1/2] Building C object CMakeFiles/cmTC_a7cd3.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_a7cd3
Performing C SOURCE FILE Test HAVE_PTHREAD_PRIO_INHERIT succeeded with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_28dab
[1/2] Building C object CMakeFiles/cmTC_28dab.dir/src.c.o
[2/2] Linking C executable cmTC_28dab
Source file was:
#include <pthread.h>
int main (void) {
int attr = HAVE_PTHREAD_PRIO_INHERIT;
return attr;
}
Performing C SOURCE FILE Test PTHREAD_CREATE_UNDETACHED succeeded with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_22c8d
[1/2] Building C object CMakeFiles/cmTC_22c8d.dir/src.c.o
[2/2] Linking C executable cmTC_22c8d
Source file was:
#include <pthread.h>
int main (void) {
int attr = PTHREAD_CREATE_UNDETACHED;
return attr;
}
Determining if files stdlib.h;stdarg.h;string.h;float.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_13053
[1/2] Building C object CMakeFiles/cmTC_13053.dir/STDC_HEADERS.c.o
[2/2] Linking C executable cmTC_13053
Determining if files dlfcn.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_14660
[1/2] Building C object CMakeFiles/cmTC_14660.dir/HAVE_DLFCN_H.c.o
[2/2] Linking C executable cmTC_14660
Determining if files GL/glut.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_f806d
[1/2] Building C object CMakeFiles/cmTC_f806d.dir/HAVE_GL_GLUT_H.c.o
[2/2] Linking C executable cmTC_f806d
Determining if files inttypes.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_0245f
[1/2] Building C object CMakeFiles/cmTC_0245f.dir/HAVE_INTTYPES_H.c.o
[2/2] Linking C executable cmTC_0245f
Determining if files memory.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_97b0a
[1/2] Building C object CMakeFiles/cmTC_97b0a.dir/HAVE_MEMORY_H.c.o
[2/2] Linking C executable cmTC_97b0a
Determining if files stdlib.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_c66c2
[1/2] Building C object CMakeFiles/cmTC_c66c2.dir/HAVE_STDLIB_H.c.o
[2/2] Linking C executable cmTC_c66c2
Determining if files strings.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_f4e43
[1/2] Building C object CMakeFiles/cmTC_f4e43.dir/HAVE_STRINGS_H.c.o
[2/2] Linking C executable cmTC_f4e43
Determining if files string.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_85d40
[1/2] Building C object CMakeFiles/cmTC_85d40.dir/HAVE_STRING_H.c.o
[2/2] Linking C executable cmTC_85d40
Determining if files sys/stat.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_e965d
[1/2] Building C object CMakeFiles/cmTC_e965d.dir/HAVE_SYS_STAT_H.c.o
[2/2] Linking C executable cmTC_e965d
Determining if files unistd.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_465c8
[1/2] Building C object CMakeFiles/cmTC_465c8.dir/HAVE_UNISTD_H.c.o
[2/2] Linking C executable cmTC_465c8
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_SSE2 succeeded with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_a98d6
[1/2] Building C object CMakeFiles/cmTC_a98d6.dir/src.c.o
[2/2] Linking C executable cmTC_a98d6
Source file was:
#include "/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_SSE2)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_SSE41 succeeded with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_ce605
[1/2] Building C object CMakeFiles/cmTC_ce605.dir/src.c.o
[2/2] Linking C executable cmTC_ce605
Source file was:
#include "/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_SSE41)
this is not valid code
#endif
return 0;
}
Performing C SOURCE FILE Test WEBP_HAVE_FLAG_AVX2 succeeded with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_669b3
[1/2] Building C object CMakeFiles/cmTC_669b3.dir/src.c.o
[2/2] Linking C executable cmTC_669b3
Source file was:
#include "/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libwebp/cmake/../src/dsp/dsp.h"
int main(void) {
#if !defined(WEBP_USE_AVX2)
this is not valid code
#endif
return 0;
}
Determining if the function dlopen exists in the dl; passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_59e29
[1/2] Building C object CMakeFiles/cmTC_59e29.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_59e29
Determining if the function gethostbyname exists in the c passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_d7761
[1/2] Building C object CMakeFiles/cmTC_d7761.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_d7761
Determining if the function dlopen exists in the dl passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_7cd55
[1/2] Building C object CMakeFiles/cmTC_7cd55.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_7cd55
Determining if the include file features.h exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_cf9e4
[1/2] Building C object CMakeFiles/cmTC_cf9e4.dir/CheckIncludeFile.c.o
[2/2] Linking C executable cmTC_cf9e4
Determining if files ;stdio.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_2b8fb
[1/2] Building C object CMakeFiles/cmTC_2b8fb.dir/HAVE_STDIO_H.c.o
[2/2] Linking C executable cmTC_2b8fb
Determining if files stdio.h;inttypes.h;sys/ioctl.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_cfac3
[1/2] Building C object CMakeFiles/cmTC_cfac3.dir/HAVE_SYS_IOCTL_H.c.o
[2/2] Linking C executable cmTC_cfac3
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_f754a
[1/2] Building C object CMakeFiles/cmTC_f754a.dir/HAVE_SYS_PARAM_H.c.o
[2/2] Linking C executable cmTC_f754a
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_81407
[1/2] Building C object CMakeFiles/cmTC_81407.dir/HAVE_SYS_POLL_H.c.o
[2/2] Linking C executable cmTC_81407
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_b33da
[1/2] Building C object CMakeFiles/cmTC_b33da.dir/HAVE_SYS_RESOURCE_H.c.o
[2/2] Linking C executable cmTC_b33da
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_f78e6
[1/2] Building C object CMakeFiles/cmTC_f78e6.dir/HAVE_SYS_SELECT_H.c.o
[2/2] Linking C executable cmTC_f78e6
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_90364
[1/2] Building C object CMakeFiles/cmTC_90364.dir/HAVE_SYS_SOCKET_H.c.o
[2/2] Linking C executable cmTC_90364
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_b2552
[1/2] Building C object CMakeFiles/cmTC_b2552.dir/HAVE_SYS_TIME_H.c.o
[2/2] Linking C executable cmTC_b2552
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_100af
[1/2] Building C object CMakeFiles/cmTC_100af.dir/HAVE_SYS_UIO_H.c.o
[2/2] Linking C executable cmTC_100af
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_1192f
[1/2] Building C object CMakeFiles/cmTC_1192f.dir/HAVE_SYS_UN_H.c.o
[2/2] Linking C executable cmTC_1192f
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_ea454
[1/2] Building C object CMakeFiles/cmTC_ea454.dir/HAVE_ALLOCA_H.c.o
[2/2] Linking C executable cmTC_ea454
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_267b3
[1/2] Building C object CMakeFiles/cmTC_267b3.dir/HAVE_ARPA_INET_H.c.o
[2/2] Linking C executable cmTC_267b3
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_a3b51
[1/2] Building C object CMakeFiles/cmTC_a3b51.dir/HAVE_ARPA_TFTP_H.c.o
[2/2] Linking C executable cmTC_a3b51
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_290b3
[1/2] Building C object CMakeFiles/cmTC_290b3.dir/HAVE_ASSERT_H.c.o
[2/2] Linking C executable cmTC_290b3
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_9e848
[1/2] Building C object CMakeFiles/cmTC_9e848.dir/HAVE_ERR_H.c.o
[2/2] Linking C executable cmTC_9e848
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_c95e6
[1/2] Building C object CMakeFiles/cmTC_c95e6.dir/HAVE_ERRNO_H.c.o
[2/2] Linking C executable cmTC_c95e6
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_18cd0
[1/2] Building C object CMakeFiles/cmTC_18cd0.dir/HAVE_FCNTL_H.c.o
[2/2] Linking C executable cmTC_18cd0
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_4c0d9
[1/2] Building C object CMakeFiles/cmTC_4c0d9.dir/HAVE_IFADDRS_H.c.o
[2/2] Linking C executable cmTC_4c0d9
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_26386
[1/2] Building C object CMakeFiles/cmTC_26386.dir/HAVE_LIBGEN_H.c.o
[2/2] Linking C executable cmTC_26386
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_11a2a
[1/2] Building C object CMakeFiles/cmTC_11a2a.dir/HAVE_LIMITS_H.c.o
[2/2] Linking C executable cmTC_11a2a
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_1095e
[1/2] Building C object CMakeFiles/cmTC_1095e.dir/HAVE_LOCALE_H.c.o
[2/2] Linking C executable cmTC_1095e
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_2cc20
[1/2] Building C object CMakeFiles/cmTC_2cc20.dir/HAVE_NET_IF_H.c.o
[2/2] Linking C executable cmTC_2cc20
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_aeb16
[1/2] Building C object CMakeFiles/cmTC_aeb16.dir/HAVE_NETDB_H.c.o
[2/2] Linking C executable cmTC_aeb16
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_30009
[1/2] Building C object CMakeFiles/cmTC_30009.dir/HAVE_NETINET_IN_H.c.o
[2/2] Linking C executable cmTC_30009
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_1e95a
[1/2] Building C object CMakeFiles/cmTC_1e95a.dir/HAVE_NETINET_TCP_H.c.o
[2/2] Linking C executable cmTC_1e95a
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;openssl/crypto.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_da8c5
[1/2] Building C object CMakeFiles/cmTC_da8c5.dir/HAVE_OPENSSL_CRYPTO_H.c.o
[2/2] Linking C executable cmTC_da8c5
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;openssl/crypto.h;openssl/engine.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_38661
[1/2] Building C object CMakeFiles/cmTC_38661.dir/HAVE_OPENSSL_ENGINE_H.c.o
[2/2] Linking C executable cmTC_38661
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;openssl/crypto.h;openssl/engine.h;openssl/err.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_fcbbd
[1/2] Building C object CMakeFiles/cmTC_fcbbd.dir/HAVE_OPENSSL_ERR_H.c.o
[2/2] Linking C executable cmTC_fcbbd
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;openssl/crypto.h;openssl/engine.h;openssl/err.h;openssl/pem.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_ff513
[1/2] Building C object CMakeFiles/cmTC_ff513.dir/HAVE_OPENSSL_PEM_H.c.o
[2/2] Linking C executable cmTC_ff513
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;openssl/crypto.h;openssl/engine.h;openssl/err.h;openssl/pem.h;openssl/pkcs12.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_8863a
[1/2] Building C object CMakeFiles/cmTC_8863a.dir/HAVE_OPENSSL_PKCS12_H.c.o
[2/2] Linking C executable cmTC_8863a
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;openssl/crypto.h;openssl/engine.h;openssl/err.h;openssl/pem.h;openssl/pkcs12.h;openssl/rsa.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_22358
[1/2] Building C object CMakeFiles/cmTC_22358.dir/HAVE_OPENSSL_RSA_H.c.o
[2/2] Linking C executable cmTC_22358
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;openssl/crypto.h;openssl/engine.h;openssl/err.h;openssl/pem.h;openssl/pkcs12.h;openssl/rsa.h;openssl/ssl.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_1f8b2
[1/2] Building C object CMakeFiles/cmTC_1f8b2.dir/HAVE_OPENSSL_SSL_H.c.o
[2/2] Linking C executable cmTC_1f8b2
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;openssl/crypto.h;openssl/engine.h;openssl/err.h;openssl/pem.h;openssl/pkcs12.h;openssl/rsa.h;openssl/ssl.h;openssl/x509.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_e6f01
[1/2] Building C object CMakeFiles/cmTC_e6f01.dir/HAVE_OPENSSL_X509_H.c.o
[2/2] Linking C executable cmTC_e6f01
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;openssl/crypto.h;openssl/engine.h;openssl/err.h;openssl/pem.h;openssl/pkcs12.h;openssl/rsa.h;openssl/ssl.h;openssl/x509.h;poll.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_efab1
[1/2] Building C object CMakeFiles/cmTC_efab1.dir/HAVE_POLL_H.c.o
[2/2] Linking C executable cmTC_efab1
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;openssl/crypto.h;openssl/engine.h;openssl/err.h;openssl/pem.h;openssl/pkcs12.h;openssl/rsa.h;openssl/ssl.h;openssl/x509.h;poll.h;pwd.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_e5b3d
[1/2] Building C object CMakeFiles/cmTC_e5b3d.dir/HAVE_PWD_H.c.o
[2/2] Linking C executable cmTC_e5b3d
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;openssl/crypto.h;openssl/engine.h;openssl/err.h;openssl/pem.h;openssl/pkcs12.h;openssl/rsa.h;openssl/ssl.h;openssl/x509.h;poll.h;pwd.h;setjmp.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_8c728
[1/2] Building C object CMakeFiles/cmTC_8c728.dir/HAVE_SETJMP_H.c.o
[2/2] Linking C executable cmTC_8c728
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;openssl/crypto.h;openssl/engine.h;openssl/err.h;openssl/pem.h;openssl/pkcs12.h;openssl/rsa.h;openssl/ssl.h;openssl/x509.h;poll.h;pwd.h;setjmp.h;sgtty.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_14359
[1/2] Building C object CMakeFiles/cmTC_14359.dir/HAVE_SGTTY_H.c.o
[2/2] Linking C executable cmTC_14359
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;openssl/crypto.h;openssl/engine.h;openssl/err.h;openssl/pem.h;openssl/pkcs12.h;openssl/rsa.h;openssl/ssl.h;openssl/x509.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_bc776
[1/2] Building C object CMakeFiles/cmTC_bc776.dir/HAVE_SIGNAL_H.c.o
[2/2] Linking C executable cmTC_bc776
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;openssl/crypto.h;openssl/engine.h;openssl/err.h;openssl/pem.h;openssl/pkcs12.h;openssl/rsa.h;openssl/ssl.h;openssl/x509.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_a073f
[1/2] Building C object CMakeFiles/cmTC_a073f.dir/HAVE_STDBOOL_H.c.o
[2/2] Linking C executable cmTC_a073f
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;openssl/crypto.h;openssl/engine.h;openssl/err.h;openssl/pem.h;openssl/pkcs12.h;openssl/rsa.h;openssl/ssl.h;openssl/x509.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;stropts.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_cb0ed
[1/2] Building C object CMakeFiles/cmTC_cb0ed.dir/HAVE_STROPTS_H.c.o
[2/2] Linking C executable cmTC_cb0ed
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;openssl/crypto.h;openssl/engine.h;openssl/err.h;openssl/pem.h;openssl/pkcs12.h;openssl/rsa.h;openssl/ssl.h;openssl/x509.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;stropts.h;termio.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_36936
[1/2] Building C object CMakeFiles/cmTC_36936.dir/HAVE_TERMIO_H.c.o
[2/2] Linking C executable cmTC_36936
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;openssl/crypto.h;openssl/engine.h;openssl/err.h;openssl/pem.h;openssl/pkcs12.h;openssl/rsa.h;openssl/ssl.h;openssl/x509.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;stropts.h;termio.h;termios.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_2ba3e
[1/2] Building C object CMakeFiles/cmTC_2ba3e.dir/HAVE_TERMIOS_H.c.o
[2/2] Linking C executable cmTC_2ba3e
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;openssl/crypto.h;openssl/engine.h;openssl/err.h;openssl/pem.h;openssl/pkcs12.h;openssl/rsa.h;openssl/ssl.h;openssl/x509.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;stropts.h;termio.h;termios.h;time.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_50343
[1/2] Building C object CMakeFiles/cmTC_50343.dir/HAVE_TIME_H.c.o
[2/2] Linking C executable cmTC_50343
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;openssl/crypto.h;openssl/engine.h;openssl/err.h;openssl/pem.h;openssl/pkcs12.h;openssl/rsa.h;openssl/ssl.h;openssl/x509.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;stropts.h;termio.h;termios.h;time.h;unistd.h;utime.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_920c7
[1/2] Building C object CMakeFiles/cmTC_920c7.dir/HAVE_UTIME_H.c.o
[2/2] Linking C executable cmTC_920c7
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;openssl/crypto.h;openssl/engine.h;openssl/err.h;openssl/pem.h;openssl/pkcs12.h;openssl/rsa.h;openssl/ssl.h;openssl/x509.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;stropts.h;termio.h;termios.h;time.h;unistd.h;utime.h;stddef.h;dlfcn.h;malloc.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_bdf86
[1/2] Building C object CMakeFiles/cmTC_bdf86.dir/HAVE_MALLOC_H.c.o
[2/2] Linking C executable cmTC_bdf86
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;openssl/crypto.h;openssl/engine.h;openssl/err.h;openssl/pem.h;openssl/pkcs12.h;openssl/rsa.h;openssl/ssl.h;openssl/x509.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;stropts.h;termio.h;termios.h;time.h;unistd.h;utime.h;stddef.h;dlfcn.h;malloc.h;memory.h;netinet/if_ether.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_3d405
[1/2] Building C object CMakeFiles/cmTC_3d405.dir/HAVE_NETINET_IF_ETHER_H.c.o
[2/2] Linking C executable cmTC_3d405
Determining if files stdio.h;inttypes.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/resource.h;sys/select.h;sys/socket.h;sys/stat.h;sys/time.h;sys/types.h;sys/uio.h;sys/un.h;alloca.h;arpa/inet.h;arpa/tftp.h;assert.h;err.h;errno.h;fcntl.h;ifaddrs.h;libgen.h;limits.h;locale.h;net/if.h;netdb.h;netinet/in.h;netinet/tcp.h;openssl/crypto.h;openssl/engine.h;openssl/err.h;openssl/pem.h;openssl/pkcs12.h;openssl/rsa.h;openssl/ssl.h;openssl/x509.h;poll.h;pwd.h;setjmp.h;sgtty.h;signal.h;stdbool.h;stdint.h;stdio.h;stdlib.h;string.h;strings.h;stropts.h;termio.h;termios.h;time.h;unistd.h;utime.h;stddef.h;dlfcn.h;malloc.h;memory.h;netinet/if_ether.h;stdint.h;sys/utsname.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_ae6a7
[1/2] Building C object CMakeFiles/cmTC_ae6a7.dir/HAVE_SYS_UTSNAME_H.c.o
[2/2] Linking C executable cmTC_ae6a7
Determining size of size_t passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_2af0c
[1/2] Building C object CMakeFiles/cmTC_2af0c.dir/SIZEOF_SIZE_T.c.o
[2/2] Linking C executable cmTC_2af0c
Determining size of ssize_t passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_c0907
[1/2] Building C object CMakeFiles/cmTC_c0907.dir/SIZEOF_SSIZE_T.c.o
[2/2] Linking C executable cmTC_c0907
Determining size of long long passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_dace2
[1/2] Building C object CMakeFiles/cmTC_dace2.dir/SIZEOF_LONG_LONG.c.o
[2/2] Linking C executable cmTC_dace2
Determining size of long passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_5afc5
[1/2] Building C object CMakeFiles/cmTC_5afc5.dir/SIZEOF_LONG.c.o
[2/2] Linking C executable cmTC_5afc5
Determining size of short passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_d00b9
[1/2] Building C object CMakeFiles/cmTC_d00b9.dir/SIZEOF_SHORT.c.o
[2/2] Linking C executable cmTC_d00b9
Determining size of int passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_ec907
[1/2] Building C object CMakeFiles/cmTC_ec907.dir/SIZEOF_INT.c.o
[2/2] Linking C executable cmTC_ec907
Determining size of long double passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_02922
[1/2] Building C object CMakeFiles/cmTC_02922.dir/SIZEOF_LONG_DOUBLE.c.o
[2/2] Linking C executable cmTC_02922
Determining size of time_t passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_657c6
[1/2] Building C object CMakeFiles/cmTC_657c6.dir/SIZEOF_TIME_T.c.o
[2/2] Linking C executable cmTC_657c6
Determining if the basename exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_59866
[1/2] Building C object CMakeFiles/cmTC_59866.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_59866
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef basename
return ((int*)(&basename))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the socket exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_9c20c
[1/2] Building C object CMakeFiles/cmTC_9c20c.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_9c20c
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef socket
return ((int*)(&socket))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the poll exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_5575e
[1/2] Building C object CMakeFiles/cmTC_5575e.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_5575e
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef poll
return ((int*)(&poll))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the select exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_a1512
[1/2] Building C object CMakeFiles/cmTC_a1512.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_a1512
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef select
return ((int*)(&select))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the strdup exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_c50bb
[1/2] Building C object CMakeFiles/cmTC_c50bb.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_c50bb
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strdup
return ((int*)(&strdup))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the strstr exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_dc97d
[1/2] Building C object CMakeFiles/cmTC_dc97d.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_dc97d
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strstr
return ((int*)(&strstr))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the strtok_r exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_9472a
[1/2] Building C object CMakeFiles/cmTC_9472a.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_9472a
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strtok_r
return ((int*)(&strtok_r))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the strftime exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_05b96
[1/2] Building C object CMakeFiles/cmTC_05b96.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_05b96
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strftime
return ((int*)(&strftime))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the uname exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_eeb5b
[1/2] Building C object CMakeFiles/cmTC_eeb5b.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_eeb5b
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef uname
return ((int*)(&uname))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the strcasecmp exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_ad664
[1/2] Building C object CMakeFiles/cmTC_ad664.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_ad664
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strcasecmp
return ((int*)(&strcasecmp))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the alarm exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_c26ce
[1/2] Building C object CMakeFiles/cmTC_c26ce.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_c26ce
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef alarm
return ((int*)(&alarm))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the gethostbyaddr exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_6209d
[1/2] Building C object CMakeFiles/cmTC_6209d.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_6209d
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef gethostbyaddr
return ((int*)(&gethostbyaddr))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the gethostbyaddr_r exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_7cc58
[1/2] Building C object CMakeFiles/cmTC_7cc58.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_7cc58
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef gethostbyaddr_r
return ((int*)(&gethostbyaddr_r))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the gettimeofday exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_8f3f5
[1/2] Building C object CMakeFiles/cmTC_8f3f5.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_8f3f5
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef gettimeofday
return ((int*)(&gettimeofday))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the inet_addr exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_acec3
[1/2] Building C object CMakeFiles/cmTC_acec3.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_acec3
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef inet_addr
return ((int*)(&inet_addr))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the inet_ntoa exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_79539
[1/2] Building C object CMakeFiles/cmTC_79539.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_79539
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef inet_ntoa
return ((int*)(&inet_ntoa))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the tcsetattr exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_3fcca
[1/2] Building C object CMakeFiles/cmTC_3fcca.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_3fcca
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef tcsetattr
return ((int*)(&tcsetattr))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the tcgetattr exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_dd68a
[1/2] Building C object CMakeFiles/cmTC_dd68a.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_dd68a
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef tcgetattr
return ((int*)(&tcgetattr))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the perror exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_5a470
[1/2] Building C object CMakeFiles/cmTC_5a470.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_5a470
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef perror
return ((int*)(&perror))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the setvbuf exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_b6c27
[1/2] Building C object CMakeFiles/cmTC_b6c27.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_b6c27
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef setvbuf
return ((int*)(&setvbuf))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the sigsetjmp exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_74445
[1/2] Building C object CMakeFiles/cmTC_74445.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_74445
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef sigsetjmp
return ((int*)(&sigsetjmp))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the getpwuid exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_71b1b
[1/2] Building C object CMakeFiles/cmTC_71b1b.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_71b1b
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef getpwuid
return ((int*)(&getpwuid))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the geteuid exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_ded7d
[1/2] Building C object CMakeFiles/cmTC_ded7d.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_ded7d
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef geteuid
return ((int*)(&geteuid))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the utime exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_8f2ae
[1/2] Building C object CMakeFiles/cmTC_8f2ae.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_8f2ae
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef utime
return ((int*)(&utime))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the gmtime_r exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_860f1
[1/2] Building C object CMakeFiles/cmTC_860f1.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_860f1
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef gmtime_r
return ((int*)(&gmtime_r))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the localtime_r exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_579f8
[1/2] Building C object CMakeFiles/cmTC_579f8.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_579f8
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef localtime_r
return ((int*)(&localtime_r))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the gethostbyname exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_ca79a
[1/2] Building C object CMakeFiles/cmTC_ca79a.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_ca79a
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef gethostbyname
return ((int*)(&gethostbyname))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the gethostbyname_r exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_8a216
[1/2] Building C object CMakeFiles/cmTC_8a216.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_8a216
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef gethostbyname_r
return ((int*)(&gethostbyname_r))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the signal exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_65ed2
[1/2] Building C object CMakeFiles/cmTC_65ed2.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_65ed2
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef signal
return ((int*)(&signal))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the SIGALRM exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_bd6e9
[1/2] Building C object CMakeFiles/cmTC_bd6e9.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_bd6e9
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef SIGALRM
return ((int*)(&SIGALRM))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the strtoll exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_a9e0a
[1/2] Building C object CMakeFiles/cmTC_a9e0a.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_a9e0a
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strtoll
return ((int*)(&strtoll))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the strerror_r exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_09732
[1/2] Building C object CMakeFiles/cmTC_09732.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_09732
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef strerror_r
return ((int*)(&strerror_r))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the siginterrupt exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_d8297
[1/2] Building C object CMakeFiles/cmTC_d8297.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_d8297
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef siginterrupt
return ((int*)(&siginterrupt))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the fork exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_ba36c
[1/2] Building C object CMakeFiles/cmTC_ba36c.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_ba36c
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef fork
return ((int*)(&fork))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the freeaddrinfo exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_c63c3
[1/2] Building C object CMakeFiles/cmTC_c63c3.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_c63c3
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef freeaddrinfo
return ((int*)(&freeaddrinfo))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the freeifaddrs exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_4fd66
[1/2] Building C object CMakeFiles/cmTC_4fd66.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_4fd66
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef freeifaddrs
return ((int*)(&freeifaddrs))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the pipe exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_2e22e
[1/2] Building C object CMakeFiles/cmTC_2e22e.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_2e22e
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef pipe
return ((int*)(&pipe))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the ftruncate exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_a75ff
[1/2] Building C object CMakeFiles/cmTC_a75ff.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_a75ff
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef ftruncate
return ((int*)(&ftruncate))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the getprotobyname exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_16bbd
[1/2] Building C object CMakeFiles/cmTC_16bbd.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_16bbd
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef getprotobyname
return ((int*)(&getprotobyname))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the getrlimit exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_3899e
[1/2] Building C object CMakeFiles/cmTC_3899e.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_3899e
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef getrlimit
return ((int*)(&getrlimit))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the setlocale exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_444fa
[1/2] Building C object CMakeFiles/cmTC_444fa.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_444fa
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef setlocale
return ((int*)(&setlocale))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the setrlimit exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_64861
[1/2] Building C object CMakeFiles/cmTC_64861.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_64861
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef setrlimit
return ((int*)(&setrlimit))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the fcntl exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_4b5a4
[1/2] Building C object CMakeFiles/cmTC_4b5a4.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_4b5a4
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef fcntl
return ((int*)(&fcntl))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the ioctl exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_5e0e0
[1/2] Building C object CMakeFiles/cmTC_5e0e0.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_5e0e0
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef ioctl
return ((int*)(&ioctl))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the setsockopt exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_004a3
[1/2] Building C object CMakeFiles/cmTC_004a3.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_004a3
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <stdio.h>
#include <inttypes.h>
#include <sys/ioctl.h>
#include <sys/param.h>
#include <sys/poll.h>
#include <sys/resource.h>
#include <sys/select.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/uio.h>
#include <sys/un.h>
#include <alloca.h>
#include <arpa/inet.h>
#include <arpa/tftp.h>
#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <ifaddrs.h>
#include <libgen.h>
#include <limits.h>
#include <locale.h>
#include <net/if.h>
#include <netdb.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#include <openssl/crypto.h>
#include <openssl/engine.h>
#include <openssl/err.h>
#include <openssl/pem.h>
#include <openssl/pkcs12.h>
#include <openssl/rsa.h>
#include <openssl/ssl.h>
#include <openssl/x509.h>
#include <poll.h>
#include <pwd.h>
#include <setjmp.h>
#include <sgtty.h>
#include <signal.h>
#include <stdbool.h>
#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <strings.h>
#include <stropts.h>
#include <termio.h>
#include <termios.h>
#include <time.h>
#include <unistd.h>
#include <utime.h>
#include <stddef.h>
#include <dlfcn.h>
#include <malloc.h>
#include <memory.h>
#include <netinet/if_ether.h>
#include <stdint.h>
#include <sys/utsname.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef setsockopt
return ((int*)(&setsockopt))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the function inet_pton exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_f1882
[1/2] Building C object CMakeFiles/cmTC_f1882.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_f1882
Determining if the sigaction exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_2d9f4
[1/2] Building C object CMakeFiles/cmTC_2d9f4.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_2d9f4
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <signal.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef sigaction
return ((int*)(&sigaction))[argc];
#else
(void)argc;
return 0;
#endif
}
Performing Curl Test HAVE_FCNTL_O_NONBLOCK passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_2ca74
[1/2] Building C object CMakeFiles/cmTC_2ca74.dir/CurlTests.c.o
[2/2] Linking C executable cmTC_2ca74
Performing Curl Test HAVE_IOCTL_FIONBIO passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_a7c24
[1/2] Building C object CMakeFiles/cmTC_a7c24.dir/CurlTests.c.o
[2/2] Linking C executable cmTC_a7c24
Performing Curl Test HAVE_IOCTL_SIOCGIFADDR passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_efd39
[1/2] Building C object CMakeFiles/cmTC_efd39.dir/CurlTests.c.o
[2/2] Linking C executable cmTC_efd39
Performing Curl Test TIME_WITH_SYS_TIME passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_01de4
[1/2] Building C object CMakeFiles/cmTC_01de4.dir/CurlTests.c.o
[2/2] Linking C executable cmTC_01de4
Performing Curl Test HAVE_GETHOSTBYADDR_R_8 passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_99a17
[1/2] Building C object CMakeFiles/cmTC_99a17.dir/CurlTests.c.o
[2/2] Linking C executable cmTC_99a17
Performing Curl Test HAVE_GETHOSTBYADDR_R_8_REENTRANT passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_39f14
[1/2] Building C object CMakeFiles/cmTC_39f14.dir/CurlTests.c.o
[2/2] Linking C executable cmTC_39f14
Performing Curl Test HAVE_GETHOSTBYNAME_R_6 passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_793e6
[1/2] Building C object CMakeFiles/cmTC_793e6.dir/CurlTests.c.o
[2/2] Linking C executable cmTC_793e6
Performing Curl Test HAVE_GETHOSTBYNAME_R_6_REENTRANT passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_17868
[1/2] Building C object CMakeFiles/cmTC_17868.dir/CurlTests.c.o
[2/2] Linking C executable cmTC_17868
Performing Curl Test HAVE_SOCKLEN_T passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_ffda3
[1/2] Building C object CMakeFiles/cmTC_ffda3.dir/CurlTests.c.o
[2/2] Linking C executable cmTC_ffda3
Performing Curl Test HAVE_IN_ADDR_T passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_5cbfb
[1/2] Building C object CMakeFiles/cmTC_5cbfb.dir/CurlTests.c.o
[2/2] Linking C executable cmTC_5cbfb
Performing Curl Test HAVE_BOOL_T passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_c30dd
[1/2] Building C object CMakeFiles/cmTC_c30dd.dir/CurlTests.c.o
[2/2] Linking C executable cmTC_c30dd
Performing Curl Test RETSIGTYPE_TEST passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_d5ff6
[1/2] Building C object CMakeFiles/cmTC_d5ff6.dir/CurlTests.c.o
[2/2] Linking C executable cmTC_d5ff6
Performing Curl Test HAVE_GETADDRINFO passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_70f8c
[1/2] Building C object CMakeFiles/cmTC_70f8c.dir/CurlTests.c.o
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c: In function ‘main’:
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:447:5: warning: implicit declaration of function ‘memset’ [-Wimplicit-function-declaration]
memset(&hints, 0, sizeof(hints));
^~~~~~
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:447:5: warning: incompatible implicit declaration of built-in function ‘memset’
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/curl/CMake/CurlTests.c:447:5: note: include ‘<string.h>’ or provide a declaration of ‘memset’
[2/2] Linking C executable cmTC_70f8c
Performing Curl Test HAVE_FILE_OFFSET_BITS passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_a2d1e
[1/2] Building C object CMakeFiles/cmTC_a2d1e.dir/CurlTests.c.o
[2/2] Linking C executable cmTC_a2d1e
Determining size of socklen_t passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_26dc0
[1/2] Building C object CMakeFiles/cmTC_26dc0.dir/CURL_SIZEOF_CURL_SOCKLEN_T.c.o
[2/2] Linking C executable cmTC_26dc0
Performing C SOURCE FILE Test curl_cv_recv succeded with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_e0bf4
[1/2] Building C object CMakeFiles/cmTC_e0bf4.dir/src.c.o
[2/2] Linking C executable cmTC_e0bf4
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
#define __unused5 1
int main() { recv(0, 0, 0, 0) ; return 0; }
Performing C SOURCE FILE Test ssize_t recv(int, void *, size_t, int) (curl_cv_func_recv_test) succeded with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_a2bda
[1/2] Building C object CMakeFiles/cmTC_a2bda.dir/src.c.o
[2/2] Linking C executable cmTC_a2bda
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern ssize_t recv(int, void *, size_t, int);
#define __unused5 1
int main() {
int s=0;
void * buf=0;
size_t len=0;
int flags=0;
ssize_t res = recv(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test curl_cv_send succeded with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_10122
[1/2] Building C object CMakeFiles/cmTC_10122.dir/src.c.o
[2/2] Linking C executable cmTC_10122
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern ssize_t recv(int, void *, size_t, int);
#define __unused5 1
int main() { send(0, 0, 0, 0) ; return 0; }
Performing C SOURCE FILE Test ssize_t send(int, const void *, size_t, int) (curl_cv_func_send_test) succeded with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_d0a94
[1/2] Building C object CMakeFiles/cmTC_d0a94.dir/src.c.o
[2/2] Linking C executable cmTC_d0a94
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern ssize_t send(int, const void *, size_t, int);
#define __unused5 1
int main() {
int s=0;
const void * buf=0;
size_t len=0;
int flags=0;
ssize_t res = send(s, buf, len, flags) ; return 0; }
Performing C SOURCE FILE Test HAVE_MSG_NOSIGNAL succeded with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_b75ba
[1/2] Building C object CMakeFiles/cmTC_b75ba.dir/src.c.o
src.c:12:0: warning: "__unused5" redefined
#define __unused5 1
src.c:8:0: note: this is the location of the previous definition
#define __unused5
[2/2] Linking C executable cmTC_b75ba
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/socket.h>
extern ssize_t send(int, const void *, size_t, int);
#define __unused5
#include <sys/types.h>
#include <sys/socket.h>
#define __unused5 1
int main() { int flag = MSG_NOSIGNAL ; return 0; }
Performing C SOURCE FILE Test HAVE_STRUCT_TIMEVAL succeded with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_fcb6b
[1/2] Building C object CMakeFiles/cmTC_fcb6b.dir/src.c.o
[2/2] Linking C executable cmTC_fcb6b
Source file was:
#define __unused1
#undef inline
#define __unused2
#include <sys/types.h>
#include <sys/time.h>
#include <time.h>
#include <time.h>
#define __unused5 1
int main() { struct timeval ts;
ts.tv_sec = 0;
ts.tv_usec = 0 ; return 0; }
Performing C SOURCE FILE Test HAVE_POLL_FINE succeded with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_0be9c
[1/2] Building C object CMakeFiles/cmTC_0be9c.dir/src.c.o
[2/2] Linking C executable cmTC_0be9c
Return value: 1
Source file was:
#include <sys/poll.h>
int main() { return poll((void *)0, 0, 10 /*ms*/) ; return 0; }
Determining size of sig_atomic_t passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_98c77
[1/2] Building C object CMakeFiles/cmTC_98c77.dir/SIZEOF_SIG_ATOMIC_T.c.o
[2/2] Linking C executable cmTC_98c77
Performing C SOURCE FILE Test HAVE_SIG_ATOMIC_T_NOT_VOLATILE succeded with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_d421b
[1/2] Building C object CMakeFiles/cmTC_d421b.dir/src.c.o
[2/2] Linking C executable cmTC_d421b
Source file was:
#include <signal.h>
int main() { static volatile sig_atomic_t dummy = 0 ; return 0; }
Determining size of struct sockaddr_storage passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_d025e
[1/2] Building C object CMakeFiles/cmTC_d025e.dir/SIZEOF_STRUCT_SOCKADDR_STORAGE.c.o
[2/2] Linking C executable cmTC_d025e
Determining if the BZ2_bzCompressInit exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_480de
[1/2] Building C object CMakeFiles/cmTC_480de.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_480de
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <bzlib.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef BZ2_bzCompressInit
return ((int*)(&BZ2_bzCompressInit))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the function atexit exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_aeba0
[1/2] Building C object CMakeFiles/cmTC_aeba0.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_aeba0
Determining if the function mprotect exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_15444
[1/2] Building C object CMakeFiles/cmTC_15444.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_15444
Determining if the function sysconf exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_1e314
[1/2] Building C object CMakeFiles/cmTC_1e314.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_1e314
Determining if the function getpagesize exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_8873f
[1/2] Building C object CMakeFiles/cmTC_8873f.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_8873f
Determining if the function mmap exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_f5cf5
[1/2] Building C object CMakeFiles/cmTC_f5cf5.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_f5cf5
Determining if the function isatty exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_825d0
[1/2] Building C object CMakeFiles/cmTC_825d0.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_825d0
Determining if the function newlocale exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_fd18e
[1/2] Building C object CMakeFiles/cmTC_fd18e.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_fd18e
Determining if the function strtod_l exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_d8f2f
[1/2] Building C object CMakeFiles/cmTC_d8f2f.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_d8f2f
Determining if the include file sys/mman.h exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_970e8
[1/2] Building C object CMakeFiles/cmTC_970e8.dir/CheckIncludeFile.c.o
[2/2] Linking C executable cmTC_970e8
Performing C++ SOURCE FILE Test has_std_11_flag succeeded with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_91372
[1/2] Building CXX object CMakeFiles/cmTC_91372.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_91372
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test has_std_0x_flag succeeded with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_277f5
[1/2] Building CXX object CMakeFiles/cmTC_277f5.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_277f5
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test SUPPORTS_VARIADIC_TEMPLATES succeeded with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_cd820
[1/2] Building CXX object CMakeFiles/cmTC_cd820.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_cd820
Source file was:
template <class T, class ...Types>
struct S { typedef typename S<Types...>::type type; };
int main() {}
Performing C++ SOURCE FILE Test SUPPORTS_INITIALIZER_LIST succeeded with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_bfc41
[1/2] Building CXX object CMakeFiles/cmTC_bfc41.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_bfc41
Source file was:
#include <initializer_list>
int main() {}
Performing C++ SOURCE FILE Test SUPPORTS_ENUM_BASE succeeded with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_6f873
[1/2] Building CXX object CMakeFiles/cmTC_6f873.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_6f873
Source file was:
enum C : char {A};
int main() {}
Performing C++ SOURCE FILE Test SUPPORTS_TYPE_TRAITS succeeded with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_b5a20
[1/2] Building CXX object CMakeFiles/cmTC_b5a20.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_b5a20
Source file was:
#include <type_traits>
class C { void operator=(const C&); };
int main() { static_assert(!std::is_copy_assignable<C>::value, ""); }
Performing C++ SOURCE FILE Test SUPPORTS_USER_DEFINED_LITERALS succeeded with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_9aae4
[1/2] Building CXX object CMakeFiles/cmTC_9aae4.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_9aae4
Source file was:
void operator"" _udl(long double);
int main() {}
Determining if the open exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_95533
[1/2] Building C object CMakeFiles/cmTC_95533.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_95533
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <fcntl.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef open
return ((int*)(&open))[argc];
#else
(void)argc;
return 0;
#endif
}
Performing C SOURCE FILE Test HAVE_FLAG_SANITIZE_ADDRESS succeeded with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_92a48
[1/2] Building C object CMakeFiles/cmTC_92a48.dir/src.c.o
[2/2] Linking C executable cmTC_92a48
Source file was:
int main(void) { return 0; }
Performing C++ SOURCE FILE Test COMPILER_HAS_HIDDEN_VISIBILITY succeeded with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_7436a
[1/2] Building CXX object CMakeFiles/cmTC_7436a.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_7436a
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test COMPILER_HAS_HIDDEN_INLINE_VISIBILITY succeeded with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_2e8ec
[1/2] Building CXX object CMakeFiles/cmTC_2e8ec.dir/src.cxx.o
[2/2] Linking CXX executable cmTC_2e8ec
Source file was:
int main() { return 0; }
Performing C++ SOURCE FILE Test COMPILER_HAS_DEPRECATED_ATTR succeeded with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_dc4c8
[1/2] Building CXX object CMakeFiles/cmTC_dc4c8.dir/src.cxx.o
src.cxx: In function ‘int main()’:
src.cxx:2:34: warning: ‘int somefunc()’ is deprecated [-Wdeprecated-declarations]
int main() { return somefunc();}
^
src.cxx:1:37: note: declared here
__attribute__((__deprecated__)) int somefunc() { return 0; }
^~~~~~~~
[2/2] Linking CXX executable cmTC_dc4c8
Source file was:
__attribute__((__deprecated__)) int somefunc() { return 0; }
int main() { return somefunc();}
Performing C SOURCE FILE Test HAVE___BUILTIN_EXPECT succeeded with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_44ba8
[1/2] Building C object CMakeFiles/cmTC_44ba8.dir/src.c.o
[2/2] Linking C executable cmTC_44ba8
Source file was:
int main() { __builtin_expect(0,0); return 0; }
Performing C SOURCE FILE Test HAVE___ATTRIBUTE__ succeeded with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_b1bba
[1/2] Building C object CMakeFiles/cmTC_b1bba.dir/src.c.o
[2/2] Linking C executable cmTC_b1bba
Source file was:
int f(void) __attribute__ (());
int main() { return 0; }
Performing C SOURCE FILE Test HAVE_DIRENT_H succeeded with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_79688
[1/2] Building C object CMakeFiles/cmTC_79688.dir/src.c.o
[2/2] Linking C executable cmTC_79688
Source file was:
#include <dirent.h>
int main()
{
static DIR * tmp;
if (sizeof(tmp))
return 0;
return 0;
}
Determining if files ;sys/sysmacros.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_8092b
[1/2] Building C object CMakeFiles/cmTC_8092b.dir/HAVE_SYS_SYSMACROS_H.c.o
[2/2] Linking C executable cmTC_8092b
Determining if files sys/sysmacros.h;sys/types.h;ctype.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_81119
[1/2] Building C object CMakeFiles/cmTC_81119.dir/HAVE_CTYPE_H.c.o
[2/2] Linking C executable cmTC_81119
Determining if files sys/sysmacros.h;sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_2d1ac
[1/2] Building C object CMakeFiles/cmTC_2d1ac.dir/HAVE_GRP_H.c.o
[2/2] Linking C executable cmTC_2d1ac
Determining if files sys/sysmacros.h;sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_de139
[1/2] Building C object CMakeFiles/cmTC_de139.dir/HAVE_LANGINFO_H.c.o
[2/2] Linking C executable cmTC_de139
Determining if files sys/sysmacros.h;sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/types.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_0866d
[1/2] Building C object CMakeFiles/cmTC_0866d.dir/HAVE_LINUX_TYPES_H.c.o
[2/2] Linking C executable cmTC_0866d
Determining if files sys/sysmacros.h;sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/types.h;linux/fiemap.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_8b2af
[1/2] Building C object CMakeFiles/cmTC_8b2af.dir/HAVE_LINUX_FIEMAP_H.c.o
[2/2] Linking C executable cmTC_8b2af
Determining if files sys/sysmacros.h;sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/types.h;linux/fiemap.h;linux/fs.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_a47c3
[1/2] Building C object CMakeFiles/cmTC_a47c3.dir/HAVE_LINUX_FS_H.c.o
[2/2] Linking C executable cmTC_a47c3
Performing C SOURCE FILE Test HAVE_WORKING_FS_IOC_GETFLAGS succeeded with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_0a169
[1/2] Building C object CMakeFiles/cmTC_0a169.dir/src.c.o
[2/2] Linking C executable cmTC_0a169
Source file was:
#include <sys/ioctl.h>
#include <linux/fs.h>
int main(void) { return FS_IOC_GETFLAGS; }
Determining if files sys/sysmacros.h;sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/types.h;linux/fiemap.h;linux/fs.h;linux/magic.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_b3b1b
[1/2] Building C object CMakeFiles/cmTC_b3b1b.dir/HAVE_LINUX_MAGIC_H.c.o
[2/2] Linking C executable cmTC_b3b1b
Determining if files sys/sysmacros.h;sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/types.h;linux/fiemap.h;linux/fs.h;linux/magic.h;locale.h;memory.h;paths.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_ade65
[1/2] Building C object CMakeFiles/cmTC_ade65.dir/HAVE_PATHS_H.c.o
[2/2] Linking C executable cmTC_ade65
Determining if files sys/sysmacros.h;sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/types.h;linux/fiemap.h;linux/fs.h;linux/magic.h;locale.h;memory.h;paths.h;poll.h;pthread.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_3e484
[1/2] Building C object CMakeFiles/cmTC_3e484.dir/HAVE_PTHREAD_H.c.o
[2/2] Linking C executable cmTC_3e484
Determining if files sys/sysmacros.h;sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/types.h;linux/fiemap.h;linux/fs.h;linux/magic.h;locale.h;memory.h;paths.h;poll.h;pthread.h;pwd.h;regex.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_69c2d
[1/2] Building C object CMakeFiles/cmTC_69c2d.dir/HAVE_REGEX_H.c.o
[2/2] Linking C executable cmTC_69c2d
Determining if files sys/sysmacros.h;sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/types.h;linux/fiemap.h;linux/fs.h;linux/magic.h;locale.h;memory.h;paths.h;poll.h;pthread.h;pwd.h;regex.h;signal.h;spawn.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_de7cd
[1/2] Building C object CMakeFiles/cmTC_de7cd.dir/HAVE_SPAWN_H.c.o
[2/2] Linking C executable cmTC_de7cd
Determining if files sys/sysmacros.h;sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/types.h;linux/fiemap.h;linux/fs.h;linux/magic.h;locale.h;memory.h;paths.h;poll.h;pthread.h;pwd.h;regex.h;signal.h;spawn.h;stdarg.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_20586
[1/2] Building C object CMakeFiles/cmTC_20586.dir/HAVE_STDARG_H.c.o
[2/2] Linking C executable cmTC_20586
Determining if files sys/sysmacros.h;sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/types.h;linux/fiemap.h;linux/fs.h;linux/magic.h;locale.h;memory.h;paths.h;poll.h;pthread.h;pwd.h;regex.h;signal.h;spawn.h;stdarg.h;stdint.h;stdlib.h;string.h;strings.h;sys/cdefs.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_5f214
[1/2] Building C object CMakeFiles/cmTC_5f214.dir/HAVE_SYS_CDEFS_H.c.o
[2/2] Linking C executable cmTC_5f214
Determining if files sys/sysmacros.h;sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/types.h;linux/fiemap.h;linux/fs.h;linux/magic.h;locale.h;memory.h;paths.h;poll.h;pthread.h;pwd.h;regex.h;signal.h;spawn.h;stdarg.h;stdint.h;stdlib.h;string.h;strings.h;sys/cdefs.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/select.h;sys/stat.h;sys/statfs.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_52791
[1/2] Building C object CMakeFiles/cmTC_52791.dir/HAVE_SYS_STATFS_H.c.o
[2/2] Linking C executable cmTC_52791
Determining if files sys/sysmacros.h;sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/types.h;linux/fiemap.h;linux/fs.h;linux/magic.h;locale.h;memory.h;paths.h;poll.h;pthread.h;pwd.h;regex.h;signal.h;spawn.h;stdarg.h;stdint.h;stdlib.h;string.h;strings.h;sys/cdefs.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/select.h;sys/stat.h;sys/statfs.h;sys/statvfs.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_c928c
[1/2] Building C object CMakeFiles/cmTC_c928c.dir/HAVE_SYS_STATVFS_H.c.o
[2/2] Linking C executable cmTC_c928c
Determining if files sys/sysmacros.h;sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/types.h;linux/fiemap.h;linux/fs.h;linux/magic.h;locale.h;memory.h;paths.h;poll.h;pthread.h;pwd.h;regex.h;signal.h;spawn.h;stdarg.h;stdint.h;stdlib.h;string.h;strings.h;sys/cdefs.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/select.h;sys/stat.h;sys/statfs.h;sys/statvfs.h;sys/time.h;sys/utsname.h;sys/vfs.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_25ac9
[1/2] Building C object CMakeFiles/cmTC_25ac9.dir/HAVE_SYS_VFS_H.c.o
[2/2] Linking C executable cmTC_25ac9
Determining if files sys/sysmacros.h;sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/types.h;linux/fiemap.h;linux/fs.h;linux/magic.h;locale.h;memory.h;paths.h;poll.h;pthread.h;pwd.h;regex.h;signal.h;spawn.h;stdarg.h;stdint.h;stdlib.h;string.h;strings.h;sys/cdefs.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/select.h;sys/stat.h;sys/statfs.h;sys/statvfs.h;sys/time.h;sys/utsname.h;sys/vfs.h;sys/wait.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_afc55
[1/2] Building C object CMakeFiles/cmTC_afc55.dir/HAVE_SYS_WAIT_H.c.o
[2/2] Linking C executable cmTC_afc55
Determining if files sys/sysmacros.h;sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/types.h;linux/fiemap.h;linux/fs.h;linux/magic.h;locale.h;memory.h;paths.h;poll.h;pthread.h;pwd.h;regex.h;signal.h;spawn.h;stdarg.h;stdint.h;stdlib.h;string.h;strings.h;sys/cdefs.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/select.h;sys/stat.h;sys/statfs.h;sys/statvfs.h;sys/time.h;sys/utsname.h;sys/vfs.h;sys/wait.h;sys/xattr.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_d68c6
[1/2] Building C object CMakeFiles/cmTC_d68c6.dir/HAVE_SYS_XATTR_H.c.o
[2/2] Linking C executable cmTC_d68c6
Determining if files sys/sysmacros.h;sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/types.h;linux/fiemap.h;linux/fs.h;linux/magic.h;locale.h;memory.h;paths.h;poll.h;pthread.h;pwd.h;regex.h;signal.h;spawn.h;stdarg.h;stdint.h;stdlib.h;string.h;strings.h;sys/cdefs.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/select.h;sys/stat.h;sys/statfs.h;sys/statvfs.h;sys/time.h;sys/utsname.h;sys/vfs.h;sys/wait.h;sys/xattr.h;time.h;unistd.h;utime.h;wchar.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_5e266
[1/2] Building C object CMakeFiles/cmTC_5e266.dir/HAVE_WCHAR_H.c.o
[2/2] Linking C executable cmTC_5e266
Determining if files sys/sysmacros.h;sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/types.h;linux/fiemap.h;linux/fs.h;linux/magic.h;locale.h;memory.h;paths.h;poll.h;pthread.h;pwd.h;regex.h;signal.h;spawn.h;stdarg.h;stdint.h;stdlib.h;string.h;strings.h;sys/cdefs.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/select.h;sys/stat.h;sys/statfs.h;sys/statvfs.h;sys/time.h;sys/utsname.h;sys/vfs.h;sys/wait.h;sys/xattr.h;time.h;unistd.h;utime.h;wchar.h;wctype.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_e8341
[1/2] Building C object CMakeFiles/cmTC_e8341.dir/HAVE_WCTYPE_H.c.o
[2/2] Linking C executable cmTC_e8341
Performing C SOURCE FILE Test SAFE_TO_DEFINE_EXTENSIONS succeeded with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_d96ac
[1/2] Building C object CMakeFiles/cmTC_d96ac.dir/src.c.o
[2/2] Linking C executable cmTC_d96ac
Source file was:
#define __EXTENSIONS__ 1
int main() { return 0;}
Performing C SOURCE FILE Test HAVE_ICONV_libc_ succeeded with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_f4d1a
[1/2] Building C object CMakeFiles/cmTC_f4d1a.dir/src.c.o
[2/2] Linking C executable cmTC_f4d1a
Source file was:
#include <stdlib.h>
#include <iconv.h>
int main() {
char *ccp;
iconv_t cd = iconv_open("", "");
iconv(cd, &ccp, (size_t *)0, (char **)0, (size_t *)0);
iconv_close(cd);
return 0;
}
Determining if files sys/sysmacros.h;sys/types.h;ctype.h;dlfcn.h;errno.h;fcntl.h;grp.h;inttypes.h;langinfo.h;limits.h;linux/types.h;linux/fiemap.h;linux/fs.h;linux/magic.h;locale.h;memory.h;paths.h;poll.h;pthread.h;pwd.h;regex.h;signal.h;spawn.h;stdarg.h;stdint.h;stdlib.h;string.h;strings.h;sys/cdefs.h;sys/ioctl.h;sys/param.h;sys/poll.h;sys/select.h;sys/stat.h;sys/statfs.h;sys/statvfs.h;sys/time.h;sys/utsname.h;sys/vfs.h;sys/wait.h;sys/xattr.h;time.h;unistd.h;utime.h;wchar.h;wctype.h;expat.h exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_92bcf
[1/2] Building C object CMakeFiles/cmTC_92bcf.dir/HAVE_EXPAT_H.c.o
[2/2] Linking C executable cmTC_92bcf
Determining if the function regcomp exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_929d3
[1/2] Building C object CMakeFiles/cmTC_929d3.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_929d3
Determining if the function chown exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_eb58c
[1/2] Building C object CMakeFiles/cmTC_eb58c.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_eb58c
Determining if the function chroot exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_193b9
[1/2] Building C object CMakeFiles/cmTC_193b9.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_193b9
Determining if the function ctime_r exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_fc20a
[1/2] Building C object CMakeFiles/cmTC_fc20a.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_fc20a
Determining if the function fchdir exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_fb107
[1/2] Building C object CMakeFiles/cmTC_fb107.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_fb107
Determining if the function fchmod exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_c6618
[1/2] Building C object CMakeFiles/cmTC_c6618.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_c6618
Determining if the function fchown exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_729be
[1/2] Building C object CMakeFiles/cmTC_729be.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_729be
Determining if the function fdopendir exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_7a64e
[1/2] Building C object CMakeFiles/cmTC_7a64e.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_7a64e
Determining if the function fstat exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_fe9b9
[1/2] Building C object CMakeFiles/cmTC_fe9b9.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_fe9b9
Determining if the function fstatat exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_80fa3
[1/2] Building C object CMakeFiles/cmTC_80fa3.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_80fa3
Determining if the function fstatfs exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_ed268
[1/2] Building C object CMakeFiles/cmTC_ed268.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_ed268
Determining if the function fstatvfs exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_0fd84
[1/2] Building C object CMakeFiles/cmTC_0fd84.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_0fd84
Determining if the function futimens exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_03317
[1/2] Building C object CMakeFiles/cmTC_03317.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_03317
Determining if the function futimes exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_dce3f
[1/2] Building C object CMakeFiles/cmTC_dce3f.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_dce3f
Determining if the function futimesat exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_64c70
[1/2] Building C object CMakeFiles/cmTC_64c70.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_64c70
Determining if the function getgrgid_r exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_4a14a
[1/2] Building C object CMakeFiles/cmTC_4a14a.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_4a14a
Determining if the function getgrnam_r exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_cfcc3
[1/2] Building C object CMakeFiles/cmTC_cfcc3.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_cfcc3
Determining if the function getpwnam_r exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_e3b07
[1/2] Building C object CMakeFiles/cmTC_e3b07.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_e3b07
Determining if the function getpwuid_r exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_f2484
[1/2] Building C object CMakeFiles/cmTC_f2484.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_f2484
Determining if the function getpid exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_bae02
[1/2] Building C object CMakeFiles/cmTC_bae02.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_bae02
Determining if the function lchown exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_c0f85
[1/2] Building C object CMakeFiles/cmTC_c0f85.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_c0f85
Determining if the function link exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_88dbb
[1/2] Building C object CMakeFiles/cmTC_88dbb.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_88dbb
Determining if the function lstat exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_c1a3e
[1/2] Building C object CMakeFiles/cmTC_c1a3e.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_c1a3e
Determining if the function lutimes exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_88600
[1/2] Building C object CMakeFiles/cmTC_88600.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_88600
Determining if the function mbrtowc exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_1a951
[1/2] Building C object CMakeFiles/cmTC_1a951.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_1a951
Determining if the function memmove exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_b05a4
[1/2] Building C object CMakeFiles/cmTC_b05a4.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_b05a4
Determining if the function mkdir exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_550cd
[1/2] Building C object CMakeFiles/cmTC_550cd.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_550cd
Determining if the function mkfifo exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_66a0c
[1/2] Building C object CMakeFiles/cmTC_66a0c.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_66a0c
Determining if the function mknod exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_87b48
[1/2] Building C object CMakeFiles/cmTC_87b48.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_87b48
Determining if the function mkstemp exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_d53c9
[1/2] Building C object CMakeFiles/cmTC_d53c9.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_d53c9
Determining if the function nl_langinfo exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_a6b0e
[1/2] Building C object CMakeFiles/cmTC_a6b0e.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_a6b0e
Determining if the function openat exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_b6a6b
[1/2] Building C object CMakeFiles/cmTC_b6a6b.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_b6a6b
Determining if the function posix_spawnp exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_8b64d
[1/2] Building C object CMakeFiles/cmTC_8b64d.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_8b64d
Determining if the function readlink exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_4d2f7
[1/2] Building C object CMakeFiles/cmTC_4d2f7.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_4d2f7
Determining if the function setenv exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_32888
[1/2] Building C object CMakeFiles/cmTC_32888.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_32888
Determining if the function statfs exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_589ed
[1/2] Building C object CMakeFiles/cmTC_589ed.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_589ed
Determining if the function statvfs exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_c2cb9
[1/2] Building C object CMakeFiles/cmTC_c2cb9.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_c2cb9
Determining if the function strchr exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_d99f1
[1/2] Building C object CMakeFiles/cmTC_d99f1.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_d99f1
Determining if the function strerror exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_56242
[1/2] Building C object CMakeFiles/cmTC_56242.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_56242
Determining if the function strrchr exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_fabfc
[1/2] Building C object CMakeFiles/cmTC_fabfc.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_fabfc
Determining if the function symlink exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_1f9bc
[1/2] Building C object CMakeFiles/cmTC_1f9bc.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_1f9bc
Determining if the function timegm exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_caf06
[1/2] Building C object CMakeFiles/cmTC_caf06.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_caf06
Determining if the function tzset exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_e6b46
[1/2] Building C object CMakeFiles/cmTC_e6b46.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_e6b46
Determining if the function unsetenv exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_14b6a
[1/2] Building C object CMakeFiles/cmTC_14b6a.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_14b6a
Determining if the function utimes exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_007aa
[1/2] Building C object CMakeFiles/cmTC_007aa.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_007aa
Determining if the function utimensat exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_53d00
[1/2] Building C object CMakeFiles/cmTC_53d00.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_53d00
Determining if the function vfork exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_967e2
[1/2] Building C object CMakeFiles/cmTC_967e2.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_967e2
Determining if the function wcrtomb exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_d94e6
[1/2] Building C object CMakeFiles/cmTC_d94e6.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_d94e6
Determining if the function wcscmp exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_13f93
[1/2] Building C object CMakeFiles/cmTC_13f93.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_13f93
Determining if the function wcscpy exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_14aed
[1/2] Building C object CMakeFiles/cmTC_14aed.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_14aed
Determining if the function wcslen exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_9bbd1
[1/2] Building C object CMakeFiles/cmTC_9bbd1.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_9bbd1
Determining if the function wctomb exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_30df3
[1/2] Building C object CMakeFiles/cmTC_30df3.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_30df3
Determining if the function vprintf exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_bc3fe
[1/2] Building C object CMakeFiles/cmTC_bc3fe.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_bc3fe
Determining if the function wmemcmp exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_99f56
[1/2] Building C object CMakeFiles/cmTC_99f56.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_99f56
Determining if the function wmemcpy exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_6d757
[1/2] Building C object CMakeFiles/cmTC_6d757.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_6d757
Determining if the function wmemmove exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_b6ffc
[1/2] Building C object CMakeFiles/cmTC_b6ffc.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_b6ffc
Performing C SOURCE FILE Test HAVE_READDIR_R succeeded with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_2b0f3
[1/2] Building C object CMakeFiles/cmTC_2b0f3.dir/src.c.o
src.c: In function ‘main’:
src.c:2:43: warning: ‘readdir_r’ is deprecated [-Wdeprecated-declarations]
int main() {DIR *d = opendir("."); struct dirent e,*r; return readdir_r(d,&e,&r);}
^~~~~~
In file included from src.c:1:0:
/usr/include/dirent.h:183:12: note: declared here
extern int readdir_r (DIR *__restrict __dirp,
^~~~~~~~~
[2/2] Linking C executable cmTC_2b0f3
Source file was:
#include <dirent.h>
int main() {DIR *d = opendir("."); struct dirent e,*r; return readdir_r(d,&e,&r);}
Performing C SOURCE FILE Test HAVE_DIRFD succeeded with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_59bd1
[1/2] Building C object CMakeFiles/cmTC_59bd1.dir/src.c.o
[2/2] Linking C executable cmTC_59bd1
Source file was:
#include <dirent.h>
int main() {DIR *d = opendir("."); return dirfd(d);}
Performing C SOURCE FILE Test HAVE_READLINKAT succeeded with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_4c600
[1/2] Building C object CMakeFiles/cmTC_4c600.dir/src.c.o
[2/2] Linking C executable cmTC_4c600
Source file was:
#include <fcntl.h>
#include <unistd.h>
int main() {char buf[10]; return readlinkat(AT_FDCWD, "", buf, 0);}
Performing C SOURCE FILE Test MAJOR_IN_SYSMACROS succeeded with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_b751e
[1/2] Building C object CMakeFiles/cmTC_b751e.dir/src.c.o
[2/2] Linking C executable cmTC_b751e
Source file was:
#include <sys/sysmacros.h>
int main() { return major(256); }
Determining if the EILSEQ exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_9fb11
[1/2] Building C object CMakeFiles/cmTC_9fb11.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_9fb11
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <errno.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef EILSEQ
return ((int*)(&EILSEQ))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the INT32_MAX exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_484a9
[1/2] Building C object CMakeFiles/cmTC_484a9.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_484a9
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdint.h>
#include <inttypes.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef INT32_MAX
return ((int*)(&INT32_MAX))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the INT32_MIN exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_b237e
[1/2] Building C object CMakeFiles/cmTC_b237e.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_b237e
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdint.h>
#include <inttypes.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef INT32_MIN
return ((int*)(&INT32_MIN))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the INT64_MAX exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_2711d
[1/2] Building C object CMakeFiles/cmTC_2711d.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_2711d
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdint.h>
#include <inttypes.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef INT64_MAX
return ((int*)(&INT64_MAX))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the INT64_MIN exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_57bd8
[1/2] Building C object CMakeFiles/cmTC_57bd8.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_57bd8
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdint.h>
#include <inttypes.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef INT64_MIN
return ((int*)(&INT64_MIN))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the INTMAX_MAX exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_73322
[1/2] Building C object CMakeFiles/cmTC_73322.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_73322
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdint.h>
#include <inttypes.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef INTMAX_MAX
return ((int*)(&INTMAX_MAX))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the INTMAX_MIN exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_f0012
[1/2] Building C object CMakeFiles/cmTC_f0012.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_f0012
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdint.h>
#include <inttypes.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef INTMAX_MIN
return ((int*)(&INTMAX_MIN))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the UINT32_MAX exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_e90b0
[1/2] Building C object CMakeFiles/cmTC_e90b0.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_e90b0
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdint.h>
#include <inttypes.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef UINT32_MAX
return ((int*)(&UINT32_MAX))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the UINT64_MAX exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_f10b7
[1/2] Building C object CMakeFiles/cmTC_f10b7.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_f10b7
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdint.h>
#include <inttypes.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef UINT64_MAX
return ((int*)(&UINT64_MAX))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the UINTMAX_MAX exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_8f180
[1/2] Building C object CMakeFiles/cmTC_8f180.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_8f180
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdint.h>
#include <inttypes.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef UINTMAX_MAX
return ((int*)(&UINTMAX_MAX))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the SIZE_MAX exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_dd48f
[1/2] Building C object CMakeFiles/cmTC_dd48f.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_dd48f
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
#include <stdint.h>
#include <inttypes.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef SIZE_MAX
return ((int*)(&SIZE_MAX))[argc];
#else
(void)argc;
return 0;
#endif
}
Determining if the SSIZE_MAX exist passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_92127
[1/2] Building C object CMakeFiles/cmTC_92127.dir/CheckSymbolExists.c.o
[2/2] Linking C executable cmTC_92127
File /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp/CheckSymbolExists.c:
/* */
#include <limits.h>
int main(int argc, char** argv)
{
(void)argv;
#ifndef SSIZE_MAX
return ((int*)(&SSIZE_MAX))[argc];
#else
(void)argc;
return 0;
#endif
}
Performing C SOURCE FILE Test HAVE_STRUCT_TM_TM_GMTOFF succeeded with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_f2a83
[1/2] Building C object CMakeFiles/cmTC_f2a83.dir/src.c.o
[2/2] Linking C executable cmTC_f2a83
Source file was:
#include <time.h>
int main()
{
(void)sizeof(((struct tm *)0)->tm_gmtoff);
return 0;
}
Performing C SOURCE FILE Test HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC succeeded with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_4baac
[1/2] Building C object CMakeFiles/cmTC_4baac.dir/src.c.o
[2/2] Linking C executable cmTC_4baac
Source file was:
#include <sys/types.h>
#include <sys/stat.h>
int main()
{
(void)sizeof(((struct stat *)0)->st_mtim.tv_nsec);
return 0;
}
Performing C SOURCE FILE Test HAVE_STRUCT_STAT_ST_BLKSIZE succeeded with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_b8ca2
[1/2] Building C object CMakeFiles/cmTC_b8ca2.dir/src.c.o
[2/2] Linking C executable cmTC_b8ca2
Source file was:
#include <sys/types.h>
#include <sys/stat.h>
int main()
{
(void)sizeof(((struct stat *)0)->st_blksize);
return 0;
}
Determining size of short passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_46d64
[1/2] Building C object CMakeFiles/cmTC_46d64.dir/SIZE_OF_SHORT.c.o
[2/2] Linking C executable cmTC_46d64
Determining size of int passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_ae7d1
[1/2] Building C object CMakeFiles/cmTC_ae7d1.dir/SIZE_OF_INT.c.o
[2/2] Linking C executable cmTC_ae7d1
Determining size of long passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_5fb5a
[1/2] Building C object CMakeFiles/cmTC_5fb5a.dir/SIZE_OF_LONG.c.o
[2/2] Linking C executable cmTC_5fb5a
Determining size of long long passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_370f0
[1/2] Building C object CMakeFiles/cmTC_370f0.dir/SIZE_OF_LONG_LONG.c.o
[2/2] Linking C executable cmTC_370f0
Determining size of unsigned short passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_8ad62
[1/2] Building C object CMakeFiles/cmTC_8ad62.dir/SIZE_OF_UNSIGNED_SHORT.c.o
[2/2] Linking C executable cmTC_8ad62
Determining size of unsigned passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_cdd16
[1/2] Building C object CMakeFiles/cmTC_cdd16.dir/SIZE_OF_UNSIGNED.c.o
[2/2] Linking C executable cmTC_cdd16
Determining size of unsigned long passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_e1b8e
[1/2] Building C object CMakeFiles/cmTC_e1b8e.dir/SIZE_OF_UNSIGNED_LONG.c.o
[2/2] Linking C executable cmTC_e1b8e
Determining size of unsigned long long passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_6e394
[1/2] Building C object CMakeFiles/cmTC_6e394.dir/SIZE_OF_UNSIGNED_LONG_LONG.c.o
[2/2] Linking C executable cmTC_6e394
Determining size of int16_t passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_adbec
[1/2] Building C object CMakeFiles/cmTC_adbec.dir/INT16_T.c.o
[2/2] Linking C executable cmTC_adbec
Determining size of int32_t passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_a57a3
[1/2] Building C object CMakeFiles/cmTC_a57a3.dir/INT32_T.c.o
[2/2] Linking C executable cmTC_a57a3
Determining size of int64_t passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_05b73
[1/2] Building C object CMakeFiles/cmTC_05b73.dir/INT64_T.c.o
[2/2] Linking C executable cmTC_05b73
Determining size of intmax_t passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_766b0
[1/2] Building C object CMakeFiles/cmTC_766b0.dir/INTMAX_T.c.o
[2/2] Linking C executable cmTC_766b0
Determining size of uint8_t passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_42841
[1/2] Building C object CMakeFiles/cmTC_42841.dir/UINT8_T.c.o
[2/2] Linking C executable cmTC_42841
Determining size of uint16_t passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_b345d
[1/2] Building C object CMakeFiles/cmTC_b345d.dir/UINT16_T.c.o
[2/2] Linking C executable cmTC_b345d
Determining size of uint32_t passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_fcd87
[1/2] Building C object CMakeFiles/cmTC_fcd87.dir/UINT32_T.c.o
[2/2] Linking C executable cmTC_fcd87
Determining size of uint64_t passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_fc1c8
[1/2] Building C object CMakeFiles/cmTC_fc1c8.dir/UINT64_T.c.o
[2/2] Linking C executable cmTC_fc1c8
Determining size of uintmax_t passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_fb789
[1/2] Building C object CMakeFiles/cmTC_fb789.dir/UINTMAX_T.c.o
[2/2] Linking C executable cmTC_fb789
Determining size of dev_t passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_11ade
[1/2] Building C object CMakeFiles/cmTC_11ade.dir/DEV_T.c.o
[2/2] Linking C executable cmTC_11ade
Determining size of gid_t passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_3f906
[1/2] Building C object CMakeFiles/cmTC_3f906.dir/GID_T.c.o
[2/2] Linking C executable cmTC_3f906
Determining size of id_t passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_7c90a
[1/2] Building C object CMakeFiles/cmTC_7c90a.dir/ID_T.c.o
[2/2] Linking C executable cmTC_7c90a
Determining size of mode_t passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_b6351
[1/2] Building C object CMakeFiles/cmTC_b6351.dir/MODE_T.c.o
[2/2] Linking C executable cmTC_b6351
Determining size of off_t passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_d13c3
[1/2] Building C object CMakeFiles/cmTC_d13c3.dir/OFF_T.c.o
[2/2] Linking C executable cmTC_d13c3
Determining size of size_t passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_371c4
[1/2] Building C object CMakeFiles/cmTC_371c4.dir/SIZE_T.c.o
[2/2] Linking C executable cmTC_371c4
Determining size of ssize_t passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_c63fc
[1/2] Building C object CMakeFiles/cmTC_c63fc.dir/SSIZE_T.c.o
[2/2] Linking C executable cmTC_c63fc
Determining size of uid_t passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_07549
[1/2] Building C object CMakeFiles/cmTC_07549.dir/UID_T.c.o
[2/2] Linking C executable cmTC_07549
Determining size of pid_t passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_197dd
[1/2] Building C object CMakeFiles/cmTC_197dd.dir/PID_T.c.o
[2/2] Linking C executable cmTC_197dd
Determining size of intptr_t passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_2ae3e
[1/2] Building C object CMakeFiles/cmTC_2ae3e.dir/INTPTR_T.c.o
[2/2] Linking C executable cmTC_2ae3e
Determining size of uintptr_t passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_5ae8a
[1/2] Building C object CMakeFiles/cmTC_5ae8a.dir/UINTPTR_T.c.o
[2/2] Linking C executable cmTC_5ae8a
Determining size of wchar_t passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_48eb3
[1/2] Building C object CMakeFiles/cmTC_48eb3.dir/SIZEOF_WCHAR_T.c.o
[2/2] Linking C executable cmTC_48eb3
Determining if the function fgetxattr exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_71e45
[1/2] Building C object CMakeFiles/cmTC_71e45.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_71e45
Determining if the function flistxattr exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_12067
[1/2] Building C object CMakeFiles/cmTC_12067.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_12067
Determining if the function fsetxattr exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_c4c3b
[1/2] Building C object CMakeFiles/cmTC_c4c3b.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_c4c3b
Determining if the function getxattr exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_ba99d
[1/2] Building C object CMakeFiles/cmTC_ba99d.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_ba99d
Determining if the function lgetxattr exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_f6ac6
[1/2] Building C object CMakeFiles/cmTC_f6ac6.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_f6ac6
Determining if the function listxattr exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_4bf70
[1/2] Building C object CMakeFiles/cmTC_4bf70.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_4bf70
Determining if the function llistxattr exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_41875
[1/2] Building C object CMakeFiles/cmTC_41875.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_41875
Determining if the function lsetxattr exists passed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_c02e6
[1/2] Building C object CMakeFiles/cmTC_c02e6.dir/CheckFunctionExists.c.o
[2/2] Linking C executable cmTC_c02e6
Checking support for ARCHIVE_CRYPTO_MD5_LIBC failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_2e00a
[1/2] Building C object CMakeFiles/cmTC_2e00a.dir/check_crypto_md.c.o
FAILED: CMakeFiles/cmTC_2e00a.dir/check_crypto_md.c.o
/usr/bin/cc -I/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build -I/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libarchive/libarchive -I. -Wall -Wformat -Wformat-security -o CMakeFiles/cmTC_2e00a.dir/check_crypto_md.c.o -c check_crypto_md.c
In file included from check_crypto_md.c:1359:0:
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libarchive/libarchive/archive_digest_private.h:61:10: fatal error: md5.h: No such file or directory
#include <md5.h>
^~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source file was:
/* config.h. Generated from build/cmake/config.h.in by cmake configure */
/*
* Ensure we have C99-style int64_t, etc, all defined.
*/
/* First, we need to know if the system has already defined them. */
#define HAVE_INT16_T
#define HAVE_INT32_T
#define HAVE_INT64_T
#define HAVE_INTMAX_T
#define HAVE_UINT8_T
#define HAVE_UINT16_T
#define HAVE_UINT32_T
#define HAVE_UINT64_T
#define HAVE_UINTMAX_T
/* We might have the types we want under other spellings. */
/* #undef HAVE___INT64 */
/* #undef HAVE_U_INT64_T */
/* #undef HAVE_UNSIGNED___INT64 */
/* The sizes of various standard integer types. */
#define SIZE_OF_SHORT 2
#define SIZE_OF_INT 4
#define SIZE_OF_LONG 8
#define SIZE_OF_LONG_LONG 8
#define SIZE_OF_UNSIGNED_SHORT 2
#define SIZE_OF_UNSIGNED 4
#define SIZE_OF_UNSIGNED_LONG 8
#define SIZE_OF_UNSIGNED_LONG_LONG 8
/*
* If we lack int64_t, define it to the first of __int64, int, long, and long long
* that exists and is the right size.
*/
#if !defined(HAVE_INT64_T) && defined(HAVE___INT64)
typedef __int64 int64_t;
#define HAVE_INT64_T
#endif
#if !defined(HAVE_INT64_T) && SIZE_OF_INT == 8
typedef int int64_t;
#define HAVE_INT64_T
#endif
#if !defined(HAVE_INT64_T) && SIZE_OF_LONG == 8
typedef long int64_t;
#define HAVE_INT64_T
#endif
#if !defined(HAVE_INT64_T) && SIZE_OF_LONG_LONG == 8
typedef long long int64_t;
#define HAVE_INT64_T
#endif
#if !defined(HAVE_INT64_T)
#error No 64-bit integer type was found.
#endif
/*
* Similarly for int32_t
*/
#if !defined(HAVE_INT32_T) && SIZE_OF_INT == 4
typedef int int32_t;
#define HAVE_INT32_T
#endif
#if !defined(HAVE_INT32_T) && SIZE_OF_LONG == 4
typedef long int32_t;
#define HAVE_INT32_T
#endif
#if !defined(HAVE_INT32_T)
#error No 32-bit integer type was found.
#endif
/*
* Similarly for int16_t
*/
#if !defined(HAVE_INT16_T) && SIZE_OF_INT == 2
typedef int int16_t;
#define HAVE_INT16_T
#endif
#if !defined(HAVE_INT16_T) && SIZE_OF_SHORT == 2
typedef short int16_t;
#define HAVE_INT16_T
#endif
#if !defined(HAVE_INT16_T)
#error No 16-bit integer type was found.
#endif
/*
* Similarly for uint64_t
*/
#if !defined(HAVE_UINT64_T) && defined(HAVE_UNSIGNED___INT64)
typedef unsigned __int64 uint64_t;
#define HAVE_UINT64_T
#endif
#if !defined(HAVE_UINT64_T) && SIZE_OF_UNSIGNED == 8
typedef unsigned uint64_t;
#define HAVE_UINT64_T
#endif
#if !defined(HAVE_UINT64_T) && SIZE_OF_UNSIGNED_LONG == 8
typedef unsigned long uint64_t;
#define HAVE_UINT64_T
#endif
#if !defined(HAVE_UINT64_T) && SIZE_OF_UNSIGNED_LONG_LONG == 8
typedef unsigned long long uint64_t;
#define HAVE_UINT64_T
#endif
#if !defined(HAVE_UINT64_T)
#error No 64-bit unsigned integer type was found.
#endif
/*
* Similarly for uint32_t
*/
#if !defined(HAVE_UINT32_T) && SIZE_OF_UNSIGNED == 4
typedef unsigned uint32_t;
#define HAVE_UINT32_T
#endif
#if !defined(HAVE_UINT32_T) && SIZE_OF_UNSIGNED_LONG == 4
typedef unsigned long uint32_t;
#define HAVE_UINT32_T
#endif
#if !defined(HAVE_UINT32_T)
#error No 32-bit unsigned integer type was found.
#endif
/*
* Similarly for uint16_t
*/
#if !defined(HAVE_UINT16_T) && SIZE_OF_UNSIGNED == 2
typedef unsigned uint16_t;
#define HAVE_UINT16_T
#endif
#if !defined(HAVE_UINT16_T) && SIZE_OF_UNSIGNED_SHORT == 2
typedef unsigned short uint16_t;
#define HAVE_UINT16_T
#endif
#if !defined(HAVE_UINT16_T)
#error No 16-bit unsigned integer type was found.
#endif
/*
* Similarly for uint8_t
*/
#if !defined(HAVE_UINT8_T)
typedef unsigned char uint8_t;
#define HAVE_UINT8_T
#endif
#if !defined(HAVE_UINT16_T)
#error No 8-bit unsigned integer type was found.
#endif
/* Define intmax_t and uintmax_t if they are not already defined. */
#if !defined(HAVE_INTMAX_T)
typedef int64_t intmax_t;
#endif
#if !defined(HAVE_UINTMAX_T)
typedef uint64_t uintmax_t;
#endif
/* Define ZLIB_WINAPI if zlib was built on Visual Studio. */
/* #undef ZLIB_WINAPI */
/* Darwin ACL support */
/* #undef ARCHIVE_ACL_DARWIN */
/* FreeBSD ACL support */
/* #undef ARCHIVE_ACL_FREEBSD */
/* FreeBSD NFSv4 ACL support */
/* #undef ARCHIVE_ACL_FREEBSD_NFS4 */
/* Linux POSIX.1e ACL support via libacl */
/* #undef ARCHIVE_ACL_LIBACL */
/* Linux NFSv4 ACL support via librichacl */
/* #undef ARCHIVE_ACL_LIBRICHACL */
/* Solaris ACL support */
/* #undef ARCHIVE_ACL_SUNOS */
/* Solaris NFSv4 ACL support */
/* #undef ARCHIVE_ACL_SUNOS_NFS4 */
/* MD5 via ARCHIVE_CRYPTO_MD5_LIBC supported. */
/* #undef ARCHIVE_CRYPTO_MD5_LIBC */
/* MD5 via ARCHIVE_CRYPTO_MD5_LIBSYSTEM supported. */
/* #undef ARCHIVE_CRYPTO_MD5_LIBSYSTEM */
/* MD5 via ARCHIVE_CRYPTO_MD5_NETTLE supported. */
/* #undef ARCHIVE_CRYPTO_MD5_NETTLE */
/* MD5 via ARCHIVE_CRYPTO_MD5_OPENSSL supported. */
/* #undef ARCHIVE_CRYPTO_MD5_OPENSSL */
/* MD5 via ARCHIVE_CRYPTO_MD5_WIN supported. */
/* #undef ARCHIVE_CRYPTO_MD5_WIN */
/* RMD160 via ARCHIVE_CRYPTO_RMD160_LIBC supported. */
/* #undef ARCHIVE_CRYPTO_RMD160_LIBC */
/* RMD160 via ARCHIVE_CRYPTO_RMD160_NETTLE supported. */
/* #undef ARCHIVE_CRYPTO_RMD160_NETTLE */
/* RMD160 via ARCHIVE_CRYPTO_RMD160_OPENSSL supported. */
/* #undef ARCHIVE_CRYPTO_RMD160_OPENSSL */
/* SHA1 via ARCHIVE_CRYPTO_SHA1_LIBC supported. */
/* #undef ARCHIVE_CRYPTO_SHA1_LIBC */
/* SHA1 via ARCHIVE_CRYPTO_SHA1_LIBSYSTEM supported. */
/* #undef ARCHIVE_CRYPTO_SHA1_LIBSYSTEM */
/* SHA1 via ARCHIVE_CRYPTO_SHA1_NETTLE supported. */
/* #undef ARCHIVE_CRYPTO_SHA1_NETTLE */
/* SHA1 via ARCHIVE_CRYPTO_SHA1_OPENSSL supported. */
/* #undef ARCHIVE_CRYPTO_SHA1_OPENSSL */
/* SHA1 via ARCHIVE_CRYPTO_SHA1_WIN supported. */
/* #undef ARCHIVE_CRYPTO_SHA1_WIN */
/* SHA256 via ARCHIVE_CRYPTO_SHA256_LIBC supported. */
/* #undef ARCHIVE_CRYPTO_SHA256_LIBC */
/* SHA256 via ARCHIVE_CRYPTO_SHA256_LIBC2 supported. */
/* #undef ARCHIVE_CRYPTO_SHA256_LIBC2 */
/* SHA256 via ARCHIVE_CRYPTO_SHA256_LIBC3 supported. */
/* #undef ARCHIVE_CRYPTO_SHA256_LIBC3 */
/* SHA256 via ARCHIVE_CRYPTO_SHA256_LIBSYSTEM supported. */
/* #undef ARCHIVE_CRYPTO_SHA256_LIBSYSTEM */
/* SHA256 via ARCHIVE_CRYPTO_SHA256_NETTLE supported. */
/* #undef ARCHIVE_CRYPTO_SHA256_NETTLE */
/* SHA256 via ARCHIVE_CRYPTO_SHA256_OPENSSL supported. */
/* #undef ARCHIVE_CRYPTO_SHA256_OPENSSL */
/* SHA256 via ARCHIVE_CRYPTO_SHA256_WIN supported. */
/* #undef ARCHIVE_CRYPTO_SHA256_WIN */
/* SHA384 via ARCHIVE_CRYPTO_SHA384_LIBC supported. */
/* #undef ARCHIVE_CRYPTO_SHA384_LIBC */
/* SHA384 via ARCHIVE_CRYPTO_SHA384_LIBC2 supported. */
/* #undef ARCHIVE_CRYPTO_SHA384_LIBC2 */
/* SHA384 via ARCHIVE_CRYPTO_SHA384_LIBC3 supported. */
/* #undef ARCHIVE_CRYPTO_SHA384_LIBC3 */
/* SHA384 via ARCHIVE_CRYPTO_SHA384_LIBSYSTEM supported. */
/* #undef ARCHIVE_CRYPTO_SHA384_LIBSYSTEM */
/* SHA384 via ARCHIVE_CRYPTO_SHA384_NETTLE supported. */
/* #undef ARCHIVE_CRYPTO_SHA384_NETTLE */
/* SHA384 via ARCHIVE_CRYPTO_SHA384_OPENSSL supported. */
/* #undef ARCHIVE_CRYPTO_SHA384_OPENSSL */
/* SHA384 via ARCHIVE_CRYPTO_SHA384_WIN supported. */
/* #undef ARCHIVE_CRYPTO_SHA384_WIN */
/* SHA512 via ARCHIVE_CRYPTO_SHA512_LIBC supported. */
/* #undef ARCHIVE_CRYPTO_SHA512_LIBC */
/* SHA512 via ARCHIVE_CRYPTO_SHA512_LIBC2 supported. */
/* #undef ARCHIVE_CRYPTO_SHA512_LIBC2 */
/* SHA512 via ARCHIVE_CRYPTO_SHA512_LIBC3 supported. */
/* #undef ARCHIVE_CRYPTO_SHA512_LIBC3 */
/* SHA512 via ARCHIVE_CRYPTO_SHA512_LIBSYSTEM supported. */
/* #undef ARCHIVE_CRYPTO_SHA512_LIBSYSTEM */
/* SHA512 via ARCHIVE_CRYPTO_SHA512_NETTLE supported. */
/* #undef ARCHIVE_CRYPTO_SHA512_NETTLE */
/* SHA512 via ARCHIVE_CRYPTO_SHA512_OPENSSL supported. */
/* #undef ARCHIVE_CRYPTO_SHA512_OPENSSL */
/* SHA512 via ARCHIVE_CRYPTO_SHA512_WIN supported. */
/* #undef ARCHIVE_CRYPTO_SHA512_WIN */
/* AIX xattr support */
/* #undef ARCHIVE_XATTR_AIX */
/* Darwin xattr support */
/* #undef ARCHIVE_XATTR_DARWIN */
/* FreeBSD xattr support */
/* #undef ARCHIVE_XATTR_FREEBSD */
/* Linux xattr support */
#define ARCHIVE_XATTR_LINUX 1
/* Version number of bsdcpio */
#define BSDCPIO_VERSION_STRING "3.3.3dev"
/* Version number of bsdtar */
#define BSDTAR_VERSION_STRING "3.3.3dev"
/* Version number of bsdcat */
#define BSDCAT_VERSION_STRING "3.3.3dev"
/* Define to 1 if you have the `acl_create_entry' function. */
/* #undef HAVE_ACL_CREATE_ENTRY */
/* Define to 1 if you have the `acl_get_fd_np' function. */
/* #undef HAVE_ACL_GET_FD_NP */
/* Define to 1 if you have the `acl_get_link' function. */
/* #undef HAVE_ACL_GET_LINK */
/* Define to 1 if you have the `acl_get_link_np' function. */
/* #undef HAVE_ACL_GET_LINK_NP */
/* Define to 1 if you have the `acl_get_perm' function. */
/* #undef HAVE_ACL_GET_PERM */
/* Define to 1 if you have the `acl_get_perm_np' function. */
/* #undef HAVE_ACL_GET_PERM_NP */
/* Define to 1 if you have the `acl_init' function. */
/* #undef HAVE_ACL_INIT */
/* Define to 1 if you have the <acl/libacl.h> header file. */
/* #undef HAVE_ACL_LIBACL_H */
/* Define to 1 if the system has the type `acl_permset_t'. */
/* #undef HAVE_ACL_PERMSET_T */
/* Define to 1 if you have the `acl_set_fd' function. */
/* #undef HAVE_ACL_SET_FD */
/* Define to 1 if you have the `acl_set_fd_np' function. */
/* #undef HAVE_ACL_SET_FD_NP */
/* Define to 1 if you have the `acl_set_file' function. */
/* #undef HAVE_ACL_SET_FILE */
/* Define to 1 if you have the `arc4random_buf' function. */
/* #undef HAVE_ARC4RANDOM_BUF */
/* Define to 1 if you have the <attr/xattr.h> header file. */
/* #undef HAVE_ATTR_XATTR_H */
/* Define to 1 if you have the <Bcrypt.h> header file. */
/* #undef HAVE_BCRYPT_H */
/* Define to 1 if you have the <bsdxml.h> header file. */
/* #undef HAVE_BSDXML_H */
/* Define to 1 if you have the <bzlib.h> header file. */
/* #undef HAVE_BZLIB_H */
/* Define to 1 if you have the `chflags' function. */
/* #undef HAVE_CHFLAGS */
/* Define to 1 if you have the `chown' function. */
#define HAVE_CHOWN 1
/* Define to 1 if you have the `chroot' function. */
#define HAVE_CHROOT 1
/* Define to 1 if you have the <copyfile.h> header file. */
/* #undef HAVE_COPYFILE_H */
/* Define to 1 if you have the `ctime_r' function. */
#define HAVE_CTIME_R 1
/* Define to 1 if you have the <ctype.h> header file. */
#define HAVE_CTYPE_H 1
/* Define to 1 if you have the `cygwin_conv_path' function. */
/* #undef HAVE_CYGWIN_CONV_PATH */
/* Define to 1 if you have the declaration of `ACE_GETACL', and to 0 if you
don't. */
/* #undef HAVE_DECL_ACE_GETACL */
/* Define to 1 if you have the declaration of `ACE_GETACLCNT', and to 0 if you
don't. */
/* #undef HAVE_DECL_ACE_GETACLCNT */
/* Define to 1 if you have the declaration of `ACE_SETACL', and to 0 if you
don't. */
/* #undef HAVE_DECL_ACE_SETACL */
/* Define to 1 if you have the declaration of `ACL_SYNCHRONIZE', and to 0 if
you don't. */
/* #undef HAVE_DECL_ACL_SYNCHRONIZE */
/* Define to 1 if you have the declaration of `ACL_TYPE_EXTENDED', and to 0 if
you don't. */
/* #undef HAVE_DECL_ACL_TYPE_EXTENDED */
/* Define to 1 if you have the declaration of `ACL_TYPE_NFS4', and to 0 if you
don't. */
/* #undef HAVE_DECL_ACL_TYPE_NFS4 */
/* Define to 1 if you have the declaration of `ACL_USER', and to 0 if you
don't. */
/* #undef HAVE_DECL_ACL_USER */
/* Define to 1 if you have the declaration of `INT32_MAX', and to 0 if you
don't. */
#define HAVE_DECL_INT32_MAX 1
/* Define to 1 if you have the declaration of `INT32_MIN', and to 0 if you
don't. */
#define HAVE_DECL_INT32_MIN 1
/* Define to 1 if you have the declaration of `INT64_MAX', and to 0 if you
don't. */
#define HAVE_DECL_INT64_MAX 1
/* Define to 1 if you have the declaration of `INT64_MIN', and to 0 if you
don't. */
#define HAVE_DECL_INT64_MIN 1
/* Define to 1 if you have the declaration of `INTMAX_MAX', and to 0 if you
don't. */
#define HAVE_DECL_INTMAX_MAX 1
/* Define to 1 if you have the declaration of `INTMAX_MIN', and to 0 if you
don't. */
#define HAVE_DECL_INTMAX_MIN 1
/* Define to 1 if you have the declaration of `SETACL', and to 0 if you don't.
*/
/* #undef HAVE_DECL_SETACL */
/* Define to 1 if you have the declaration of `SIZE_MAX', and to 0 if you
don't. */
#define HAVE_DECL_SIZE_MAX 1
/* Define to 1 if you have the declaration of `SSIZE_MAX', and to 0 if you
don't. */
#define HAVE_DECL_SSIZE_MAX 1
/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
don't. */
#define HAVE_DECL_STRERROR_R 1
/* Define to 1 if you have the declaration of `UINT32_MAX', and to 0 if you
don't. */
#define HAVE_DECL_UINT32_MAX 1
/* Define to 1 if you have the declaration of `UINT64_MAX', and to 0 if you
don't. */
#define HAVE_DECL_UINT64_MAX 1
/* Define to 1 if you have the declaration of `UINTMAX_MAX', and to 0 if you
don't. */
#define HAVE_DECL_UINTMAX_MAX 1
/* Define to 1 if you have the declaration of `XATTR_NOFOLLOW', and to 0 if
you don't. */
/* #undef HAVE_DECL_XATTR_NOFOLLOW */
/* Define to 1 if you have the <direct.h> header file. */
/* #undef HAVE_DIRECT_H */
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
*/
#define HAVE_DIRENT_H 1
/* Define to 1 if you have the `dirfd' function. */
#define HAVE_DIRFD 1
/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1
/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
/* #undef HAVE_DOPRNT */
/* Define to 1 if nl_langinfo supports D_MD_ORDER */
/* #undef HAVE_D_MD_ORDER */
/* A possible errno value for invalid file format errors */
/* #undef HAVE_EFTYPE */
/* A possible errno value for invalid file format errors */
#define HAVE_EILSEQ 1
/* Define to 1 if you have the <errno.h> header file. */
#define HAVE_ERRNO_H 1
/* Define to 1 if you have the <expat.h> header file. */
#define HAVE_EXPAT_H 1
/* Define to 1 if you have the <ext2fs/ext2_fs.h> header file. */
/* #undef HAVE_EXT2FS_EXT2_FS_H */
/* Define to 1 if you have the `extattr_get_file' function. */
/* #undef HAVE_EXTATTR_GET_FILE */
/* Define to 1 if you have the `extattr_list_file' function. */
/* #undef HAVE_EXTATTR_LIST_FILE */
/* Define to 1 if you have the `extattr_set_fd' function. */
/* #undef HAVE_EXTATTR_SET_FD */
/* Define to 1 if you have the `extattr_set_file' function. */
/* #undef HAVE_EXTATTR_SET_FILE */
/* Define to 1 if EXTATTR_NAMESPACE_USER is defined in sys/extattr.h. */
/* #undef HAVE_DECL_EXTATTR_NAMESPACE_USER */
/* Define to 1 if you have the declaration of `GETACL', and to 0 if you don't.
*/
/* #undef HAVE_DECL_GETACL */
/* Define to 1 if you have the declaration of `GETACLCNT', and to 0 if you
don't. */
/* #undef HAVE_DECL_GETACLCNT */
/* Define to 1 if you have the `fchdir' function. */
#define HAVE_FCHDIR 1
/* Define to 1 if you have the `fchflags' function. */
/* #undef HAVE_FCHFLAGS */
/* Define to 1 if you have the `fchmod' function. */
#define HAVE_FCHMOD 1
/* Define to 1 if you have the `fchown' function. */
#define HAVE_FCHOWN 1
/* Define to 1 if you have the `fcntl' function. */
#define HAVE_FCNTL 1
/* Define to 1 if you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H 1
/* Define to 1 if you have the `fdopendir' function. */
#define HAVE_FDOPENDIR 1
/* Define to 1 if you have the `fgetea' function. */
/* #undef HAVE_FGETEA */
/* Define to 1 if you have the `fgetxattr' function. */
#define HAVE_FGETXATTR 1
/* Define to 1 if you have the `flistea' function. */
/* #undef HAVE_FLISTEA */
/* Define to 1 if you have the `flistxattr' function. */
#define HAVE_FLISTXATTR 1
/* Define to 1 if you have the `fork' function. */
#define HAVE_FORK 1
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
#define HAVE_FSEEKO 1
/* Define to 1 if you have the `fsetea' function. */
/* #undef HAVE_FSETEA */
/* Define to 1 if you have the `fsetxattr' function. */
#define HAVE_FSETXATTR 1
/* Define to 1 if you have the `fstat' function. */
#define HAVE_FSTAT 1
/* Define to 1 if you have the `fstatat' function. */
#define HAVE_FSTATAT 1
/* Define to 1 if you have the `fstatfs' function. */
#define HAVE_FSTATFS 1
/* Define to 1 if you have the `fstatvfs' function. */
#define HAVE_FSTATVFS 1
/* Define to 1 if you have the `ftruncate' function. */
#define HAVE_FTRUNCATE 1
/* Define to 1 if you have the `futimens' function. */
#define HAVE_FUTIMENS 1
/* Define to 1 if you have the `futimes' function. */
#define HAVE_FUTIMES 1
/* Define to 1 if you have the `futimesat' function. */
#define HAVE_FUTIMESAT 1
/* Define to 1 if you have the `getea' function. */
/* #undef HAVE_GETEA */
/* Define to 1 if you have the `geteuid' function. */
#define HAVE_GETEUID 1
/* Define to 1 if you have the `getgrgid_r' function. */
#define HAVE_GETGRGID_R 1
/* Define to 1 if you have the `getgrnam_r' function. */
#define HAVE_GETGRNAM_R 1
/* Define to 1 if you have the `getpid' function. */
#define HAVE_GETPID 1
/* Define to 1 if you have the `getpwnam_r' function. */
#define HAVE_GETPWNAM_R 1
/* Define to 1 if you have the `getpwuid_r' function. */
#define HAVE_GETPWUID_R 1
/* Define to 1 if you have the `getvfsbyname' function. */
/* #undef HAVE_GETVFSBYNAME */
/* Define to 1 if you have the `getxattr' function. */
#define HAVE_GETXATTR 1
/* Define to 1 if you have the `gmtime_r' function. */
#define HAVE_GMTIME_R 1
/* Define to 1 if you have the <grp.h> header file. */
#define HAVE_GRP_H 1
/* Define to 1 if you have the `iconv' function. */
#define HAVE_ICONV 1
/* Define to 1 if you have the <iconv.h> header file. */
#define HAVE_ICONV_H 1
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
/* Define to 1 if you have the <io.h> header file. */
/* #undef HAVE_IO_H */
/* Define to 1 if you have the <langinfo.h> header file. */
#define HAVE_LANGINFO_H 1
/* Define to 1 if you have the `lchflags' function. */
/* #undef HAVE_LCHFLAGS */
/* Define to 1 if you have the `lchmod' function. */
/* #undef HAVE_LCHMOD */
/* Define to 1 if you have the `lchown' function. */
#define HAVE_LCHOWN 1
/* Define to 1 if you have the `lgetea' function. */
/* #undef HAVE_LGETEA */
/* Define to 1 if you have the `lgetxattr' function. */
#define HAVE_LGETXATTR 1
/* Define to 1 if you have the `acl' library (-lacl). */
/* #undef HAVE_LIBACL */
/* Define to 1 if you have the `attr' library (-lattr). */
/* #undef HAVE_LIBATTR */
/* Define to 1 if you have the `bsdxml' library (-lbsdxml). */
/* #undef HAVE_LIBBSDXML */
/* Define to 1 if you have the `bz2' library (-lbz2). */
/* #undef HAVE_LIBBZ2 */
/* Define to 1 if you have the `charset' library (-lcharset). */
/* #undef HAVE_LIBCHARSET */
/* Define to 1 if you have the `crypto' library (-lcrypto). */
#define HAVE_LIBCRYPTO 1
/* Define to 1 if you have the `expat' library (-lexpat). */
#define HAVE_LIBEXPAT 1
/* Define to 1 if you have the `gcc' library (-lgcc). */
/* #undef HAVE_LIBGCC */
/* Define to 1 if you have the `lz4' library (-llz4). */
/* #undef HAVE_LIBLZ4 */
/* Define to 1 if you have the `lzma' library (-llzma). */
/* #undef HAVE_LIBLZMA */
/* Define to 1 if you have the `lzmadec' library (-llzmadec). */
/* #undef HAVE_LIBLZMADEC */
/* Define to 1 if you have the `lzo2' library (-llzo2). */
/* #undef HAVE_LIBLZO2 */
/* Define to 1 if you have the `nettle' library (-lnettle). */
/* #undef HAVE_LIBNETTLE */
/* Define to 1 if you have the `pcre' library (-lpcre). */
/* #undef HAVE_LIBPCRE */
/* Define to 1 if you have the `pcreposix' library (-lpcreposix). */
/* #undef HAVE_LIBPCREPOSIX */
/* Define to 1 if you have the `xml2' library (-lxml2). */
/* #undef HAVE_LIBXML2 */
/* Define to 1 if you have the <libxml/xmlreader.h> header file. */
/* #undef HAVE_LIBXML_XMLREADER_H */
/* Define to 1 if you have the <libxml/xmlwriter.h> header file. */
/* #undef HAVE_LIBXML_XMLWRITER_H */
/* Define to 1 if you have the `z' library (-lz). */
#define HAVE_LIBZ 1
/* Define to 1 if you have the `zstd' library (-lzstd). */
/* #undef HAVE_LIBZSTD */
/* Define to 1 if you have the <limits.h> header file. */
#define HAVE_LIMITS_H 1
/* Define to 1 if you have the `link' function. */
#define HAVE_LINK 1
/* Define to 1 if you have the <linux/fiemap.h> header file. */
#define HAVE_LINUX_FIEMAP_H 1
/* Define to 1 if you have the <linux/fs.h> header file. */
#define HAVE_LINUX_FS_H 1
/* Define to 1 if you have the <linux/magic.h> header file. */
#define HAVE_LINUX_MAGIC_H 1
/* Define to 1 if you have the <linux/types.h> header file. */
#define HAVE_LINUX_TYPES_H 1
/* Define to 1 if you have the `listea' function. */
/* #undef HAVE_LISTEA */
/* Define to 1 if you have the `listxattr' function. */
#define HAVE_LISTXATTR 1
/* Define to 1 if you have the `llistea' function. */
/* #undef HAVE_LLISTEA */
/* Define to 1 if you have the `llistxattr' function. */
#define HAVE_LLISTXATTR 1
/* Define to 1 if you have the <localcharset.h> header file. */
/* #undef HAVE_LOCALCHARSET_H */
/* Define to 1 if you have the `locale_charset' function. */
/* #undef HAVE_LOCALE_CHARSET */
/* Define to 1 if you have the <locale.h> header file. */
#define HAVE_LOCALE_H 1
/* Define to 1 if you have the `localtime_r' function. */
#define HAVE_LOCALTIME_R 1
/* Define to 1 if the system has the type `long long int'. */
/* #undef HAVE_LONG_LONG_INT */
/* Define to 1 if you have the `lsetea' function. */
/* #undef HAVE_LSETEA */
/* Define to 1 if you have the `lsetxattr' function. */
#define HAVE_LSETXATTR 1
/* Define to 1 if you have the `lstat' function. */
#define HAVE_LSTAT 1
/* Define to 1 if `lstat' has the bug that it succeeds when given the
zero-length file name argument. */
/* #undef HAVE_LSTAT_EMPTY_STRING_BUG */
/* Define to 1 if you have the `lutimes' function. */
#define HAVE_LUTIMES 1
/* Define to 1 if you have the <lz4hc.h> header file. */
/* #undef HAVE_LZ4HC_H */
/* Define to 1 if you have the <lz4.h> header file. */
/* #undef HAVE_LZ4_H */
/* Define to 1 if you have the <lzmadec.h> header file. */
/* #undef HAVE_LZMADEC_H */
/* Define to 1 if you have the <lzma.h> header file. */
/* #undef HAVE_LZMA_H */
/* Define to 1 if you have a working `lzma_stream_encoder_mt' function. */
/* #undef HAVE_LZMA_STREAM_ENCODER_MT */
/* Define to 1 if you have the <lzo/lzo1x.h> header file. */
/* #undef HAVE_LZO_LZO1X_H */
/* Define to 1 if you have the <lzo/lzoconf.h> header file. */
/* #undef HAVE_LZO_LZOCONF_H */
/* Define to 1 if you have the `mbrtowc' function. */
#define HAVE_MBRTOWC 1
/* Define to 1 if you have the <membership.h> header file. */
/* #undef HAVE_MEMBERSHIP_H */
/* Define to 1 if you have the `memmove' function. */
#define HAVE_MEMMOVE 1
/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1
/* Define to 1 if you have the `mkdir' function. */
#define HAVE_MKDIR 1
/* Define to 1 if you have the `mkfifo' function. */
#define HAVE_MKFIFO 1
/* Define to 1 if you have the `mknod' function. */
#define HAVE_MKNOD 1
/* Define to 1 if you have the `mkstemp' function. */
#define HAVE_MKSTEMP 1
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
/* #undef HAVE_NDIR_H */
/* Define to 1 if you have the <nettle/aes.h> header file. */
/* #undef HAVE_NETTLE_AES_H */
/* Define to 1 if you have the <nettle/hmac.h> header file. */
/* #undef HAVE_NETTLE_HMAC_H */
/* Define to 1 if you have the <nettle/md5.h> header file. */
/* #undef HAVE_NETTLE_MD5_H */
/* Define to 1 if you have the <nettle/pbkdf2.h> header file. */
/* #undef HAVE_NETTLE_PBKDF2_H */
/* Define to 1 if you have the <nettle/ripemd160.h> header file. */
/* #undef HAVE_NETTLE_RIPEMD160_H */
/* Define to 1 if you have the <nettle/sha.h> header file. */
/* #undef HAVE_NETTLE_SHA_H */
/* Define to 1 if you have the `nl_langinfo' function. */
#define HAVE_NL_LANGINFO 1
/* Define to 1 if you have the `openat' function. */
#define HAVE_OPENAT 1
/* Define to 1 if you have the <paths.h> header file. */
#define HAVE_PATHS_H 1
/* Define to 1 if you have the <pcreposix.h> header file. */
/* #undef HAVE_PCREPOSIX_H */
/* Define to 1 if you have the `pipe' function. */
#define HAVE_PIPE 1
/* Define to 1 if you have the `PKCS5_PBKDF2_HMAC_SHA1' function. */
/* #undef HAVE_PKCS5_PBKDF2_HMAC_SHA1 */
/* Define to 1 if you have the `poll' function. */
#define HAVE_POLL 1
/* Define to 1 if you have the <poll.h> header file. */
#define HAVE_POLL_H 1
/* Define to 1 if you have the `posix_spawnp' function. */
#define HAVE_POSIX_SPAWNP 1
/* Define to 1 if you have the <process.h> header file. */
/* #undef HAVE_PROCESS_H */
/* Define to 1 if you have the <pthread.h> header file. */
#define HAVE_PTHREAD_H 1
/* Define to 1 if you have the <pwd.h> header file. */
#define HAVE_PWD_H 1
/* Define to 1 if you have the `readdir_r' function. */
#define HAVE_READDIR_R 1
/* Define to 1 if you have the `readlink' function. */
#define HAVE_READLINK 1
/* Define to 1 if you have the `readlinkat' function. */
#define HAVE_READLINKAT 1
/* Define to 1 if you have the `readpassphrase' function. */
/* #undef HAVE_READPASSPHRASE */
/* Define to 1 if you have the <readpassphrase.h> header file. */
/* #undef HAVE_READPASSPHRASE_H */
/* Define to 1 if you have the <regex.h> header file. */
#define HAVE_REGEX_H 1
/* Define to 1 if you have the `select' function. */
#define HAVE_SELECT 1
/* Define to 1 if you have the `setenv' function. */
#define HAVE_SETENV 1
/* Define to 1 if you have the `setlocale' function. */
#define HAVE_SETLOCALE 1
/* Define to 1 if you have the `sigaction' function. */
#define HAVE_SIGACTION 1
/* Define to 1 if you have the <signal.h> header file. */
#define HAVE_SIGNAL_H 1
/* Define to 1 if you have the <spawn.h> header file. */
#define HAVE_SPAWN_H 1
/* Define to 1 if you have the `statfs' function. */
#define HAVE_STATFS 1
/* Define to 1 if you have the `statvfs' function. */
#define HAVE_STATVFS 1
/* Define to 1 if `stat' has the bug that it succeeds when given the
zero-length file name argument. */
/* #undef HAVE_STAT_EMPTY_STRING_BUG */
/* Define to 1 if you have the <stdarg.h> header file. */
#define HAVE_STDARG_H 1
/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1
/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1
/* Define to 1 if you have the `strchr' function. */
#define HAVE_STRCHR 1
/* Define to 1 if you have the `strdup' function. */
#define HAVE_STRDUP 1
/* Define to 1 if you have the `strerror' function. */
#define HAVE_STRERROR 1
/* Define to 1 if you have the `strerror_r' function. */
#define HAVE_STRERROR_R 1
/* Define to 1 if you have the `strftime' function. */
#define HAVE_STRFTIME 1
/* Define to 1 if you have the <strings.h> header file. */
#define HAVE_STRINGS_H 1
/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1
/* Define to 1 if you have the `strrchr' function. */
#define HAVE_STRRCHR 1
/* Define to 1 if `f_namemax' is a member of `struct statfs'. */
/* #undef HAVE_STRUCT_STATFS_F_NAMEMAX */
/* Define to 1 if `f_iosize' is a member of `struct statvfs'. */
/* #undef HAVE_STRUCT_STATVFS_F_IOSIZE */
/* Define to 1 if `st_birthtime' is a member of `struct stat'. */
/* #undef HAVE_STRUCT_STAT_ST_BIRTHTIME */
/* Define to 1 if `st_birthtimespec.tv_nsec' is a member of `struct stat'. */
/* #undef HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC */
/* Define to 1 if `st_blksize' is a member of `struct stat'. */
#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
/* Define to 1 if `st_flags' is a member of `struct stat'. */
/* #undef HAVE_STRUCT_STAT_ST_FLAGS */
/* Define to 1 if `st_mtimespec.tv_nsec' is a member of `struct stat'. */
/* #undef HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC */
/* Define to 1 if `st_mtime_n' is a member of `struct stat'. */
/* #undef HAVE_STRUCT_STAT_ST_MTIME_N */
/* Define to 1 if `st_mtime_usec' is a member of `struct stat'. */
/* #undef HAVE_STRUCT_STAT_ST_MTIME_USEC */
/* Define to 1 if `st_mtim.tv_nsec' is a member of `struct stat'. */
#define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
/* Define to 1 if `st_umtime' is a member of `struct stat'. */
/* #undef HAVE_STRUCT_STAT_ST_UMTIME */
/* Define to 1 if `tm_gmtoff' is a member of `struct tm'. */
#define HAVE_STRUCT_TM_TM_GMTOFF 1
/* Define to 1 if `__tm_gmtoff' is a member of `struct tm'. */
/* #undef HAVE_STRUCT_TM___TM_GMTOFF */
/* Define to 1 if you have `struct vfsconf'. */
/* #undef HAVE_STRUCT_VFSCONF */
/* Define to 1 if you have `struct xvfsconf'. */
/* #undef HAVE_STRUCT_XVFSCONF */
/* Define to 1 if you have the `symlink' function. */
#define HAVE_SYMLINK 1
/* Define to 1 if you have the <sys/acl.h> header file. */
/* #undef HAVE_SYS_ACL_H */
/* Define to 1 if you have the <sys/cdefs.h> header file. */
#define HAVE_SYS_CDEFS_H 1
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
*/
/* #undef HAVE_SYS_DIR_H */
/* Define to 1 if you have the <sys/ea.h> header file. */
/* #undef HAVE_SYS_EA_H */
/* Define to 1 if you have the <sys/extattr.h> header file. */
/* #undef HAVE_SYS_EXTATTR_H */
/* Define to 1 if you have the <sys/ioctl.h> header file. */
#define HAVE_SYS_IOCTL_H 1
/* Define to 1 if you have the <sys/mkdev.h> header file. */
/* #undef HAVE_SYS_MKDEV_H */
/* Define to 1 if you have the <sys/mount.h> header file. */
/* #undef HAVE_SYS_MOUNT_H */
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
*/
/* #undef HAVE_SYS_NDIR_H */
/* Define to 1 if you have the <sys/param.h> header file. */
#define HAVE_SYS_PARAM_H 1
/* Define to 1 if you have the <sys/poll.h> header file. */
#define HAVE_SYS_POLL_H 1
/* Define to 1 if you have the <sys/richacl.h> header file. */
/* #undef HAVE_SYS_RICHACL_H */
/* Define to 1 if you have the <sys/select.h> header file. */
#define HAVE_SYS_SELECT_H 1
/* Define to 1 if you have the <sys/statfs.h> header file. */
#define HAVE_SYS_STATFS_H 1
/* Define to 1 if you have the <sys/statvfs.h> header file. */
#define HAVE_SYS_STATVFS_H 1
/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1
/* Define to 1 if you have the <sys/time.h> header file. */
#define HAVE_SYS_TIME_H 1
/* Define to 1 if you have the <sys/sysmacros.h> header file. */
#define HAVE_SYS_SYSMACROS_H 1
/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1
/* Define to 1 if you have the <sys/utime.h> header file. */
/* #undef HAVE_SYS_UTIME_H */
/* Define to 1 if you have the <sys/utsname.h> header file. */
#define HAVE_SYS_UTSNAME_H 1
/* Define to 1 if you have the <sys/vfs.h> header file. */
#define HAVE_SYS_VFS_H 1
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
#define HAVE_SYS_WAIT_H 1
/* Define to 1 if you have the <sys/xattr.h> header file. */
#define HAVE_SYS_XATTR_H 1
/* Define to 1 if you have the `timegm' function. */
#define HAVE_TIMEGM 1
/* Define to 1 if you have the <time.h> header file. */
#define HAVE_TIME_H 1
/* Define to 1 if you have the `tzset' function. */
#define HAVE_TZSET 1
/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
/* Define to 1 if you have the `unsetenv' function. */
#define HAVE_UNSETENV 1
/* Define to 1 if the system has the type `unsigned long long'. */
/* #undef HAVE_UNSIGNED_LONG_LONG */
/* Define to 1 if the system has the type `unsigned long long int'. */
/* #undef HAVE_UNSIGNED_LONG_LONG_INT */
/* Define to 1 if you have the `utime' function. */
#define HAVE_UTIME 1
/* Define to 1 if you have the `utimensat' function. */
#define HAVE_UTIMENSAT 1
/* Define to 1 if you have the `utimes' function. */
#define HAVE_UTIMES 1
/* Define to 1 if you have the <utime.h> header file. */
#define HAVE_UTIME_H 1
/* Define to 1 if you have the `vfork' function. */
#define HAVE_VFORK 1
/* Define to 1 if you have the `vprintf' function. */
#define HAVE_VPRINTF 1
/* Define to 1 if you have the <wchar.h> header file. */
#define HAVE_WCHAR_H 1
/* Define to 1 if the system has the type `wchar_t'. */
#define HAVE_WCHAR_T 1
/* Define to 1 if you have the `wcrtomb' function. */
#define HAVE_WCRTOMB 1
/* Define to 1 if you have the `wcscmp' function. */
#define HAVE_WCSCMP 1
/* Define to 1 if you have the `wcscpy' function. */
#define HAVE_WCSCPY 1
/* Define to 1 if you have the `wcslen' function. */
#define HAVE_WCSLEN 1
/* Define to 1 if you have the `wctomb' function. */
#define HAVE_WCTOMB 1
/* Define to 1 if you have the <wctype.h> header file. */
#define HAVE_WCTYPE_H 1
/* Define to 1 if you have the <wincrypt.h> header file. */
/* #undef HAVE_WINCRYPT_H */
/* Define to 1 if you have the <windows.h> header file. */
/* #undef HAVE_WINDOWS_H */
/* Define to 1 if you have the <winioctl.h> header file. */
/* #undef HAVE_WINIOCTL_H */
/* Define to 1 if you have _CrtSetReportMode in <crtdbg.h> */
/* #undef HAVE__CrtSetReportMode */
/* Define to 1 if you have the `wmemcmp' function. */
#define HAVE_WMEMCMP 1
/* Define to 1 if you have the `wmemcpy' function. */
#define HAVE_WMEMCPY 1
/* Define to 1 if you have the `wmemmove' function. */
#define HAVE_WMEMMOVE 1
/* Define to 1 if you have a working EXT2_IOC_GETFLAGS */
/* #undef HAVE_WORKING_EXT2_IOC_GETFLAGS */
/* Define to 1 if you have a working FS_IOC_GETFLAGS */
#define HAVE_WORKING_FS_IOC_GETFLAGS 1
/* Define to 1 if you have the <zlib.h> header file. */
#define HAVE_ZLIB_H 1
/* Define to 1 if you have the <zstd.h> header file. */
/* #undef HAVE_ZSTD_H */
/* Define to 1 if you have the `_ctime64_s' function. */
/* #undef HAVE__CTIME64_S */
/* Define to 1 if you have the `_fseeki64' function. */
/* #undef HAVE__FSEEKI64 */
/* Define to 1 if you have the `_get_timezone' function. */
/* #undef HAVE__GET_TIMEZONE */
/* Define to 1 if you have the `_localtime64_s' function. */
/* #undef HAVE__LOCALTIME64_S */
/* Define to 1 if you have the `_mkgmtime64' function. */
/* #undef HAVE__MKGMTIME64 */
/* Define as const if the declaration of iconv() needs const. */
#define ICONV_CONST
/* Version number of libarchive as a single integer */
#define LIBARCHIVE_VERSION_NUMBER "3003003"
/* Version number of libarchive */
#define LIBARCHIVE_VERSION_STRING "3.3.3dev"
/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
slash. */
/* #undef LSTAT_FOLLOWS_SLASHED_SYMLINK */
/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
*/
/* #undef MAJOR_IN_MKDEV */
/* Define to 1 if `major', `minor', and `makedev' are declared in
<sysmacros.h>. */
#define MAJOR_IN_SYSMACROS 1
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
/* #undef NO_MINUS_C_MINUS_O */
/* The size of `wchar_t', as computed by sizeof. */
#define SIZEOF_WCHAR_T 4
/* Define to 1 if strerror_r returns char *. */
/* #undef STRERROR_R_CHAR_P */
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#define TIME_WITH_SYS_TIME 1
/*
* Some platform requires a macro to use extension functions.
*/
#define SAFE_TO_DEFINE_EXTENSIONS 1
#ifdef SAFE_TO_DEFINE_EXTENSIONS
/* Enable extensions on AIX 3, Interix. */
#ifndef _ALL_SOURCE
# define _ALL_SOURCE 1
#endif
/* Enable GNU extensions on systems that have them. */
#ifndef _GNU_SOURCE
# define _GNU_SOURCE 1
#endif
/* Enable threading extensions on Solaris. */
#ifndef _POSIX_PTHREAD_SEMANTICS
# define _POSIX_PTHREAD_SEMANTICS 1
#endif
/* Enable extensions on HP NonStop. */
#ifndef _TANDEM_SOURCE
# define _TANDEM_SOURCE 1
#endif
/* Enable general extensions on Solaris. */
#ifndef __EXTENSIONS__
# define __EXTENSIONS__ 1
#endif
#endif /* SAFE_TO_DEFINE_EXTENSIONS */
/* Version number of package */
#define VERSION "3.3.3dev"
/* Number of bits in a file offset, on hosts where this is settable. */
/* #undef _FILE_OFFSET_BITS */
/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
/* #undef _LARGEFILE_SOURCE */
/* Define for large files, on AIX-style hosts. */
/* #undef _LARGE_FILES */
/* Define to control Windows SDK version */
#ifndef NTDDI_VERSION
/* #undef NTDDI_VERSION */
#endif // NTDDI_VERSION
#ifndef _WIN32_WINNT
/* #undef _WIN32_WINNT */
#endif // _WIN32_WINNT
#ifndef WINVER
/* #undef WINVER */
#endif // WINVER
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */
/* Define to `int' if <sys/types.h> doesn't define. */
/* #undef gid_t */
/* Define to `unsigned long' if <sys/types.h> does not define. */
/* #undef id_t */
/* Define to `int' if <sys/types.h> does not define. */
/* #undef mode_t */
/* Define to `long long' if <sys/types.h> does not define. */
/* #undef off_t */
/* Define to `int' if <sys/types.h> doesn't define. */
/* #undef pid_t */
/* Define to `unsigned int' if <sys/types.h> does not define. */
/* #undef size_t */
/* Define to `int' if <sys/types.h> does not define. */
/* #undef ssize_t */
/* Define to `int' if <sys/types.h> doesn't define. */
/* #undef uid_t */
/* Define to `int' if <sys/types.h> does not define. */
/* #undef intptr_t */
/* Define to `unsigned int' if <sys/types.h> does not define. */
/* #undef uintptr_t */
#define ARCHIVE_MD5_COMPILE_TEST
#define ARCHIVE_CRYPTO_MD5_LIBC
#define PLATFORM_CONFIG_H "check_crypto_md.h"
/*-
* Copyright (c) 2003-2007 Tim Kientzle
* Copyright (c) 2011 Andres Mejia
* Copyright (c) 2011 Michihiro NAKAJIMA
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
* IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "archive_platform.h"
#include "archive.h"
#include "archive_digest_private.h"
/* In particular, force the configure probe to break if it tries
* to test a combination of OpenSSL and libmd. */
#if defined(ARCHIVE_CRYPTO_OPENSSL) && defined(ARCHIVE_CRYPTO_LIBMD)
#error Cannot use both OpenSSL and libmd.
#endif
/*
* Message digest functions for Windows platform.
*/
#if defined(ARCHIVE_CRYPTO_MD5_WIN) ||\
defined(ARCHIVE_CRYPTO_SHA1_WIN) ||\
defined(ARCHIVE_CRYPTO_SHA256_WIN) ||\
defined(ARCHIVE_CRYPTO_SHA384_WIN) ||\
defined(ARCHIVE_CRYPTO_SHA512_WIN)
/*
* Initialize a Message digest.
*/
static int
win_crypto_init(Digest_CTX *ctx, ALG_ID algId)
{
ctx->valid = 0;
if (!CryptAcquireContext(&ctx->cryptProv, NULL, NULL,
PROV_RSA_FULL, CRYPT_VERIFYCONTEXT)) {
if (GetLastError() != (DWORD)NTE_BAD_KEYSET)
return (ARCHIVE_FAILED);
if (!CryptAcquireContext(&ctx->cryptProv, NULL, NULL,
PROV_RSA_FULL, CRYPT_NEWKEYSET))
return (ARCHIVE_FAILED);
}
if (!CryptCreateHash(ctx->cryptProv, algId, 0, 0, &ctx->hash)) {
CryptReleaseContext(ctx->cryptProv, 0);
return (ARCHIVE_FAILED);
}
ctx->valid = 1;
return (ARCHIVE_OK);
}
/*
* Update a Message digest.
*/
static int
win_crypto_Update(Digest_CTX *ctx, const unsigned char *buf, size_t len)
{
if (!ctx->valid)
return (ARCHIVE_FAILED);
CryptHashData(ctx->hash,
(unsigned char *)(uintptr_t)buf,
(DWORD)len, 0);
return (ARCHIVE_OK);
}
static int
win_crypto_Final(unsigned char *buf, size_t bufsize, Digest_CTX *ctx)
{
DWORD siglen = (DWORD)bufsize;
if (!ctx->valid)
return (ARCHIVE_FAILED);
CryptGetHashParam(ctx->hash, HP_HASHVAL, buf, &siglen, 0);
CryptDestroyHash(ctx->hash);
CryptReleaseContext(ctx->cryptProv, 0);
ctx->valid = 0;
return (ARCHIVE_OK);
}
#endif /* defined(ARCHIVE_CRYPTO_*_WIN) */
/* MD5 implementations */
#if defined(ARCHIVE_CRYPTO_MD5_LIBC)
static int
__archive_libc_md5init(archive_md5_ctx *ctx)
{
MD5Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libc_md5update(archive_md5_ctx *ctx, const void *indata,
size_t insize)
{
MD5Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libc_md5final(archive_md5_ctx *ctx, void *md)
{
MD5Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_MD5_LIBMD)
static int
__archive_libmd_md5init(archive_md5_ctx *ctx)
{
MD5Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libmd_md5update(archive_md5_ctx *ctx, const void *indata,
size_t insize)
{
MD5Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libmd_md5final(archive_md5_ctx *ctx, void *md)
{
MD5Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_MD5_LIBSYSTEM)
static int
__archive_libsystem_md5init(archive_md5_ctx *ctx)
{
CC_MD5_Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libsystem_md5update(archive_md5_ctx *ctx, const void *indata,
size_t insize)
{
CC_MD5_Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libsystem_md5final(archive_md5_ctx *ctx, void *md)
{
CC_MD5_Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_MD5_NETTLE)
static int
__archive_nettle_md5init(archive_md5_ctx *ctx)
{
md5_init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_nettle_md5update(archive_md5_ctx *ctx, const void *indata,
size_t insize)
{
md5_update(ctx, insize, indata);
return (ARCHIVE_OK);
}
static int
__archive_nettle_md5final(archive_md5_ctx *ctx, void *md)
{
md5_digest(ctx, MD5_DIGEST_SIZE, md);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_MD5_OPENSSL)
static int
__archive_openssl_md5init(archive_md5_ctx *ctx)
{
if ((*ctx = EVP_MD_CTX_new()) == NULL)
return (ARCHIVE_FAILED);
EVP_DigestInit(*ctx, EVP_md5());
return (ARCHIVE_OK);
}
static int
__archive_openssl_md5update(archive_md5_ctx *ctx, const void *indata,
size_t insize)
{
EVP_DigestUpdate(*ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_openssl_md5final(archive_md5_ctx *ctx, void *md)
{
/* HACK: archive_write_set_format_xar.c is finalizing empty contexts, so
* this is meant to cope with that. Real fix is probably to fix
* archive_write_set_format_xar.c
*/
if (*ctx) {
EVP_DigestFinal(*ctx, md, NULL);
EVP_MD_CTX_free(*ctx);
*ctx = NULL;
}
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_MD5_WIN)
static int
__archive_windowsapi_md5init(archive_md5_ctx *ctx)
{
return (win_crypto_init(ctx, CALG_MD5));
}
static int
__archive_windowsapi_md5update(archive_md5_ctx *ctx, const void *indata,
size_t insize)
{
return (win_crypto_Update(ctx, indata, insize));
}
static int
__archive_windowsapi_md5final(archive_md5_ctx *ctx, void *md)
{
return (win_crypto_Final(md, 16, ctx));
}
#else
static int
__archive_stub_md5init(archive_md5_ctx *ctx)
{
(void)ctx; /* UNUSED */
return (ARCHIVE_FAILED);
}
static int
__archive_stub_md5update(archive_md5_ctx *ctx, const void *indata,
size_t insize)
{
(void)ctx; /* UNUSED */
(void)indata; /* UNUSED */
(void)insize; /* UNUSED */
return (ARCHIVE_FAILED);
}
static int
__archive_stub_md5final(archive_md5_ctx *ctx, void *md)
{
(void)ctx; /* UNUSED */
(void)md; /* UNUSED */
return (ARCHIVE_FAILED);
}
#endif
/* RIPEMD160 implementations */
#if defined(ARCHIVE_CRYPTO_RMD160_LIBC)
static int
__archive_libc_ripemd160init(archive_rmd160_ctx *ctx)
{
RMD160Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libc_ripemd160update(archive_rmd160_ctx *ctx, const void *indata,
size_t insize)
{
RMD160Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libc_ripemd160final(archive_rmd160_ctx *ctx, void *md)
{
RMD160Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_RMD160_LIBMD)
static int
__archive_libmd_ripemd160init(archive_rmd160_ctx *ctx)
{
RIPEMD160_Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libmd_ripemd160update(archive_rmd160_ctx *ctx, const void *indata,
size_t insize)
{
RIPEMD160_Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libmd_ripemd160final(archive_rmd160_ctx *ctx, void *md)
{
RIPEMD160_Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_RMD160_NETTLE)
static int
__archive_nettle_ripemd160init(archive_rmd160_ctx *ctx)
{
ripemd160_init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_nettle_ripemd160update(archive_rmd160_ctx *ctx, const void *indata,
size_t insize)
{
ripemd160_update(ctx, insize, indata);
return (ARCHIVE_OK);
}
static int
__archive_nettle_ripemd160final(archive_rmd160_ctx *ctx, void *md)
{
ripemd160_digest(ctx, RIPEMD160_DIGEST_SIZE, md);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_RMD160_OPENSSL)
static int
__archive_openssl_ripemd160init(archive_rmd160_ctx *ctx)
{
if ((*ctx = EVP_MD_CTX_new()) == NULL)
return (ARCHIVE_FAILED);
EVP_DigestInit(*ctx, EVP_ripemd160());
return (ARCHIVE_OK);
}
static int
__archive_openssl_ripemd160update(archive_rmd160_ctx *ctx, const void *indata,
size_t insize)
{
EVP_DigestUpdate(*ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_openssl_ripemd160final(archive_rmd160_ctx *ctx, void *md)
{
if (*ctx) {
EVP_DigestFinal(*ctx, md, NULL);
EVP_MD_CTX_free(*ctx);
*ctx = NULL;
}
return (ARCHIVE_OK);
}
#else
static int
__archive_stub_ripemd160init(archive_rmd160_ctx *ctx)
{
(void)ctx; /* UNUSED */
return (ARCHIVE_FAILED);
}
static int
__archive_stub_ripemd160update(archive_rmd160_ctx *ctx, const void *indata,
size_t insize)
{
(void)ctx; /* UNUSED */
(void)indata; /* UNUSED */
(void)insize; /* UNUSED */
return (ARCHIVE_FAILED);
}
static int
__archive_stub_ripemd160final(archive_rmd160_ctx *ctx, void *md)
{
(void)ctx; /* UNUSED */
(void)md; /* UNUSED */
return (ARCHIVE_FAILED);
}
#endif
/* SHA1 implementations */
#if defined(ARCHIVE_CRYPTO_SHA1_LIBC)
static int
__archive_libc_sha1init(archive_sha1_ctx *ctx)
{
SHA1Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libc_sha1update(archive_sha1_ctx *ctx, const void *indata,
size_t insize)
{
SHA1Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libc_sha1final(archive_sha1_ctx *ctx, void *md)
{
SHA1Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA1_LIBMD)
static int
__archive_libmd_sha1init(archive_sha1_ctx *ctx)
{
SHA1_Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libmd_sha1update(archive_sha1_ctx *ctx, const void *indata,
size_t insize)
{
SHA1_Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libmd_sha1final(archive_sha1_ctx *ctx, void *md)
{
SHA1_Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA1_LIBSYSTEM)
static int
__archive_libsystem_sha1init(archive_sha1_ctx *ctx)
{
CC_SHA1_Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libsystem_sha1update(archive_sha1_ctx *ctx, const void *indata,
size_t insize)
{
CC_SHA1_Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libsystem_sha1final(archive_sha1_ctx *ctx, void *md)
{
CC_SHA1_Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA1_NETTLE)
static int
__archive_nettle_sha1init(archive_sha1_ctx *ctx)
{
sha1_init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_nettle_sha1update(archive_sha1_ctx *ctx, const void *indata,
size_t insize)
{
sha1_update(ctx, insize, indata);
return (ARCHIVE_OK);
}
static int
__archive_nettle_sha1final(archive_sha1_ctx *ctx, void *md)
{
sha1_digest(ctx, SHA1_DIGEST_SIZE, md);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA1_OPENSSL)
static int
__archive_openssl_sha1init(archive_sha1_ctx *ctx)
{
if ((*ctx = EVP_MD_CTX_new()) == NULL)
return (ARCHIVE_FAILED);
EVP_DigestInit(*ctx, EVP_sha1());
return (ARCHIVE_OK);
}
static int
__archive_openssl_sha1update(archive_sha1_ctx *ctx, const void *indata,
size_t insize)
{
EVP_DigestUpdate(*ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_openssl_sha1final(archive_sha1_ctx *ctx, void *md)
{
/* HACK: archive_write_set_format_xar.c is finalizing empty contexts, so
* this is meant to cope with that. Real fix is probably to fix
* archive_write_set_format_xar.c
*/
if (*ctx) {
EVP_DigestFinal(*ctx, md, NULL);
EVP_MD_CTX_free(*ctx);
*ctx = NULL;
}
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA1_WIN)
static int
__archive_windowsapi_sha1init(archive_sha1_ctx *ctx)
{
return (win_crypto_init(ctx, CALG_SHA1));
}
static int
__archive_windowsapi_sha1update(archive_sha1_ctx *ctx, const void *indata,
size_t insize)
{
return (win_crypto_Update(ctx, indata, insize));
}
static int
__archive_windowsapi_sha1final(archive_sha1_ctx *ctx, void *md)
{
return (win_crypto_Final(md, 20, ctx));
}
#else
static int
__archive_stub_sha1init(archive_sha1_ctx *ctx)
{
(void)ctx; /* UNUSED */
return (ARCHIVE_FAILED);
}
static int
__archive_stub_sha1update(archive_sha1_ctx *ctx, const void *indata,
size_t insize)
{
(void)ctx; /* UNUSED */
(void)indata; /* UNUSED */
(void)insize; /* UNUSED */
return (ARCHIVE_FAILED);
}
static int
__archive_stub_sha1final(archive_sha1_ctx *ctx, void *md)
{
(void)ctx; /* UNUSED */
(void)md; /* UNUSED */
return (ARCHIVE_FAILED);
}
#endif
/* SHA256 implementations */
#if defined(ARCHIVE_CRYPTO_SHA256_LIBC)
static int
__archive_libc_sha256init(archive_sha256_ctx *ctx)
{
SHA256_Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libc_sha256update(archive_sha256_ctx *ctx, const void *indata,
size_t insize)
{
SHA256_Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libc_sha256final(archive_sha256_ctx *ctx, void *md)
{
SHA256_Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA256_LIBC2)
static int
__archive_libc2_sha256init(archive_sha256_ctx *ctx)
{
SHA256Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libc2_sha256update(archive_sha256_ctx *ctx, const void *indata,
size_t insize)
{
SHA256Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libc2_sha256final(archive_sha256_ctx *ctx, void *md)
{
SHA256Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA256_LIBC3)
static int
__archive_libc3_sha256init(archive_sha256_ctx *ctx)
{
SHA256Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libc3_sha256update(archive_sha256_ctx *ctx, const void *indata,
size_t insize)
{
SHA256Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libc3_sha256final(archive_sha256_ctx *ctx, void *md)
{
SHA256Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA256_LIBMD)
static int
__archive_libmd_sha256init(archive_sha256_ctx *ctx)
{
SHA256_Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libmd_sha256update(archive_sha256_ctx *ctx, const void *indata,
size_t insize)
{
SHA256_Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libmd_sha256final(archive_sha256_ctx *ctx, void *md)
{
SHA256_Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA256_LIBSYSTEM)
static int
__archive_libsystem_sha256init(archive_sha256_ctx *ctx)
{
CC_SHA256_Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libsystem_sha256update(archive_sha256_ctx *ctx, const void *indata,
size_t insize)
{
CC_SHA256_Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libsystem_sha256final(archive_sha256_ctx *ctx, void *md)
{
CC_SHA256_Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA256_NETTLE)
static int
__archive_nettle_sha256init(archive_sha256_ctx *ctx)
{
sha256_init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_nettle_sha256update(archive_sha256_ctx *ctx, const void *indata,
size_t insize)
{
sha256_update(ctx, insize, indata);
return (ARCHIVE_OK);
}
static int
__archive_nettle_sha256final(archive_sha256_ctx *ctx, void *md)
{
sha256_digest(ctx, SHA256_DIGEST_SIZE, md);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA256_OPENSSL)
static int
__archive_openssl_sha256init(archive_sha256_ctx *ctx)
{
if ((*ctx = EVP_MD_CTX_new()) == NULL)
return (ARCHIVE_FAILED);
EVP_DigestInit(*ctx, EVP_sha256());
return (ARCHIVE_OK);
}
static int
__archive_openssl_sha256update(archive_sha256_ctx *ctx, const void *indata,
size_t insize)
{
EVP_DigestUpdate(*ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_openssl_sha256final(archive_sha256_ctx *ctx, void *md)
{
if (*ctx) {
EVP_DigestFinal(*ctx, md, NULL);
EVP_MD_CTX_free(*ctx);
*ctx = NULL;
}
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA256_WIN)
static int
__archive_windowsapi_sha256init(archive_sha256_ctx *ctx)
{
return (win_crypto_init(ctx, CALG_SHA_256));
}
static int
__archive_windowsapi_sha256update(archive_sha256_ctx *ctx, const void *indata,
size_t insize)
{
return (win_crypto_Update(ctx, indata, insize));
}
static int
__archive_windowsapi_sha256final(archive_sha256_ctx *ctx, void *md)
{
return (win_crypto_Final(md, 32, ctx));
}
#else
static int
__archive_stub_sha256init(archive_sha256_ctx *ctx)
{
(void)ctx; /* UNUSED */
return (ARCHIVE_FAILED);
}
static int
__archive_stub_sha256update(archive_sha256_ctx *ctx, const void *indata,
size_t insize)
{
(void)ctx; /* UNUSED */
(void)indata; /* UNUSED */
(void)insize; /* UNUSED */
return (ARCHIVE_FAILED);
}
static int
__archive_stub_sha256final(archive_sha256_ctx *ctx, void *md)
{
(void)ctx; /* UNUSED */
(void)md; /* UNUSED */
return (ARCHIVE_FAILED);
}
#endif
/* SHA384 implementations */
#if defined(ARCHIVE_CRYPTO_SHA384_LIBC)
static int
__archive_libc_sha384init(archive_sha384_ctx *ctx)
{
SHA384_Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libc_sha384update(archive_sha384_ctx *ctx, const void *indata,
size_t insize)
{
SHA384_Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libc_sha384final(archive_sha384_ctx *ctx, void *md)
{
SHA384_Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA384_LIBC2)
static int
__archive_libc2_sha384init(archive_sha384_ctx *ctx)
{
SHA384Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libc2_sha384update(archive_sha384_ctx *ctx, const void *indata,
size_t insize)
{
SHA384Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libc2_sha384final(archive_sha384_ctx *ctx, void *md)
{
SHA384Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA384_LIBC3)
static int
__archive_libc3_sha384init(archive_sha384_ctx *ctx)
{
SHA384Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libc3_sha384update(archive_sha384_ctx *ctx, const void *indata,
size_t insize)
{
SHA384Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libc3_sha384final(archive_sha384_ctx *ctx, void *md)
{
SHA384Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA384_LIBSYSTEM)
static int
__archive_libsystem_sha384init(archive_sha384_ctx *ctx)
{
CC_SHA384_Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libsystem_sha384update(archive_sha384_ctx *ctx, const void *indata,
size_t insize)
{
CC_SHA384_Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libsystem_sha384final(archive_sha384_ctx *ctx, void *md)
{
CC_SHA384_Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA384_NETTLE)
static int
__archive_nettle_sha384init(archive_sha384_ctx *ctx)
{
sha384_init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_nettle_sha384update(archive_sha384_ctx *ctx, const void *indata,
size_t insize)
{
sha384_update(ctx, insize, indata);
return (ARCHIVE_OK);
}
static int
__archive_nettle_sha384final(archive_sha384_ctx *ctx, void *md)
{
sha384_digest(ctx, SHA384_DIGEST_SIZE, md);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA384_OPENSSL)
static int
__archive_openssl_sha384init(archive_sha384_ctx *ctx)
{
if ((*ctx = EVP_MD_CTX_new()) == NULL)
return (ARCHIVE_FAILED);
EVP_DigestInit(*ctx, EVP_sha384());
return (ARCHIVE_OK);
}
static int
__archive_openssl_sha384update(archive_sha384_ctx *ctx, const void *indata,
size_t insize)
{
EVP_DigestUpdate(*ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_openssl_sha384final(archive_sha384_ctx *ctx, void *md)
{
if (*ctx) {
EVP_DigestFinal(*ctx, md, NULL);
EVP_MD_CTX_free(*ctx);
*ctx = NULL;
}
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA384_WIN)
static int
__archive_windowsapi_sha384init(archive_sha384_ctx *ctx)
{
return (win_crypto_init(ctx, CALG_SHA_384));
}
static int
__archive_windowsapi_sha384update(archive_sha384_ctx *ctx, const void *indata,
size_t insize)
{
return (win_crypto_Update(ctx, indata, insize));
}
static int
__archive_windowsapi_sha384final(archive_sha384_ctx *ctx, void *md)
{
return (win_crypto_Final(md, 48, ctx));
}
#else
static int
__archive_stub_sha384init(archive_sha384_ctx *ctx)
{
(void)ctx; /* UNUSED */
return (ARCHIVE_FAILED);
}
static int
__archive_stub_sha384update(archive_sha384_ctx *ctx, const void *indata,
size_t insize)
{
(void)ctx; /* UNUSED */
(void)indata; /* UNUSED */
(void)insize; /* UNUSED */
return (ARCHIVE_FAILED);
}
static int
__archive_stub_sha384final(archive_sha384_ctx *ctx, void *md)
{
(void)ctx; /* UNUSED */
(void)md; /* UNUSED */
return (ARCHIVE_FAILED);
}
#endif
/* SHA512 implementations */
#if defined(ARCHIVE_CRYPTO_SHA512_LIBC)
static int
__archive_libc_sha512init(archive_sha512_ctx *ctx)
{
SHA512_Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libc_sha512update(archive_sha512_ctx *ctx, const void *indata,
size_t insize)
{
SHA512_Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libc_sha512final(archive_sha512_ctx *ctx, void *md)
{
SHA512_Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA512_LIBC2)
static int
__archive_libc2_sha512init(archive_sha512_ctx *ctx)
{
SHA512Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libc2_sha512update(archive_sha512_ctx *ctx, const void *indata,
size_t insize)
{
SHA512Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libc2_sha512final(archive_sha512_ctx *ctx, void *md)
{
SHA512Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA512_LIBC3)
static int
__archive_libc3_sha512init(archive_sha512_ctx *ctx)
{
SHA512Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libc3_sha512update(archive_sha512_ctx *ctx, const void *indata,
size_t insize)
{
SHA512Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libc3_sha512final(archive_sha512_ctx *ctx, void *md)
{
SHA512Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA512_LIBMD)
static int
__archive_libmd_sha512init(archive_sha512_ctx *ctx)
{
SHA512_Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libmd_sha512update(archive_sha512_ctx *ctx, const void *indata,
size_t insize)
{
SHA512_Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libmd_sha512final(archive_sha512_ctx *ctx, void *md)
{
SHA512_Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA512_LIBSYSTEM)
static int
__archive_libsystem_sha512init(archive_sha512_ctx *ctx)
{
CC_SHA512_Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libsystem_sha512update(archive_sha512_ctx *ctx, const void *indata,
size_t insize)
{
CC_SHA512_Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libsystem_sha512final(archive_sha512_ctx *ctx, void *md)
{
CC_SHA512_Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA512_NETTLE)
static int
__archive_nettle_sha512init(archive_sha512_ctx *ctx)
{
sha512_init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_nettle_sha512update(archive_sha512_ctx *ctx, const void *indata,
size_t insize)
{
sha512_update(ctx, insize, indata);
return (ARCHIVE_OK);
}
static int
__archive_nettle_sha512final(archive_sha512_ctx *ctx, void *md)
{
sha512_digest(ctx, SHA512_DIGEST_SIZE, md);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA512_OPENSSL)
static int
__archive_openssl_sha512init(archive_sha512_ctx *ctx)
{
if ((*ctx = EVP_MD_CTX_new()) == NULL)
return (ARCHIVE_FAILED);
EVP_DigestInit(*ctx, EVP_sha512());
return (ARCHIVE_OK);
}
static int
__archive_openssl_sha512update(archive_sha512_ctx *ctx, const void *indata,
size_t insize)
{
EVP_DigestUpdate(*ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_openssl_sha512final(archive_sha512_ctx *ctx, void *md)
{
if (*ctx) {
EVP_DigestFinal(*ctx, md, NULL);
EVP_MD_CTX_free(*ctx);
*ctx = NULL;
}
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA512_WIN)
static int
__archive_windowsapi_sha512init(archive_sha512_ctx *ctx)
{
return (win_crypto_init(ctx, CALG_SHA_512));
}
static int
__archive_windowsapi_sha512update(archive_sha512_ctx *ctx, const void *indata,
size_t insize)
{
return (win_crypto_Update(ctx, indata, insize));
}
static int
__archive_windowsapi_sha512final(archive_sha512_ctx *ctx, void *md)
{
return (win_crypto_Final(md, 64, ctx));
}
#else
static int
__archive_stub_sha512init(archive_sha512_ctx *ctx)
{
(void)ctx; /* UNUSED */
return (ARCHIVE_FAILED);
}
static int
__archive_stub_sha512update(archive_sha512_ctx *ctx, const void *indata,
size_t insize)
{
(void)ctx; /* UNUSED */
(void)indata; /* UNUSED */
(void)insize; /* UNUSED */
return (ARCHIVE_FAILED);
}
static int
__archive_stub_sha512final(archive_sha512_ctx *ctx, void *md)
{
(void)ctx; /* UNUSED */
(void)md; /* UNUSED */
return (ARCHIVE_FAILED);
}
#endif
/* NOTE: Message Digest functions are set based on availability and by the
* following order of preference.
* 1. libc
* 2. libc2
* 3. libc3
* 4. libSystem
* 5. Nettle
* 6. OpenSSL
* 7. libmd
* 8. Windows API
*/
const struct archive_digest __archive_digest =
{
/* MD5 */
#if defined(ARCHIVE_CRYPTO_MD5_LIBC)
&__archive_libc_md5init,
&__archive_libc_md5update,
&__archive_libc_md5final,
#elif defined(ARCHIVE_CRYPTO_MD5_LIBMD)
&__archive_libmd_md5init,
&__archive_libmd_md5update,
&__archive_libmd_md5final,
#elif defined(ARCHIVE_CRYPTO_MD5_LIBSYSTEM)
&__archive_libsystem_md5init,
&__archive_libsystem_md5update,
&__archive_libsystem_md5final,
#elif defined(ARCHIVE_CRYPTO_MD5_NETTLE)
&__archive_nettle_md5init,
&__archive_nettle_md5update,
&__archive_nettle_md5final,
#elif defined(ARCHIVE_CRYPTO_MD5_OPENSSL)
&__archive_openssl_md5init,
&__archive_openssl_md5update,
&__archive_openssl_md5final,
#elif defined(ARCHIVE_CRYPTO_MD5_WIN)
&__archive_windowsapi_md5init,
&__archive_windowsapi_md5update,
&__archive_windowsapi_md5final,
#elif !defined(ARCHIVE_MD5_COMPILE_TEST)
&__archive_stub_md5init,
&__archive_stub_md5update,
&__archive_stub_md5final,
#endif
/* RIPEMD160 */
#if defined(ARCHIVE_CRYPTO_RMD160_LIBC)
&__archive_libc_ripemd160init,
&__archive_libc_ripemd160update,
&__archive_libc_ripemd160final,
#elif defined(ARCHIVE_CRYPTO_RMD160_LIBMD)
&__archive_libmd_ripemd160init,
&__archive_libmd_ripemd160update,
&__archive_libmd_ripemd160final,
#elif defined(ARCHIVE_CRYPTO_RMD160_NETTLE)
&__archive_nettle_ripemd160init,
&__archive_nettle_ripemd160update,
&__archive_nettle_ripemd160final,
#elif defined(ARCHIVE_CRYPTO_RMD160_OPENSSL)
&__archive_openssl_ripemd160init,
&__archive_openssl_ripemd160update,
&__archive_openssl_ripemd160final,
#elif !defined(ARCHIVE_RMD160_COMPILE_TEST)
&__archive_stub_ripemd160init,
&__archive_stub_ripemd160update,
&__archive_stub_ripemd160final,
#endif
/* SHA1 */
#if defined(ARCHIVE_CRYPTO_SHA1_LIBC)
&__archive_libc_sha1init,
&__archive_libc_sha1update,
&__archive_libc_sha1final,
#elif defined(ARCHIVE_CRYPTO_SHA1_LIBMD)
&__archive_libmd_sha1init,
&__archive_libmd_sha1update,
&__archive_libmd_sha1final,
#elif defined(ARCHIVE_CRYPTO_SHA1_LIBSYSTEM)
&__archive_libsystem_sha1init,
&__archive_libsystem_sha1update,
&__archive_libsystem_sha1final,
#elif defined(ARCHIVE_CRYPTO_SHA1_NETTLE)
&__archive_nettle_sha1init,
&__archive_nettle_sha1update,
&__archive_nettle_sha1final,
#elif defined(ARCHIVE_CRYPTO_SHA1_OPENSSL)
&__archive_openssl_sha1init,
&__archive_openssl_sha1update,
&__archive_openssl_sha1final,
#elif defined(ARCHIVE_CRYPTO_SHA1_WIN)
&__archive_windowsapi_sha1init,
&__archive_windowsapi_sha1update,
&__archive_windowsapi_sha1final,
#elif !defined(ARCHIVE_SHA1_COMPILE_TEST)
&__archive_stub_sha1init,
&__archive_stub_sha1update,
&__archive_stub_sha1final,
#endif
/* SHA256 */
#if defined(ARCHIVE_CRYPTO_SHA256_LIBC)
&__archive_libc_sha256init,
&__archive_libc_sha256update,
&__archive_libc_sha256final,
#elif defined(ARCHIVE_CRYPTO_SHA256_LIBC2)
&__archive_libc2_sha256init,
&__archive_libc2_sha256update,
&__archive_libc2_sha256final,
#elif defined(ARCHIVE_CRYPTO_SHA256_LIBC3)
&__archive_libc3_sha256init,
&__archive_libc3_sha256update,
&__archive_libc3_sha256final,
#elif defined(ARCHIVE_CRYPTO_SHA256_LIBMD)
&__archive_libmd_sha256init,
&__archive_libmd_sha256update,
&__archive_libmd_sha256final,
#elif defined(ARCHIVE_CRYPTO_SHA256_LIBSYSTEM)
&__archive_libsystem_sha256init,
&__archive_libsystem_sha256update,
&__archive_libsystem_sha256final,
#elif defined(ARCHIVE_CRYPTO_SHA256_NETTLE)
&__archive_nettle_sha256init,
&__archive_nettle_sha256update,
&__archive_nettle_sha256final,
#elif defined(ARCHIVE_CRYPTO_SHA256_OPENSSL)
&__archive_openssl_sha256init,
&__archive_openssl_sha256update,
&__archive_openssl_sha256final,
#elif defined(ARCHIVE_CRYPTO_SHA256_WIN)
&__archive_windowsapi_sha256init,
&__archive_windowsapi_sha256update,
&__archive_windowsapi_sha256final,
#elif !defined(ARCHIVE_SHA256_COMPILE_TEST)
&__archive_stub_sha256init,
&__archive_stub_sha256update,
&__archive_stub_sha256final,
#endif
/* SHA384 */
#if defined(ARCHIVE_CRYPTO_SHA384_LIBC)
&__archive_libc_sha384init,
&__archive_libc_sha384update,
&__archive_libc_sha384final,
#elif defined(ARCHIVE_CRYPTO_SHA384_LIBC2)
&__archive_libc2_sha384init,
&__archive_libc2_sha384update,
&__archive_libc2_sha384final,
#elif defined(ARCHIVE_CRYPTO_SHA384_LIBC3)
&__archive_libc3_sha384init,
&__archive_libc3_sha384update,
&__archive_libc3_sha384final,
#elif defined(ARCHIVE_CRYPTO_SHA384_LIBSYSTEM)
&__archive_libsystem_sha384init,
&__archive_libsystem_sha384update,
&__archive_libsystem_sha384final,
#elif defined(ARCHIVE_CRYPTO_SHA384_NETTLE)
&__archive_nettle_sha384init,
&__archive_nettle_sha384update,
&__archive_nettle_sha384final,
#elif defined(ARCHIVE_CRYPTO_SHA384_OPENSSL)
&__archive_openssl_sha384init,
&__archive_openssl_sha384update,
&__archive_openssl_sha384final,
#elif defined(ARCHIVE_CRYPTO_SHA384_WIN)
&__archive_windowsapi_sha384init,
&__archive_windowsapi_sha384update,
&__archive_windowsapi_sha384final,
#elif !defined(ARCHIVE_SHA384_COMPILE_TEST)
&__archive_stub_sha384init,
&__archive_stub_sha384update,
&__archive_stub_sha384final,
#endif
/* SHA512 */
#if defined(ARCHIVE_CRYPTO_SHA512_LIBC)
&__archive_libc_sha512init,
&__archive_libc_sha512update,
&__archive_libc_sha512final
#elif defined(ARCHIVE_CRYPTO_SHA512_LIBC2)
&__archive_libc2_sha512init,
&__archive_libc2_sha512update,
&__archive_libc2_sha512final
#elif defined(ARCHIVE_CRYPTO_SHA512_LIBC3)
&__archive_libc3_sha512init,
&__archive_libc3_sha512update,
&__archive_libc3_sha512final
#elif defined(ARCHIVE_CRYPTO_SHA512_LIBMD)
&__archive_libmd_sha512init,
&__archive_libmd_sha512update,
&__archive_libmd_sha512final
#elif defined(ARCHIVE_CRYPTO_SHA512_LIBSYSTEM)
&__archive_libsystem_sha512init,
&__archive_libsystem_sha512update,
&__archive_libsystem_sha512final
#elif defined(ARCHIVE_CRYPTO_SHA512_NETTLE)
&__archive_nettle_sha512init,
&__archive_nettle_sha512update,
&__archive_nettle_sha512final
#elif defined(ARCHIVE_CRYPTO_SHA512_OPENSSL)
&__archive_openssl_sha512init,
&__archive_openssl_sha512update,
&__archive_openssl_sha512final
#elif defined(ARCHIVE_CRYPTO_SHA512_WIN)
&__archive_windowsapi_sha512init,
&__archive_windowsapi_sha512update,
&__archive_windowsapi_sha512final
#elif !defined(ARCHIVE_SHA512_COMPILE_TEST)
&__archive_stub_sha512init,
&__archive_stub_sha512update,
&__archive_stub_sha512final
#endif
};
int
main(int argc, char **argv)
{
archive_md5_ctx ctx;
archive_md5_init(&ctx);
archive_md5_update(&ctx, *argv, argc);
archive_md5_final(&ctx, NULL);
return 0;
}
Checking support for ARCHIVE_CRYPTO_RMD160_LIBC failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_2ff6d
[1/2] Building C object CMakeFiles/cmTC_2ff6d.dir/check_crypto_md.c.o
FAILED: CMakeFiles/cmTC_2ff6d.dir/check_crypto_md.c.o
/usr/bin/cc -I/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build -I/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libarchive/libarchive -I. -Wall -Wformat -Wformat-security -o CMakeFiles/cmTC_2ff6d.dir/check_crypto_md.c.o -c check_crypto_md.c
In file included from check_crypto_md.c:1359:0:
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libarchive/libarchive/archive_digest_private.h:64:10: fatal error: rmd160.h: No such file or directory
#include <rmd160.h>
^~~~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source file was:
/* config.h. Generated from build/cmake/config.h.in by cmake configure */
/*
* Ensure we have C99-style int64_t, etc, all defined.
*/
/* First, we need to know if the system has already defined them. */
#define HAVE_INT16_T
#define HAVE_INT32_T
#define HAVE_INT64_T
#define HAVE_INTMAX_T
#define HAVE_UINT8_T
#define HAVE_UINT16_T
#define HAVE_UINT32_T
#define HAVE_UINT64_T
#define HAVE_UINTMAX_T
/* We might have the types we want under other spellings. */
/* #undef HAVE___INT64 */
/* #undef HAVE_U_INT64_T */
/* #undef HAVE_UNSIGNED___INT64 */
/* The sizes of various standard integer types. */
#define SIZE_OF_SHORT 2
#define SIZE_OF_INT 4
#define SIZE_OF_LONG 8
#define SIZE_OF_LONG_LONG 8
#define SIZE_OF_UNSIGNED_SHORT 2
#define SIZE_OF_UNSIGNED 4
#define SIZE_OF_UNSIGNED_LONG 8
#define SIZE_OF_UNSIGNED_LONG_LONG 8
/*
* If we lack int64_t, define it to the first of __int64, int, long, and long long
* that exists and is the right size.
*/
#if !defined(HAVE_INT64_T) && defined(HAVE___INT64)
typedef __int64 int64_t;
#define HAVE_INT64_T
#endif
#if !defined(HAVE_INT64_T) && SIZE_OF_INT == 8
typedef int int64_t;
#define HAVE_INT64_T
#endif
#if !defined(HAVE_INT64_T) && SIZE_OF_LONG == 8
typedef long int64_t;
#define HAVE_INT64_T
#endif
#if !defined(HAVE_INT64_T) && SIZE_OF_LONG_LONG == 8
typedef long long int64_t;
#define HAVE_INT64_T
#endif
#if !defined(HAVE_INT64_T)
#error No 64-bit integer type was found.
#endif
/*
* Similarly for int32_t
*/
#if !defined(HAVE_INT32_T) && SIZE_OF_INT == 4
typedef int int32_t;
#define HAVE_INT32_T
#endif
#if !defined(HAVE_INT32_T) && SIZE_OF_LONG == 4
typedef long int32_t;
#define HAVE_INT32_T
#endif
#if !defined(HAVE_INT32_T)
#error No 32-bit integer type was found.
#endif
/*
* Similarly for int16_t
*/
#if !defined(HAVE_INT16_T) && SIZE_OF_INT == 2
typedef int int16_t;
#define HAVE_INT16_T
#endif
#if !defined(HAVE_INT16_T) && SIZE_OF_SHORT == 2
typedef short int16_t;
#define HAVE_INT16_T
#endif
#if !defined(HAVE_INT16_T)
#error No 16-bit integer type was found.
#endif
/*
* Similarly for uint64_t
*/
#if !defined(HAVE_UINT64_T) && defined(HAVE_UNSIGNED___INT64)
typedef unsigned __int64 uint64_t;
#define HAVE_UINT64_T
#endif
#if !defined(HAVE_UINT64_T) && SIZE_OF_UNSIGNED == 8
typedef unsigned uint64_t;
#define HAVE_UINT64_T
#endif
#if !defined(HAVE_UINT64_T) && SIZE_OF_UNSIGNED_LONG == 8
typedef unsigned long uint64_t;
#define HAVE_UINT64_T
#endif
#if !defined(HAVE_UINT64_T) && SIZE_OF_UNSIGNED_LONG_LONG == 8
typedef unsigned long long uint64_t;
#define HAVE_UINT64_T
#endif
#if !defined(HAVE_UINT64_T)
#error No 64-bit unsigned integer type was found.
#endif
/*
* Similarly for uint32_t
*/
#if !defined(HAVE_UINT32_T) && SIZE_OF_UNSIGNED == 4
typedef unsigned uint32_t;
#define HAVE_UINT32_T
#endif
#if !defined(HAVE_UINT32_T) && SIZE_OF_UNSIGNED_LONG == 4
typedef unsigned long uint32_t;
#define HAVE_UINT32_T
#endif
#if !defined(HAVE_UINT32_T)
#error No 32-bit unsigned integer type was found.
#endif
/*
* Similarly for uint16_t
*/
#if !defined(HAVE_UINT16_T) && SIZE_OF_UNSIGNED == 2
typedef unsigned uint16_t;
#define HAVE_UINT16_T
#endif
#if !defined(HAVE_UINT16_T) && SIZE_OF_UNSIGNED_SHORT == 2
typedef unsigned short uint16_t;
#define HAVE_UINT16_T
#endif
#if !defined(HAVE_UINT16_T)
#error No 16-bit unsigned integer type was found.
#endif
/*
* Similarly for uint8_t
*/
#if !defined(HAVE_UINT8_T)
typedef unsigned char uint8_t;
#define HAVE_UINT8_T
#endif
#if !defined(HAVE_UINT16_T)
#error No 8-bit unsigned integer type was found.
#endif
/* Define intmax_t and uintmax_t if they are not already defined. */
#if !defined(HAVE_INTMAX_T)
typedef int64_t intmax_t;
#endif
#if !defined(HAVE_UINTMAX_T)
typedef uint64_t uintmax_t;
#endif
/* Define ZLIB_WINAPI if zlib was built on Visual Studio. */
/* #undef ZLIB_WINAPI */
/* Darwin ACL support */
/* #undef ARCHIVE_ACL_DARWIN */
/* FreeBSD ACL support */
/* #undef ARCHIVE_ACL_FREEBSD */
/* FreeBSD NFSv4 ACL support */
/* #undef ARCHIVE_ACL_FREEBSD_NFS4 */
/* Linux POSIX.1e ACL support via libacl */
/* #undef ARCHIVE_ACL_LIBACL */
/* Linux NFSv4 ACL support via librichacl */
/* #undef ARCHIVE_ACL_LIBRICHACL */
/* Solaris ACL support */
/* #undef ARCHIVE_ACL_SUNOS */
/* Solaris NFSv4 ACL support */
/* #undef ARCHIVE_ACL_SUNOS_NFS4 */
/* MD5 via ARCHIVE_CRYPTO_MD5_LIBC supported. */
/* #undef ARCHIVE_CRYPTO_MD5_LIBC */
/* MD5 via ARCHIVE_CRYPTO_MD5_LIBSYSTEM supported. */
/* #undef ARCHIVE_CRYPTO_MD5_LIBSYSTEM */
/* MD5 via ARCHIVE_CRYPTO_MD5_NETTLE supported. */
/* #undef ARCHIVE_CRYPTO_MD5_NETTLE */
/* MD5 via ARCHIVE_CRYPTO_MD5_OPENSSL supported. */
/* #undef ARCHIVE_CRYPTO_MD5_OPENSSL */
/* MD5 via ARCHIVE_CRYPTO_MD5_WIN supported. */
/* #undef ARCHIVE_CRYPTO_MD5_WIN */
/* RMD160 via ARCHIVE_CRYPTO_RMD160_LIBC supported. */
/* #undef ARCHIVE_CRYPTO_RMD160_LIBC */
/* RMD160 via ARCHIVE_CRYPTO_RMD160_NETTLE supported. */
/* #undef ARCHIVE_CRYPTO_RMD160_NETTLE */
/* RMD160 via ARCHIVE_CRYPTO_RMD160_OPENSSL supported. */
/* #undef ARCHIVE_CRYPTO_RMD160_OPENSSL */
/* SHA1 via ARCHIVE_CRYPTO_SHA1_LIBC supported. */
/* #undef ARCHIVE_CRYPTO_SHA1_LIBC */
/* SHA1 via ARCHIVE_CRYPTO_SHA1_LIBSYSTEM supported. */
/* #undef ARCHIVE_CRYPTO_SHA1_LIBSYSTEM */
/* SHA1 via ARCHIVE_CRYPTO_SHA1_NETTLE supported. */
/* #undef ARCHIVE_CRYPTO_SHA1_NETTLE */
/* SHA1 via ARCHIVE_CRYPTO_SHA1_OPENSSL supported. */
/* #undef ARCHIVE_CRYPTO_SHA1_OPENSSL */
/* SHA1 via ARCHIVE_CRYPTO_SHA1_WIN supported. */
/* #undef ARCHIVE_CRYPTO_SHA1_WIN */
/* SHA256 via ARCHIVE_CRYPTO_SHA256_LIBC supported. */
/* #undef ARCHIVE_CRYPTO_SHA256_LIBC */
/* SHA256 via ARCHIVE_CRYPTO_SHA256_LIBC2 supported. */
/* #undef ARCHIVE_CRYPTO_SHA256_LIBC2 */
/* SHA256 via ARCHIVE_CRYPTO_SHA256_LIBC3 supported. */
/* #undef ARCHIVE_CRYPTO_SHA256_LIBC3 */
/* SHA256 via ARCHIVE_CRYPTO_SHA256_LIBSYSTEM supported. */
/* #undef ARCHIVE_CRYPTO_SHA256_LIBSYSTEM */
/* SHA256 via ARCHIVE_CRYPTO_SHA256_NETTLE supported. */
/* #undef ARCHIVE_CRYPTO_SHA256_NETTLE */
/* SHA256 via ARCHIVE_CRYPTO_SHA256_OPENSSL supported. */
/* #undef ARCHIVE_CRYPTO_SHA256_OPENSSL */
/* SHA256 via ARCHIVE_CRYPTO_SHA256_WIN supported. */
/* #undef ARCHIVE_CRYPTO_SHA256_WIN */
/* SHA384 via ARCHIVE_CRYPTO_SHA384_LIBC supported. */
/* #undef ARCHIVE_CRYPTO_SHA384_LIBC */
/* SHA384 via ARCHIVE_CRYPTO_SHA384_LIBC2 supported. */
/* #undef ARCHIVE_CRYPTO_SHA384_LIBC2 */
/* SHA384 via ARCHIVE_CRYPTO_SHA384_LIBC3 supported. */
/* #undef ARCHIVE_CRYPTO_SHA384_LIBC3 */
/* SHA384 via ARCHIVE_CRYPTO_SHA384_LIBSYSTEM supported. */
/* #undef ARCHIVE_CRYPTO_SHA384_LIBSYSTEM */
/* SHA384 via ARCHIVE_CRYPTO_SHA384_NETTLE supported. */
/* #undef ARCHIVE_CRYPTO_SHA384_NETTLE */
/* SHA384 via ARCHIVE_CRYPTO_SHA384_OPENSSL supported. */
/* #undef ARCHIVE_CRYPTO_SHA384_OPENSSL */
/* SHA384 via ARCHIVE_CRYPTO_SHA384_WIN supported. */
/* #undef ARCHIVE_CRYPTO_SHA384_WIN */
/* SHA512 via ARCHIVE_CRYPTO_SHA512_LIBC supported. */
/* #undef ARCHIVE_CRYPTO_SHA512_LIBC */
/* SHA512 via ARCHIVE_CRYPTO_SHA512_LIBC2 supported. */
/* #undef ARCHIVE_CRYPTO_SHA512_LIBC2 */
/* SHA512 via ARCHIVE_CRYPTO_SHA512_LIBC3 supported. */
/* #undef ARCHIVE_CRYPTO_SHA512_LIBC3 */
/* SHA512 via ARCHIVE_CRYPTO_SHA512_LIBSYSTEM supported. */
/* #undef ARCHIVE_CRYPTO_SHA512_LIBSYSTEM */
/* SHA512 via ARCHIVE_CRYPTO_SHA512_NETTLE supported. */
/* #undef ARCHIVE_CRYPTO_SHA512_NETTLE */
/* SHA512 via ARCHIVE_CRYPTO_SHA512_OPENSSL supported. */
/* #undef ARCHIVE_CRYPTO_SHA512_OPENSSL */
/* SHA512 via ARCHIVE_CRYPTO_SHA512_WIN supported. */
/* #undef ARCHIVE_CRYPTO_SHA512_WIN */
/* AIX xattr support */
/* #undef ARCHIVE_XATTR_AIX */
/* Darwin xattr support */
/* #undef ARCHIVE_XATTR_DARWIN */
/* FreeBSD xattr support */
/* #undef ARCHIVE_XATTR_FREEBSD */
/* Linux xattr support */
#define ARCHIVE_XATTR_LINUX 1
/* Version number of bsdcpio */
#define BSDCPIO_VERSION_STRING "3.3.3dev"
/* Version number of bsdtar */
#define BSDTAR_VERSION_STRING "3.3.3dev"
/* Version number of bsdcat */
#define BSDCAT_VERSION_STRING "3.3.3dev"
/* Define to 1 if you have the `acl_create_entry' function. */
/* #undef HAVE_ACL_CREATE_ENTRY */
/* Define to 1 if you have the `acl_get_fd_np' function. */
/* #undef HAVE_ACL_GET_FD_NP */
/* Define to 1 if you have the `acl_get_link' function. */
/* #undef HAVE_ACL_GET_LINK */
/* Define to 1 if you have the `acl_get_link_np' function. */
/* #undef HAVE_ACL_GET_LINK_NP */
/* Define to 1 if you have the `acl_get_perm' function. */
/* #undef HAVE_ACL_GET_PERM */
/* Define to 1 if you have the `acl_get_perm_np' function. */
/* #undef HAVE_ACL_GET_PERM_NP */
/* Define to 1 if you have the `acl_init' function. */
/* #undef HAVE_ACL_INIT */
/* Define to 1 if you have the <acl/libacl.h> header file. */
/* #undef HAVE_ACL_LIBACL_H */
/* Define to 1 if the system has the type `acl_permset_t'. */
/* #undef HAVE_ACL_PERMSET_T */
/* Define to 1 if you have the `acl_set_fd' function. */
/* #undef HAVE_ACL_SET_FD */
/* Define to 1 if you have the `acl_set_fd_np' function. */
/* #undef HAVE_ACL_SET_FD_NP */
/* Define to 1 if you have the `acl_set_file' function. */
/* #undef HAVE_ACL_SET_FILE */
/* Define to 1 if you have the `arc4random_buf' function. */
/* #undef HAVE_ARC4RANDOM_BUF */
/* Define to 1 if you have the <attr/xattr.h> header file. */
/* #undef HAVE_ATTR_XATTR_H */
/* Define to 1 if you have the <Bcrypt.h> header file. */
/* #undef HAVE_BCRYPT_H */
/* Define to 1 if you have the <bsdxml.h> header file. */
/* #undef HAVE_BSDXML_H */
/* Define to 1 if you have the <bzlib.h> header file. */
/* #undef HAVE_BZLIB_H */
/* Define to 1 if you have the `chflags' function. */
/* #undef HAVE_CHFLAGS */
/* Define to 1 if you have the `chown' function. */
#define HAVE_CHOWN 1
/* Define to 1 if you have the `chroot' function. */
#define HAVE_CHROOT 1
/* Define to 1 if you have the <copyfile.h> header file. */
/* #undef HAVE_COPYFILE_H */
/* Define to 1 if you have the `ctime_r' function. */
#define HAVE_CTIME_R 1
/* Define to 1 if you have the <ctype.h> header file. */
#define HAVE_CTYPE_H 1
/* Define to 1 if you have the `cygwin_conv_path' function. */
/* #undef HAVE_CYGWIN_CONV_PATH */
/* Define to 1 if you have the declaration of `ACE_GETACL', and to 0 if you
don't. */
/* #undef HAVE_DECL_ACE_GETACL */
/* Define to 1 if you have the declaration of `ACE_GETACLCNT', and to 0 if you
don't. */
/* #undef HAVE_DECL_ACE_GETACLCNT */
/* Define to 1 if you have the declaration of `ACE_SETACL', and to 0 if you
don't. */
/* #undef HAVE_DECL_ACE_SETACL */
/* Define to 1 if you have the declaration of `ACL_SYNCHRONIZE', and to 0 if
you don't. */
/* #undef HAVE_DECL_ACL_SYNCHRONIZE */
/* Define to 1 if you have the declaration of `ACL_TYPE_EXTENDED', and to 0 if
you don't. */
/* #undef HAVE_DECL_ACL_TYPE_EXTENDED */
/* Define to 1 if you have the declaration of `ACL_TYPE_NFS4', and to 0 if you
don't. */
/* #undef HAVE_DECL_ACL_TYPE_NFS4 */
/* Define to 1 if you have the declaration of `ACL_USER', and to 0 if you
don't. */
/* #undef HAVE_DECL_ACL_USER */
/* Define to 1 if you have the declaration of `INT32_MAX', and to 0 if you
don't. */
#define HAVE_DECL_INT32_MAX 1
/* Define to 1 if you have the declaration of `INT32_MIN', and to 0 if you
don't. */
#define HAVE_DECL_INT32_MIN 1
/* Define to 1 if you have the declaration of `INT64_MAX', and to 0 if you
don't. */
#define HAVE_DECL_INT64_MAX 1
/* Define to 1 if you have the declaration of `INT64_MIN', and to 0 if you
don't. */
#define HAVE_DECL_INT64_MIN 1
/* Define to 1 if you have the declaration of `INTMAX_MAX', and to 0 if you
don't. */
#define HAVE_DECL_INTMAX_MAX 1
/* Define to 1 if you have the declaration of `INTMAX_MIN', and to 0 if you
don't. */
#define HAVE_DECL_INTMAX_MIN 1
/* Define to 1 if you have the declaration of `SETACL', and to 0 if you don't.
*/
/* #undef HAVE_DECL_SETACL */
/* Define to 1 if you have the declaration of `SIZE_MAX', and to 0 if you
don't. */
#define HAVE_DECL_SIZE_MAX 1
/* Define to 1 if you have the declaration of `SSIZE_MAX', and to 0 if you
don't. */
#define HAVE_DECL_SSIZE_MAX 1
/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
don't. */
#define HAVE_DECL_STRERROR_R 1
/* Define to 1 if you have the declaration of `UINT32_MAX', and to 0 if you
don't. */
#define HAVE_DECL_UINT32_MAX 1
/* Define to 1 if you have the declaration of `UINT64_MAX', and to 0 if you
don't. */
#define HAVE_DECL_UINT64_MAX 1
/* Define to 1 if you have the declaration of `UINTMAX_MAX', and to 0 if you
don't. */
#define HAVE_DECL_UINTMAX_MAX 1
/* Define to 1 if you have the declaration of `XATTR_NOFOLLOW', and to 0 if
you don't. */
/* #undef HAVE_DECL_XATTR_NOFOLLOW */
/* Define to 1 if you have the <direct.h> header file. */
/* #undef HAVE_DIRECT_H */
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
*/
#define HAVE_DIRENT_H 1
/* Define to 1 if you have the `dirfd' function. */
#define HAVE_DIRFD 1
/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1
/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
/* #undef HAVE_DOPRNT */
/* Define to 1 if nl_langinfo supports D_MD_ORDER */
/* #undef HAVE_D_MD_ORDER */
/* A possible errno value for invalid file format errors */
/* #undef HAVE_EFTYPE */
/* A possible errno value for invalid file format errors */
#define HAVE_EILSEQ 1
/* Define to 1 if you have the <errno.h> header file. */
#define HAVE_ERRNO_H 1
/* Define to 1 if you have the <expat.h> header file. */
#define HAVE_EXPAT_H 1
/* Define to 1 if you have the <ext2fs/ext2_fs.h> header file. */
/* #undef HAVE_EXT2FS_EXT2_FS_H */
/* Define to 1 if you have the `extattr_get_file' function. */
/* #undef HAVE_EXTATTR_GET_FILE */
/* Define to 1 if you have the `extattr_list_file' function. */
/* #undef HAVE_EXTATTR_LIST_FILE */
/* Define to 1 if you have the `extattr_set_fd' function. */
/* #undef HAVE_EXTATTR_SET_FD */
/* Define to 1 if you have the `extattr_set_file' function. */
/* #undef HAVE_EXTATTR_SET_FILE */
/* Define to 1 if EXTATTR_NAMESPACE_USER is defined in sys/extattr.h. */
/* #undef HAVE_DECL_EXTATTR_NAMESPACE_USER */
/* Define to 1 if you have the declaration of `GETACL', and to 0 if you don't.
*/
/* #undef HAVE_DECL_GETACL */
/* Define to 1 if you have the declaration of `GETACLCNT', and to 0 if you
don't. */
/* #undef HAVE_DECL_GETACLCNT */
/* Define to 1 if you have the `fchdir' function. */
#define HAVE_FCHDIR 1
/* Define to 1 if you have the `fchflags' function. */
/* #undef HAVE_FCHFLAGS */
/* Define to 1 if you have the `fchmod' function. */
#define HAVE_FCHMOD 1
/* Define to 1 if you have the `fchown' function. */
#define HAVE_FCHOWN 1
/* Define to 1 if you have the `fcntl' function. */
#define HAVE_FCNTL 1
/* Define to 1 if you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H 1
/* Define to 1 if you have the `fdopendir' function. */
#define HAVE_FDOPENDIR 1
/* Define to 1 if you have the `fgetea' function. */
/* #undef HAVE_FGETEA */
/* Define to 1 if you have the `fgetxattr' function. */
#define HAVE_FGETXATTR 1
/* Define to 1 if you have the `flistea' function. */
/* #undef HAVE_FLISTEA */
/* Define to 1 if you have the `flistxattr' function. */
#define HAVE_FLISTXATTR 1
/* Define to 1 if you have the `fork' function. */
#define HAVE_FORK 1
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
#define HAVE_FSEEKO 1
/* Define to 1 if you have the `fsetea' function. */
/* #undef HAVE_FSETEA */
/* Define to 1 if you have the `fsetxattr' function. */
#define HAVE_FSETXATTR 1
/* Define to 1 if you have the `fstat' function. */
#define HAVE_FSTAT 1
/* Define to 1 if you have the `fstatat' function. */
#define HAVE_FSTATAT 1
/* Define to 1 if you have the `fstatfs' function. */
#define HAVE_FSTATFS 1
/* Define to 1 if you have the `fstatvfs' function. */
#define HAVE_FSTATVFS 1
/* Define to 1 if you have the `ftruncate' function. */
#define HAVE_FTRUNCATE 1
/* Define to 1 if you have the `futimens' function. */
#define HAVE_FUTIMENS 1
/* Define to 1 if you have the `futimes' function. */
#define HAVE_FUTIMES 1
/* Define to 1 if you have the `futimesat' function. */
#define HAVE_FUTIMESAT 1
/* Define to 1 if you have the `getea' function. */
/* #undef HAVE_GETEA */
/* Define to 1 if you have the `geteuid' function. */
#define HAVE_GETEUID 1
/* Define to 1 if you have the `getgrgid_r' function. */
#define HAVE_GETGRGID_R 1
/* Define to 1 if you have the `getgrnam_r' function. */
#define HAVE_GETGRNAM_R 1
/* Define to 1 if you have the `getpid' function. */
#define HAVE_GETPID 1
/* Define to 1 if you have the `getpwnam_r' function. */
#define HAVE_GETPWNAM_R 1
/* Define to 1 if you have the `getpwuid_r' function. */
#define HAVE_GETPWUID_R 1
/* Define to 1 if you have the `getvfsbyname' function. */
/* #undef HAVE_GETVFSBYNAME */
/* Define to 1 if you have the `getxattr' function. */
#define HAVE_GETXATTR 1
/* Define to 1 if you have the `gmtime_r' function. */
#define HAVE_GMTIME_R 1
/* Define to 1 if you have the <grp.h> header file. */
#define HAVE_GRP_H 1
/* Define to 1 if you have the `iconv' function. */
#define HAVE_ICONV 1
/* Define to 1 if you have the <iconv.h> header file. */
#define HAVE_ICONV_H 1
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
/* Define to 1 if you have the <io.h> header file. */
/* #undef HAVE_IO_H */
/* Define to 1 if you have the <langinfo.h> header file. */
#define HAVE_LANGINFO_H 1
/* Define to 1 if you have the `lchflags' function. */
/* #undef HAVE_LCHFLAGS */
/* Define to 1 if you have the `lchmod' function. */
/* #undef HAVE_LCHMOD */
/* Define to 1 if you have the `lchown' function. */
#define HAVE_LCHOWN 1
/* Define to 1 if you have the `lgetea' function. */
/* #undef HAVE_LGETEA */
/* Define to 1 if you have the `lgetxattr' function. */
#define HAVE_LGETXATTR 1
/* Define to 1 if you have the `acl' library (-lacl). */
/* #undef HAVE_LIBACL */
/* Define to 1 if you have the `attr' library (-lattr). */
/* #undef HAVE_LIBATTR */
/* Define to 1 if you have the `bsdxml' library (-lbsdxml). */
/* #undef HAVE_LIBBSDXML */
/* Define to 1 if you have the `bz2' library (-lbz2). */
/* #undef HAVE_LIBBZ2 */
/* Define to 1 if you have the `charset' library (-lcharset). */
/* #undef HAVE_LIBCHARSET */
/* Define to 1 if you have the `crypto' library (-lcrypto). */
#define HAVE_LIBCRYPTO 1
/* Define to 1 if you have the `expat' library (-lexpat). */
#define HAVE_LIBEXPAT 1
/* Define to 1 if you have the `gcc' library (-lgcc). */
/* #undef HAVE_LIBGCC */
/* Define to 1 if you have the `lz4' library (-llz4). */
/* #undef HAVE_LIBLZ4 */
/* Define to 1 if you have the `lzma' library (-llzma). */
/* #undef HAVE_LIBLZMA */
/* Define to 1 if you have the `lzmadec' library (-llzmadec). */
/* #undef HAVE_LIBLZMADEC */
/* Define to 1 if you have the `lzo2' library (-llzo2). */
/* #undef HAVE_LIBLZO2 */
/* Define to 1 if you have the `nettle' library (-lnettle). */
/* #undef HAVE_LIBNETTLE */
/* Define to 1 if you have the `pcre' library (-lpcre). */
/* #undef HAVE_LIBPCRE */
/* Define to 1 if you have the `pcreposix' library (-lpcreposix). */
/* #undef HAVE_LIBPCREPOSIX */
/* Define to 1 if you have the `xml2' library (-lxml2). */
/* #undef HAVE_LIBXML2 */
/* Define to 1 if you have the <libxml/xmlreader.h> header file. */
/* #undef HAVE_LIBXML_XMLREADER_H */
/* Define to 1 if you have the <libxml/xmlwriter.h> header file. */
/* #undef HAVE_LIBXML_XMLWRITER_H */
/* Define to 1 if you have the `z' library (-lz). */
#define HAVE_LIBZ 1
/* Define to 1 if you have the `zstd' library (-lzstd). */
/* #undef HAVE_LIBZSTD */
/* Define to 1 if you have the <limits.h> header file. */
#define HAVE_LIMITS_H 1
/* Define to 1 if you have the `link' function. */
#define HAVE_LINK 1
/* Define to 1 if you have the <linux/fiemap.h> header file. */
#define HAVE_LINUX_FIEMAP_H 1
/* Define to 1 if you have the <linux/fs.h> header file. */
#define HAVE_LINUX_FS_H 1
/* Define to 1 if you have the <linux/magic.h> header file. */
#define HAVE_LINUX_MAGIC_H 1
/* Define to 1 if you have the <linux/types.h> header file. */
#define HAVE_LINUX_TYPES_H 1
/* Define to 1 if you have the `listea' function. */
/* #undef HAVE_LISTEA */
/* Define to 1 if you have the `listxattr' function. */
#define HAVE_LISTXATTR 1
/* Define to 1 if you have the `llistea' function. */
/* #undef HAVE_LLISTEA */
/* Define to 1 if you have the `llistxattr' function. */
#define HAVE_LLISTXATTR 1
/* Define to 1 if you have the <localcharset.h> header file. */
/* #undef HAVE_LOCALCHARSET_H */
/* Define to 1 if you have the `locale_charset' function. */
/* #undef HAVE_LOCALE_CHARSET */
/* Define to 1 if you have the <locale.h> header file. */
#define HAVE_LOCALE_H 1
/* Define to 1 if you have the `localtime_r' function. */
#define HAVE_LOCALTIME_R 1
/* Define to 1 if the system has the type `long long int'. */
/* #undef HAVE_LONG_LONG_INT */
/* Define to 1 if you have the `lsetea' function. */
/* #undef HAVE_LSETEA */
/* Define to 1 if you have the `lsetxattr' function. */
#define HAVE_LSETXATTR 1
/* Define to 1 if you have the `lstat' function. */
#define HAVE_LSTAT 1
/* Define to 1 if `lstat' has the bug that it succeeds when given the
zero-length file name argument. */
/* #undef HAVE_LSTAT_EMPTY_STRING_BUG */
/* Define to 1 if you have the `lutimes' function. */
#define HAVE_LUTIMES 1
/* Define to 1 if you have the <lz4hc.h> header file. */
/* #undef HAVE_LZ4HC_H */
/* Define to 1 if you have the <lz4.h> header file. */
/* #undef HAVE_LZ4_H */
/* Define to 1 if you have the <lzmadec.h> header file. */
/* #undef HAVE_LZMADEC_H */
/* Define to 1 if you have the <lzma.h> header file. */
/* #undef HAVE_LZMA_H */
/* Define to 1 if you have a working `lzma_stream_encoder_mt' function. */
/* #undef HAVE_LZMA_STREAM_ENCODER_MT */
/* Define to 1 if you have the <lzo/lzo1x.h> header file. */
/* #undef HAVE_LZO_LZO1X_H */
/* Define to 1 if you have the <lzo/lzoconf.h> header file. */
/* #undef HAVE_LZO_LZOCONF_H */
/* Define to 1 if you have the `mbrtowc' function. */
#define HAVE_MBRTOWC 1
/* Define to 1 if you have the <membership.h> header file. */
/* #undef HAVE_MEMBERSHIP_H */
/* Define to 1 if you have the `memmove' function. */
#define HAVE_MEMMOVE 1
/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1
/* Define to 1 if you have the `mkdir' function. */
#define HAVE_MKDIR 1
/* Define to 1 if you have the `mkfifo' function. */
#define HAVE_MKFIFO 1
/* Define to 1 if you have the `mknod' function. */
#define HAVE_MKNOD 1
/* Define to 1 if you have the `mkstemp' function. */
#define HAVE_MKSTEMP 1
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
/* #undef HAVE_NDIR_H */
/* Define to 1 if you have the <nettle/aes.h> header file. */
/* #undef HAVE_NETTLE_AES_H */
/* Define to 1 if you have the <nettle/hmac.h> header file. */
/* #undef HAVE_NETTLE_HMAC_H */
/* Define to 1 if you have the <nettle/md5.h> header file. */
/* #undef HAVE_NETTLE_MD5_H */
/* Define to 1 if you have the <nettle/pbkdf2.h> header file. */
/* #undef HAVE_NETTLE_PBKDF2_H */
/* Define to 1 if you have the <nettle/ripemd160.h> header file. */
/* #undef HAVE_NETTLE_RIPEMD160_H */
/* Define to 1 if you have the <nettle/sha.h> header file. */
/* #undef HAVE_NETTLE_SHA_H */
/* Define to 1 if you have the `nl_langinfo' function. */
#define HAVE_NL_LANGINFO 1
/* Define to 1 if you have the `openat' function. */
#define HAVE_OPENAT 1
/* Define to 1 if you have the <paths.h> header file. */
#define HAVE_PATHS_H 1
/* Define to 1 if you have the <pcreposix.h> header file. */
/* #undef HAVE_PCREPOSIX_H */
/* Define to 1 if you have the `pipe' function. */
#define HAVE_PIPE 1
/* Define to 1 if you have the `PKCS5_PBKDF2_HMAC_SHA1' function. */
/* #undef HAVE_PKCS5_PBKDF2_HMAC_SHA1 */
/* Define to 1 if you have the `poll' function. */
#define HAVE_POLL 1
/* Define to 1 if you have the <poll.h> header file. */
#define HAVE_POLL_H 1
/* Define to 1 if you have the `posix_spawnp' function. */
#define HAVE_POSIX_SPAWNP 1
/* Define to 1 if you have the <process.h> header file. */
/* #undef HAVE_PROCESS_H */
/* Define to 1 if you have the <pthread.h> header file. */
#define HAVE_PTHREAD_H 1
/* Define to 1 if you have the <pwd.h> header file. */
#define HAVE_PWD_H 1
/* Define to 1 if you have the `readdir_r' function. */
#define HAVE_READDIR_R 1
/* Define to 1 if you have the `readlink' function. */
#define HAVE_READLINK 1
/* Define to 1 if you have the `readlinkat' function. */
#define HAVE_READLINKAT 1
/* Define to 1 if you have the `readpassphrase' function. */
/* #undef HAVE_READPASSPHRASE */
/* Define to 1 if you have the <readpassphrase.h> header file. */
/* #undef HAVE_READPASSPHRASE_H */
/* Define to 1 if you have the <regex.h> header file. */
#define HAVE_REGEX_H 1
/* Define to 1 if you have the `select' function. */
#define HAVE_SELECT 1
/* Define to 1 if you have the `setenv' function. */
#define HAVE_SETENV 1
/* Define to 1 if you have the `setlocale' function. */
#define HAVE_SETLOCALE 1
/* Define to 1 if you have the `sigaction' function. */
#define HAVE_SIGACTION 1
/* Define to 1 if you have the <signal.h> header file. */
#define HAVE_SIGNAL_H 1
/* Define to 1 if you have the <spawn.h> header file. */
#define HAVE_SPAWN_H 1
/* Define to 1 if you have the `statfs' function. */
#define HAVE_STATFS 1
/* Define to 1 if you have the `statvfs' function. */
#define HAVE_STATVFS 1
/* Define to 1 if `stat' has the bug that it succeeds when given the
zero-length file name argument. */
/* #undef HAVE_STAT_EMPTY_STRING_BUG */
/* Define to 1 if you have the <stdarg.h> header file. */
#define HAVE_STDARG_H 1
/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1
/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1
/* Define to 1 if you have the `strchr' function. */
#define HAVE_STRCHR 1
/* Define to 1 if you have the `strdup' function. */
#define HAVE_STRDUP 1
/* Define to 1 if you have the `strerror' function. */
#define HAVE_STRERROR 1
/* Define to 1 if you have the `strerror_r' function. */
#define HAVE_STRERROR_R 1
/* Define to 1 if you have the `strftime' function. */
#define HAVE_STRFTIME 1
/* Define to 1 if you have the <strings.h> header file. */
#define HAVE_STRINGS_H 1
/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1
/* Define to 1 if you have the `strrchr' function. */
#define HAVE_STRRCHR 1
/* Define to 1 if `f_namemax' is a member of `struct statfs'. */
/* #undef HAVE_STRUCT_STATFS_F_NAMEMAX */
/* Define to 1 if `f_iosize' is a member of `struct statvfs'. */
/* #undef HAVE_STRUCT_STATVFS_F_IOSIZE */
/* Define to 1 if `st_birthtime' is a member of `struct stat'. */
/* #undef HAVE_STRUCT_STAT_ST_BIRTHTIME */
/* Define to 1 if `st_birthtimespec.tv_nsec' is a member of `struct stat'. */
/* #undef HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC */
/* Define to 1 if `st_blksize' is a member of `struct stat'. */
#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
/* Define to 1 if `st_flags' is a member of `struct stat'. */
/* #undef HAVE_STRUCT_STAT_ST_FLAGS */
/* Define to 1 if `st_mtimespec.tv_nsec' is a member of `struct stat'. */
/* #undef HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC */
/* Define to 1 if `st_mtime_n' is a member of `struct stat'. */
/* #undef HAVE_STRUCT_STAT_ST_MTIME_N */
/* Define to 1 if `st_mtime_usec' is a member of `struct stat'. */
/* #undef HAVE_STRUCT_STAT_ST_MTIME_USEC */
/* Define to 1 if `st_mtim.tv_nsec' is a member of `struct stat'. */
#define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
/* Define to 1 if `st_umtime' is a member of `struct stat'. */
/* #undef HAVE_STRUCT_STAT_ST_UMTIME */
/* Define to 1 if `tm_gmtoff' is a member of `struct tm'. */
#define HAVE_STRUCT_TM_TM_GMTOFF 1
/* Define to 1 if `__tm_gmtoff' is a member of `struct tm'. */
/* #undef HAVE_STRUCT_TM___TM_GMTOFF */
/* Define to 1 if you have `struct vfsconf'. */
/* #undef HAVE_STRUCT_VFSCONF */
/* Define to 1 if you have `struct xvfsconf'. */
/* #undef HAVE_STRUCT_XVFSCONF */
/* Define to 1 if you have the `symlink' function. */
#define HAVE_SYMLINK 1
/* Define to 1 if you have the <sys/acl.h> header file. */
/* #undef HAVE_SYS_ACL_H */
/* Define to 1 if you have the <sys/cdefs.h> header file. */
#define HAVE_SYS_CDEFS_H 1
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
*/
/* #undef HAVE_SYS_DIR_H */
/* Define to 1 if you have the <sys/ea.h> header file. */
/* #undef HAVE_SYS_EA_H */
/* Define to 1 if you have the <sys/extattr.h> header file. */
/* #undef HAVE_SYS_EXTATTR_H */
/* Define to 1 if you have the <sys/ioctl.h> header file. */
#define HAVE_SYS_IOCTL_H 1
/* Define to 1 if you have the <sys/mkdev.h> header file. */
/* #undef HAVE_SYS_MKDEV_H */
/* Define to 1 if you have the <sys/mount.h> header file. */
/* #undef HAVE_SYS_MOUNT_H */
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
*/
/* #undef HAVE_SYS_NDIR_H */
/* Define to 1 if you have the <sys/param.h> header file. */
#define HAVE_SYS_PARAM_H 1
/* Define to 1 if you have the <sys/poll.h> header file. */
#define HAVE_SYS_POLL_H 1
/* Define to 1 if you have the <sys/richacl.h> header file. */
/* #undef HAVE_SYS_RICHACL_H */
/* Define to 1 if you have the <sys/select.h> header file. */
#define HAVE_SYS_SELECT_H 1
/* Define to 1 if you have the <sys/statfs.h> header file. */
#define HAVE_SYS_STATFS_H 1
/* Define to 1 if you have the <sys/statvfs.h> header file. */
#define HAVE_SYS_STATVFS_H 1
/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1
/* Define to 1 if you have the <sys/time.h> header file. */
#define HAVE_SYS_TIME_H 1
/* Define to 1 if you have the <sys/sysmacros.h> header file. */
#define HAVE_SYS_SYSMACROS_H 1
/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1
/* Define to 1 if you have the <sys/utime.h> header file. */
/* #undef HAVE_SYS_UTIME_H */
/* Define to 1 if you have the <sys/utsname.h> header file. */
#define HAVE_SYS_UTSNAME_H 1
/* Define to 1 if you have the <sys/vfs.h> header file. */
#define HAVE_SYS_VFS_H 1
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
#define HAVE_SYS_WAIT_H 1
/* Define to 1 if you have the <sys/xattr.h> header file. */
#define HAVE_SYS_XATTR_H 1
/* Define to 1 if you have the `timegm' function. */
#define HAVE_TIMEGM 1
/* Define to 1 if you have the <time.h> header file. */
#define HAVE_TIME_H 1
/* Define to 1 if you have the `tzset' function. */
#define HAVE_TZSET 1
/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
/* Define to 1 if you have the `unsetenv' function. */
#define HAVE_UNSETENV 1
/* Define to 1 if the system has the type `unsigned long long'. */
/* #undef HAVE_UNSIGNED_LONG_LONG */
/* Define to 1 if the system has the type `unsigned long long int'. */
/* #undef HAVE_UNSIGNED_LONG_LONG_INT */
/* Define to 1 if you have the `utime' function. */
#define HAVE_UTIME 1
/* Define to 1 if you have the `utimensat' function. */
#define HAVE_UTIMENSAT 1
/* Define to 1 if you have the `utimes' function. */
#define HAVE_UTIMES 1
/* Define to 1 if you have the <utime.h> header file. */
#define HAVE_UTIME_H 1
/* Define to 1 if you have the `vfork' function. */
#define HAVE_VFORK 1
/* Define to 1 if you have the `vprintf' function. */
#define HAVE_VPRINTF 1
/* Define to 1 if you have the <wchar.h> header file. */
#define HAVE_WCHAR_H 1
/* Define to 1 if the system has the type `wchar_t'. */
#define HAVE_WCHAR_T 1
/* Define to 1 if you have the `wcrtomb' function. */
#define HAVE_WCRTOMB 1
/* Define to 1 if you have the `wcscmp' function. */
#define HAVE_WCSCMP 1
/* Define to 1 if you have the `wcscpy' function. */
#define HAVE_WCSCPY 1
/* Define to 1 if you have the `wcslen' function. */
#define HAVE_WCSLEN 1
/* Define to 1 if you have the `wctomb' function. */
#define HAVE_WCTOMB 1
/* Define to 1 if you have the <wctype.h> header file. */
#define HAVE_WCTYPE_H 1
/* Define to 1 if you have the <wincrypt.h> header file. */
/* #undef HAVE_WINCRYPT_H */
/* Define to 1 if you have the <windows.h> header file. */
/* #undef HAVE_WINDOWS_H */
/* Define to 1 if you have the <winioctl.h> header file. */
/* #undef HAVE_WINIOCTL_H */
/* Define to 1 if you have _CrtSetReportMode in <crtdbg.h> */
/* #undef HAVE__CrtSetReportMode */
/* Define to 1 if you have the `wmemcmp' function. */
#define HAVE_WMEMCMP 1
/* Define to 1 if you have the `wmemcpy' function. */
#define HAVE_WMEMCPY 1
/* Define to 1 if you have the `wmemmove' function. */
#define HAVE_WMEMMOVE 1
/* Define to 1 if you have a working EXT2_IOC_GETFLAGS */
/* #undef HAVE_WORKING_EXT2_IOC_GETFLAGS */
/* Define to 1 if you have a working FS_IOC_GETFLAGS */
#define HAVE_WORKING_FS_IOC_GETFLAGS 1
/* Define to 1 if you have the <zlib.h> header file. */
#define HAVE_ZLIB_H 1
/* Define to 1 if you have the <zstd.h> header file. */
/* #undef HAVE_ZSTD_H */
/* Define to 1 if you have the `_ctime64_s' function. */
/* #undef HAVE__CTIME64_S */
/* Define to 1 if you have the `_fseeki64' function. */
/* #undef HAVE__FSEEKI64 */
/* Define to 1 if you have the `_get_timezone' function. */
/* #undef HAVE__GET_TIMEZONE */
/* Define to 1 if you have the `_localtime64_s' function. */
/* #undef HAVE__LOCALTIME64_S */
/* Define to 1 if you have the `_mkgmtime64' function. */
/* #undef HAVE__MKGMTIME64 */
/* Define as const if the declaration of iconv() needs const. */
#define ICONV_CONST
/* Version number of libarchive as a single integer */
#define LIBARCHIVE_VERSION_NUMBER "3003003"
/* Version number of libarchive */
#define LIBARCHIVE_VERSION_STRING "3.3.3dev"
/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
slash. */
/* #undef LSTAT_FOLLOWS_SLASHED_SYMLINK */
/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
*/
/* #undef MAJOR_IN_MKDEV */
/* Define to 1 if `major', `minor', and `makedev' are declared in
<sysmacros.h>. */
#define MAJOR_IN_SYSMACROS 1
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
/* #undef NO_MINUS_C_MINUS_O */
/* The size of `wchar_t', as computed by sizeof. */
#define SIZEOF_WCHAR_T 4
/* Define to 1 if strerror_r returns char *. */
/* #undef STRERROR_R_CHAR_P */
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#define TIME_WITH_SYS_TIME 1
/*
* Some platform requires a macro to use extension functions.
*/
#define SAFE_TO_DEFINE_EXTENSIONS 1
#ifdef SAFE_TO_DEFINE_EXTENSIONS
/* Enable extensions on AIX 3, Interix. */
#ifndef _ALL_SOURCE
# define _ALL_SOURCE 1
#endif
/* Enable GNU extensions on systems that have them. */
#ifndef _GNU_SOURCE
# define _GNU_SOURCE 1
#endif
/* Enable threading extensions on Solaris. */
#ifndef _POSIX_PTHREAD_SEMANTICS
# define _POSIX_PTHREAD_SEMANTICS 1
#endif
/* Enable extensions on HP NonStop. */
#ifndef _TANDEM_SOURCE
# define _TANDEM_SOURCE 1
#endif
/* Enable general extensions on Solaris. */
#ifndef __EXTENSIONS__
# define __EXTENSIONS__ 1
#endif
#endif /* SAFE_TO_DEFINE_EXTENSIONS */
/* Version number of package */
#define VERSION "3.3.3dev"
/* Number of bits in a file offset, on hosts where this is settable. */
/* #undef _FILE_OFFSET_BITS */
/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
/* #undef _LARGEFILE_SOURCE */
/* Define for large files, on AIX-style hosts. */
/* #undef _LARGE_FILES */
/* Define to control Windows SDK version */
#ifndef NTDDI_VERSION
/* #undef NTDDI_VERSION */
#endif // NTDDI_VERSION
#ifndef _WIN32_WINNT
/* #undef _WIN32_WINNT */
#endif // _WIN32_WINNT
#ifndef WINVER
/* #undef WINVER */
#endif // WINVER
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */
/* Define to `int' if <sys/types.h> doesn't define. */
/* #undef gid_t */
/* Define to `unsigned long' if <sys/types.h> does not define. */
/* #undef id_t */
/* Define to `int' if <sys/types.h> does not define. */
/* #undef mode_t */
/* Define to `long long' if <sys/types.h> does not define. */
/* #undef off_t */
/* Define to `int' if <sys/types.h> doesn't define. */
/* #undef pid_t */
/* Define to `unsigned int' if <sys/types.h> does not define. */
/* #undef size_t */
/* Define to `int' if <sys/types.h> does not define. */
/* #undef ssize_t */
/* Define to `int' if <sys/types.h> doesn't define. */
/* #undef uid_t */
/* Define to `int' if <sys/types.h> does not define. */
/* #undef intptr_t */
/* Define to `unsigned int' if <sys/types.h> does not define. */
/* #undef uintptr_t */
#define ARCHIVE_RMD160_COMPILE_TEST
#define ARCHIVE_CRYPTO_RMD160_LIBC
#define PLATFORM_CONFIG_H "check_crypto_md.h"
/*-
* Copyright (c) 2003-2007 Tim Kientzle
* Copyright (c) 2011 Andres Mejia
* Copyright (c) 2011 Michihiro NAKAJIMA
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
* IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "archive_platform.h"
#include "archive.h"
#include "archive_digest_private.h"
/* In particular, force the configure probe to break if it tries
* to test a combination of OpenSSL and libmd. */
#if defined(ARCHIVE_CRYPTO_OPENSSL) && defined(ARCHIVE_CRYPTO_LIBMD)
#error Cannot use both OpenSSL and libmd.
#endif
/*
* Message digest functions for Windows platform.
*/
#if defined(ARCHIVE_CRYPTO_MD5_WIN) ||\
defined(ARCHIVE_CRYPTO_SHA1_WIN) ||\
defined(ARCHIVE_CRYPTO_SHA256_WIN) ||\
defined(ARCHIVE_CRYPTO_SHA384_WIN) ||\
defined(ARCHIVE_CRYPTO_SHA512_WIN)
/*
* Initialize a Message digest.
*/
static int
win_crypto_init(Digest_CTX *ctx, ALG_ID algId)
{
ctx->valid = 0;
if (!CryptAcquireContext(&ctx->cryptProv, NULL, NULL,
PROV_RSA_FULL, CRYPT_VERIFYCONTEXT)) {
if (GetLastError() != (DWORD)NTE_BAD_KEYSET)
return (ARCHIVE_FAILED);
if (!CryptAcquireContext(&ctx->cryptProv, NULL, NULL,
PROV_RSA_FULL, CRYPT_NEWKEYSET))
return (ARCHIVE_FAILED);
}
if (!CryptCreateHash(ctx->cryptProv, algId, 0, 0, &ctx->hash)) {
CryptReleaseContext(ctx->cryptProv, 0);
return (ARCHIVE_FAILED);
}
ctx->valid = 1;
return (ARCHIVE_OK);
}
/*
* Update a Message digest.
*/
static int
win_crypto_Update(Digest_CTX *ctx, const unsigned char *buf, size_t len)
{
if (!ctx->valid)
return (ARCHIVE_FAILED);
CryptHashData(ctx->hash,
(unsigned char *)(uintptr_t)buf,
(DWORD)len, 0);
return (ARCHIVE_OK);
}
static int
win_crypto_Final(unsigned char *buf, size_t bufsize, Digest_CTX *ctx)
{
DWORD siglen = (DWORD)bufsize;
if (!ctx->valid)
return (ARCHIVE_FAILED);
CryptGetHashParam(ctx->hash, HP_HASHVAL, buf, &siglen, 0);
CryptDestroyHash(ctx->hash);
CryptReleaseContext(ctx->cryptProv, 0);
ctx->valid = 0;
return (ARCHIVE_OK);
}
#endif /* defined(ARCHIVE_CRYPTO_*_WIN) */
/* MD5 implementations */
#if defined(ARCHIVE_CRYPTO_MD5_LIBC)
static int
__archive_libc_md5init(archive_md5_ctx *ctx)
{
MD5Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libc_md5update(archive_md5_ctx *ctx, const void *indata,
size_t insize)
{
MD5Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libc_md5final(archive_md5_ctx *ctx, void *md)
{
MD5Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_MD5_LIBMD)
static int
__archive_libmd_md5init(archive_md5_ctx *ctx)
{
MD5Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libmd_md5update(archive_md5_ctx *ctx, const void *indata,
size_t insize)
{
MD5Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libmd_md5final(archive_md5_ctx *ctx, void *md)
{
MD5Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_MD5_LIBSYSTEM)
static int
__archive_libsystem_md5init(archive_md5_ctx *ctx)
{
CC_MD5_Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libsystem_md5update(archive_md5_ctx *ctx, const void *indata,
size_t insize)
{
CC_MD5_Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libsystem_md5final(archive_md5_ctx *ctx, void *md)
{
CC_MD5_Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_MD5_NETTLE)
static int
__archive_nettle_md5init(archive_md5_ctx *ctx)
{
md5_init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_nettle_md5update(archive_md5_ctx *ctx, const void *indata,
size_t insize)
{
md5_update(ctx, insize, indata);
return (ARCHIVE_OK);
}
static int
__archive_nettle_md5final(archive_md5_ctx *ctx, void *md)
{
md5_digest(ctx, MD5_DIGEST_SIZE, md);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_MD5_OPENSSL)
static int
__archive_openssl_md5init(archive_md5_ctx *ctx)
{
if ((*ctx = EVP_MD_CTX_new()) == NULL)
return (ARCHIVE_FAILED);
EVP_DigestInit(*ctx, EVP_md5());
return (ARCHIVE_OK);
}
static int
__archive_openssl_md5update(archive_md5_ctx *ctx, const void *indata,
size_t insize)
{
EVP_DigestUpdate(*ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_openssl_md5final(archive_md5_ctx *ctx, void *md)
{
/* HACK: archive_write_set_format_xar.c is finalizing empty contexts, so
* this is meant to cope with that. Real fix is probably to fix
* archive_write_set_format_xar.c
*/
if (*ctx) {
EVP_DigestFinal(*ctx, md, NULL);
EVP_MD_CTX_free(*ctx);
*ctx = NULL;
}
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_MD5_WIN)
static int
__archive_windowsapi_md5init(archive_md5_ctx *ctx)
{
return (win_crypto_init(ctx, CALG_MD5));
}
static int
__archive_windowsapi_md5update(archive_md5_ctx *ctx, const void *indata,
size_t insize)
{
return (win_crypto_Update(ctx, indata, insize));
}
static int
__archive_windowsapi_md5final(archive_md5_ctx *ctx, void *md)
{
return (win_crypto_Final(md, 16, ctx));
}
#else
static int
__archive_stub_md5init(archive_md5_ctx *ctx)
{
(void)ctx; /* UNUSED */
return (ARCHIVE_FAILED);
}
static int
__archive_stub_md5update(archive_md5_ctx *ctx, const void *indata,
size_t insize)
{
(void)ctx; /* UNUSED */
(void)indata; /* UNUSED */
(void)insize; /* UNUSED */
return (ARCHIVE_FAILED);
}
static int
__archive_stub_md5final(archive_md5_ctx *ctx, void *md)
{
(void)ctx; /* UNUSED */
(void)md; /* UNUSED */
return (ARCHIVE_FAILED);
}
#endif
/* RIPEMD160 implementations */
#if defined(ARCHIVE_CRYPTO_RMD160_LIBC)
static int
__archive_libc_ripemd160init(archive_rmd160_ctx *ctx)
{
RMD160Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libc_ripemd160update(archive_rmd160_ctx *ctx, const void *indata,
size_t insize)
{
RMD160Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libc_ripemd160final(archive_rmd160_ctx *ctx, void *md)
{
RMD160Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_RMD160_LIBMD)
static int
__archive_libmd_ripemd160init(archive_rmd160_ctx *ctx)
{
RIPEMD160_Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libmd_ripemd160update(archive_rmd160_ctx *ctx, const void *indata,
size_t insize)
{
RIPEMD160_Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libmd_ripemd160final(archive_rmd160_ctx *ctx, void *md)
{
RIPEMD160_Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_RMD160_NETTLE)
static int
__archive_nettle_ripemd160init(archive_rmd160_ctx *ctx)
{
ripemd160_init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_nettle_ripemd160update(archive_rmd160_ctx *ctx, const void *indata,
size_t insize)
{
ripemd160_update(ctx, insize, indata);
return (ARCHIVE_OK);
}
static int
__archive_nettle_ripemd160final(archive_rmd160_ctx *ctx, void *md)
{
ripemd160_digest(ctx, RIPEMD160_DIGEST_SIZE, md);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_RMD160_OPENSSL)
static int
__archive_openssl_ripemd160init(archive_rmd160_ctx *ctx)
{
if ((*ctx = EVP_MD_CTX_new()) == NULL)
return (ARCHIVE_FAILED);
EVP_DigestInit(*ctx, EVP_ripemd160());
return (ARCHIVE_OK);
}
static int
__archive_openssl_ripemd160update(archive_rmd160_ctx *ctx, const void *indata,
size_t insize)
{
EVP_DigestUpdate(*ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_openssl_ripemd160final(archive_rmd160_ctx *ctx, void *md)
{
if (*ctx) {
EVP_DigestFinal(*ctx, md, NULL);
EVP_MD_CTX_free(*ctx);
*ctx = NULL;
}
return (ARCHIVE_OK);
}
#else
static int
__archive_stub_ripemd160init(archive_rmd160_ctx *ctx)
{
(void)ctx; /* UNUSED */
return (ARCHIVE_FAILED);
}
static int
__archive_stub_ripemd160update(archive_rmd160_ctx *ctx, const void *indata,
size_t insize)
{
(void)ctx; /* UNUSED */
(void)indata; /* UNUSED */
(void)insize; /* UNUSED */
return (ARCHIVE_FAILED);
}
static int
__archive_stub_ripemd160final(archive_rmd160_ctx *ctx, void *md)
{
(void)ctx; /* UNUSED */
(void)md; /* UNUSED */
return (ARCHIVE_FAILED);
}
#endif
/* SHA1 implementations */
#if defined(ARCHIVE_CRYPTO_SHA1_LIBC)
static int
__archive_libc_sha1init(archive_sha1_ctx *ctx)
{
SHA1Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libc_sha1update(archive_sha1_ctx *ctx, const void *indata,
size_t insize)
{
SHA1Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libc_sha1final(archive_sha1_ctx *ctx, void *md)
{
SHA1Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA1_LIBMD)
static int
__archive_libmd_sha1init(archive_sha1_ctx *ctx)
{
SHA1_Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libmd_sha1update(archive_sha1_ctx *ctx, const void *indata,
size_t insize)
{
SHA1_Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libmd_sha1final(archive_sha1_ctx *ctx, void *md)
{
SHA1_Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA1_LIBSYSTEM)
static int
__archive_libsystem_sha1init(archive_sha1_ctx *ctx)
{
CC_SHA1_Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libsystem_sha1update(archive_sha1_ctx *ctx, const void *indata,
size_t insize)
{
CC_SHA1_Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libsystem_sha1final(archive_sha1_ctx *ctx, void *md)
{
CC_SHA1_Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA1_NETTLE)
static int
__archive_nettle_sha1init(archive_sha1_ctx *ctx)
{
sha1_init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_nettle_sha1update(archive_sha1_ctx *ctx, const void *indata,
size_t insize)
{
sha1_update(ctx, insize, indata);
return (ARCHIVE_OK);
}
static int
__archive_nettle_sha1final(archive_sha1_ctx *ctx, void *md)
{
sha1_digest(ctx, SHA1_DIGEST_SIZE, md);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA1_OPENSSL)
static int
__archive_openssl_sha1init(archive_sha1_ctx *ctx)
{
if ((*ctx = EVP_MD_CTX_new()) == NULL)
return (ARCHIVE_FAILED);
EVP_DigestInit(*ctx, EVP_sha1());
return (ARCHIVE_OK);
}
static int
__archive_openssl_sha1update(archive_sha1_ctx *ctx, const void *indata,
size_t insize)
{
EVP_DigestUpdate(*ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_openssl_sha1final(archive_sha1_ctx *ctx, void *md)
{
/* HACK: archive_write_set_format_xar.c is finalizing empty contexts, so
* this is meant to cope with that. Real fix is probably to fix
* archive_write_set_format_xar.c
*/
if (*ctx) {
EVP_DigestFinal(*ctx, md, NULL);
EVP_MD_CTX_free(*ctx);
*ctx = NULL;
}
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA1_WIN)
static int
__archive_windowsapi_sha1init(archive_sha1_ctx *ctx)
{
return (win_crypto_init(ctx, CALG_SHA1));
}
static int
__archive_windowsapi_sha1update(archive_sha1_ctx *ctx, const void *indata,
size_t insize)
{
return (win_crypto_Update(ctx, indata, insize));
}
static int
__archive_windowsapi_sha1final(archive_sha1_ctx *ctx, void *md)
{
return (win_crypto_Final(md, 20, ctx));
}
#else
static int
__archive_stub_sha1init(archive_sha1_ctx *ctx)
{
(void)ctx; /* UNUSED */
return (ARCHIVE_FAILED);
}
static int
__archive_stub_sha1update(archive_sha1_ctx *ctx, const void *indata,
size_t insize)
{
(void)ctx; /* UNUSED */
(void)indata; /* UNUSED */
(void)insize; /* UNUSED */
return (ARCHIVE_FAILED);
}
static int
__archive_stub_sha1final(archive_sha1_ctx *ctx, void *md)
{
(void)ctx; /* UNUSED */
(void)md; /* UNUSED */
return (ARCHIVE_FAILED);
}
#endif
/* SHA256 implementations */
#if defined(ARCHIVE_CRYPTO_SHA256_LIBC)
static int
__archive_libc_sha256init(archive_sha256_ctx *ctx)
{
SHA256_Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libc_sha256update(archive_sha256_ctx *ctx, const void *indata,
size_t insize)
{
SHA256_Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libc_sha256final(archive_sha256_ctx *ctx, void *md)
{
SHA256_Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA256_LIBC2)
static int
__archive_libc2_sha256init(archive_sha256_ctx *ctx)
{
SHA256Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libc2_sha256update(archive_sha256_ctx *ctx, const void *indata,
size_t insize)
{
SHA256Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libc2_sha256final(archive_sha256_ctx *ctx, void *md)
{
SHA256Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA256_LIBC3)
static int
__archive_libc3_sha256init(archive_sha256_ctx *ctx)
{
SHA256Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libc3_sha256update(archive_sha256_ctx *ctx, const void *indata,
size_t insize)
{
SHA256Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libc3_sha256final(archive_sha256_ctx *ctx, void *md)
{
SHA256Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA256_LIBMD)
static int
__archive_libmd_sha256init(archive_sha256_ctx *ctx)
{
SHA256_Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libmd_sha256update(archive_sha256_ctx *ctx, const void *indata,
size_t insize)
{
SHA256_Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libmd_sha256final(archive_sha256_ctx *ctx, void *md)
{
SHA256_Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA256_LIBSYSTEM)
static int
__archive_libsystem_sha256init(archive_sha256_ctx *ctx)
{
CC_SHA256_Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libsystem_sha256update(archive_sha256_ctx *ctx, const void *indata,
size_t insize)
{
CC_SHA256_Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libsystem_sha256final(archive_sha256_ctx *ctx, void *md)
{
CC_SHA256_Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA256_NETTLE)
static int
__archive_nettle_sha256init(archive_sha256_ctx *ctx)
{
sha256_init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_nettle_sha256update(archive_sha256_ctx *ctx, const void *indata,
size_t insize)
{
sha256_update(ctx, insize, indata);
return (ARCHIVE_OK);
}
static int
__archive_nettle_sha256final(archive_sha256_ctx *ctx, void *md)
{
sha256_digest(ctx, SHA256_DIGEST_SIZE, md);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA256_OPENSSL)
static int
__archive_openssl_sha256init(archive_sha256_ctx *ctx)
{
if ((*ctx = EVP_MD_CTX_new()) == NULL)
return (ARCHIVE_FAILED);
EVP_DigestInit(*ctx, EVP_sha256());
return (ARCHIVE_OK);
}
static int
__archive_openssl_sha256update(archive_sha256_ctx *ctx, const void *indata,
size_t insize)
{
EVP_DigestUpdate(*ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_openssl_sha256final(archive_sha256_ctx *ctx, void *md)
{
if (*ctx) {
EVP_DigestFinal(*ctx, md, NULL);
EVP_MD_CTX_free(*ctx);
*ctx = NULL;
}
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA256_WIN)
static int
__archive_windowsapi_sha256init(archive_sha256_ctx *ctx)
{
return (win_crypto_init(ctx, CALG_SHA_256));
}
static int
__archive_windowsapi_sha256update(archive_sha256_ctx *ctx, const void *indata,
size_t insize)
{
return (win_crypto_Update(ctx, indata, insize));
}
static int
__archive_windowsapi_sha256final(archive_sha256_ctx *ctx, void *md)
{
return (win_crypto_Final(md, 32, ctx));
}
#else
static int
__archive_stub_sha256init(archive_sha256_ctx *ctx)
{
(void)ctx; /* UNUSED */
return (ARCHIVE_FAILED);
}
static int
__archive_stub_sha256update(archive_sha256_ctx *ctx, const void *indata,
size_t insize)
{
(void)ctx; /* UNUSED */
(void)indata; /* UNUSED */
(void)insize; /* UNUSED */
return (ARCHIVE_FAILED);
}
static int
__archive_stub_sha256final(archive_sha256_ctx *ctx, void *md)
{
(void)ctx; /* UNUSED */
(void)md; /* UNUSED */
return (ARCHIVE_FAILED);
}
#endif
/* SHA384 implementations */
#if defined(ARCHIVE_CRYPTO_SHA384_LIBC)
static int
__archive_libc_sha384init(archive_sha384_ctx *ctx)
{
SHA384_Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libc_sha384update(archive_sha384_ctx *ctx, const void *indata,
size_t insize)
{
SHA384_Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libc_sha384final(archive_sha384_ctx *ctx, void *md)
{
SHA384_Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA384_LIBC2)
static int
__archive_libc2_sha384init(archive_sha384_ctx *ctx)
{
SHA384Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libc2_sha384update(archive_sha384_ctx *ctx, const void *indata,
size_t insize)
{
SHA384Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libc2_sha384final(archive_sha384_ctx *ctx, void *md)
{
SHA384Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA384_LIBC3)
static int
__archive_libc3_sha384init(archive_sha384_ctx *ctx)
{
SHA384Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libc3_sha384update(archive_sha384_ctx *ctx, const void *indata,
size_t insize)
{
SHA384Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libc3_sha384final(archive_sha384_ctx *ctx, void *md)
{
SHA384Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA384_LIBSYSTEM)
static int
__archive_libsystem_sha384init(archive_sha384_ctx *ctx)
{
CC_SHA384_Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libsystem_sha384update(archive_sha384_ctx *ctx, const void *indata,
size_t insize)
{
CC_SHA384_Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libsystem_sha384final(archive_sha384_ctx *ctx, void *md)
{
CC_SHA384_Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA384_NETTLE)
static int
__archive_nettle_sha384init(archive_sha384_ctx *ctx)
{
sha384_init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_nettle_sha384update(archive_sha384_ctx *ctx, const void *indata,
size_t insize)
{
sha384_update(ctx, insize, indata);
return (ARCHIVE_OK);
}
static int
__archive_nettle_sha384final(archive_sha384_ctx *ctx, void *md)
{
sha384_digest(ctx, SHA384_DIGEST_SIZE, md);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA384_OPENSSL)
static int
__archive_openssl_sha384init(archive_sha384_ctx *ctx)
{
if ((*ctx = EVP_MD_CTX_new()) == NULL)
return (ARCHIVE_FAILED);
EVP_DigestInit(*ctx, EVP_sha384());
return (ARCHIVE_OK);
}
static int
__archive_openssl_sha384update(archive_sha384_ctx *ctx, const void *indata,
size_t insize)
{
EVP_DigestUpdate(*ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_openssl_sha384final(archive_sha384_ctx *ctx, void *md)
{
if (*ctx) {
EVP_DigestFinal(*ctx, md, NULL);
EVP_MD_CTX_free(*ctx);
*ctx = NULL;
}
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA384_WIN)
static int
__archive_windowsapi_sha384init(archive_sha384_ctx *ctx)
{
return (win_crypto_init(ctx, CALG_SHA_384));
}
static int
__archive_windowsapi_sha384update(archive_sha384_ctx *ctx, const void *indata,
size_t insize)
{
return (win_crypto_Update(ctx, indata, insize));
}
static int
__archive_windowsapi_sha384final(archive_sha384_ctx *ctx, void *md)
{
return (win_crypto_Final(md, 48, ctx));
}
#else
static int
__archive_stub_sha384init(archive_sha384_ctx *ctx)
{
(void)ctx; /* UNUSED */
return (ARCHIVE_FAILED);
}
static int
__archive_stub_sha384update(archive_sha384_ctx *ctx, const void *indata,
size_t insize)
{
(void)ctx; /* UNUSED */
(void)indata; /* UNUSED */
(void)insize; /* UNUSED */
return (ARCHIVE_FAILED);
}
static int
__archive_stub_sha384final(archive_sha384_ctx *ctx, void *md)
{
(void)ctx; /* UNUSED */
(void)md; /* UNUSED */
return (ARCHIVE_FAILED);
}
#endif
/* SHA512 implementations */
#if defined(ARCHIVE_CRYPTO_SHA512_LIBC)
static int
__archive_libc_sha512init(archive_sha512_ctx *ctx)
{
SHA512_Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libc_sha512update(archive_sha512_ctx *ctx, const void *indata,
size_t insize)
{
SHA512_Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libc_sha512final(archive_sha512_ctx *ctx, void *md)
{
SHA512_Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA512_LIBC2)
static int
__archive_libc2_sha512init(archive_sha512_ctx *ctx)
{
SHA512Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libc2_sha512update(archive_sha512_ctx *ctx, const void *indata,
size_t insize)
{
SHA512Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libc2_sha512final(archive_sha512_ctx *ctx, void *md)
{
SHA512Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA512_LIBC3)
static int
__archive_libc3_sha512init(archive_sha512_ctx *ctx)
{
SHA512Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libc3_sha512update(archive_sha512_ctx *ctx, const void *indata,
size_t insize)
{
SHA512Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libc3_sha512final(archive_sha512_ctx *ctx, void *md)
{
SHA512Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA512_LIBMD)
static int
__archive_libmd_sha512init(archive_sha512_ctx *ctx)
{
SHA512_Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libmd_sha512update(archive_sha512_ctx *ctx, const void *indata,
size_t insize)
{
SHA512_Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libmd_sha512final(archive_sha512_ctx *ctx, void *md)
{
SHA512_Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA512_LIBSYSTEM)
static int
__archive_libsystem_sha512init(archive_sha512_ctx *ctx)
{
CC_SHA512_Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libsystem_sha512update(archive_sha512_ctx *ctx, const void *indata,
size_t insize)
{
CC_SHA512_Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libsystem_sha512final(archive_sha512_ctx *ctx, void *md)
{
CC_SHA512_Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA512_NETTLE)
static int
__archive_nettle_sha512init(archive_sha512_ctx *ctx)
{
sha512_init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_nettle_sha512update(archive_sha512_ctx *ctx, const void *indata,
size_t insize)
{
sha512_update(ctx, insize, indata);
return (ARCHIVE_OK);
}
static int
__archive_nettle_sha512final(archive_sha512_ctx *ctx, void *md)
{
sha512_digest(ctx, SHA512_DIGEST_SIZE, md);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA512_OPENSSL)
static int
__archive_openssl_sha512init(archive_sha512_ctx *ctx)
{
if ((*ctx = EVP_MD_CTX_new()) == NULL)
return (ARCHIVE_FAILED);
EVP_DigestInit(*ctx, EVP_sha512());
return (ARCHIVE_OK);
}
static int
__archive_openssl_sha512update(archive_sha512_ctx *ctx, const void *indata,
size_t insize)
{
EVP_DigestUpdate(*ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_openssl_sha512final(archive_sha512_ctx *ctx, void *md)
{
if (*ctx) {
EVP_DigestFinal(*ctx, md, NULL);
EVP_MD_CTX_free(*ctx);
*ctx = NULL;
}
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA512_WIN)
static int
__archive_windowsapi_sha512init(archive_sha512_ctx *ctx)
{
return (win_crypto_init(ctx, CALG_SHA_512));
}
static int
__archive_windowsapi_sha512update(archive_sha512_ctx *ctx, const void *indata,
size_t insize)
{
return (win_crypto_Update(ctx, indata, insize));
}
static int
__archive_windowsapi_sha512final(archive_sha512_ctx *ctx, void *md)
{
return (win_crypto_Final(md, 64, ctx));
}
#else
static int
__archive_stub_sha512init(archive_sha512_ctx *ctx)
{
(void)ctx; /* UNUSED */
return (ARCHIVE_FAILED);
}
static int
__archive_stub_sha512update(archive_sha512_ctx *ctx, const void *indata,
size_t insize)
{
(void)ctx; /* UNUSED */
(void)indata; /* UNUSED */
(void)insize; /* UNUSED */
return (ARCHIVE_FAILED);
}
static int
__archive_stub_sha512final(archive_sha512_ctx *ctx, void *md)
{
(void)ctx; /* UNUSED */
(void)md; /* UNUSED */
return (ARCHIVE_FAILED);
}
#endif
/* NOTE: Message Digest functions are set based on availability and by the
* following order of preference.
* 1. libc
* 2. libc2
* 3. libc3
* 4. libSystem
* 5. Nettle
* 6. OpenSSL
* 7. libmd
* 8. Windows API
*/
const struct archive_digest __archive_digest =
{
/* MD5 */
#if defined(ARCHIVE_CRYPTO_MD5_LIBC)
&__archive_libc_md5init,
&__archive_libc_md5update,
&__archive_libc_md5final,
#elif defined(ARCHIVE_CRYPTO_MD5_LIBMD)
&__archive_libmd_md5init,
&__archive_libmd_md5update,
&__archive_libmd_md5final,
#elif defined(ARCHIVE_CRYPTO_MD5_LIBSYSTEM)
&__archive_libsystem_md5init,
&__archive_libsystem_md5update,
&__archive_libsystem_md5final,
#elif defined(ARCHIVE_CRYPTO_MD5_NETTLE)
&__archive_nettle_md5init,
&__archive_nettle_md5update,
&__archive_nettle_md5final,
#elif defined(ARCHIVE_CRYPTO_MD5_OPENSSL)
&__archive_openssl_md5init,
&__archive_openssl_md5update,
&__archive_openssl_md5final,
#elif defined(ARCHIVE_CRYPTO_MD5_WIN)
&__archive_windowsapi_md5init,
&__archive_windowsapi_md5update,
&__archive_windowsapi_md5final,
#elif !defined(ARCHIVE_MD5_COMPILE_TEST)
&__archive_stub_md5init,
&__archive_stub_md5update,
&__archive_stub_md5final,
#endif
/* RIPEMD160 */
#if defined(ARCHIVE_CRYPTO_RMD160_LIBC)
&__archive_libc_ripemd160init,
&__archive_libc_ripemd160update,
&__archive_libc_ripemd160final,
#elif defined(ARCHIVE_CRYPTO_RMD160_LIBMD)
&__archive_libmd_ripemd160init,
&__archive_libmd_ripemd160update,
&__archive_libmd_ripemd160final,
#elif defined(ARCHIVE_CRYPTO_RMD160_NETTLE)
&__archive_nettle_ripemd160init,
&__archive_nettle_ripemd160update,
&__archive_nettle_ripemd160final,
#elif defined(ARCHIVE_CRYPTO_RMD160_OPENSSL)
&__archive_openssl_ripemd160init,
&__archive_openssl_ripemd160update,
&__archive_openssl_ripemd160final,
#elif !defined(ARCHIVE_RMD160_COMPILE_TEST)
&__archive_stub_ripemd160init,
&__archive_stub_ripemd160update,
&__archive_stub_ripemd160final,
#endif
/* SHA1 */
#if defined(ARCHIVE_CRYPTO_SHA1_LIBC)
&__archive_libc_sha1init,
&__archive_libc_sha1update,
&__archive_libc_sha1final,
#elif defined(ARCHIVE_CRYPTO_SHA1_LIBMD)
&__archive_libmd_sha1init,
&__archive_libmd_sha1update,
&__archive_libmd_sha1final,
#elif defined(ARCHIVE_CRYPTO_SHA1_LIBSYSTEM)
&__archive_libsystem_sha1init,
&__archive_libsystem_sha1update,
&__archive_libsystem_sha1final,
#elif defined(ARCHIVE_CRYPTO_SHA1_NETTLE)
&__archive_nettle_sha1init,
&__archive_nettle_sha1update,
&__archive_nettle_sha1final,
#elif defined(ARCHIVE_CRYPTO_SHA1_OPENSSL)
&__archive_openssl_sha1init,
&__archive_openssl_sha1update,
&__archive_openssl_sha1final,
#elif defined(ARCHIVE_CRYPTO_SHA1_WIN)
&__archive_windowsapi_sha1init,
&__archive_windowsapi_sha1update,
&__archive_windowsapi_sha1final,
#elif !defined(ARCHIVE_SHA1_COMPILE_TEST)
&__archive_stub_sha1init,
&__archive_stub_sha1update,
&__archive_stub_sha1final,
#endif
/* SHA256 */
#if defined(ARCHIVE_CRYPTO_SHA256_LIBC)
&__archive_libc_sha256init,
&__archive_libc_sha256update,
&__archive_libc_sha256final,
#elif defined(ARCHIVE_CRYPTO_SHA256_LIBC2)
&__archive_libc2_sha256init,
&__archive_libc2_sha256update,
&__archive_libc2_sha256final,
#elif defined(ARCHIVE_CRYPTO_SHA256_LIBC3)
&__archive_libc3_sha256init,
&__archive_libc3_sha256update,
&__archive_libc3_sha256final,
#elif defined(ARCHIVE_CRYPTO_SHA256_LIBMD)
&__archive_libmd_sha256init,
&__archive_libmd_sha256update,
&__archive_libmd_sha256final,
#elif defined(ARCHIVE_CRYPTO_SHA256_LIBSYSTEM)
&__archive_libsystem_sha256init,
&__archive_libsystem_sha256update,
&__archive_libsystem_sha256final,
#elif defined(ARCHIVE_CRYPTO_SHA256_NETTLE)
&__archive_nettle_sha256init,
&__archive_nettle_sha256update,
&__archive_nettle_sha256final,
#elif defined(ARCHIVE_CRYPTO_SHA256_OPENSSL)
&__archive_openssl_sha256init,
&__archive_openssl_sha256update,
&__archive_openssl_sha256final,
#elif defined(ARCHIVE_CRYPTO_SHA256_WIN)
&__archive_windowsapi_sha256init,
&__archive_windowsapi_sha256update,
&__archive_windowsapi_sha256final,
#elif !defined(ARCHIVE_SHA256_COMPILE_TEST)
&__archive_stub_sha256init,
&__archive_stub_sha256update,
&__archive_stub_sha256final,
#endif
/* SHA384 */
#if defined(ARCHIVE_CRYPTO_SHA384_LIBC)
&__archive_libc_sha384init,
&__archive_libc_sha384update,
&__archive_libc_sha384final,
#elif defined(ARCHIVE_CRYPTO_SHA384_LIBC2)
&__archive_libc2_sha384init,
&__archive_libc2_sha384update,
&__archive_libc2_sha384final,
#elif defined(ARCHIVE_CRYPTO_SHA384_LIBC3)
&__archive_libc3_sha384init,
&__archive_libc3_sha384update,
&__archive_libc3_sha384final,
#elif defined(ARCHIVE_CRYPTO_SHA384_LIBSYSTEM)
&__archive_libsystem_sha384init,
&__archive_libsystem_sha384update,
&__archive_libsystem_sha384final,
#elif defined(ARCHIVE_CRYPTO_SHA384_NETTLE)
&__archive_nettle_sha384init,
&__archive_nettle_sha384update,
&__archive_nettle_sha384final,
#elif defined(ARCHIVE_CRYPTO_SHA384_OPENSSL)
&__archive_openssl_sha384init,
&__archive_openssl_sha384update,
&__archive_openssl_sha384final,
#elif defined(ARCHIVE_CRYPTO_SHA384_WIN)
&__archive_windowsapi_sha384init,
&__archive_windowsapi_sha384update,
&__archive_windowsapi_sha384final,
#elif !defined(ARCHIVE_SHA384_COMPILE_TEST)
&__archive_stub_sha384init,
&__archive_stub_sha384update,
&__archive_stub_sha384final,
#endif
/* SHA512 */
#if defined(ARCHIVE_CRYPTO_SHA512_LIBC)
&__archive_libc_sha512init,
&__archive_libc_sha512update,
&__archive_libc_sha512final
#elif defined(ARCHIVE_CRYPTO_SHA512_LIBC2)
&__archive_libc2_sha512init,
&__archive_libc2_sha512update,
&__archive_libc2_sha512final
#elif defined(ARCHIVE_CRYPTO_SHA512_LIBC3)
&__archive_libc3_sha512init,
&__archive_libc3_sha512update,
&__archive_libc3_sha512final
#elif defined(ARCHIVE_CRYPTO_SHA512_LIBMD)
&__archive_libmd_sha512init,
&__archive_libmd_sha512update,
&__archive_libmd_sha512final
#elif defined(ARCHIVE_CRYPTO_SHA512_LIBSYSTEM)
&__archive_libsystem_sha512init,
&__archive_libsystem_sha512update,
&__archive_libsystem_sha512final
#elif defined(ARCHIVE_CRYPTO_SHA512_NETTLE)
&__archive_nettle_sha512init,
&__archive_nettle_sha512update,
&__archive_nettle_sha512final
#elif defined(ARCHIVE_CRYPTO_SHA512_OPENSSL)
&__archive_openssl_sha512init,
&__archive_openssl_sha512update,
&__archive_openssl_sha512final
#elif defined(ARCHIVE_CRYPTO_SHA512_WIN)
&__archive_windowsapi_sha512init,
&__archive_windowsapi_sha512update,
&__archive_windowsapi_sha512final
#elif !defined(ARCHIVE_SHA512_COMPILE_TEST)
&__archive_stub_sha512init,
&__archive_stub_sha512update,
&__archive_stub_sha512final
#endif
};
int
main(int argc, char **argv)
{
archive_rmd160_ctx ctx;
archive_rmd160_init(&ctx);
archive_rmd160_update(&ctx, *argv, argc);
archive_rmd160_final(&ctx, NULL);
return 0;
}
Checking support for ARCHIVE_CRYPTO_SHA1_LIBC failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_9517c
[1/2] Building C object CMakeFiles/cmTC_9517c.dir/check_crypto_md.c.o
FAILED: CMakeFiles/cmTC_9517c.dir/check_crypto_md.c.o
/usr/bin/cc -I/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build -I/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libarchive/libarchive -I. -Wall -Wformat -Wformat-security -o CMakeFiles/cmTC_9517c.dir/check_crypto_md.c.o -c check_crypto_md.c
In file included from check_crypto_md.c:1359:0:
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libarchive/libarchive/archive_digest_private.h:67:10: fatal error: sha1.h: No such file or directory
#include <sha1.h>
^~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source file was:
/* config.h. Generated from build/cmake/config.h.in by cmake configure */
/*
* Ensure we have C99-style int64_t, etc, all defined.
*/
/* First, we need to know if the system has already defined them. */
#define HAVE_INT16_T
#define HAVE_INT32_T
#define HAVE_INT64_T
#define HAVE_INTMAX_T
#define HAVE_UINT8_T
#define HAVE_UINT16_T
#define HAVE_UINT32_T
#define HAVE_UINT64_T
#define HAVE_UINTMAX_T
/* We might have the types we want under other spellings. */
/* #undef HAVE___INT64 */
/* #undef HAVE_U_INT64_T */
/* #undef HAVE_UNSIGNED___INT64 */
/* The sizes of various standard integer types. */
#define SIZE_OF_SHORT 2
#define SIZE_OF_INT 4
#define SIZE_OF_LONG 8
#define SIZE_OF_LONG_LONG 8
#define SIZE_OF_UNSIGNED_SHORT 2
#define SIZE_OF_UNSIGNED 4
#define SIZE_OF_UNSIGNED_LONG 8
#define SIZE_OF_UNSIGNED_LONG_LONG 8
/*
* If we lack int64_t, define it to the first of __int64, int, long, and long long
* that exists and is the right size.
*/
#if !defined(HAVE_INT64_T) && defined(HAVE___INT64)
typedef __int64 int64_t;
#define HAVE_INT64_T
#endif
#if !defined(HAVE_INT64_T) && SIZE_OF_INT == 8
typedef int int64_t;
#define HAVE_INT64_T
#endif
#if !defined(HAVE_INT64_T) && SIZE_OF_LONG == 8
typedef long int64_t;
#define HAVE_INT64_T
#endif
#if !defined(HAVE_INT64_T) && SIZE_OF_LONG_LONG == 8
typedef long long int64_t;
#define HAVE_INT64_T
#endif
#if !defined(HAVE_INT64_T)
#error No 64-bit integer type was found.
#endif
/*
* Similarly for int32_t
*/
#if !defined(HAVE_INT32_T) && SIZE_OF_INT == 4
typedef int int32_t;
#define HAVE_INT32_T
#endif
#if !defined(HAVE_INT32_T) && SIZE_OF_LONG == 4
typedef long int32_t;
#define HAVE_INT32_T
#endif
#if !defined(HAVE_INT32_T)
#error No 32-bit integer type was found.
#endif
/*
* Similarly for int16_t
*/
#if !defined(HAVE_INT16_T) && SIZE_OF_INT == 2
typedef int int16_t;
#define HAVE_INT16_T
#endif
#if !defined(HAVE_INT16_T) && SIZE_OF_SHORT == 2
typedef short int16_t;
#define HAVE_INT16_T
#endif
#if !defined(HAVE_INT16_T)
#error No 16-bit integer type was found.
#endif
/*
* Similarly for uint64_t
*/
#if !defined(HAVE_UINT64_T) && defined(HAVE_UNSIGNED___INT64)
typedef unsigned __int64 uint64_t;
#define HAVE_UINT64_T
#endif
#if !defined(HAVE_UINT64_T) && SIZE_OF_UNSIGNED == 8
typedef unsigned uint64_t;
#define HAVE_UINT64_T
#endif
#if !defined(HAVE_UINT64_T) && SIZE_OF_UNSIGNED_LONG == 8
typedef unsigned long uint64_t;
#define HAVE_UINT64_T
#endif
#if !defined(HAVE_UINT64_T) && SIZE_OF_UNSIGNED_LONG_LONG == 8
typedef unsigned long long uint64_t;
#define HAVE_UINT64_T
#endif
#if !defined(HAVE_UINT64_T)
#error No 64-bit unsigned integer type was found.
#endif
/*
* Similarly for uint32_t
*/
#if !defined(HAVE_UINT32_T) && SIZE_OF_UNSIGNED == 4
typedef unsigned uint32_t;
#define HAVE_UINT32_T
#endif
#if !defined(HAVE_UINT32_T) && SIZE_OF_UNSIGNED_LONG == 4
typedef unsigned long uint32_t;
#define HAVE_UINT32_T
#endif
#if !defined(HAVE_UINT32_T)
#error No 32-bit unsigned integer type was found.
#endif
/*
* Similarly for uint16_t
*/
#if !defined(HAVE_UINT16_T) && SIZE_OF_UNSIGNED == 2
typedef unsigned uint16_t;
#define HAVE_UINT16_T
#endif
#if !defined(HAVE_UINT16_T) && SIZE_OF_UNSIGNED_SHORT == 2
typedef unsigned short uint16_t;
#define HAVE_UINT16_T
#endif
#if !defined(HAVE_UINT16_T)
#error No 16-bit unsigned integer type was found.
#endif
/*
* Similarly for uint8_t
*/
#if !defined(HAVE_UINT8_T)
typedef unsigned char uint8_t;
#define HAVE_UINT8_T
#endif
#if !defined(HAVE_UINT16_T)
#error No 8-bit unsigned integer type was found.
#endif
/* Define intmax_t and uintmax_t if they are not already defined. */
#if !defined(HAVE_INTMAX_T)
typedef int64_t intmax_t;
#endif
#if !defined(HAVE_UINTMAX_T)
typedef uint64_t uintmax_t;
#endif
/* Define ZLIB_WINAPI if zlib was built on Visual Studio. */
/* #undef ZLIB_WINAPI */
/* Darwin ACL support */
/* #undef ARCHIVE_ACL_DARWIN */
/* FreeBSD ACL support */
/* #undef ARCHIVE_ACL_FREEBSD */
/* FreeBSD NFSv4 ACL support */
/* #undef ARCHIVE_ACL_FREEBSD_NFS4 */
/* Linux POSIX.1e ACL support via libacl */
/* #undef ARCHIVE_ACL_LIBACL */
/* Linux NFSv4 ACL support via librichacl */
/* #undef ARCHIVE_ACL_LIBRICHACL */
/* Solaris ACL support */
/* #undef ARCHIVE_ACL_SUNOS */
/* Solaris NFSv4 ACL support */
/* #undef ARCHIVE_ACL_SUNOS_NFS4 */
/* MD5 via ARCHIVE_CRYPTO_MD5_LIBC supported. */
/* #undef ARCHIVE_CRYPTO_MD5_LIBC */
/* MD5 via ARCHIVE_CRYPTO_MD5_LIBSYSTEM supported. */
/* #undef ARCHIVE_CRYPTO_MD5_LIBSYSTEM */
/* MD5 via ARCHIVE_CRYPTO_MD5_NETTLE supported. */
/* #undef ARCHIVE_CRYPTO_MD5_NETTLE */
/* MD5 via ARCHIVE_CRYPTO_MD5_OPENSSL supported. */
/* #undef ARCHIVE_CRYPTO_MD5_OPENSSL */
/* MD5 via ARCHIVE_CRYPTO_MD5_WIN supported. */
/* #undef ARCHIVE_CRYPTO_MD5_WIN */
/* RMD160 via ARCHIVE_CRYPTO_RMD160_LIBC supported. */
/* #undef ARCHIVE_CRYPTO_RMD160_LIBC */
/* RMD160 via ARCHIVE_CRYPTO_RMD160_NETTLE supported. */
/* #undef ARCHIVE_CRYPTO_RMD160_NETTLE */
/* RMD160 via ARCHIVE_CRYPTO_RMD160_OPENSSL supported. */
/* #undef ARCHIVE_CRYPTO_RMD160_OPENSSL */
/* SHA1 via ARCHIVE_CRYPTO_SHA1_LIBC supported. */
/* #undef ARCHIVE_CRYPTO_SHA1_LIBC */
/* SHA1 via ARCHIVE_CRYPTO_SHA1_LIBSYSTEM supported. */
/* #undef ARCHIVE_CRYPTO_SHA1_LIBSYSTEM */
/* SHA1 via ARCHIVE_CRYPTO_SHA1_NETTLE supported. */
/* #undef ARCHIVE_CRYPTO_SHA1_NETTLE */
/* SHA1 via ARCHIVE_CRYPTO_SHA1_OPENSSL supported. */
/* #undef ARCHIVE_CRYPTO_SHA1_OPENSSL */
/* SHA1 via ARCHIVE_CRYPTO_SHA1_WIN supported. */
/* #undef ARCHIVE_CRYPTO_SHA1_WIN */
/* SHA256 via ARCHIVE_CRYPTO_SHA256_LIBC supported. */
/* #undef ARCHIVE_CRYPTO_SHA256_LIBC */
/* SHA256 via ARCHIVE_CRYPTO_SHA256_LIBC2 supported. */
/* #undef ARCHIVE_CRYPTO_SHA256_LIBC2 */
/* SHA256 via ARCHIVE_CRYPTO_SHA256_LIBC3 supported. */
/* #undef ARCHIVE_CRYPTO_SHA256_LIBC3 */
/* SHA256 via ARCHIVE_CRYPTO_SHA256_LIBSYSTEM supported. */
/* #undef ARCHIVE_CRYPTO_SHA256_LIBSYSTEM */
/* SHA256 via ARCHIVE_CRYPTO_SHA256_NETTLE supported. */
/* #undef ARCHIVE_CRYPTO_SHA256_NETTLE */
/* SHA256 via ARCHIVE_CRYPTO_SHA256_OPENSSL supported. */
/* #undef ARCHIVE_CRYPTO_SHA256_OPENSSL */
/* SHA256 via ARCHIVE_CRYPTO_SHA256_WIN supported. */
/* #undef ARCHIVE_CRYPTO_SHA256_WIN */
/* SHA384 via ARCHIVE_CRYPTO_SHA384_LIBC supported. */
/* #undef ARCHIVE_CRYPTO_SHA384_LIBC */
/* SHA384 via ARCHIVE_CRYPTO_SHA384_LIBC2 supported. */
/* #undef ARCHIVE_CRYPTO_SHA384_LIBC2 */
/* SHA384 via ARCHIVE_CRYPTO_SHA384_LIBC3 supported. */
/* #undef ARCHIVE_CRYPTO_SHA384_LIBC3 */
/* SHA384 via ARCHIVE_CRYPTO_SHA384_LIBSYSTEM supported. */
/* #undef ARCHIVE_CRYPTO_SHA384_LIBSYSTEM */
/* SHA384 via ARCHIVE_CRYPTO_SHA384_NETTLE supported. */
/* #undef ARCHIVE_CRYPTO_SHA384_NETTLE */
/* SHA384 via ARCHIVE_CRYPTO_SHA384_OPENSSL supported. */
/* #undef ARCHIVE_CRYPTO_SHA384_OPENSSL */
/* SHA384 via ARCHIVE_CRYPTO_SHA384_WIN supported. */
/* #undef ARCHIVE_CRYPTO_SHA384_WIN */
/* SHA512 via ARCHIVE_CRYPTO_SHA512_LIBC supported. */
/* #undef ARCHIVE_CRYPTO_SHA512_LIBC */
/* SHA512 via ARCHIVE_CRYPTO_SHA512_LIBC2 supported. */
/* #undef ARCHIVE_CRYPTO_SHA512_LIBC2 */
/* SHA512 via ARCHIVE_CRYPTO_SHA512_LIBC3 supported. */
/* #undef ARCHIVE_CRYPTO_SHA512_LIBC3 */
/* SHA512 via ARCHIVE_CRYPTO_SHA512_LIBSYSTEM supported. */
/* #undef ARCHIVE_CRYPTO_SHA512_LIBSYSTEM */
/* SHA512 via ARCHIVE_CRYPTO_SHA512_NETTLE supported. */
/* #undef ARCHIVE_CRYPTO_SHA512_NETTLE */
/* SHA512 via ARCHIVE_CRYPTO_SHA512_OPENSSL supported. */
/* #undef ARCHIVE_CRYPTO_SHA512_OPENSSL */
/* SHA512 via ARCHIVE_CRYPTO_SHA512_WIN supported. */
/* #undef ARCHIVE_CRYPTO_SHA512_WIN */
/* AIX xattr support */
/* #undef ARCHIVE_XATTR_AIX */
/* Darwin xattr support */
/* #undef ARCHIVE_XATTR_DARWIN */
/* FreeBSD xattr support */
/* #undef ARCHIVE_XATTR_FREEBSD */
/* Linux xattr support */
#define ARCHIVE_XATTR_LINUX 1
/* Version number of bsdcpio */
#define BSDCPIO_VERSION_STRING "3.3.3dev"
/* Version number of bsdtar */
#define BSDTAR_VERSION_STRING "3.3.3dev"
/* Version number of bsdcat */
#define BSDCAT_VERSION_STRING "3.3.3dev"
/* Define to 1 if you have the `acl_create_entry' function. */
/* #undef HAVE_ACL_CREATE_ENTRY */
/* Define to 1 if you have the `acl_get_fd_np' function. */
/* #undef HAVE_ACL_GET_FD_NP */
/* Define to 1 if you have the `acl_get_link' function. */
/* #undef HAVE_ACL_GET_LINK */
/* Define to 1 if you have the `acl_get_link_np' function. */
/* #undef HAVE_ACL_GET_LINK_NP */
/* Define to 1 if you have the `acl_get_perm' function. */
/* #undef HAVE_ACL_GET_PERM */
/* Define to 1 if you have the `acl_get_perm_np' function. */
/* #undef HAVE_ACL_GET_PERM_NP */
/* Define to 1 if you have the `acl_init' function. */
/* #undef HAVE_ACL_INIT */
/* Define to 1 if you have the <acl/libacl.h> header file. */
/* #undef HAVE_ACL_LIBACL_H */
/* Define to 1 if the system has the type `acl_permset_t'. */
/* #undef HAVE_ACL_PERMSET_T */
/* Define to 1 if you have the `acl_set_fd' function. */
/* #undef HAVE_ACL_SET_FD */
/* Define to 1 if you have the `acl_set_fd_np' function. */
/* #undef HAVE_ACL_SET_FD_NP */
/* Define to 1 if you have the `acl_set_file' function. */
/* #undef HAVE_ACL_SET_FILE */
/* Define to 1 if you have the `arc4random_buf' function. */
/* #undef HAVE_ARC4RANDOM_BUF */
/* Define to 1 if you have the <attr/xattr.h> header file. */
/* #undef HAVE_ATTR_XATTR_H */
/* Define to 1 if you have the <Bcrypt.h> header file. */
/* #undef HAVE_BCRYPT_H */
/* Define to 1 if you have the <bsdxml.h> header file. */
/* #undef HAVE_BSDXML_H */
/* Define to 1 if you have the <bzlib.h> header file. */
/* #undef HAVE_BZLIB_H */
/* Define to 1 if you have the `chflags' function. */
/* #undef HAVE_CHFLAGS */
/* Define to 1 if you have the `chown' function. */
#define HAVE_CHOWN 1
/* Define to 1 if you have the `chroot' function. */
#define HAVE_CHROOT 1
/* Define to 1 if you have the <copyfile.h> header file. */
/* #undef HAVE_COPYFILE_H */
/* Define to 1 if you have the `ctime_r' function. */
#define HAVE_CTIME_R 1
/* Define to 1 if you have the <ctype.h> header file. */
#define HAVE_CTYPE_H 1
/* Define to 1 if you have the `cygwin_conv_path' function. */
/* #undef HAVE_CYGWIN_CONV_PATH */
/* Define to 1 if you have the declaration of `ACE_GETACL', and to 0 if you
don't. */
/* #undef HAVE_DECL_ACE_GETACL */
/* Define to 1 if you have the declaration of `ACE_GETACLCNT', and to 0 if you
don't. */
/* #undef HAVE_DECL_ACE_GETACLCNT */
/* Define to 1 if you have the declaration of `ACE_SETACL', and to 0 if you
don't. */
/* #undef HAVE_DECL_ACE_SETACL */
/* Define to 1 if you have the declaration of `ACL_SYNCHRONIZE', and to 0 if
you don't. */
/* #undef HAVE_DECL_ACL_SYNCHRONIZE */
/* Define to 1 if you have the declaration of `ACL_TYPE_EXTENDED', and to 0 if
you don't. */
/* #undef HAVE_DECL_ACL_TYPE_EXTENDED */
/* Define to 1 if you have the declaration of `ACL_TYPE_NFS4', and to 0 if you
don't. */
/* #undef HAVE_DECL_ACL_TYPE_NFS4 */
/* Define to 1 if you have the declaration of `ACL_USER', and to 0 if you
don't. */
/* #undef HAVE_DECL_ACL_USER */
/* Define to 1 if you have the declaration of `INT32_MAX', and to 0 if you
don't. */
#define HAVE_DECL_INT32_MAX 1
/* Define to 1 if you have the declaration of `INT32_MIN', and to 0 if you
don't. */
#define HAVE_DECL_INT32_MIN 1
/* Define to 1 if you have the declaration of `INT64_MAX', and to 0 if you
don't. */
#define HAVE_DECL_INT64_MAX 1
/* Define to 1 if you have the declaration of `INT64_MIN', and to 0 if you
don't. */
#define HAVE_DECL_INT64_MIN 1
/* Define to 1 if you have the declaration of `INTMAX_MAX', and to 0 if you
don't. */
#define HAVE_DECL_INTMAX_MAX 1
/* Define to 1 if you have the declaration of `INTMAX_MIN', and to 0 if you
don't. */
#define HAVE_DECL_INTMAX_MIN 1
/* Define to 1 if you have the declaration of `SETACL', and to 0 if you don't.
*/
/* #undef HAVE_DECL_SETACL */
/* Define to 1 if you have the declaration of `SIZE_MAX', and to 0 if you
don't. */
#define HAVE_DECL_SIZE_MAX 1
/* Define to 1 if you have the declaration of `SSIZE_MAX', and to 0 if you
don't. */
#define HAVE_DECL_SSIZE_MAX 1
/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
don't. */
#define HAVE_DECL_STRERROR_R 1
/* Define to 1 if you have the declaration of `UINT32_MAX', and to 0 if you
don't. */
#define HAVE_DECL_UINT32_MAX 1
/* Define to 1 if you have the declaration of `UINT64_MAX', and to 0 if you
don't. */
#define HAVE_DECL_UINT64_MAX 1
/* Define to 1 if you have the declaration of `UINTMAX_MAX', and to 0 if you
don't. */
#define HAVE_DECL_UINTMAX_MAX 1
/* Define to 1 if you have the declaration of `XATTR_NOFOLLOW', and to 0 if
you don't. */
/* #undef HAVE_DECL_XATTR_NOFOLLOW */
/* Define to 1 if you have the <direct.h> header file. */
/* #undef HAVE_DIRECT_H */
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
*/
#define HAVE_DIRENT_H 1
/* Define to 1 if you have the `dirfd' function. */
#define HAVE_DIRFD 1
/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1
/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
/* #undef HAVE_DOPRNT */
/* Define to 1 if nl_langinfo supports D_MD_ORDER */
/* #undef HAVE_D_MD_ORDER */
/* A possible errno value for invalid file format errors */
/* #undef HAVE_EFTYPE */
/* A possible errno value for invalid file format errors */
#define HAVE_EILSEQ 1
/* Define to 1 if you have the <errno.h> header file. */
#define HAVE_ERRNO_H 1
/* Define to 1 if you have the <expat.h> header file. */
#define HAVE_EXPAT_H 1
/* Define to 1 if you have the <ext2fs/ext2_fs.h> header file. */
/* #undef HAVE_EXT2FS_EXT2_FS_H */
/* Define to 1 if you have the `extattr_get_file' function. */
/* #undef HAVE_EXTATTR_GET_FILE */
/* Define to 1 if you have the `extattr_list_file' function. */
/* #undef HAVE_EXTATTR_LIST_FILE */
/* Define to 1 if you have the `extattr_set_fd' function. */
/* #undef HAVE_EXTATTR_SET_FD */
/* Define to 1 if you have the `extattr_set_file' function. */
/* #undef HAVE_EXTATTR_SET_FILE */
/* Define to 1 if EXTATTR_NAMESPACE_USER is defined in sys/extattr.h. */
/* #undef HAVE_DECL_EXTATTR_NAMESPACE_USER */
/* Define to 1 if you have the declaration of `GETACL', and to 0 if you don't.
*/
/* #undef HAVE_DECL_GETACL */
/* Define to 1 if you have the declaration of `GETACLCNT', and to 0 if you
don't. */
/* #undef HAVE_DECL_GETACLCNT */
/* Define to 1 if you have the `fchdir' function. */
#define HAVE_FCHDIR 1
/* Define to 1 if you have the `fchflags' function. */
/* #undef HAVE_FCHFLAGS */
/* Define to 1 if you have the `fchmod' function. */
#define HAVE_FCHMOD 1
/* Define to 1 if you have the `fchown' function. */
#define HAVE_FCHOWN 1
/* Define to 1 if you have the `fcntl' function. */
#define HAVE_FCNTL 1
/* Define to 1 if you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H 1
/* Define to 1 if you have the `fdopendir' function. */
#define HAVE_FDOPENDIR 1
/* Define to 1 if you have the `fgetea' function. */
/* #undef HAVE_FGETEA */
/* Define to 1 if you have the `fgetxattr' function. */
#define HAVE_FGETXATTR 1
/* Define to 1 if you have the `flistea' function. */
/* #undef HAVE_FLISTEA */
/* Define to 1 if you have the `flistxattr' function. */
#define HAVE_FLISTXATTR 1
/* Define to 1 if you have the `fork' function. */
#define HAVE_FORK 1
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
#define HAVE_FSEEKO 1
/* Define to 1 if you have the `fsetea' function. */
/* #undef HAVE_FSETEA */
/* Define to 1 if you have the `fsetxattr' function. */
#define HAVE_FSETXATTR 1
/* Define to 1 if you have the `fstat' function. */
#define HAVE_FSTAT 1
/* Define to 1 if you have the `fstatat' function. */
#define HAVE_FSTATAT 1
/* Define to 1 if you have the `fstatfs' function. */
#define HAVE_FSTATFS 1
/* Define to 1 if you have the `fstatvfs' function. */
#define HAVE_FSTATVFS 1
/* Define to 1 if you have the `ftruncate' function. */
#define HAVE_FTRUNCATE 1
/* Define to 1 if you have the `futimens' function. */
#define HAVE_FUTIMENS 1
/* Define to 1 if you have the `futimes' function. */
#define HAVE_FUTIMES 1
/* Define to 1 if you have the `futimesat' function. */
#define HAVE_FUTIMESAT 1
/* Define to 1 if you have the `getea' function. */
/* #undef HAVE_GETEA */
/* Define to 1 if you have the `geteuid' function. */
#define HAVE_GETEUID 1
/* Define to 1 if you have the `getgrgid_r' function. */
#define HAVE_GETGRGID_R 1
/* Define to 1 if you have the `getgrnam_r' function. */
#define HAVE_GETGRNAM_R 1
/* Define to 1 if you have the `getpid' function. */
#define HAVE_GETPID 1
/* Define to 1 if you have the `getpwnam_r' function. */
#define HAVE_GETPWNAM_R 1
/* Define to 1 if you have the `getpwuid_r' function. */
#define HAVE_GETPWUID_R 1
/* Define to 1 if you have the `getvfsbyname' function. */
/* #undef HAVE_GETVFSBYNAME */
/* Define to 1 if you have the `getxattr' function. */
#define HAVE_GETXATTR 1
/* Define to 1 if you have the `gmtime_r' function. */
#define HAVE_GMTIME_R 1
/* Define to 1 if you have the <grp.h> header file. */
#define HAVE_GRP_H 1
/* Define to 1 if you have the `iconv' function. */
#define HAVE_ICONV 1
/* Define to 1 if you have the <iconv.h> header file. */
#define HAVE_ICONV_H 1
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
/* Define to 1 if you have the <io.h> header file. */
/* #undef HAVE_IO_H */
/* Define to 1 if you have the <langinfo.h> header file. */
#define HAVE_LANGINFO_H 1
/* Define to 1 if you have the `lchflags' function. */
/* #undef HAVE_LCHFLAGS */
/* Define to 1 if you have the `lchmod' function. */
/* #undef HAVE_LCHMOD */
/* Define to 1 if you have the `lchown' function. */
#define HAVE_LCHOWN 1
/* Define to 1 if you have the `lgetea' function. */
/* #undef HAVE_LGETEA */
/* Define to 1 if you have the `lgetxattr' function. */
#define HAVE_LGETXATTR 1
/* Define to 1 if you have the `acl' library (-lacl). */
/* #undef HAVE_LIBACL */
/* Define to 1 if you have the `attr' library (-lattr). */
/* #undef HAVE_LIBATTR */
/* Define to 1 if you have the `bsdxml' library (-lbsdxml). */
/* #undef HAVE_LIBBSDXML */
/* Define to 1 if you have the `bz2' library (-lbz2). */
/* #undef HAVE_LIBBZ2 */
/* Define to 1 if you have the `charset' library (-lcharset). */
/* #undef HAVE_LIBCHARSET */
/* Define to 1 if you have the `crypto' library (-lcrypto). */
#define HAVE_LIBCRYPTO 1
/* Define to 1 if you have the `expat' library (-lexpat). */
#define HAVE_LIBEXPAT 1
/* Define to 1 if you have the `gcc' library (-lgcc). */
/* #undef HAVE_LIBGCC */
/* Define to 1 if you have the `lz4' library (-llz4). */
/* #undef HAVE_LIBLZ4 */
/* Define to 1 if you have the `lzma' library (-llzma). */
/* #undef HAVE_LIBLZMA */
/* Define to 1 if you have the `lzmadec' library (-llzmadec). */
/* #undef HAVE_LIBLZMADEC */
/* Define to 1 if you have the `lzo2' library (-llzo2). */
/* #undef HAVE_LIBLZO2 */
/* Define to 1 if you have the `nettle' library (-lnettle). */
/* #undef HAVE_LIBNETTLE */
/* Define to 1 if you have the `pcre' library (-lpcre). */
/* #undef HAVE_LIBPCRE */
/* Define to 1 if you have the `pcreposix' library (-lpcreposix). */
/* #undef HAVE_LIBPCREPOSIX */
/* Define to 1 if you have the `xml2' library (-lxml2). */
/* #undef HAVE_LIBXML2 */
/* Define to 1 if you have the <libxml/xmlreader.h> header file. */
/* #undef HAVE_LIBXML_XMLREADER_H */
/* Define to 1 if you have the <libxml/xmlwriter.h> header file. */
/* #undef HAVE_LIBXML_XMLWRITER_H */
/* Define to 1 if you have the `z' library (-lz). */
#define HAVE_LIBZ 1
/* Define to 1 if you have the `zstd' library (-lzstd). */
/* #undef HAVE_LIBZSTD */
/* Define to 1 if you have the <limits.h> header file. */
#define HAVE_LIMITS_H 1
/* Define to 1 if you have the `link' function. */
#define HAVE_LINK 1
/* Define to 1 if you have the <linux/fiemap.h> header file. */
#define HAVE_LINUX_FIEMAP_H 1
/* Define to 1 if you have the <linux/fs.h> header file. */
#define HAVE_LINUX_FS_H 1
/* Define to 1 if you have the <linux/magic.h> header file. */
#define HAVE_LINUX_MAGIC_H 1
/* Define to 1 if you have the <linux/types.h> header file. */
#define HAVE_LINUX_TYPES_H 1
/* Define to 1 if you have the `listea' function. */
/* #undef HAVE_LISTEA */
/* Define to 1 if you have the `listxattr' function. */
#define HAVE_LISTXATTR 1
/* Define to 1 if you have the `llistea' function. */
/* #undef HAVE_LLISTEA */
/* Define to 1 if you have the `llistxattr' function. */
#define HAVE_LLISTXATTR 1
/* Define to 1 if you have the <localcharset.h> header file. */
/* #undef HAVE_LOCALCHARSET_H */
/* Define to 1 if you have the `locale_charset' function. */
/* #undef HAVE_LOCALE_CHARSET */
/* Define to 1 if you have the <locale.h> header file. */
#define HAVE_LOCALE_H 1
/* Define to 1 if you have the `localtime_r' function. */
#define HAVE_LOCALTIME_R 1
/* Define to 1 if the system has the type `long long int'. */
/* #undef HAVE_LONG_LONG_INT */
/* Define to 1 if you have the `lsetea' function. */
/* #undef HAVE_LSETEA */
/* Define to 1 if you have the `lsetxattr' function. */
#define HAVE_LSETXATTR 1
/* Define to 1 if you have the `lstat' function. */
#define HAVE_LSTAT 1
/* Define to 1 if `lstat' has the bug that it succeeds when given the
zero-length file name argument. */
/* #undef HAVE_LSTAT_EMPTY_STRING_BUG */
/* Define to 1 if you have the `lutimes' function. */
#define HAVE_LUTIMES 1
/* Define to 1 if you have the <lz4hc.h> header file. */
/* #undef HAVE_LZ4HC_H */
/* Define to 1 if you have the <lz4.h> header file. */
/* #undef HAVE_LZ4_H */
/* Define to 1 if you have the <lzmadec.h> header file. */
/* #undef HAVE_LZMADEC_H */
/* Define to 1 if you have the <lzma.h> header file. */
/* #undef HAVE_LZMA_H */
/* Define to 1 if you have a working `lzma_stream_encoder_mt' function. */
/* #undef HAVE_LZMA_STREAM_ENCODER_MT */
/* Define to 1 if you have the <lzo/lzo1x.h> header file. */
/* #undef HAVE_LZO_LZO1X_H */
/* Define to 1 if you have the <lzo/lzoconf.h> header file. */
/* #undef HAVE_LZO_LZOCONF_H */
/* Define to 1 if you have the `mbrtowc' function. */
#define HAVE_MBRTOWC 1
/* Define to 1 if you have the <membership.h> header file. */
/* #undef HAVE_MEMBERSHIP_H */
/* Define to 1 if you have the `memmove' function. */
#define HAVE_MEMMOVE 1
/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1
/* Define to 1 if you have the `mkdir' function. */
#define HAVE_MKDIR 1
/* Define to 1 if you have the `mkfifo' function. */
#define HAVE_MKFIFO 1
/* Define to 1 if you have the `mknod' function. */
#define HAVE_MKNOD 1
/* Define to 1 if you have the `mkstemp' function. */
#define HAVE_MKSTEMP 1
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
/* #undef HAVE_NDIR_H */
/* Define to 1 if you have the <nettle/aes.h> header file. */
/* #undef HAVE_NETTLE_AES_H */
/* Define to 1 if you have the <nettle/hmac.h> header file. */
/* #undef HAVE_NETTLE_HMAC_H */
/* Define to 1 if you have the <nettle/md5.h> header file. */
/* #undef HAVE_NETTLE_MD5_H */
/* Define to 1 if you have the <nettle/pbkdf2.h> header file. */
/* #undef HAVE_NETTLE_PBKDF2_H */
/* Define to 1 if you have the <nettle/ripemd160.h> header file. */
/* #undef HAVE_NETTLE_RIPEMD160_H */
/* Define to 1 if you have the <nettle/sha.h> header file. */
/* #undef HAVE_NETTLE_SHA_H */
/* Define to 1 if you have the `nl_langinfo' function. */
#define HAVE_NL_LANGINFO 1
/* Define to 1 if you have the `openat' function. */
#define HAVE_OPENAT 1
/* Define to 1 if you have the <paths.h> header file. */
#define HAVE_PATHS_H 1
/* Define to 1 if you have the <pcreposix.h> header file. */
/* #undef HAVE_PCREPOSIX_H */
/* Define to 1 if you have the `pipe' function. */
#define HAVE_PIPE 1
/* Define to 1 if you have the `PKCS5_PBKDF2_HMAC_SHA1' function. */
/* #undef HAVE_PKCS5_PBKDF2_HMAC_SHA1 */
/* Define to 1 if you have the `poll' function. */
#define HAVE_POLL 1
/* Define to 1 if you have the <poll.h> header file. */
#define HAVE_POLL_H 1
/* Define to 1 if you have the `posix_spawnp' function. */
#define HAVE_POSIX_SPAWNP 1
/* Define to 1 if you have the <process.h> header file. */
/* #undef HAVE_PROCESS_H */
/* Define to 1 if you have the <pthread.h> header file. */
#define HAVE_PTHREAD_H 1
/* Define to 1 if you have the <pwd.h> header file. */
#define HAVE_PWD_H 1
/* Define to 1 if you have the `readdir_r' function. */
#define HAVE_READDIR_R 1
/* Define to 1 if you have the `readlink' function. */
#define HAVE_READLINK 1
/* Define to 1 if you have the `readlinkat' function. */
#define HAVE_READLINKAT 1
/* Define to 1 if you have the `readpassphrase' function. */
/* #undef HAVE_READPASSPHRASE */
/* Define to 1 if you have the <readpassphrase.h> header file. */
/* #undef HAVE_READPASSPHRASE_H */
/* Define to 1 if you have the <regex.h> header file. */
#define HAVE_REGEX_H 1
/* Define to 1 if you have the `select' function. */
#define HAVE_SELECT 1
/* Define to 1 if you have the `setenv' function. */
#define HAVE_SETENV 1
/* Define to 1 if you have the `setlocale' function. */
#define HAVE_SETLOCALE 1
/* Define to 1 if you have the `sigaction' function. */
#define HAVE_SIGACTION 1
/* Define to 1 if you have the <signal.h> header file. */
#define HAVE_SIGNAL_H 1
/* Define to 1 if you have the <spawn.h> header file. */
#define HAVE_SPAWN_H 1
/* Define to 1 if you have the `statfs' function. */
#define HAVE_STATFS 1
/* Define to 1 if you have the `statvfs' function. */
#define HAVE_STATVFS 1
/* Define to 1 if `stat' has the bug that it succeeds when given the
zero-length file name argument. */
/* #undef HAVE_STAT_EMPTY_STRING_BUG */
/* Define to 1 if you have the <stdarg.h> header file. */
#define HAVE_STDARG_H 1
/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1
/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1
/* Define to 1 if you have the `strchr' function. */
#define HAVE_STRCHR 1
/* Define to 1 if you have the `strdup' function. */
#define HAVE_STRDUP 1
/* Define to 1 if you have the `strerror' function. */
#define HAVE_STRERROR 1
/* Define to 1 if you have the `strerror_r' function. */
#define HAVE_STRERROR_R 1
/* Define to 1 if you have the `strftime' function. */
#define HAVE_STRFTIME 1
/* Define to 1 if you have the <strings.h> header file. */
#define HAVE_STRINGS_H 1
/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1
/* Define to 1 if you have the `strrchr' function. */
#define HAVE_STRRCHR 1
/* Define to 1 if `f_namemax' is a member of `struct statfs'. */
/* #undef HAVE_STRUCT_STATFS_F_NAMEMAX */
/* Define to 1 if `f_iosize' is a member of `struct statvfs'. */
/* #undef HAVE_STRUCT_STATVFS_F_IOSIZE */
/* Define to 1 if `st_birthtime' is a member of `struct stat'. */
/* #undef HAVE_STRUCT_STAT_ST_BIRTHTIME */
/* Define to 1 if `st_birthtimespec.tv_nsec' is a member of `struct stat'. */
/* #undef HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC */
/* Define to 1 if `st_blksize' is a member of `struct stat'. */
#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
/* Define to 1 if `st_flags' is a member of `struct stat'. */
/* #undef HAVE_STRUCT_STAT_ST_FLAGS */
/* Define to 1 if `st_mtimespec.tv_nsec' is a member of `struct stat'. */
/* #undef HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC */
/* Define to 1 if `st_mtime_n' is a member of `struct stat'. */
/* #undef HAVE_STRUCT_STAT_ST_MTIME_N */
/* Define to 1 if `st_mtime_usec' is a member of `struct stat'. */
/* #undef HAVE_STRUCT_STAT_ST_MTIME_USEC */
/* Define to 1 if `st_mtim.tv_nsec' is a member of `struct stat'. */
#define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
/* Define to 1 if `st_umtime' is a member of `struct stat'. */
/* #undef HAVE_STRUCT_STAT_ST_UMTIME */
/* Define to 1 if `tm_gmtoff' is a member of `struct tm'. */
#define HAVE_STRUCT_TM_TM_GMTOFF 1
/* Define to 1 if `__tm_gmtoff' is a member of `struct tm'. */
/* #undef HAVE_STRUCT_TM___TM_GMTOFF */
/* Define to 1 if you have `struct vfsconf'. */
/* #undef HAVE_STRUCT_VFSCONF */
/* Define to 1 if you have `struct xvfsconf'. */
/* #undef HAVE_STRUCT_XVFSCONF */
/* Define to 1 if you have the `symlink' function. */
#define HAVE_SYMLINK 1
/* Define to 1 if you have the <sys/acl.h> header file. */
/* #undef HAVE_SYS_ACL_H */
/* Define to 1 if you have the <sys/cdefs.h> header file. */
#define HAVE_SYS_CDEFS_H 1
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
*/
/* #undef HAVE_SYS_DIR_H */
/* Define to 1 if you have the <sys/ea.h> header file. */
/* #undef HAVE_SYS_EA_H */
/* Define to 1 if you have the <sys/extattr.h> header file. */
/* #undef HAVE_SYS_EXTATTR_H */
/* Define to 1 if you have the <sys/ioctl.h> header file. */
#define HAVE_SYS_IOCTL_H 1
/* Define to 1 if you have the <sys/mkdev.h> header file. */
/* #undef HAVE_SYS_MKDEV_H */
/* Define to 1 if you have the <sys/mount.h> header file. */
/* #undef HAVE_SYS_MOUNT_H */
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
*/
/* #undef HAVE_SYS_NDIR_H */
/* Define to 1 if you have the <sys/param.h> header file. */
#define HAVE_SYS_PARAM_H 1
/* Define to 1 if you have the <sys/poll.h> header file. */
#define HAVE_SYS_POLL_H 1
/* Define to 1 if you have the <sys/richacl.h> header file. */
/* #undef HAVE_SYS_RICHACL_H */
/* Define to 1 if you have the <sys/select.h> header file. */
#define HAVE_SYS_SELECT_H 1
/* Define to 1 if you have the <sys/statfs.h> header file. */
#define HAVE_SYS_STATFS_H 1
/* Define to 1 if you have the <sys/statvfs.h> header file. */
#define HAVE_SYS_STATVFS_H 1
/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1
/* Define to 1 if you have the <sys/time.h> header file. */
#define HAVE_SYS_TIME_H 1
/* Define to 1 if you have the <sys/sysmacros.h> header file. */
#define HAVE_SYS_SYSMACROS_H 1
/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1
/* Define to 1 if you have the <sys/utime.h> header file. */
/* #undef HAVE_SYS_UTIME_H */
/* Define to 1 if you have the <sys/utsname.h> header file. */
#define HAVE_SYS_UTSNAME_H 1
/* Define to 1 if you have the <sys/vfs.h> header file. */
#define HAVE_SYS_VFS_H 1
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
#define HAVE_SYS_WAIT_H 1
/* Define to 1 if you have the <sys/xattr.h> header file. */
#define HAVE_SYS_XATTR_H 1
/* Define to 1 if you have the `timegm' function. */
#define HAVE_TIMEGM 1
/* Define to 1 if you have the <time.h> header file. */
#define HAVE_TIME_H 1
/* Define to 1 if you have the `tzset' function. */
#define HAVE_TZSET 1
/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
/* Define to 1 if you have the `unsetenv' function. */
#define HAVE_UNSETENV 1
/* Define to 1 if the system has the type `unsigned long long'. */
/* #undef HAVE_UNSIGNED_LONG_LONG */
/* Define to 1 if the system has the type `unsigned long long int'. */
/* #undef HAVE_UNSIGNED_LONG_LONG_INT */
/* Define to 1 if you have the `utime' function. */
#define HAVE_UTIME 1
/* Define to 1 if you have the `utimensat' function. */
#define HAVE_UTIMENSAT 1
/* Define to 1 if you have the `utimes' function. */
#define HAVE_UTIMES 1
/* Define to 1 if you have the <utime.h> header file. */
#define HAVE_UTIME_H 1
/* Define to 1 if you have the `vfork' function. */
#define HAVE_VFORK 1
/* Define to 1 if you have the `vprintf' function. */
#define HAVE_VPRINTF 1
/* Define to 1 if you have the <wchar.h> header file. */
#define HAVE_WCHAR_H 1
/* Define to 1 if the system has the type `wchar_t'. */
#define HAVE_WCHAR_T 1
/* Define to 1 if you have the `wcrtomb' function. */
#define HAVE_WCRTOMB 1
/* Define to 1 if you have the `wcscmp' function. */
#define HAVE_WCSCMP 1
/* Define to 1 if you have the `wcscpy' function. */
#define HAVE_WCSCPY 1
/* Define to 1 if you have the `wcslen' function. */
#define HAVE_WCSLEN 1
/* Define to 1 if you have the `wctomb' function. */
#define HAVE_WCTOMB 1
/* Define to 1 if you have the <wctype.h> header file. */
#define HAVE_WCTYPE_H 1
/* Define to 1 if you have the <wincrypt.h> header file. */
/* #undef HAVE_WINCRYPT_H */
/* Define to 1 if you have the <windows.h> header file. */
/* #undef HAVE_WINDOWS_H */
/* Define to 1 if you have the <winioctl.h> header file. */
/* #undef HAVE_WINIOCTL_H */
/* Define to 1 if you have _CrtSetReportMode in <crtdbg.h> */
/* #undef HAVE__CrtSetReportMode */
/* Define to 1 if you have the `wmemcmp' function. */
#define HAVE_WMEMCMP 1
/* Define to 1 if you have the `wmemcpy' function. */
#define HAVE_WMEMCPY 1
/* Define to 1 if you have the `wmemmove' function. */
#define HAVE_WMEMMOVE 1
/* Define to 1 if you have a working EXT2_IOC_GETFLAGS */
/* #undef HAVE_WORKING_EXT2_IOC_GETFLAGS */
/* Define to 1 if you have a working FS_IOC_GETFLAGS */
#define HAVE_WORKING_FS_IOC_GETFLAGS 1
/* Define to 1 if you have the <zlib.h> header file. */
#define HAVE_ZLIB_H 1
/* Define to 1 if you have the <zstd.h> header file. */
/* #undef HAVE_ZSTD_H */
/* Define to 1 if you have the `_ctime64_s' function. */
/* #undef HAVE__CTIME64_S */
/* Define to 1 if you have the `_fseeki64' function. */
/* #undef HAVE__FSEEKI64 */
/* Define to 1 if you have the `_get_timezone' function. */
/* #undef HAVE__GET_TIMEZONE */
/* Define to 1 if you have the `_localtime64_s' function. */
/* #undef HAVE__LOCALTIME64_S */
/* Define to 1 if you have the `_mkgmtime64' function. */
/* #undef HAVE__MKGMTIME64 */
/* Define as const if the declaration of iconv() needs const. */
#define ICONV_CONST
/* Version number of libarchive as a single integer */
#define LIBARCHIVE_VERSION_NUMBER "3003003"
/* Version number of libarchive */
#define LIBARCHIVE_VERSION_STRING "3.3.3dev"
/* Define to 1 if `lstat' dereferences a symlink specified with a trailing
slash. */
/* #undef LSTAT_FOLLOWS_SLASHED_SYMLINK */
/* Define to 1 if `major', `minor', and `makedev' are declared in <mkdev.h>.
*/
/* #undef MAJOR_IN_MKDEV */
/* Define to 1 if `major', `minor', and `makedev' are declared in
<sysmacros.h>. */
#define MAJOR_IN_SYSMACROS 1
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
/* #undef NO_MINUS_C_MINUS_O */
/* The size of `wchar_t', as computed by sizeof. */
#define SIZEOF_WCHAR_T 4
/* Define to 1 if strerror_r returns char *. */
/* #undef STRERROR_R_CHAR_P */
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#define TIME_WITH_SYS_TIME 1
/*
* Some platform requires a macro to use extension functions.
*/
#define SAFE_TO_DEFINE_EXTENSIONS 1
#ifdef SAFE_TO_DEFINE_EXTENSIONS
/* Enable extensions on AIX 3, Interix. */
#ifndef _ALL_SOURCE
# define _ALL_SOURCE 1
#endif
/* Enable GNU extensions on systems that have them. */
#ifndef _GNU_SOURCE
# define _GNU_SOURCE 1
#endif
/* Enable threading extensions on Solaris. */
#ifndef _POSIX_PTHREAD_SEMANTICS
# define _POSIX_PTHREAD_SEMANTICS 1
#endif
/* Enable extensions on HP NonStop. */
#ifndef _TANDEM_SOURCE
# define _TANDEM_SOURCE 1
#endif
/* Enable general extensions on Solaris. */
#ifndef __EXTENSIONS__
# define __EXTENSIONS__ 1
#endif
#endif /* SAFE_TO_DEFINE_EXTENSIONS */
/* Version number of package */
#define VERSION "3.3.3dev"
/* Number of bits in a file offset, on hosts where this is settable. */
/* #undef _FILE_OFFSET_BITS */
/* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
/* #undef _LARGEFILE_SOURCE */
/* Define for large files, on AIX-style hosts. */
/* #undef _LARGE_FILES */
/* Define to control Windows SDK version */
#ifndef NTDDI_VERSION
/* #undef NTDDI_VERSION */
#endif // NTDDI_VERSION
#ifndef _WIN32_WINNT
/* #undef _WIN32_WINNT */
#endif // _WIN32_WINNT
#ifndef WINVER
/* #undef WINVER */
#endif // WINVER
/* Define to empty if `const' does not conform to ANSI C. */
/* #undef const */
/* Define to `int' if <sys/types.h> doesn't define. */
/* #undef gid_t */
/* Define to `unsigned long' if <sys/types.h> does not define. */
/* #undef id_t */
/* Define to `int' if <sys/types.h> does not define. */
/* #undef mode_t */
/* Define to `long long' if <sys/types.h> does not define. */
/* #undef off_t */
/* Define to `int' if <sys/types.h> doesn't define. */
/* #undef pid_t */
/* Define to `unsigned int' if <sys/types.h> does not define. */
/* #undef size_t */
/* Define to `int' if <sys/types.h> does not define. */
/* #undef ssize_t */
/* Define to `int' if <sys/types.h> doesn't define. */
/* #undef uid_t */
/* Define to `int' if <sys/types.h> does not define. */
/* #undef intptr_t */
/* Define to `unsigned int' if <sys/types.h> does not define. */
/* #undef uintptr_t */
#define ARCHIVE_SHA1_COMPILE_TEST
#define ARCHIVE_CRYPTO_SHA1_LIBC
#define PLATFORM_CONFIG_H "check_crypto_md.h"
/*-
* Copyright (c) 2003-2007 Tim Kientzle
* Copyright (c) 2011 Andres Mejia
* Copyright (c) 2011 Michihiro NAKAJIMA
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted provided that the following conditions
* are met:
* 1. Redistributions of source code must retain the above copyright
* notice, this list of conditions and the following disclaimer.
* 2. Redistributions in binary form must reproduce the above copyright
* notice, this list of conditions and the following disclaimer in the
* documentation and/or other materials provided with the distribution.
*
* THIS SOFTWARE IS PROVIDED BY THE AUTHOR(S) ``AS IS'' AND ANY EXPRESS OR
* IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
* OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE DISCLAIMED.
* IN NO EVENT SHALL THE AUTHOR(S) BE LIABLE FOR ANY DIRECT, INDIRECT,
* INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
* NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
* DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY
* THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
* (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
#include "archive_platform.h"
#include "archive.h"
#include "archive_digest_private.h"
/* In particular, force the configure probe to break if it tries
* to test a combination of OpenSSL and libmd. */
#if defined(ARCHIVE_CRYPTO_OPENSSL) && defined(ARCHIVE_CRYPTO_LIBMD)
#error Cannot use both OpenSSL and libmd.
#endif
/*
* Message digest functions for Windows platform.
*/
#if defined(ARCHIVE_CRYPTO_MD5_WIN) ||\
defined(ARCHIVE_CRYPTO_SHA1_WIN) ||\
defined(ARCHIVE_CRYPTO_SHA256_WIN) ||\
defined(ARCHIVE_CRYPTO_SHA384_WIN) ||\
defined(ARCHIVE_CRYPTO_SHA512_WIN)
/*
* Initialize a Message digest.
*/
static int
win_crypto_init(Digest_CTX *ctx, ALG_ID algId)
{
ctx->valid = 0;
if (!CryptAcquireContext(&ctx->cryptProv, NULL, NULL,
PROV_RSA_FULL, CRYPT_VERIFYCONTEXT)) {
if (GetLastError() != (DWORD)NTE_BAD_KEYSET)
return (ARCHIVE_FAILED);
if (!CryptAcquireContext(&ctx->cryptProv, NULL, NULL,
PROV_RSA_FULL, CRYPT_NEWKEYSET))
return (ARCHIVE_FAILED);
}
if (!CryptCreateHash(ctx->cryptProv, algId, 0, 0, &ctx->hash)) {
CryptReleaseContext(ctx->cryptProv, 0);
return (ARCHIVE_FAILED);
}
ctx->valid = 1;
return (ARCHIVE_OK);
}
/*
* Update a Message digest.
*/
static int
win_crypto_Update(Digest_CTX *ctx, const unsigned char *buf, size_t len)
{
if (!ctx->valid)
return (ARCHIVE_FAILED);
CryptHashData(ctx->hash,
(unsigned char *)(uintptr_t)buf,
(DWORD)len, 0);
return (ARCHIVE_OK);
}
static int
win_crypto_Final(unsigned char *buf, size_t bufsize, Digest_CTX *ctx)
{
DWORD siglen = (DWORD)bufsize;
if (!ctx->valid)
return (ARCHIVE_FAILED);
CryptGetHashParam(ctx->hash, HP_HASHVAL, buf, &siglen, 0);
CryptDestroyHash(ctx->hash);
CryptReleaseContext(ctx->cryptProv, 0);
ctx->valid = 0;
return (ARCHIVE_OK);
}
#endif /* defined(ARCHIVE_CRYPTO_*_WIN) */
/* MD5 implementations */
#if defined(ARCHIVE_CRYPTO_MD5_LIBC)
static int
__archive_libc_md5init(archive_md5_ctx *ctx)
{
MD5Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libc_md5update(archive_md5_ctx *ctx, const void *indata,
size_t insize)
{
MD5Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libc_md5final(archive_md5_ctx *ctx, void *md)
{
MD5Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_MD5_LIBMD)
static int
__archive_libmd_md5init(archive_md5_ctx *ctx)
{
MD5Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libmd_md5update(archive_md5_ctx *ctx, const void *indata,
size_t insize)
{
MD5Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libmd_md5final(archive_md5_ctx *ctx, void *md)
{
MD5Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_MD5_LIBSYSTEM)
static int
__archive_libsystem_md5init(archive_md5_ctx *ctx)
{
CC_MD5_Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libsystem_md5update(archive_md5_ctx *ctx, const void *indata,
size_t insize)
{
CC_MD5_Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libsystem_md5final(archive_md5_ctx *ctx, void *md)
{
CC_MD5_Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_MD5_NETTLE)
static int
__archive_nettle_md5init(archive_md5_ctx *ctx)
{
md5_init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_nettle_md5update(archive_md5_ctx *ctx, const void *indata,
size_t insize)
{
md5_update(ctx, insize, indata);
return (ARCHIVE_OK);
}
static int
__archive_nettle_md5final(archive_md5_ctx *ctx, void *md)
{
md5_digest(ctx, MD5_DIGEST_SIZE, md);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_MD5_OPENSSL)
static int
__archive_openssl_md5init(archive_md5_ctx *ctx)
{
if ((*ctx = EVP_MD_CTX_new()) == NULL)
return (ARCHIVE_FAILED);
EVP_DigestInit(*ctx, EVP_md5());
return (ARCHIVE_OK);
}
static int
__archive_openssl_md5update(archive_md5_ctx *ctx, const void *indata,
size_t insize)
{
EVP_DigestUpdate(*ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_openssl_md5final(archive_md5_ctx *ctx, void *md)
{
/* HACK: archive_write_set_format_xar.c is finalizing empty contexts, so
* this is meant to cope with that. Real fix is probably to fix
* archive_write_set_format_xar.c
*/
if (*ctx) {
EVP_DigestFinal(*ctx, md, NULL);
EVP_MD_CTX_free(*ctx);
*ctx = NULL;
}
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_MD5_WIN)
static int
__archive_windowsapi_md5init(archive_md5_ctx *ctx)
{
return (win_crypto_init(ctx, CALG_MD5));
}
static int
__archive_windowsapi_md5update(archive_md5_ctx *ctx, const void *indata,
size_t insize)
{
return (win_crypto_Update(ctx, indata, insize));
}
static int
__archive_windowsapi_md5final(archive_md5_ctx *ctx, void *md)
{
return (win_crypto_Final(md, 16, ctx));
}
#else
static int
__archive_stub_md5init(archive_md5_ctx *ctx)
{
(void)ctx; /* UNUSED */
return (ARCHIVE_FAILED);
}
static int
__archive_stub_md5update(archive_md5_ctx *ctx, const void *indata,
size_t insize)
{
(void)ctx; /* UNUSED */
(void)indata; /* UNUSED */
(void)insize; /* UNUSED */
return (ARCHIVE_FAILED);
}
static int
__archive_stub_md5final(archive_md5_ctx *ctx, void *md)
{
(void)ctx; /* UNUSED */
(void)md; /* UNUSED */
return (ARCHIVE_FAILED);
}
#endif
/* RIPEMD160 implementations */
#if defined(ARCHIVE_CRYPTO_RMD160_LIBC)
static int
__archive_libc_ripemd160init(archive_rmd160_ctx *ctx)
{
RMD160Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libc_ripemd160update(archive_rmd160_ctx *ctx, const void *indata,
size_t insize)
{
RMD160Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libc_ripemd160final(archive_rmd160_ctx *ctx, void *md)
{
RMD160Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_RMD160_LIBMD)
static int
__archive_libmd_ripemd160init(archive_rmd160_ctx *ctx)
{
RIPEMD160_Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libmd_ripemd160update(archive_rmd160_ctx *ctx, const void *indata,
size_t insize)
{
RIPEMD160_Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libmd_ripemd160final(archive_rmd160_ctx *ctx, void *md)
{
RIPEMD160_Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_RMD160_NETTLE)
static int
__archive_nettle_ripemd160init(archive_rmd160_ctx *ctx)
{
ripemd160_init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_nettle_ripemd160update(archive_rmd160_ctx *ctx, const void *indata,
size_t insize)
{
ripemd160_update(ctx, insize, indata);
return (ARCHIVE_OK);
}
static int
__archive_nettle_ripemd160final(archive_rmd160_ctx *ctx, void *md)
{
ripemd160_digest(ctx, RIPEMD160_DIGEST_SIZE, md);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_RMD160_OPENSSL)
static int
__archive_openssl_ripemd160init(archive_rmd160_ctx *ctx)
{
if ((*ctx = EVP_MD_CTX_new()) == NULL)
return (ARCHIVE_FAILED);
EVP_DigestInit(*ctx, EVP_ripemd160());
return (ARCHIVE_OK);
}
static int
__archive_openssl_ripemd160update(archive_rmd160_ctx *ctx, const void *indata,
size_t insize)
{
EVP_DigestUpdate(*ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_openssl_ripemd160final(archive_rmd160_ctx *ctx, void *md)
{
if (*ctx) {
EVP_DigestFinal(*ctx, md, NULL);
EVP_MD_CTX_free(*ctx);
*ctx = NULL;
}
return (ARCHIVE_OK);
}
#else
static int
__archive_stub_ripemd160init(archive_rmd160_ctx *ctx)
{
(void)ctx; /* UNUSED */
return (ARCHIVE_FAILED);
}
static int
__archive_stub_ripemd160update(archive_rmd160_ctx *ctx, const void *indata,
size_t insize)
{
(void)ctx; /* UNUSED */
(void)indata; /* UNUSED */
(void)insize; /* UNUSED */
return (ARCHIVE_FAILED);
}
static int
__archive_stub_ripemd160final(archive_rmd160_ctx *ctx, void *md)
{
(void)ctx; /* UNUSED */
(void)md; /* UNUSED */
return (ARCHIVE_FAILED);
}
#endif
/* SHA1 implementations */
#if defined(ARCHIVE_CRYPTO_SHA1_LIBC)
static int
__archive_libc_sha1init(archive_sha1_ctx *ctx)
{
SHA1Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libc_sha1update(archive_sha1_ctx *ctx, const void *indata,
size_t insize)
{
SHA1Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libc_sha1final(archive_sha1_ctx *ctx, void *md)
{
SHA1Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA1_LIBMD)
static int
__archive_libmd_sha1init(archive_sha1_ctx *ctx)
{
SHA1_Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libmd_sha1update(archive_sha1_ctx *ctx, const void *indata,
size_t insize)
{
SHA1_Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libmd_sha1final(archive_sha1_ctx *ctx, void *md)
{
SHA1_Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA1_LIBSYSTEM)
static int
__archive_libsystem_sha1init(archive_sha1_ctx *ctx)
{
CC_SHA1_Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libsystem_sha1update(archive_sha1_ctx *ctx, const void *indata,
size_t insize)
{
CC_SHA1_Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libsystem_sha1final(archive_sha1_ctx *ctx, void *md)
{
CC_SHA1_Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA1_NETTLE)
static int
__archive_nettle_sha1init(archive_sha1_ctx *ctx)
{
sha1_init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_nettle_sha1update(archive_sha1_ctx *ctx, const void *indata,
size_t insize)
{
sha1_update(ctx, insize, indata);
return (ARCHIVE_OK);
}
static int
__archive_nettle_sha1final(archive_sha1_ctx *ctx, void *md)
{
sha1_digest(ctx, SHA1_DIGEST_SIZE, md);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA1_OPENSSL)
static int
__archive_openssl_sha1init(archive_sha1_ctx *ctx)
{
if ((*ctx = EVP_MD_CTX_new()) == NULL)
return (ARCHIVE_FAILED);
EVP_DigestInit(*ctx, EVP_sha1());
return (ARCHIVE_OK);
}
static int
__archive_openssl_sha1update(archive_sha1_ctx *ctx, const void *indata,
size_t insize)
{
EVP_DigestUpdate(*ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_openssl_sha1final(archive_sha1_ctx *ctx, void *md)
{
/* HACK: archive_write_set_format_xar.c is finalizing empty contexts, so
* this is meant to cope with that. Real fix is probably to fix
* archive_write_set_format_xar.c
*/
if (*ctx) {
EVP_DigestFinal(*ctx, md, NULL);
EVP_MD_CTX_free(*ctx);
*ctx = NULL;
}
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA1_WIN)
static int
__archive_windowsapi_sha1init(archive_sha1_ctx *ctx)
{
return (win_crypto_init(ctx, CALG_SHA1));
}
static int
__archive_windowsapi_sha1update(archive_sha1_ctx *ctx, const void *indata,
size_t insize)
{
return (win_crypto_Update(ctx, indata, insize));
}
static int
__archive_windowsapi_sha1final(archive_sha1_ctx *ctx, void *md)
{
return (win_crypto_Final(md, 20, ctx));
}
#else
static int
__archive_stub_sha1init(archive_sha1_ctx *ctx)
{
(void)ctx; /* UNUSED */
return (ARCHIVE_FAILED);
}
static int
__archive_stub_sha1update(archive_sha1_ctx *ctx, const void *indata,
size_t insize)
{
(void)ctx; /* UNUSED */
(void)indata; /* UNUSED */
(void)insize; /* UNUSED */
return (ARCHIVE_FAILED);
}
static int
__archive_stub_sha1final(archive_sha1_ctx *ctx, void *md)
{
(void)ctx; /* UNUSED */
(void)md; /* UNUSED */
return (ARCHIVE_FAILED);
}
#endif
/* SHA256 implementations */
#if defined(ARCHIVE_CRYPTO_SHA256_LIBC)
static int
__archive_libc_sha256init(archive_sha256_ctx *ctx)
{
SHA256_Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libc_sha256update(archive_sha256_ctx *ctx, const void *indata,
size_t insize)
{
SHA256_Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libc_sha256final(archive_sha256_ctx *ctx, void *md)
{
SHA256_Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA256_LIBC2)
static int
__archive_libc2_sha256init(archive_sha256_ctx *ctx)
{
SHA256Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libc2_sha256update(archive_sha256_ctx *ctx, const void *indata,
size_t insize)
{
SHA256Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libc2_sha256final(archive_sha256_ctx *ctx, void *md)
{
SHA256Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA256_LIBC3)
static int
__archive_libc3_sha256init(archive_sha256_ctx *ctx)
{
SHA256Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libc3_sha256update(archive_sha256_ctx *ctx, const void *indata,
size_t insize)
{
SHA256Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libc3_sha256final(archive_sha256_ctx *ctx, void *md)
{
SHA256Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA256_LIBMD)
static int
__archive_libmd_sha256init(archive_sha256_ctx *ctx)
{
SHA256_Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libmd_sha256update(archive_sha256_ctx *ctx, const void *indata,
size_t insize)
{
SHA256_Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libmd_sha256final(archive_sha256_ctx *ctx, void *md)
{
SHA256_Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA256_LIBSYSTEM)
static int
__archive_libsystem_sha256init(archive_sha256_ctx *ctx)
{
CC_SHA256_Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libsystem_sha256update(archive_sha256_ctx *ctx, const void *indata,
size_t insize)
{
CC_SHA256_Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libsystem_sha256final(archive_sha256_ctx *ctx, void *md)
{
CC_SHA256_Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA256_NETTLE)
static int
__archive_nettle_sha256init(archive_sha256_ctx *ctx)
{
sha256_init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_nettle_sha256update(archive_sha256_ctx *ctx, const void *indata,
size_t insize)
{
sha256_update(ctx, insize, indata);
return (ARCHIVE_OK);
}
static int
__archive_nettle_sha256final(archive_sha256_ctx *ctx, void *md)
{
sha256_digest(ctx, SHA256_DIGEST_SIZE, md);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA256_OPENSSL)
static int
__archive_openssl_sha256init(archive_sha256_ctx *ctx)
{
if ((*ctx = EVP_MD_CTX_new()) == NULL)
return (ARCHIVE_FAILED);
EVP_DigestInit(*ctx, EVP_sha256());
return (ARCHIVE_OK);
}
static int
__archive_openssl_sha256update(archive_sha256_ctx *ctx, const void *indata,
size_t insize)
{
EVP_DigestUpdate(*ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_openssl_sha256final(archive_sha256_ctx *ctx, void *md)
{
if (*ctx) {
EVP_DigestFinal(*ctx, md, NULL);
EVP_MD_CTX_free(*ctx);
*ctx = NULL;
}
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA256_WIN)
static int
__archive_windowsapi_sha256init(archive_sha256_ctx *ctx)
{
return (win_crypto_init(ctx, CALG_SHA_256));
}
static int
__archive_windowsapi_sha256update(archive_sha256_ctx *ctx, const void *indata,
size_t insize)
{
return (win_crypto_Update(ctx, indata, insize));
}
static int
__archive_windowsapi_sha256final(archive_sha256_ctx *ctx, void *md)
{
return (win_crypto_Final(md, 32, ctx));
}
#else
static int
__archive_stub_sha256init(archive_sha256_ctx *ctx)
{
(void)ctx; /* UNUSED */
return (ARCHIVE_FAILED);
}
static int
__archive_stub_sha256update(archive_sha256_ctx *ctx, const void *indata,
size_t insize)
{
(void)ctx; /* UNUSED */
(void)indata; /* UNUSED */
(void)insize; /* UNUSED */
return (ARCHIVE_FAILED);
}
static int
__archive_stub_sha256final(archive_sha256_ctx *ctx, void *md)
{
(void)ctx; /* UNUSED */
(void)md; /* UNUSED */
return (ARCHIVE_FAILED);
}
#endif
/* SHA384 implementations */
#if defined(ARCHIVE_CRYPTO_SHA384_LIBC)
static int
__archive_libc_sha384init(archive_sha384_ctx *ctx)
{
SHA384_Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libc_sha384update(archive_sha384_ctx *ctx, const void *indata,
size_t insize)
{
SHA384_Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libc_sha384final(archive_sha384_ctx *ctx, void *md)
{
SHA384_Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA384_LIBC2)
static int
__archive_libc2_sha384init(archive_sha384_ctx *ctx)
{
SHA384Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libc2_sha384update(archive_sha384_ctx *ctx, const void *indata,
size_t insize)
{
SHA384Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libc2_sha384final(archive_sha384_ctx *ctx, void *md)
{
SHA384Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA384_LIBC3)
static int
__archive_libc3_sha384init(archive_sha384_ctx *ctx)
{
SHA384Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libc3_sha384update(archive_sha384_ctx *ctx, const void *indata,
size_t insize)
{
SHA384Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libc3_sha384final(archive_sha384_ctx *ctx, void *md)
{
SHA384Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA384_LIBSYSTEM)
static int
__archive_libsystem_sha384init(archive_sha384_ctx *ctx)
{
CC_SHA384_Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libsystem_sha384update(archive_sha384_ctx *ctx, const void *indata,
size_t insize)
{
CC_SHA384_Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libsystem_sha384final(archive_sha384_ctx *ctx, void *md)
{
CC_SHA384_Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA384_NETTLE)
static int
__archive_nettle_sha384init(archive_sha384_ctx *ctx)
{
sha384_init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_nettle_sha384update(archive_sha384_ctx *ctx, const void *indata,
size_t insize)
{
sha384_update(ctx, insize, indata);
return (ARCHIVE_OK);
}
static int
__archive_nettle_sha384final(archive_sha384_ctx *ctx, void *md)
{
sha384_digest(ctx, SHA384_DIGEST_SIZE, md);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA384_OPENSSL)
static int
__archive_openssl_sha384init(archive_sha384_ctx *ctx)
{
if ((*ctx = EVP_MD_CTX_new()) == NULL)
return (ARCHIVE_FAILED);
EVP_DigestInit(*ctx, EVP_sha384());
return (ARCHIVE_OK);
}
static int
__archive_openssl_sha384update(archive_sha384_ctx *ctx, const void *indata,
size_t insize)
{
EVP_DigestUpdate(*ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_openssl_sha384final(archive_sha384_ctx *ctx, void *md)
{
if (*ctx) {
EVP_DigestFinal(*ctx, md, NULL);
EVP_MD_CTX_free(*ctx);
*ctx = NULL;
}
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA384_WIN)
static int
__archive_windowsapi_sha384init(archive_sha384_ctx *ctx)
{
return (win_crypto_init(ctx, CALG_SHA_384));
}
static int
__archive_windowsapi_sha384update(archive_sha384_ctx *ctx, const void *indata,
size_t insize)
{
return (win_crypto_Update(ctx, indata, insize));
}
static int
__archive_windowsapi_sha384final(archive_sha384_ctx *ctx, void *md)
{
return (win_crypto_Final(md, 48, ctx));
}
#else
static int
__archive_stub_sha384init(archive_sha384_ctx *ctx)
{
(void)ctx; /* UNUSED */
return (ARCHIVE_FAILED);
}
static int
__archive_stub_sha384update(archive_sha384_ctx *ctx, const void *indata,
size_t insize)
{
(void)ctx; /* UNUSED */
(void)indata; /* UNUSED */
(void)insize; /* UNUSED */
return (ARCHIVE_FAILED);
}
static int
__archive_stub_sha384final(archive_sha384_ctx *ctx, void *md)
{
(void)ctx; /* UNUSED */
(void)md; /* UNUSED */
return (ARCHIVE_FAILED);
}
#endif
/* SHA512 implementations */
#if defined(ARCHIVE_CRYPTO_SHA512_LIBC)
static int
__archive_libc_sha512init(archive_sha512_ctx *ctx)
{
SHA512_Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libc_sha512update(archive_sha512_ctx *ctx, const void *indata,
size_t insize)
{
SHA512_Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libc_sha512final(archive_sha512_ctx *ctx, void *md)
{
SHA512_Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA512_LIBC2)
static int
__archive_libc2_sha512init(archive_sha512_ctx *ctx)
{
SHA512Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libc2_sha512update(archive_sha512_ctx *ctx, const void *indata,
size_t insize)
{
SHA512Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libc2_sha512final(archive_sha512_ctx *ctx, void *md)
{
SHA512Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA512_LIBC3)
static int
__archive_libc3_sha512init(archive_sha512_ctx *ctx)
{
SHA512Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libc3_sha512update(archive_sha512_ctx *ctx, const void *indata,
size_t insize)
{
SHA512Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libc3_sha512final(archive_sha512_ctx *ctx, void *md)
{
SHA512Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA512_LIBMD)
static int
__archive_libmd_sha512init(archive_sha512_ctx *ctx)
{
SHA512_Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libmd_sha512update(archive_sha512_ctx *ctx, const void *indata,
size_t insize)
{
SHA512_Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libmd_sha512final(archive_sha512_ctx *ctx, void *md)
{
SHA512_Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA512_LIBSYSTEM)
static int
__archive_libsystem_sha512init(archive_sha512_ctx *ctx)
{
CC_SHA512_Init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_libsystem_sha512update(archive_sha512_ctx *ctx, const void *indata,
size_t insize)
{
CC_SHA512_Update(ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_libsystem_sha512final(archive_sha512_ctx *ctx, void *md)
{
CC_SHA512_Final(md, ctx);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA512_NETTLE)
static int
__archive_nettle_sha512init(archive_sha512_ctx *ctx)
{
sha512_init(ctx);
return (ARCHIVE_OK);
}
static int
__archive_nettle_sha512update(archive_sha512_ctx *ctx, const void *indata,
size_t insize)
{
sha512_update(ctx, insize, indata);
return (ARCHIVE_OK);
}
static int
__archive_nettle_sha512final(archive_sha512_ctx *ctx, void *md)
{
sha512_digest(ctx, SHA512_DIGEST_SIZE, md);
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA512_OPENSSL)
static int
__archive_openssl_sha512init(archive_sha512_ctx *ctx)
{
if ((*ctx = EVP_MD_CTX_new()) == NULL)
return (ARCHIVE_FAILED);
EVP_DigestInit(*ctx, EVP_sha512());
return (ARCHIVE_OK);
}
static int
__archive_openssl_sha512update(archive_sha512_ctx *ctx, const void *indata,
size_t insize)
{
EVP_DigestUpdate(*ctx, indata, insize);
return (ARCHIVE_OK);
}
static int
__archive_openssl_sha512final(archive_sha512_ctx *ctx, void *md)
{
if (*ctx) {
EVP_DigestFinal(*ctx, md, NULL);
EVP_MD_CTX_free(*ctx);
*ctx = NULL;
}
return (ARCHIVE_OK);
}
#elif defined(ARCHIVE_CRYPTO_SHA512_WIN)
static int
__archive_windowsapi_sha512init(archive_sha512_ctx *ctx)
{
return (win_crypto_init(ctx, CALG_SHA_512));
}
static int
__archive_windowsapi_sha512update(archive_sha512_ctx *ctx, const void *indata,
size_t insize)
{
return (win_crypto_Update(ctx, indata, insize));
}
static int
__archive_windowsapi_sha512final(archive_sha512_ctx *ctx, void *md)
{
return (win_crypto_Final(md, 64, ctx));
}
#else
static int
__archive_stub_sha512init(archive_sha512_ctx *ctx)
{
(void)ctx; /* UNUSED */
return (ARCHIVE_FAILED);
}
static int
__archive_stub_sha512update(archive_sha512_ctx *ctx, const void *indata,
size_t insize)
{
(void)ctx; /* UNUSED */
(void)indata; /* UNUSED */
(void)insize; /* UNUSED */
return (ARCHIVE_FAILED);
}
static int
__archive_stub_sha512final(archive_sha512_ctx *ctx, void *md)
{
(void)ctx; /* UNUSED */
(void)md; /* UNUSED */
return (ARCHIVE_FAILED);
}
#endif
/* NOTE: Message Digest functions are set based on availability and by the
* following order of preference.
* 1. libc
* 2. libc2
* 3. libc3
* 4. libSystem
* 5. Nettle
* 6. OpenSSL
* 7. libmd
* 8. Windows API
*/
const struct archive_digest __archive_digest =
{
/* MD5 */
#if defined(ARCHIVE_CRYPTO_MD5_LIBC)
&__archive_libc_md5init,
&__archive_libc_md5update,
&__archive_libc_md5final,
#elif defined(ARCHIVE_CRYPTO_MD5_LIBMD)
&__archive_libmd_md5init,
&__archive_libmd_md5update,
&__archive_libmd_md5final,
#elif defined(ARCHIVE_CRYPTO_MD5_LIBSYSTEM)
&__archive_libsystem_md5init,
&__archive_libsystem_md5update,
&__archive_libsystem_md5final,
#elif defined(ARCHIVE_CRYPTO_MD5_NETTLE)
&__archive_nettle_md5init,
&__archive_nettle_md5update,
&__archive_nettle_md5final,
#elif defined(ARCHIVE_CRYPTO_MD5_OPENSSL)
&__archive_openssl_md5init,
&__archive_openssl_md5update,
&__archive_openssl_md5final,
#elif defined(ARCHIVE_CRYPTO_MD5_WIN)
&__archive_windowsapi_md5init,
&__archive_windowsapi_md5update,
&__archive_windowsapi_md5final,
#elif !defined(ARCHIVE_MD5_COMPILE_TEST)
&__archive_stub_md5init,
&__archive_stub_md5update,
&__archive_stub_md5final,
#endif
/* RIPEMD160 */
#if defined(ARCHIVE_CRYPTO_RMD160_LIBC)
&__archive_libc_ripemd160init,
&__archive_libc_ripemd160update,
&__archive_libc_ripemd160final,
#elif defined(ARCHIVE_CRYPTO_RMD160_LIBMD)
&__archive_libmd_ripemd160init,
&__archive_libmd_ripemd160update,
&__archive_libmd_ripemd160final,
#elif defined(ARCHIVE_CRYPTO_RMD160_NETTLE)
&__archive_nettle_ripemd160init,
&__archive_nettle_ripemd160update,
&__archive_nettle_ripemd160final,
#elif defined(ARCHIVE_CRYPTO_RMD160_OPENSSL)
&__archive_openssl_ripemd160init,
&__archive_openssl_ripemd160update,
&__archive_openssl_ripemd160final,
#elif !defined(ARCHIVE_RMD160_COMPILE_TEST)
&__archive_stub_ripemd160init,
&__archive_stub_ripemd160update,
&__archive_stub_ripemd160final,
#endif
/* SHA1 */
#if defined(ARCHIVE_CRYPTO_SHA1_LIBC)
&__archive_libc_sha1init,
&__archive_libc_sha1update,
&__archive_libc_sha1final,
#elif defined(ARCHIVE_CRYPTO_SHA1_LIBMD)
&__archive_libmd_sha1init,
&__archive_libmd_sha1update,
&__archive_libmd_sha1final,
#elif defined(ARCHIVE_CRYPTO_SHA1_LIBSYSTEM)
&__archive_libsystem_sha1init,
&__archive_libsystem_sha1update,
&__archive_libsystem_sha1final,
#elif defined(ARCHIVE_CRYPTO_SHA1_NETTLE)
&__archive_nettle_sha1init,
&__archive_nettle_sha1update,
&__archive_nettle_sha1final,
#elif defined(ARCHIVE_CRYPTO_SHA1_OPENSSL)
&__archive_openssl_sha1init,
&__archive_openssl_sha1update,
&__archive_openssl_sha1final,
#elif defined(ARCHIVE_CRYPTO_SHA1_WIN)
&__archive_windowsapi_sha1init,
&__archive_windowsapi_sha1update,
&__archive_windowsapi_sha1final,
#elif !defined(ARCHIVE_SHA1_COMPILE_TEST)
&__archive_stub_sha1init,
&__archive_stub_sha1update,
&__archive_stub_sha1final,
#endif
/* SHA256 */
#if defined(ARCHIVE_CRYPTO_SHA256_LIBC)
&__archive_libc_sha256init,
&__archive_libc_sha256update,
&__archive_libc_sha256final,
#elif defined(ARCHIVE_CRYPTO_SHA256_LIBC2)
&__archive_libc2_sha256init,
&__archive_libc2_sha256update,
&__archive_libc2_sha256final,
#elif defined(ARCHIVE_CRYPTO_SHA256_LIBC3)
&__archive_libc3_sha256init,
&__archive_libc3_sha256update,
&__archive_libc3_sha256final,
#elif defined(ARCHIVE_CRYPTO_SHA256_LIBMD)
&__archive_libmd_sha256init,
&__archive_libmd_sha256update,
&__archive_libmd_sha256final,
#elif defined(ARCHIVE_CRYPTO_SHA256_LIBSYSTEM)
&__archive_libsystem_sha256init,
&__archive_libsystem_sha256update,
&__archive_libsystem_sha256final,
#elif defined(ARCHIVE_CRYPTO_SHA256_NETTLE)
&__archive_nettle_sha256init,
&__archive_nettle_sha256update,
&__archive_nettle_sha256final,
#elif defined(ARCHIVE_CRYPTO_SHA256_OPENSSL)
&__archive_openssl_sha256init,
&__archive_openssl_sha256update,
&__archive_openssl_sha256final,
#elif defined(ARCHIVE_CRYPTO_SHA256_WIN)
&__archive_windowsapi_sha256init,
&__archive_windowsapi_sha256update,
&__archive_windowsapi_sha256final,
#elif !defined(ARCHIVE_SHA256_COMPILE_TEST)
&__archive_stub_sha256init,
&__archive_stub_sha256update,
&__archive_stub_sha256final,
#endif
/* SHA384 */
#if defined(ARCHIVE_CRYPTO_SHA384_LIBC)
&__archive_libc_sha384init,
&__archive_libc_sha384update,
&__archive_libc_sha384final,
#elif defined(ARCHIVE_CRYPTO_SHA384_LIBC2)
&__archive_libc2_sha384init,
&__archive_libc2_sha384update,
&__archive_libc2_sha384final,
#elif defined(ARCHIVE_CRYPTO_SHA384_LIBC3)
&__archive_libc3_sha384init,
&__archive_libc3_sha384update,
&__archive_libc3_sha384final,
#elif defined(ARCHIVE_CRYPTO_SHA384_LIBSYSTEM)
&__archive_libsystem_sha384init,
&__archive_libsystem_sha384update,
&__archive_libsystem_sha384final,
#elif defined(ARCHIVE_CRYPTO_SHA384_NETTLE)
&__archive_nettle_sha384init,
&__archive_nettle_sha384update,
&__archive_nettle_sha384final,
#elif defined(ARCHIVE_CRYPTO_SHA384_OPENSSL)
&__archive_openssl_sha384init,
&__archive_openssl_sha384update,
&__archive_openssl_sha384final,
#elif defined(ARCHIVE_CRYPTO_SHA384_WIN)
&__archive_windowsapi_sha384init,
&__archive_windowsapi_sha384update,
&__archive_windowsapi_sha384final,
#elif !defined(ARCHIVE_SHA384_COMPILE_TEST)
&__archive_stub_sha384init,
&__archive_stub_sha384update,
&__archive_stub_sha384final,
#endif
/* SHA512 */
#if defined(ARCHIVE_CRYPTO_SHA512_LIBC)
&__archive_libc_sha512init,
&__archive_libc_sha512update,
&__archive_libc_sha512final
#elif defined(ARCHIVE_CRYPTO_SHA512_LIBC2)
&__archive_libc2_sha512init,
&__archive_libc2_sha512update,
&__archive_libc2_sha512final
#elif defined(ARCHIVE_CRYPTO_SHA512_LIBC3)
&__archive_libc3_sha512init,
&__archive_libc3_sha512update,
&__archive_libc3_sha512final
#elif defined(ARCHIVE_CRYPTO_SHA512_LIBMD)
&__archive_libmd_sha512init,
&__archive_libmd_sha512update,
&__archive_libmd_sha512final
#elif defined(ARCHIVE_CRYPTO_SHA512_LIBSYSTEM)
&__archive_libsystem_sha512init,
&__archive_libsystem_sha512update,
&__archive_libsystem_sha512final
#elif defined(ARCHIVE_CRYPTO_SHA512_NETTLE)
&__archive_nettle_sha512init,
&__archive_nettle_sha512update,
&__archive_nettle_sha512final
#elif defined(ARCHIVE_CRYPTO_SHA512_OPENSSL)
&__archive_openssl_sha512init,
&__archive_openssl_sha512update,
&__archive_openssl_sha512final
#elif defined(ARCHIVE_CRYPTO_SHA512_WIN)
&__archive_windowsapi_sha512init,
&__archive_windowsapi_sha512update,
&__archive_windowsapi_sha512final
#elif !defined(ARCHIVE_SHA512_COMPILE_TEST)
&__archive_stub_sha512init,
&__archive_stub_sha512update,
&__archive_stub_sha512final
#endif
};
int
main(int argc, char **argv)
{
archive_sha1_ctx ctx;
archive_sha1_init(&ctx);
archive_sha1_update(&ctx, *argv, argc);
archive_sha1_final(&ctx, NULL);
return 0;
}
Checking support for ARCHIVE_CRYPTO_SHA256_LIBC failed with the following output:
Change Dir: /media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build/CMakeFiles/CMakeTmp
Run Build Command(s):/usr/bin/ninja cmTC_60a07
[1/2] Building C object CMakeFiles/cmTC_60a07.dir/check_crypto_md.c.o
FAILED: CMakeFiles/cmTC_60a07.dir/check_crypto_md.c.o
/usr/bin/cc -I/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/build -I/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libarchive/libarchive -I. -Wall -Wformat -Wformat-security -o CMakeFiles/cmTC_60a07.dir/check_crypto_md.c.o -c check_crypto_md.c
In file included from check_crypto_md.c:1359:0:
/media/cammera/Datos/Building/Softwarebuilds/aseprites/2019-04-12_2/third_party/libarchive/libarchive/archive_digest_private.h:78:10: fatal error: sha2.h: No such file or directory
#include <sha2.h>
^~~~~~~~
compilation terminated.
ninja: build stopped: subcommand failed.
Source file was:
/* config.h. Generated from build/cmake/config.h.in by cmake configure */
/*
* Ensure we have C99-style int64_t, etc, all defined.
*/
/* First, we need to know if the system has already defined them. */
#define HAVE_INT16_T
#define HAVE_INT32_T
#define HAVE_INT64_T
#define HAVE_INTMAX_T
#define HAVE_UINT8_T
#define HAVE_UINT16_T
#define HAVE_UINT32_T
#define HAVE_UINT64_T
#define HAVE_UINTMAX_T
/* We might have the types we want under other spellings. */
/* #undef HAVE___INT64 */
/* #undef HAVE_U_INT64_T */
/* #undef HAVE_UNSIGNED___INT64 */
/* The sizes of various standard integer types. */
#define SIZE_OF_SHORT 2
#define SIZE_OF_INT 4
#define SIZE_OF_LONG 8
#define SIZE_OF_LONG_LONG 8
#define SIZE_OF_UNSIGNED_SHORT 2
#define SIZE_OF_UNSIGNED 4
#define SIZE_OF_UNSIGNED_LONG 8
#define SIZE_OF_UNSIGNED_LONG_LONG 8
/*
* If we lack int64_t, define it to the first of __int64, int, long, and long long
* that exists and is the right size.
*/
#if !defined(HAVE_INT64_T) && defined(HAVE___INT64)
typedef __int64 int64_t;
#define HAVE_INT64_T
#endif
#if !defined(HAVE_INT64_T) && SIZE_OF_INT == 8
typedef int int64_t;
#define HAVE_INT64_T
#endif
#if !defined(HAVE_INT64_T) && SIZE_OF_LONG == 8
typedef long int64_t;
#define HAVE_INT64_T
#endif
#if !defined(HAVE_INT64_T) && SIZE_OF_LONG_LONG == 8
typedef long long int64_t;
#define HAVE_INT64_T
#endif
#if !defined(HAVE_INT64_T)
#error No 64-bit integer type was found.
#endif
/*
* Similarly for int32_t
*/
#if !defined(HAVE_INT32_T) && SIZE_OF_INT == 4
typedef int int32_t;
#define HAVE_INT32_T
#endif
#if !defined(HAVE_INT32_T) && SIZE_OF_LONG == 4
typedef long int32_t;
#define HAVE_INT32_T
#endif
#if !defined(HAVE_INT32_T)
#error No 32-bit integer type was found.
#endif
/*
* Similarly for int16_t
*/
#if !defined(HAVE_INT16_T) && SIZE_OF_INT == 2
typedef int int16_t;
#define HAVE_INT16_T
#endif
#if !defined(HAVE_INT16_T) && SIZE_OF_SHORT == 2
typedef short int16_t;
#define HAVE_INT16_T
#endif
#if !defined(HAVE_INT16_T)
#error No 16-bit integer type was found.
#endif
/*
* Similarly for uint64_t
*/
#if !defined(HAVE_UINT64_T) && defined(HAVE_UNSIGNED___INT64)
typedef unsigned __int64 uint64_t;
#define HAVE_UINT64_T
#endif
#if !defined(HAVE_UINT64_T) && SIZE_OF_UNSIGNED == 8
typedef unsigned uint64_t;
#define HAVE_UINT64_T
#endif
#if !defined(HAVE_UINT64_T) && SIZE_OF_UNSIGNED_LONG == 8
typedef unsigned long uint64_t;
#define HAVE_UINT64_T
#endif
#if !defined(HAVE_UINT64_T) && SIZE_OF_UNSIGNED_LONG_LONG == 8
typedef unsigned long long uint64_t;
#define HAVE_UINT64_T
#endif
#if !defined(HAVE_UINT64_T)
#error No 64-bit unsigned integer type was found.
#endif
/*
* Similarly for uint32_t
*/
#if !defined(HAVE_UINT32_T) && SIZE_OF_UNSIGNED == 4
typedef unsigned uint32_t;
#define HAVE_UINT32_T
#endif
#if !defined(HAVE_UINT32_T) && SIZE_OF_UNSIGNED_LONG == 4
typedef unsigned long uint32_t;
#define HAVE_UINT32_T
#endif
#if !defined(HAVE_UINT32_T)
#error No 32-bit unsigned integer type was found.
#endif
/*
* Similarly for uint16_t
*/
#if !defined(HAVE_UINT16_T) && SIZE_OF_UNSIGNED == 2
typedef unsigned uint16_t;
#define HAVE_UINT16_T
#endif
#if !defined(HAVE_UINT16_T) && SIZE_OF_UNSIGNED_SHORT == 2
typedef unsigned short uint16_t;
#define HAVE_UINT16_T
#endif
#if !defined(HAVE_UINT16_T)
#error No 16-bit unsigned integer type was found.
#endif
/*
* Similarly for uint8_t
*/
#if !defined(HAVE_UINT8_T)
typedef unsigned char uint8_t;
#define HAVE_UINT8_T
#endif
#if !defined(HAVE_UINT16_T)
#error No 8-bit unsigned integer type was found.
#endif
/* Define intmax_t and uintmax_t if they are not already defined. */
#if !defined(HAVE_INTMAX_T)
typedef int64_t intmax_t;
#endif
#if !defined(HAVE_UINTMAX_T)
typedef uint64_t uintmax_t;
#endif
/* Define ZLIB_WINAPI if zlib was built on Visual Studio. */
/* #undef ZLIB_WINAPI */
/* Darwin ACL support */
/* #undef ARCHIVE_ACL_DARWIN */
/* FreeBSD ACL support */
/* #undef ARCHIVE_ACL_FREEBSD */
/* FreeBSD NFSv4 ACL support */
/* #undef ARCHIVE_ACL_FREEBSD_NFS4 */
/* Linux POSIX.1e ACL support via libacl */
/* #undef ARCHIVE_ACL_LIBACL */
/* Linux NFSv4 ACL support via librichacl */
/* #undef ARCHIVE_ACL_LIBRICHACL */
/* Solaris ACL support */
/* #undef ARCHIVE_ACL_SUNOS */
/* Solaris NFSv4 ACL support */
/* #undef ARCHIVE_ACL_SUNOS_NFS4 */
/* MD5 via ARCHIVE_CRYPTO_MD5_LIBC supported. */
/* #undef ARCHIVE_CRYPTO_MD5_LIBC */
/* MD5 via ARCHIVE_CRYPTO_MD5_LIBSYSTEM supported. */
/* #undef ARCHIVE_CRYPTO_MD5_LIBSYSTEM */
/* MD5 via ARCHIVE_CRYPTO_MD5_NETTLE supported. */
/* #undef ARCHIVE_CRYPTO_MD5_NETTLE */
/* MD5 via ARCHIVE_CRYPTO_MD5_OPENSSL supported. */
/* #undef ARCHIVE_CRYPTO_MD5_OPENSSL */
/* MD5 via ARCHIVE_CRYPTO_MD5_WIN supported. */
/* #undef ARCHIVE_CRYPTO_MD5_WIN */
/* RMD160 via ARCHIVE_CRYPTO_RMD160_LIBC supported. */
/* #undef ARCHIVE_CRYPTO_RMD160_LIBC */
/* RMD160 via ARCHIVE_CRYPTO_RMD160_NETTLE supported. */
/* #undef ARCHIVE_CRYPTO_RMD160_NETTLE */
/* RMD160 via ARCHIVE_CRYPTO_RMD160_OPENSSL supported. */
/* #undef ARCHIVE_CRYPTO_RMD160_OPENSSL */
/* SHA1 via ARCHIVE_CRYPTO_SHA1_LIBC supported. */
/* #undef ARCHIVE_CRYPTO_SHA1_LIBC */
/* SHA1 via ARCHIVE_CRYPTO_SHA1_LIBSYSTEM supported. */
/* #undef ARCHIVE_CRYPTO_SHA1_LIBSYSTEM */
/* SHA1 via ARCHIVE_CRYPTO_SHA1_NETTLE supported. */
/* #undef ARCHIVE_CRYPTO_SHA1_NETTLE */
/* SHA1 via ARCHIVE_CRYPTO_SHA1_OPENSSL supported. */
/* #undef ARCHIVE_CRYPTO_SHA1_OPENSSL */
/* SHA1 via ARCHIVE_CRYPTO_SHA1_WIN supported. */
/* #undef ARCHIVE_CRYPTO_SHA1_WIN */
/* SHA256 via ARCHIVE_CRYPTO_SHA256_LIBC supported. */
/* #undef ARCHIVE_CRYPTO_SHA256_LIBC */
/* SHA256 via ARCHIVE_CRYPTO_SHA256_LIBC2 supported. */
/* #undef ARCHIVE_CRYPTO_SHA256_LIBC2 */
/* SHA256 via ARCHIVE_CRYPTO_SHA256_LIBC3 supported. */
/* #undef ARCHIVE_CRYPTO_SHA256_LIBC3 */
/* SHA256 via ARCHIVE_CRYPTO_SHA256_LIBSYSTEM supported. */
/* #undef ARCHIVE_CRYPTO_SHA256_LIBSYSTEM */
/* SHA256 via ARCHIVE_CRYPTO_SHA256_NETTLE supported. */
/* #undef ARCHIVE_CRYPTO_SHA256_NETTLE */
/* SHA256 via ARCHIVE_CRYPTO_SHA256_OPENSSL supported. */
/* #undef ARCHIVE_CRYPTO_SHA256_OPENSSL */
/* SHA256 via ARCHIVE_CRYPTO_SHA256_WIN supported. */
/* #undef ARCHIVE_CRYPTO_SHA256_WIN */
/* SHA384 via ARCHIVE_CRYPTO_SHA384_LIBC supported. */
/* #undef ARCHIVE_CRYPTO_SHA384_LIBC */
/* SHA384 via ARCHIVE_CRYPTO_SHA384_LIBC2 supported. */
/* #undef ARCHIVE_CRYPTO_SHA384_LIBC2 */
/* SHA384 via ARCHIVE_CRYPTO_SHA384_LIBC3 supported. */
/* #undef ARCHIVE_CRYPTO_SHA384_LIBC3 */
/* SHA384 via ARCHIVE_CRYPTO_SHA384_LIBSYSTEM supported. */
/* #undef ARCHIVE_CRYPTO_SHA384_LIBSYSTEM */
/* SHA384 via ARCHIVE_CRYPTO_SHA384_NETTLE supported. */
/* #undef ARCHIVE_CRYPTO_SHA384_NETTLE */
/* SHA384 via ARCHIVE_CRYPTO_SHA384_OPENSSL supported. */
/* #undef ARCHIVE_CRYPTO_SHA384_OPENSSL */
/* SHA384 via ARCHIVE_CRYPTO_SHA384_WIN supported. */
/* #undef ARCHIVE_CRYPTO_SHA384_WIN */
/* SHA512 via ARCHIVE_CRYPTO_SHA512_LIBC supported. */
/* #undef ARCHIVE_CRYPTO_SHA512_LIBC */
/* SHA512 via ARCHIVE_CRYPTO_SHA512_LIBC2 supported. */
/* #undef ARCHIVE_CRYPTO_SHA512_LIBC2 */
/* SHA512 via ARCHIVE_CRYPTO_SHA512_LIBC3 supported. */
/* #undef ARCHIVE_CRYPTO_SHA512_LIBC3 */
/* SHA512 via ARCHIVE_CRYPTO_SHA512_LIBSYSTEM supported. */
/* #undef ARCHIVE_CRYPTO_SHA512_LIBSYSTEM */
/* SHA512 via ARCHIVE_CRYPTO_SHA512_NETTLE supported. */
/* #undef ARCHIVE_CRYPTO_SHA512_NETTLE */
/* SHA512 via ARCHIVE_CRYPTO_SHA512_OPENSSL supported. */
/* #undef ARCHIVE_CRYPTO_SHA512_OPENSSL */
/* SHA512 via ARCHIVE_CRYPTO_SHA512_WIN supported. */
/* #undef ARCHIVE_CRYPTO_SHA512_WIN */
/* AIX xattr support */
/* #undef ARCHIVE_XATTR_AIX */
/* Darwin xattr support */
/* #undef ARCHIVE_XATTR_DARWIN */
/* FreeBSD xattr support */
/* #undef ARCHIVE_XATTR_FREEBSD */
/* Linux xattr support */
#define ARCHIVE_XATTR_LINUX 1
/* Version number of bsdcpio */
#define BSDCPIO_VERSION_STRING "3.3.3dev"
/* Version number of bsdtar */
#define BSDTAR_VERSION_STRING "3.3.3dev"
/* Version number of bsdcat */
#define BSDCAT_VERSION_STRING "3.3.3dev"
/* Define to 1 if you have the `acl_create_entry' function. */
/* #undef HAVE_ACL_CREATE_ENTRY */
/* Define to 1 if you have the `acl_get_fd_np' function. */
/* #undef HAVE_ACL_GET_FD_NP */
/* Define to 1 if you have the `acl_get_link' function. */
/* #undef HAVE_ACL_GET_LINK */
/* Define to 1 if you have the `acl_get_link_np' function. */
/* #undef HAVE_ACL_GET_LINK_NP */
/* Define to 1 if you have the `acl_get_perm' function. */
/* #undef HAVE_ACL_GET_PERM */
/* Define to 1 if you have the `acl_get_perm_np' function. */
/* #undef HAVE_ACL_GET_PERM_NP */
/* Define to 1 if you have the `acl_init' function. */
/* #undef HAVE_ACL_INIT */
/* Define to 1 if you have the <acl/libacl.h> header file. */
/* #undef HAVE_ACL_LIBACL_H */
/* Define to 1 if the system has the type `acl_permset_t'. */
/* #undef HAVE_ACL_PERMSET_T */
/* Define to 1 if you have the `acl_set_fd' function. */
/* #undef HAVE_ACL_SET_FD */
/* Define to 1 if you have the `acl_set_fd_np' function. */
/* #undef HAVE_ACL_SET_FD_NP */
/* Define to 1 if you have the `acl_set_file' function. */
/* #undef HAVE_ACL_SET_FILE */
/* Define to 1 if you have the `arc4random_buf' function. */
/* #undef HAVE_ARC4RANDOM_BUF */
/* Define to 1 if you have the <attr/xattr.h> header file. */
/* #undef HAVE_ATTR_XATTR_H */
/* Define to 1 if you have the <Bcrypt.h> header file. */
/* #undef HAVE_BCRYPT_H */
/* Define to 1 if you have the <bsdxml.h> header file. */
/* #undef HAVE_BSDXML_H */
/* Define to 1 if you have the <bzlib.h> header file. */
/* #undef HAVE_BZLIB_H */
/* Define to 1 if you have the `chflags' function. */
/* #undef HAVE_CHFLAGS */
/* Define to 1 if you have the `chown' function. */
#define HAVE_CHOWN 1
/* Define to 1 if you have the `chroot' function. */
#define HAVE_CHROOT 1
/* Define to 1 if you have the <copyfile.h> header file. */
/* #undef HAVE_COPYFILE_H */
/* Define to 1 if you have the `ctime_r' function. */
#define HAVE_CTIME_R 1
/* Define to 1 if you have the <ctype.h> header file. */
#define HAVE_CTYPE_H 1
/* Define to 1 if you have the `cygwin_conv_path' function. */
/* #undef HAVE_CYGWIN_CONV_PATH */
/* Define to 1 if you have the declaration of `ACE_GETACL', and to 0 if you
don't. */
/* #undef HAVE_DECL_ACE_GETACL */
/* Define to 1 if you have the declaration of `ACE_GETACLCNT', and to 0 if you
don't. */
/* #undef HAVE_DECL_ACE_GETACLCNT */
/* Define to 1 if you have the declaration of `ACE_SETACL', and to 0 if you
don't. */
/* #undef HAVE_DECL_ACE_SETACL */
/* Define to 1 if you have the declaration of `ACL_SYNCHRONIZE', and to 0 if
you don't. */
/* #undef HAVE_DECL_ACL_SYNCHRONIZE */
/* Define to 1 if you have the declaration of `ACL_TYPE_EXTENDED', and to 0 if
you don't. */
/* #undef HAVE_DECL_ACL_TYPE_EXTENDED */
/* Define to 1 if you have the declaration of `ACL_TYPE_NFS4', and to 0 if you
don't. */
/* #undef HAVE_DECL_ACL_TYPE_NFS4 */
/* Define to 1 if you have the declaration of `ACL_USER', and to 0 if you
don't. */
/* #undef HAVE_DECL_ACL_USER */
/* Define to 1 if you have the declaration of `INT32_MAX', and to 0 if you
don't. */
#define HAVE_DECL_INT32_MAX 1
/* Define to 1 if you have the declaration of `INT32_MIN', and to 0 if you
don't. */
#define HAVE_DECL_INT32_MIN 1
/* Define to 1 if you have the declaration of `INT64_MAX', and to 0 if you
don't. */
#define HAVE_DECL_INT64_MAX 1
/* Define to 1 if you have the declaration of `INT64_MIN', and to 0 if you
don't. */
#define HAVE_DECL_INT64_MIN 1
/* Define to 1 if you have the declaration of `INTMAX_MAX', and to 0 if you
don't. */
#define HAVE_DECL_INTMAX_MAX 1
/* Define to 1 if you have the declaration of `INTMAX_MIN', and to 0 if you
don't. */
#define HAVE_DECL_INTMAX_MIN 1
/* Define to 1 if you have the declaration of `SETACL', and to 0 if you don't.
*/
/* #undef HAVE_DECL_SETACL */
/* Define to 1 if you have the declaration of `SIZE_MAX', and to 0 if you
don't. */
#define HAVE_DECL_SIZE_MAX 1
/* Define to 1 if you have the declaration of `SSIZE_MAX', and to 0 if you
don't. */
#define HAVE_DECL_SSIZE_MAX 1
/* Define to 1 if you have the declaration of `strerror_r', and to 0 if you
don't. */
#define HAVE_DECL_STRERROR_R 1
/* Define to 1 if you have the declaration of `UINT32_MAX', and to 0 if you
don't. */
#define HAVE_DECL_UINT32_MAX 1
/* Define to 1 if you have the declaration of `UINT64_MAX', and to 0 if you
don't. */
#define HAVE_DECL_UINT64_MAX 1
/* Define to 1 if you have the declaration of `UINTMAX_MAX', and to 0 if you
don't. */
#define HAVE_DECL_UINTMAX_MAX 1
/* Define to 1 if you have the declaration of `XATTR_NOFOLLOW', and to 0 if
you don't. */
/* #undef HAVE_DECL_XATTR_NOFOLLOW */
/* Define to 1 if you have the <direct.h> header file. */
/* #undef HAVE_DIRECT_H */
/* Define to 1 if you have the <dirent.h> header file, and it defines `DIR'.
*/
#define HAVE_DIRENT_H 1
/* Define to 1 if you have the `dirfd' function. */
#define HAVE_DIRFD 1
/* Define to 1 if you have the <dlfcn.h> header file. */
#define HAVE_DLFCN_H 1
/* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
/* #undef HAVE_DOPRNT */
/* Define to 1 if nl_langinfo supports D_MD_ORDER */
/* #undef HAVE_D_MD_ORDER */
/* A possible errno value for invalid file format errors */
/* #undef HAVE_EFTYPE */
/* A possible errno value for invalid file format errors */
#define HAVE_EILSEQ 1
/* Define to 1 if you have the <errno.h> header file. */
#define HAVE_ERRNO_H 1
/* Define to 1 if you have the <expat.h> header file. */
#define HAVE_EXPAT_H 1
/* Define to 1 if you have the <ext2fs/ext2_fs.h> header file. */
/* #undef HAVE_EXT2FS_EXT2_FS_H */
/* Define to 1 if you have the `extattr_get_file' function. */
/* #undef HAVE_EXTATTR_GET_FILE */
/* Define to 1 if you have the `extattr_list_file' function. */
/* #undef HAVE_EXTATTR_LIST_FILE */
/* Define to 1 if you have the `extattr_set_fd' function. */
/* #undef HAVE_EXTATTR_SET_FD */
/* Define to 1 if you have the `extattr_set_file' function. */
/* #undef HAVE_EXTATTR_SET_FILE */
/* Define to 1 if EXTATTR_NAMESPACE_USER is defined in sys/extattr.h. */
/* #undef HAVE_DECL_EXTATTR_NAMESPACE_USER */
/* Define to 1 if you have the declaration of `GETACL', and to 0 if you don't.
*/
/* #undef HAVE_DECL_GETACL */
/* Define to 1 if you have the declaration of `GETACLCNT', and to 0 if you
don't. */
/* #undef HAVE_DECL_GETACLCNT */
/* Define to 1 if you have the `fchdir' function. */
#define HAVE_FCHDIR 1
/* Define to 1 if you have the `fchflags' function. */
/* #undef HAVE_FCHFLAGS */
/* Define to 1 if you have the `fchmod' function. */
#define HAVE_FCHMOD 1
/* Define to 1 if you have the `fchown' function. */
#define HAVE_FCHOWN 1
/* Define to 1 if you have the `fcntl' function. */
#define HAVE_FCNTL 1
/* Define to 1 if you have the <fcntl.h> header file. */
#define HAVE_FCNTL_H 1
/* Define to 1 if you have the `fdopendir' function. */
#define HAVE_FDOPENDIR 1
/* Define to 1 if you have the `fgetea' function. */
/* #undef HAVE_FGETEA */
/* Define to 1 if you have the `fgetxattr' function. */
#define HAVE_FGETXATTR 1
/* Define to 1 if you have the `flistea' function. */
/* #undef HAVE_FLISTEA */
/* Define to 1 if you have the `flistxattr' function. */
#define HAVE_FLISTXATTR 1
/* Define to 1 if you have the `fork' function. */
#define HAVE_FORK 1
/* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
#define HAVE_FSEEKO 1
/* Define to 1 if you have the `fsetea' function. */
/* #undef HAVE_FSETEA */
/* Define to 1 if you have the `fsetxattr' function. */
#define HAVE_FSETXATTR 1
/* Define to 1 if you have the `fstat' function. */
#define HAVE_FSTAT 1
/* Define to 1 if you have the `fstatat' function. */
#define HAVE_FSTATAT 1
/* Define to 1 if you have the `fstatfs' function. */
#define HAVE_FSTATFS 1
/* Define to 1 if you have the `fstatvfs' function. */
#define HAVE_FSTATVFS 1
/* Define to 1 if you have the `ftruncate' function. */
#define HAVE_FTRUNCATE 1
/* Define to 1 if you have the `futimens' function. */
#define HAVE_FUTIMENS 1
/* Define to 1 if you have the `futimes' function. */
#define HAVE_FUTIMES 1
/* Define to 1 if you have the `futimesat' function. */
#define HAVE_FUTIMESAT 1
/* Define to 1 if you have the `getea' function. */
/* #undef HAVE_GETEA */
/* Define to 1 if you have the `geteuid' function. */
#define HAVE_GETEUID 1
/* Define to 1 if you have the `getgrgid_r' function. */
#define HAVE_GETGRGID_R 1
/* Define to 1 if you have the `getgrnam_r' function. */
#define HAVE_GETGRNAM_R 1
/* Define to 1 if you have the `getpid' function. */
#define HAVE_GETPID 1
/* Define to 1 if you have the `getpwnam_r' function. */
#define HAVE_GETPWNAM_R 1
/* Define to 1 if you have the `getpwuid_r' function. */
#define HAVE_GETPWUID_R 1
/* Define to 1 if you have the `getvfsbyname' function. */
/* #undef HAVE_GETVFSBYNAME */
/* Define to 1 if you have the `getxattr' function. */
#define HAVE_GETXATTR 1
/* Define to 1 if you have the `gmtime_r' function. */
#define HAVE_GMTIME_R 1
/* Define to 1 if you have the <grp.h> header file. */
#define HAVE_GRP_H 1
/* Define to 1 if you have the `iconv' function. */
#define HAVE_ICONV 1
/* Define to 1 if you have the <iconv.h> header file. */
#define HAVE_ICONV_H 1
/* Define to 1 if you have the <inttypes.h> header file. */
#define HAVE_INTTYPES_H 1
/* Define to 1 if you have the <io.h> header file. */
/* #undef HAVE_IO_H */
/* Define to 1 if you have the <langinfo.h> header file. */
#define HAVE_LANGINFO_H 1
/* Define to 1 if you have the `lchflags' function. */
/* #undef HAVE_LCHFLAGS */
/* Define to 1 if you have the `lchmod' function. */
/* #undef HAVE_LCHMOD */
/* Define to 1 if you have the `lchown' function. */
#define HAVE_LCHOWN 1
/* Define to 1 if you have the `lgetea' function. */
/* #undef HAVE_LGETEA */
/* Define to 1 if you have the `lgetxattr' function. */
#define HAVE_LGETXATTR 1
/* Define to 1 if you have the `acl' library (-lacl). */
/* #undef HAVE_LIBACL */
/* Define to 1 if you have the `attr' library (-lattr). */
/* #undef HAVE_LIBATTR */
/* Define to 1 if you have the `bsdxml' library (-lbsdxml). */
/* #undef HAVE_LIBBSDXML */
/* Define to 1 if you have the `bz2' library (-lbz2). */
/* #undef HAVE_LIBBZ2 */
/* Define to 1 if you have the `charset' library (-lcharset). */
/* #undef HAVE_LIBCHARSET */
/* Define to 1 if you have the `crypto' library (-lcrypto). */
#define HAVE_LIBCRYPTO 1
/* Define to 1 if you have the `expat' library (-lexpat). */
#define HAVE_LIBEXPAT 1
/* Define to 1 if you have the `gcc' library (-lgcc). */
/* #undef HAVE_LIBGCC */
/* Define to 1 if you have the `lz4' library (-llz4). */
/* #undef HAVE_LIBLZ4 */
/* Define to 1 if you have the `lzma' library (-llzma). */
/* #undef HAVE_LIBLZMA */
/* Define to 1 if you have the `lzmadec' library (-llzmadec). */
/* #undef HAVE_LIBLZMADEC */
/* Define to 1 if you have the `lzo2' library (-llzo2). */
/* #undef HAVE_LIBLZO2 */
/* Define to 1 if you have the `nettle' library (-lnettle). */
/* #undef HAVE_LIBNETTLE */
/* Define to 1 if you have the `pcre' library (-lpcre). */
/* #undef HAVE_LIBPCRE */
/* Define to 1 if you have the `pcreposix' library (-lpcreposix). */
/* #undef HAVE_LIBPCREPOSIX */
/* Define to 1 if you have the `xml2' library (-lxml2). */
/* #undef HAVE_LIBXML2 */
/* Define to 1 if you have the <libxml/xmlreader.h> header file. */
/* #undef HAVE_LIBXML_XMLREADER_H */
/* Define to 1 if you have the <libxml/xmlwriter.h> header file. */
/* #undef HAVE_LIBXML_XMLWRITER_H */
/* Define to 1 if you have the `z' library (-lz). */
#define HAVE_LIBZ 1
/* Define to 1 if you have the `zstd' library (-lzstd). */
/* #undef HAVE_LIBZSTD */
/* Define to 1 if you have the <limits.h> header file. */
#define HAVE_LIMITS_H 1
/* Define to 1 if you have the `link' function. */
#define HAVE_LINK 1
/* Define to 1 if you have the <linux/fiemap.h> header file. */
#define HAVE_LINUX_FIEMAP_H 1
/* Define to 1 if you have the <linux/fs.h> header file. */
#define HAVE_LINUX_FS_H 1
/* Define to 1 if you have the <linux/magic.h> header file. */
#define HAVE_LINUX_MAGIC_H 1
/* Define to 1 if you have the <linux/types.h> header file. */
#define HAVE_LINUX_TYPES_H 1
/* Define to 1 if you have the `listea' function. */
/* #undef HAVE_LISTEA */
/* Define to 1 if you have the `listxattr' function. */
#define HAVE_LISTXATTR 1
/* Define to 1 if you have the `llistea' function. */
/* #undef HAVE_LLISTEA */
/* Define to 1 if you have the `llistxattr' function. */
#define HAVE_LLISTXATTR 1
/* Define to 1 if you have the <localcharset.h> header file. */
/* #undef HAVE_LOCALCHARSET_H */
/* Define to 1 if you have the `locale_charset' function. */
/* #undef HAVE_LOCALE_CHARSET */
/* Define to 1 if you have the <locale.h> header file. */
#define HAVE_LOCALE_H 1
/* Define to 1 if you have the `localtime_r' function. */
#define HAVE_LOCALTIME_R 1
/* Define to 1 if the system has the type `long long int'. */
/* #undef HAVE_LONG_LONG_INT */
/* Define to 1 if you have the `lsetea' function. */
/* #undef HAVE_LSETEA */
/* Define to 1 if you have the `lsetxattr' function. */
#define HAVE_LSETXATTR 1
/* Define to 1 if you have the `lstat' function. */
#define HAVE_LSTAT 1
/* Define to 1 if `lstat' has the bug that it succeeds when given the
zero-length file name argument. */
/* #undef HAVE_LSTAT_EMPTY_STRING_BUG */
/* Define to 1 if you have the `lutimes' function. */
#define HAVE_LUTIMES 1
/* Define to 1 if you have the <lz4hc.h> header file. */
/* #undef HAVE_LZ4HC_H */
/* Define to 1 if you have the <lz4.h> header file. */
/* #undef HAVE_LZ4_H */
/* Define to 1 if you have the <lzmadec.h> header file. */
/* #undef HAVE_LZMADEC_H */
/* Define to 1 if you have the <lzma.h> header file. */
/* #undef HAVE_LZMA_H */
/* Define to 1 if you have a working `lzma_stream_encoder_mt' function. */
/* #undef HAVE_LZMA_STREAM_ENCODER_MT */
/* Define to 1 if you have the <lzo/lzo1x.h> header file. */
/* #undef HAVE_LZO_LZO1X_H */
/* Define to 1 if you have the <lzo/lzoconf.h> header file. */
/* #undef HAVE_LZO_LZOCONF_H */
/* Define to 1 if you have the `mbrtowc' function. */
#define HAVE_MBRTOWC 1
/* Define to 1 if you have the <membership.h> header file. */
/* #undef HAVE_MEMBERSHIP_H */
/* Define to 1 if you have the `memmove' function. */
#define HAVE_MEMMOVE 1
/* Define to 1 if you have the <memory.h> header file. */
#define HAVE_MEMORY_H 1
/* Define to 1 if you have the `mkdir' function. */
#define HAVE_MKDIR 1
/* Define to 1 if you have the `mkfifo' function. */
#define HAVE_MKFIFO 1
/* Define to 1 if you have the `mknod' function. */
#define HAVE_MKNOD 1
/* Define to 1 if you have the `mkstemp' function. */
#define HAVE_MKSTEMP 1
/* Define to 1 if you have the <ndir.h> header file, and it defines `DIR'. */
/* #undef HAVE_NDIR_H */
/* Define to 1 if you have the <nettle/aes.h> header file. */
/* #undef HAVE_NETTLE_AES_H */
/* Define to 1 if you have the <nettle/hmac.h> header file. */
/* #undef HAVE_NETTLE_HMAC_H */
/* Define to 1 if you have the <nettle/md5.h> header file. */
/* #undef HAVE_NETTLE_MD5_H */
/* Define to 1 if you have the <nettle/pbkdf2.h> header file. */
/* #undef HAVE_NETTLE_PBKDF2_H */
/* Define to 1 if you have the <nettle/ripemd160.h> header file. */
/* #undef HAVE_NETTLE_RIPEMD160_H */
/* Define to 1 if you have the <nettle/sha.h> header file. */
/* #undef HAVE_NETTLE_SHA_H */
/* Define to 1 if you have the `nl_langinfo' function. */
#define HAVE_NL_LANGINFO 1
/* Define to 1 if you have the `openat' function. */
#define HAVE_OPENAT 1
/* Define to 1 if you have the <paths.h> header file. */
#define HAVE_PATHS_H 1
/* Define to 1 if you have the <pcreposix.h> header file. */
/* #undef HAVE_PCREPOSIX_H */
/* Define to 1 if you have the `pipe' function. */
#define HAVE_PIPE 1
/* Define to 1 if you have the `PKCS5_PBKDF2_HMAC_SHA1' function. */
/* #undef HAVE_PKCS5_PBKDF2_HMAC_SHA1 */
/* Define to 1 if you have the `poll' function. */
#define HAVE_POLL 1
/* Define to 1 if you have the <poll.h> header file. */
#define HAVE_POLL_H 1
/* Define to 1 if you have the `posix_spawnp' function. */
#define HAVE_POSIX_SPAWNP 1
/* Define to 1 if you have the <process.h> header file. */
/* #undef HAVE_PROCESS_H */
/* Define to 1 if you have the <pthread.h> header file. */
#define HAVE_PTHREAD_H 1
/* Define to 1 if you have the <pwd.h> header file. */
#define HAVE_PWD_H 1
/* Define to 1 if you have the `readdir_r' function. */
#define HAVE_READDIR_R 1
/* Define to 1 if you have the `readlink' function. */
#define HAVE_READLINK 1
/* Define to 1 if you have the `readlinkat' function. */
#define HAVE_READLINKAT 1
/* Define to 1 if you have the `readpassphrase' function. */
/* #undef HAVE_READPASSPHRASE */
/* Define to 1 if you have the <readpassphrase.h> header file. */
/* #undef HAVE_READPASSPHRASE_H */
/* Define to 1 if you have the <regex.h> header file. */
#define HAVE_REGEX_H 1
/* Define to 1 if you have the `select' function. */
#define HAVE_SELECT 1
/* Define to 1 if you have the `setenv' function. */
#define HAVE_SETENV 1
/* Define to 1 if you have the `setlocale' function. */
#define HAVE_SETLOCALE 1
/* Define to 1 if you have the `sigaction' function. */
#define HAVE_SIGACTION 1
/* Define to 1 if you have the <signal.h> header file. */
#define HAVE_SIGNAL_H 1
/* Define to 1 if you have the <spawn.h> header file. */
#define HAVE_SPAWN_H 1
/* Define to 1 if you have the `statfs' function. */
#define HAVE_STATFS 1
/* Define to 1 if you have the `statvfs' function. */
#define HAVE_STATVFS 1
/* Define to 1 if `stat' has the bug that it succeeds when given the
zero-length file name argument. */
/* #undef HAVE_STAT_EMPTY_STRING_BUG */
/* Define to 1 if you have the <stdarg.h> header file. */
#define HAVE_STDARG_H 1
/* Define to 1 if you have the <stdint.h> header file. */
#define HAVE_STDINT_H 1
/* Define to 1 if you have the <stdlib.h> header file. */
#define HAVE_STDLIB_H 1
/* Define to 1 if you have the `strchr' function. */
#define HAVE_STRCHR 1
/* Define to 1 if you have the `strdup' function. */
#define HAVE_STRDUP 1
/* Define to 1 if you have the `strerror' function. */
#define HAVE_STRERROR 1
/* Define to 1 if you have the `strerror_r' function. */
#define HAVE_STRERROR_R 1
/* Define to 1 if you have the `strftime' function. */
#define HAVE_STRFTIME 1
/* Define to 1 if you have the <strings.h> header file. */
#define HAVE_STRINGS_H 1
/* Define to 1 if you have the <string.h> header file. */
#define HAVE_STRING_H 1
/* Define to 1 if you have the `strrchr' function. */
#define HAVE_STRRCHR 1
/* Define to 1 if `f_namemax' is a member of `struct statfs'. */
/* #undef HAVE_STRUCT_STATFS_F_NAMEMAX */
/* Define to 1 if `f_iosize' is a member of `struct statvfs'. */
/* #undef HAVE_STRUCT_STATVFS_F_IOSIZE */
/* Define to 1 if `st_birthtime' is a member of `struct stat'. */
/* #undef HAVE_STRUCT_STAT_ST_BIRTHTIME */
/* Define to 1 if `st_birthtimespec.tv_nsec' is a member of `struct stat'. */
/* #undef HAVE_STRUCT_STAT_ST_BIRTHTIMESPEC_TV_NSEC */
/* Define to 1 if `st_blksize' is a member of `struct stat'. */
#define HAVE_STRUCT_STAT_ST_BLKSIZE 1
/* Define to 1 if `st_flags' is a member of `struct stat'. */
/* #undef HAVE_STRUCT_STAT_ST_FLAGS */
/* Define to 1 if `st_mtimespec.tv_nsec' is a member of `struct stat'. */
/* #undef HAVE_STRUCT_STAT_ST_MTIMESPEC_TV_NSEC */
/* Define to 1 if `st_mtime_n' is a member of `struct stat'. */
/* #undef HAVE_STRUCT_STAT_ST_MTIME_N */
/* Define to 1 if `st_mtime_usec' is a member of `struct stat'. */
/* #undef HAVE_STRUCT_STAT_ST_MTIME_USEC */
/* Define to 1 if `st_mtim.tv_nsec' is a member of `struct stat'. */
#define HAVE_STRUCT_STAT_ST_MTIM_TV_NSEC 1
/* Define to 1 if `st_umtime' is a member of `struct stat'. */
/* #undef HAVE_STRUCT_STAT_ST_UMTIME */
/* Define to 1 if `tm_gmtoff' is a member of `struct tm'. */
#define HAVE_STRUCT_TM_TM_GMTOFF 1
/* Define to 1 if `__tm_gmtoff' is a member of `struct tm'. */
/* #undef HAVE_STRUCT_TM___TM_GMTOFF */
/* Define to 1 if you have `struct vfsconf'. */
/* #undef HAVE_STRUCT_VFSCONF */
/* Define to 1 if you have `struct xvfsconf'. */
/* #undef HAVE_STRUCT_XVFSCONF */
/* Define to 1 if you have the `symlink' function. */
#define HAVE_SYMLINK 1
/* Define to 1 if you have the <sys/acl.h> header file. */
/* #undef HAVE_SYS_ACL_H */
/* Define to 1 if you have the <sys/cdefs.h> header file. */
#define HAVE_SYS_CDEFS_H 1
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
*/
/* #undef HAVE_SYS_DIR_H */
/* Define to 1 if you have the <sys/ea.h> header file. */
/* #undef HAVE_SYS_EA_H */
/* Define to 1 if you have the <sys/extattr.h> header file. */
/* #undef HAVE_SYS_EXTATTR_H */
/* Define to 1 if you have the <sys/ioctl.h> header file. */
#define HAVE_SYS_IOCTL_H 1
/* Define to 1 if you have the <sys/mkdev.h> header file. */
/* #undef HAVE_SYS_MKDEV_H */
/* Define to 1 if you have the <sys/mount.h> header file. */
/* #undef HAVE_SYS_MOUNT_H */
/* Define to 1 if you have the <sys/ndir.h> header file, and it defines `DIR'.
*/
/* #undef HAVE_SYS_NDIR_H */
/* Define to 1 if you have the <sys/param.h> header file. */
#define HAVE_SYS_PARAM_H 1
/* Define to 1 if you have the <sys/poll.h> header file. */
#define HAVE_SYS_POLL_H 1
/* Define to 1 if you have the <sys/richacl.h> header file. */
/* #undef HAVE_SYS_RICHACL_H */
/* Define to 1 if you have the <sys/select.h> header file. */
#define HAVE_SYS_SELECT_H 1
/* Define to 1 if you have the <sys/statfs.h> header file. */
#define HAVE_SYS_STATFS_H 1
/* Define to 1 if you have the <sys/statvfs.h> header file. */
#define HAVE_SYS_STATVFS_H 1
/* Define to 1 if you have the <sys/stat.h> header file. */
#define HAVE_SYS_STAT_H 1
/* Define to 1 if you have the <sys/time.h> header file. */
#define HAVE_SYS_TIME_H 1
/* Define to 1 if you have the <sys/sysmacros.h> header file. */
#define HAVE_SYS_SYSMACROS_H 1
/* Define to 1 if you have the <sys/types.h> header file. */
#define HAVE_SYS_TYPES_H 1
/* Define to 1 if you have the <sys/utime.h> header file. */
/* #undef HAVE_SYS_UTIME_H */
/* Define to 1 if you have the <sys/utsname.h> header file. */
#define HAVE_SYS_UTSNAME_H 1
/* Define to 1 if you have the <sys/vfs.h> header file. */
#define HAVE_SYS_VFS_H 1
/* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
#define HAVE_SYS_WAIT_H 1
/* Define to 1 if you have the <sys/xattr.h> header file. */
#define HAVE_SYS_XATTR_H 1
/* Define to 1 if you have the `timegm' function. */
#define HAVE_TIMEGM 1
/* Define to 1 if you have the <time.h> header file. */
#define HAVE_TIME_H 1
/* Define to 1 if you have the `tzset' function. */
#define HAVE_TZSET 1
/* Define to 1 if you have the <unistd.h> header file. */
#define HAVE_UNISTD_H 1
/* Define to 1 if you have the `unsetenv' function. */
#define HAVE_UNSETENV 1
/* Define to 1 if the system has the type `unsigned long long'. */
/* #undef HAVE_UNSIGNED_LONG_LONG */
/* Define to 1 if the system has the type `unsigned long long int'. */
/* #undef HAVE_UNSIGNED_LONG_LONG_INT */
/* Define to 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment