Created
February 12, 2019 20:27
CMakeOutput.log
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Run Build Command:"/usr/bin/gmake" "cmTC_54245/fast" | |
/usr/bin/gmake -f CMakeFiles/cmTC_54245.dir/build.make CMakeFiles/cmTC_54245.dir/build | |
gmake[1]: Entering directory '/builddir/build/BUILD/hyperscan-5.1.0/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_54245.dir/src.c.o | |
/usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -DBACKTRACE_LIBC -o CMakeFiles/cmTC_54245.dir/src.c.o -c /builddir/build/BUILD/hyperscan-5.1.0/CMakeFiles/CMakeTmp/src.c | |
/builddir/build/BUILD/hyperscan-5.1.0/CMakeFiles/CMakeTmp/src.c: In function 'main': | |
/builddir/build/BUILD/hyperscan-5.1.0/CMakeFiles/CMakeTmp/src.c:3:15: warning: null argument where non-null required (argument 1) [-Wnonnull] | |
3 | int main () { backtrace(NULL, 0); } | |
| ^~~~~~~~~ | |
Linking C executable cmTC_54245 | |
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_54245.dir/link.txt --verbose=1 | |
/usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -DBACKTRACE_LIBC -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/cmTC_54245.dir/src.c.o -o cmTC_54245 | |
gmake[1]: Leaving directory '/builddir/build/BUILD/hyperscan-5.1.0/CMakeFiles/CMakeTmp' | |
Source file was: | |
#include <stdlib.h> | |
#include <execinfo.h> | |
int main () { backtrace(NULL, 0); } | |
Performing C SOURCE FILE Test HAS_RDYNAMIC succeeded with the following output: | |
Change Dir: /builddir/build/BUILD/hyperscan-5.1.0/CMakeFiles/CMakeTmp | |
Run Build Command:"/usr/bin/gmake" "cmTC_cb45a/fast" | |
/usr/bin/gmake -f CMakeFiles/cmTC_cb45a.dir/build.make CMakeFiles/cmTC_cb45a.dir/build | |
gmake[1]: Entering directory '/builddir/build/BUILD/hyperscan-5.1.0/CMakeFiles/CMakeTmp' | |
Building C object CMakeFiles/cmTC_cb45a.dir/src.c.o | |
/usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -DHAS_RDYNAMIC -rdynamic -o CMakeFiles/cmTC_cb45a.dir/src.c.o -c /builddir/build/BUILD/hyperscan-5.1.0/CMakeFiles/CMakeTmp/src.c | |
Linking C executable cmTC_cb45a | |
/usr/bin/cmake -E cmake_link_script CMakeFiles/cmTC_cb45a.dir/link.txt --verbose=1 | |
/usr/bin/cc -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -DHAS_RDYNAMIC -Wl,-z,relro -Wl,--as-needed -Wl,-z,now -specs=/usr/lib/rpm/redhat/redhat-hardened-ld -rdynamic CMakeFiles/cmTC_cb45a.dir/src.c.o -o cmTC_cb45a | |
gmake[1]: Leaving directory '/builddir/build/BUILD/hyperscan-5.1.0/CMakeFiles/CMakeTmp' | |
Source file was: | |
int main(void) { return 0; } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment