Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 728775 Details for
Bug 805530
dev-db/mysql-connector-c++-8.0.25 - CMake Error at cdk/.../DepFindSSL.cmake:92 (message):
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
CMakeError.log
CMakeError.log (text/plain), 41.61 KB, created by
Toralf Förster
on 2021-07-31 15:47:00 UTC
(
hide
)
Description:
CMakeError.log
Filename:
MIME Type:
Creator:
Toralf Förster
Created:
2021-07-31 15:47:00 UTC
Size:
41.61 KB
patch
obsolete
>Performing C SOURCE FILE Test CMAKE_HAVE_LIBC_PTHREAD failed with the following output: >Change Dir: /var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_5fcf5/fast && /usr/bin/gmake -f CMakeFiles/cmTC_5fcf5.dir/build.make CMakeFiles/cmTC_5fcf5.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_5fcf5.dir/src.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -DCMAKE_HAVE_LIBC_PTHREAD -pipe -march=native -fno-diagnostics-color -O2 -o CMakeFiles/cmTC_5fcf5.dir/src.c.o -c /var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp/src.c >Linking C executable cmTC_5fcf5 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_5fcf5.dir/link.txt --verbose=1 >/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -rdynamic CMakeFiles/cmTC_5fcf5.dir/src.c.o -o cmTC_5fcf5 >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: CMakeFiles/cmTC_5fcf5.dir/src.c.o: in function `main': >src.c:(.text.startup+0x23): undefined reference to `pthread_create' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src.c:(.text.startup+0x2c): undefined reference to `pthread_detach' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src.c:(.text.startup+0x35): undefined reference to `pthread_cancel' >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: src.c:(.text.startup+0x40): undefined reference to `pthread_join' >collect2: error: ld returned 1 exit status >gmake[1]: *** [CMakeFiles/cmTC_5fcf5.dir/build.make:99: cmTC_5fcf5] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:127: cmTC_5fcf5/fast] Error 2 > > >Source file was: >#include <pthread.h> > >static void* test_func(void* data) >{ > return data; >} > >int main(void) >{ > pthread_t thread; > pthread_create(&thread, NULL, test_func, NULL); > pthread_detach(thread); > pthread_cancel(thread); > pthread_join(thread, NULL); > pthread_atfork(NULL, NULL, NULL); > pthread_exit(NULL); > > return 0; >} > >Determining if the function pthread_create exists in the pthreads failed with the following output: >Change Dir: /var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_f44e6/fast && /usr/bin/gmake -f CMakeFiles/cmTC_f44e6.dir/build.make CMakeFiles/cmTC_f44e6.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_f44e6.dir/CheckFunctionExists.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -DCHECK_FUNCTION_EXISTS=pthread_create -o CMakeFiles/cmTC_f44e6.dir/CheckFunctionExists.c.o -c /usr/share/cmake/Modules/CheckFunctionExists.c >Linking C executable cmTC_f44e6 >/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_f44e6.dir/link.txt --verbose=1 >/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -DCHECK_FUNCTION_EXISTS=pthread_create -Wl,-O1 -Wl,--as-needed -Wl,--defsym=__gentoo_check_ldflags__=0 -rdynamic CMakeFiles/cmTC_f44e6.dir/CheckFunctionExists.c.o -o cmTC_f44e6 -lpthreads >/usr/lib/gcc/x86_64-pc-linux-gnu/11.2.0/../../../../x86_64-pc-linux-gnu/bin/ld: cannot find -lpthreads >collect2: error: ld returned 1 exit status >gmake[1]: *** [CMakeFiles/cmTC_f44e6.dir/build.make:99: cmTC_f44e6] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:127: cmTC_f44e6/fast] Error 2 > > > >Performing C++ SOURCE FILE Test HAVE_IS_SAME failed with the following output: >Change Dir: /var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_49f9f/fast && /usr/bin/gmake -f CMakeFiles/cmTC_49f9f.dir/build.make CMakeFiles/cmTC_49f9f.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp' >Building CXX object CMakeFiles/cmTC_49f9f.dir/src.cxx.o >/usr/bin/x86_64-pc-linux-gnu-g++ -DHAVE_IS_SAME -pipe -march=native -fno-diagnostics-color -O2 -std=c++11 -o CMakeFiles/cmTC_49f9f.dir/src.cxx.o -c /var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp/src.cxx >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp/src.cxx:1:1: error: â::mainâ must return âintâ > 1 | void main() { return is_same<bool,char>::value; } > | ^~~~ >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp/src.cxx: In function âint main()â: >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp/src.cxx:1:22: error: âis_sameâ was not declared in this scope > 1 | void main() { return is_same<bool,char>::value; } > | ^~~~~~~ >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp/src.cxx:1:30: error: expected primary-expression before âboolâ > 1 | void main() { return is_same<bool,char>::value; } > | ^~~~ >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp/src.cxx:1:30: error: expected â;â before âboolâ > 1 | void main() { return is_same<bool,char>::value; } > | ^~~~ > | ; >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp/src.cxx:1:34: error: expected unqualified-id before â,â token > 1 | void main() { return is_same<bool,char>::value; } > | ^ >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp/src.cxx:1:35: error: expected unqualified-id before âcharâ > 1 | void main() { return is_same<bool,char>::value; } > | ^~~~ >gmake[1]: *** [CMakeFiles/cmTC_49f9f.dir/build.make:78: CMakeFiles/cmTC_49f9f.dir/src.cxx.o] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:127: cmTC_49f9f/fast] Error 2 > > >Source file was: >void main() { return is_same<bool,char>::value; } >Determining if the include file sys/endian.h exists failed with the following output: >Change Dir: /var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_8d087/fast && /usr/bin/gmake -f CMakeFiles/cmTC_8d087.dir/build.make CMakeFiles/cmTC_8d087.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_8d087.dir/CheckIncludeFile.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -o CMakeFiles/cmTC_8d087.dir/CheckIncludeFile.c.o -c /var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp/CheckIncludeFile.c >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: sys/endian.h: No such file or directory > 1 | #include <sys/endian.h> > | ^~~~~~~~~~~~~~ >compilation terminated. >gmake[1]: *** [CMakeFiles/cmTC_8d087.dir/build.make:78: CMakeFiles/cmTC_8d087.dir/CheckIncludeFile.c.o] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:127: cmTC_8d087/fast] Error 2 > > > >Determining if the include file sys/byteorder.h exists failed with the following output: >Change Dir: /var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_82e0d/fast && /usr/bin/gmake -f CMakeFiles/cmTC_82e0d.dir/build.make CMakeFiles/cmTC_82e0d.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_82e0d.dir/CheckIncludeFile.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -o CMakeFiles/cmTC_82e0d.dir/CheckIncludeFile.c.o -c /var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp/CheckIncludeFile.c >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp/CheckIncludeFile.c:1:10: fatal error: sys/byteorder.h: No such file or directory > 1 | #include <sys/byteorder.h> > | ^~~~~~~~~~~~~~~~~ >compilation terminated. >gmake[1]: *** [CMakeFiles/cmTC_82e0d.dir/build.make:78: CMakeFiles/cmTC_82e0d.dir/CheckIncludeFile.c.o] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:127: cmTC_82e0d/fast] Error 2 > > > >Determining size of __int8 failed with the following output: >Change Dir: /var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_8fb52/fast && /usr/bin/gmake -f CMakeFiles/cmTC_8fb52.dir/build.make CMakeFiles/cmTC_8fb52.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_8fb52.dir/HAVE_MS_INT8.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -o CMakeFiles/cmTC_8fb52.dir/HAVE_MS_INT8.c.o -c /var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_INT8.c >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_INT8.c:27:22: error: â__int8â undeclared here (not in a function); did you mean âu_intâ? > 27 | #define SIZE (sizeof(__int8)) > | ^~~~~~ >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_INT8.c:29:12: note: in expansion of macro âSIZEâ > 29 | ('0' + ((SIZE / 10000)%10)), > | ^~~~ >gmake[1]: *** [CMakeFiles/cmTC_8fb52.dir/build.make:78: CMakeFiles/cmTC_8fb52.dir/HAVE_MS_INT8.c.o] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:127: cmTC_8fb52/fast] Error 2 > > >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_INT8.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(__PPC64__) ># define KEY '_','_','P','P','C','6','4','_','_' >#elif defined(__ppc64__) ># define KEY '_','_','p','p','c','6','4','_','_' >#elif defined(__PPC__) ># define KEY '_','_','P','P','C','_','_' >#elif defined(__ppc__) ># define KEY '_','_','p','p','c','_','_' >#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(__int8)) >static 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 __int8 failed with the following output: >Change Dir: /var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_c34e0/fast && /usr/bin/gmake -f CMakeFiles/cmTC_c34e0.dir/build.make CMakeFiles/cmTC_c34e0.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_c34e0.dir/HAVE_MS_UINT8.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -o CMakeFiles/cmTC_c34e0.dir/HAVE_MS_UINT8.c.o -c /var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT8.c >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT8.c:27:31: error: expected â)â before â__int8â > 27 | #define SIZE (sizeof(unsigned __int8)) > | ~ ^~~~~~ >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT8.c:29:12: note: in expansion of macro âSIZEâ > 29 | ('0' + ((SIZE / 10000)%10)), > | ^~~~ >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT8.c:27:31: error: expected â)â before â__int8â > 27 | #define SIZE (sizeof(unsigned __int8)) > | ~ ^~~~~~ >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT8.c:30:12: note: in expansion of macro âSIZEâ > 30 | ('0' + ((SIZE / 1000)%10)), > | ^~~~ >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT8.c:27:31: error: expected â)â before â__int8â > 27 | #define SIZE (sizeof(unsigned __int8)) > | ~ ^~~~~~ >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT8.c:31:12: note: in expansion of macro âSIZEâ > 31 | ('0' + ((SIZE / 100)%10)), > | ^~~~ >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT8.c:27:31: error: expected â)â before â__int8â > 27 | #define SIZE (sizeof(unsigned __int8)) > | ~ ^~~~~~ >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT8.c:32:12: note: in expansion of macro âSIZEâ > 32 | ('0' + ((SIZE / 10)%10)), > | ^~~~ >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT8.c:27:31: error: expected â)â before â__int8â > 27 | #define SIZE (sizeof(unsigned __int8)) > | ~ ^~~~~~ >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT8.c:33:12: note: in expansion of macro âSIZEâ > 33 | ('0' + (SIZE % 10)), > | ^~~~ >gmake[1]: *** [CMakeFiles/cmTC_c34e0.dir/build.make:78: CMakeFiles/cmTC_c34e0.dir/HAVE_MS_UINT8.c.o] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:127: cmTC_c34e0/fast] Error 2 > > >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT8.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(__PPC64__) ># define KEY '_','_','P','P','C','6','4','_','_' >#elif defined(__ppc64__) ># define KEY '_','_','p','p','c','6','4','_','_' >#elif defined(__PPC__) ># define KEY '_','_','P','P','C','_','_' >#elif defined(__ppc__) ># define KEY '_','_','p','p','c','_','_' >#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 __int8)) >static 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 __int16 failed with the following output: >Change Dir: /var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_14aad/fast && /usr/bin/gmake -f CMakeFiles/cmTC_14aad.dir/build.make CMakeFiles/cmTC_14aad.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_14aad.dir/HAVE_MS_INT16.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -o CMakeFiles/cmTC_14aad.dir/HAVE_MS_INT16.c.o -c /var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_INT16.c >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_INT16.c:27:22: error: â__int16â undeclared here (not in a function); did you mean â__int16_tâ? > 27 | #define SIZE (sizeof(__int16)) > | ^~~~~~~ >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_INT16.c:29:12: note: in expansion of macro âSIZEâ > 29 | ('0' + ((SIZE / 10000)%10)), > | ^~~~ >gmake[1]: *** [CMakeFiles/cmTC_14aad.dir/build.make:78: CMakeFiles/cmTC_14aad.dir/HAVE_MS_INT16.c.o] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:127: cmTC_14aad/fast] Error 2 > > >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_INT16.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(__PPC64__) ># define KEY '_','_','P','P','C','6','4','_','_' >#elif defined(__ppc64__) ># define KEY '_','_','p','p','c','6','4','_','_' >#elif defined(__PPC__) ># define KEY '_','_','P','P','C','_','_' >#elif defined(__ppc__) ># define KEY '_','_','p','p','c','_','_' >#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(__int16)) >static 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 __int16 failed with the following output: >Change Dir: /var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_93853/fast && /usr/bin/gmake -f CMakeFiles/cmTC_93853.dir/build.make CMakeFiles/cmTC_93853.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_93853.dir/HAVE_MS_UINT16.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -o CMakeFiles/cmTC_93853.dir/HAVE_MS_UINT16.c.o -c /var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT16.c >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT16.c:27:31: error: expected â)â before â__int16â > 27 | #define SIZE (sizeof(unsigned __int16)) > | ~ ^~~~~~~ >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT16.c:29:12: note: in expansion of macro âSIZEâ > 29 | ('0' + ((SIZE / 10000)%10)), > | ^~~~ >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT16.c:27:31: error: expected â)â before â__int16â > 27 | #define SIZE (sizeof(unsigned __int16)) > | ~ ^~~~~~~ >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT16.c:30:12: note: in expansion of macro âSIZEâ > 30 | ('0' + ((SIZE / 1000)%10)), > | ^~~~ >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT16.c:27:31: error: expected â)â before â__int16â > 27 | #define SIZE (sizeof(unsigned __int16)) > | ~ ^~~~~~~ >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT16.c:31:12: note: in expansion of macro âSIZEâ > 31 | ('0' + ((SIZE / 100)%10)), > | ^~~~ >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT16.c:27:31: error: expected â)â before â__int16â > 27 | #define SIZE (sizeof(unsigned __int16)) > | ~ ^~~~~~~ >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT16.c:32:12: note: in expansion of macro âSIZEâ > 32 | ('0' + ((SIZE / 10)%10)), > | ^~~~ >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT16.c:27:31: error: expected â)â before â__int16â > 27 | #define SIZE (sizeof(unsigned __int16)) > | ~ ^~~~~~~ >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT16.c:33:12: note: in expansion of macro âSIZEâ > 33 | ('0' + (SIZE % 10)), > | ^~~~ >gmake[1]: *** [CMakeFiles/cmTC_93853.dir/build.make:78: CMakeFiles/cmTC_93853.dir/HAVE_MS_UINT16.c.o] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:127: cmTC_93853/fast] Error 2 > > >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT16.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(__PPC64__) ># define KEY '_','_','P','P','C','6','4','_','_' >#elif defined(__ppc64__) ># define KEY '_','_','p','p','c','6','4','_','_' >#elif defined(__PPC__) ># define KEY '_','_','P','P','C','_','_' >#elif defined(__ppc__) ># define KEY '_','_','p','p','c','_','_' >#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 __int16)) >static 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 __int32 failed with the following output: >Change Dir: /var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_02955/fast && /usr/bin/gmake -f CMakeFiles/cmTC_02955.dir/build.make CMakeFiles/cmTC_02955.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_02955.dir/HAVE_MS_INT32.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -o CMakeFiles/cmTC_02955.dir/HAVE_MS_INT32.c.o -c /var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_INT32.c >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_INT32.c:27:22: error: â__int32â undeclared here (not in a function); did you mean â__int32_tâ? > 27 | #define SIZE (sizeof(__int32)) > | ^~~~~~~ >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_INT32.c:29:12: note: in expansion of macro âSIZEâ > 29 | ('0' + ((SIZE / 10000)%10)), > | ^~~~ >gmake[1]: *** [CMakeFiles/cmTC_02955.dir/build.make:78: CMakeFiles/cmTC_02955.dir/HAVE_MS_INT32.c.o] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:127: cmTC_02955/fast] Error 2 > > >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_INT32.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(__PPC64__) ># define KEY '_','_','P','P','C','6','4','_','_' >#elif defined(__ppc64__) ># define KEY '_','_','p','p','c','6','4','_','_' >#elif defined(__PPC__) ># define KEY '_','_','P','P','C','_','_' >#elif defined(__ppc__) ># define KEY '_','_','p','p','c','_','_' >#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(__int32)) >static 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 __int32 failed with the following output: >Change Dir: /var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_ecea2/fast && /usr/bin/gmake -f CMakeFiles/cmTC_ecea2.dir/build.make CMakeFiles/cmTC_ecea2.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_ecea2.dir/HAVE_MS_UINT32.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -o CMakeFiles/cmTC_ecea2.dir/HAVE_MS_UINT32.c.o -c /var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT32.c >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT32.c:27:31: error: expected â)â before â__int32â > 27 | #define SIZE (sizeof(unsigned __int32)) > | ~ ^~~~~~~ >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT32.c:29:12: note: in expansion of macro âSIZEâ > 29 | ('0' + ((SIZE / 10000)%10)), > | ^~~~ >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT32.c:27:31: error: expected â)â before â__int32â > 27 | #define SIZE (sizeof(unsigned __int32)) > | ~ ^~~~~~~ >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT32.c:30:12: note: in expansion of macro âSIZEâ > 30 | ('0' + ((SIZE / 1000)%10)), > | ^~~~ >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT32.c:27:31: error: expected â)â before â__int32â > 27 | #define SIZE (sizeof(unsigned __int32)) > | ~ ^~~~~~~ >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT32.c:31:12: note: in expansion of macro âSIZEâ > 31 | ('0' + ((SIZE / 100)%10)), > | ^~~~ >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT32.c:27:31: error: expected â)â before â__int32â > 27 | #define SIZE (sizeof(unsigned __int32)) > | ~ ^~~~~~~ >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT32.c:32:12: note: in expansion of macro âSIZEâ > 32 | ('0' + ((SIZE / 10)%10)), > | ^~~~ >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT32.c:27:31: error: expected â)â before â__int32â > 27 | #define SIZE (sizeof(unsigned __int32)) > | ~ ^~~~~~~ >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT32.c:33:12: note: in expansion of macro âSIZEâ > 33 | ('0' + (SIZE % 10)), > | ^~~~ >gmake[1]: *** [CMakeFiles/cmTC_ecea2.dir/build.make:78: CMakeFiles/cmTC_ecea2.dir/HAVE_MS_UINT32.c.o] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:127: cmTC_ecea2/fast] Error 2 > > >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT32.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(__PPC64__) ># define KEY '_','_','P','P','C','6','4','_','_' >#elif defined(__ppc64__) ># define KEY '_','_','p','p','c','6','4','_','_' >#elif defined(__PPC__) ># define KEY '_','_','P','P','C','_','_' >#elif defined(__ppc__) ># define KEY '_','_','p','p','c','_','_' >#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 __int32)) >static 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 __int64 failed with the following output: >Change Dir: /var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_d21af/fast && /usr/bin/gmake -f CMakeFiles/cmTC_d21af.dir/build.make CMakeFiles/cmTC_d21af.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_d21af.dir/HAVE_MS_INT64.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -o CMakeFiles/cmTC_d21af.dir/HAVE_MS_INT64.c.o -c /var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_INT64.c >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_INT64.c:27:22: error: â__int64â undeclared here (not in a function); did you mean â__int64_tâ? > 27 | #define SIZE (sizeof(__int64)) > | ^~~~~~~ >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_INT64.c:29:12: note: in expansion of macro âSIZEâ > 29 | ('0' + ((SIZE / 10000)%10)), > | ^~~~ >gmake[1]: *** [CMakeFiles/cmTC_d21af.dir/build.make:78: CMakeFiles/cmTC_d21af.dir/HAVE_MS_INT64.c.o] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:127: cmTC_d21af/fast] Error 2 > > >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_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(__PPC64__) ># define KEY '_','_','P','P','C','6','4','_','_' >#elif defined(__ppc64__) ># define KEY '_','_','p','p','c','6','4','_','_' >#elif defined(__PPC__) ># define KEY '_','_','P','P','C','_','_' >#elif defined(__ppc__) ># define KEY '_','_','p','p','c','_','_' >#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)) >static 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: /var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp > >Run Build Command(s):/usr/bin/gmake -f Makefile cmTC_8abea/fast && /usr/bin/gmake -f CMakeFiles/cmTC_8abea.dir/build.make CMakeFiles/cmTC_8abea.dir/build >gmake[1]: Entering directory '/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp' >Building C object CMakeFiles/cmTC_8abea.dir/HAVE_MS_UINT64.c.o >/usr/bin/x86_64-pc-linux-gnu-gcc -pipe -march=native -fno-diagnostics-color -O2 -o CMakeFiles/cmTC_8abea.dir/HAVE_MS_UINT64.c.o -c /var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT64.c >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT64.c:27:31: error: expected â)â before â__int64â > 27 | #define SIZE (sizeof(unsigned __int64)) > | ~ ^~~~~~~ >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT64.c:29:12: note: in expansion of macro âSIZEâ > 29 | ('0' + ((SIZE / 10000)%10)), > | ^~~~ >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT64.c:27:31: error: expected â)â before â__int64â > 27 | #define SIZE (sizeof(unsigned __int64)) > | ~ ^~~~~~~ >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT64.c:30:12: note: in expansion of macro âSIZEâ > 30 | ('0' + ((SIZE / 1000)%10)), > | ^~~~ >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT64.c:27:31: error: expected â)â before â__int64â > 27 | #define SIZE (sizeof(unsigned __int64)) > | ~ ^~~~~~~ >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT64.c:31:12: note: in expansion of macro âSIZEâ > 31 | ('0' + ((SIZE / 100)%10)), > | ^~~~ >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT64.c:27:31: error: expected â)â before â__int64â > 27 | #define SIZE (sizeof(unsigned __int64)) > | ~ ^~~~~~~ >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT64.c:32:12: note: in expansion of macro âSIZEâ > 32 | ('0' + ((SIZE / 10)%10)), > | ^~~~ >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT64.c:27:31: error: expected â)â before â__int64â > 27 | #define SIZE (sizeof(unsigned __int64)) > | ~ ^~~~~~~ >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT64.c:33:12: note: in expansion of macro âSIZEâ > 33 | ('0' + (SIZE % 10)), > | ^~~~ >gmake[1]: *** [CMakeFiles/cmTC_8abea.dir/build.make:78: CMakeFiles/cmTC_8abea.dir/HAVE_MS_UINT64.c.o] Error 1 >gmake[1]: Leaving directory '/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CMakeTmp' >gmake: *** [Makefile:127: cmTC_8abea/fast] Error 2 > > >/var/tmp/portage/dev-db/mysql-connector-c++-8.0.25/work/mysql-connector-c++-8.0.25_build/CMakeFiles/CheckTypeSize/HAVE_MS_UINT64.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(__PPC64__) ># define KEY '_','_','P','P','C','6','4','_','_' >#elif defined(__ppc64__) ># define KEY '_','_','p','p','c','6','4','_','_' >#elif defined(__PPC__) ># define KEY '_','_','P','P','C','_','_' >#elif defined(__ppc__) ># define KEY '_','_','p','p','c','_','_' >#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)) >static 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; >} > >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 805530
:
728772
| 728775 |
728778
|
728781
|
728784
|
728787
|
728790
|
728793
|
728796
|
778148
|
778151
|
778154
|
778157
|
778160
|
778163
|
778166
|
778169
|
778172
|
778175