Skip to content

Instantly share code, notes, and snippets.

/-

Created August 5, 2017 21:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/b3a211e90808058a2c0b083154ddf5c7 to your computer and use it in GitHub Desktop.
Save anonymous/b3a211e90808058a2c0b083154ddf5c7 to your computer and use it in GitHub Desktop.
/usr/local/bin/cmake -H/usr/home/meka/repos/clang/source/libunwind -B/usr/home/meka/repos/clang/build/libunwind --check-build-system CMakeFiles/Makefile.cmake 0
/usr/local/bin/cmake -E cmake_progress_start /usr/home/meka/repos/clang/build/libunwind/CMakeFiles /usr/home/meka/repos/clang/build/libunwind/CMakeFiles/progress.marks
make -f CMakeFiles/Makefile2 all
--- src/CMakeFiles/unwind_objects.dir/all ---
make -f src/CMakeFiles/unwind_objects.dir/build.make src/CMakeFiles/unwind_objects.dir/depend
--- src/CMakeFiles/unwind_objects.dir/depend ---
cd /usr/home/meka/repos/clang/build/libunwind && /usr/local/bin/cmake -E cmake_depends "Unix Makefiles" /usr/home/meka/repos/clang/source/libunwind /usr/home/meka/repos/clang/source/libunwind/src /usr/home/meka/repos/clang/build/libunwind /usr/home/meka/repos/clang/build/libunwind/src /usr/home/meka/repos/clang/build/libunwind/src/CMakeFiles/unwind_objects.dir/DependInfo.cmake --color=
make -f src/CMakeFiles/unwind_objects.dir/build.make src/CMakeFiles/unwind_objects.dir/build
--- src/CMakeFiles/unwind_objects.dir/libunwind.cpp.o ---
[ 11%] Building CXX object src/CMakeFiles/unwind_objects.dir/libunwind.cpp.o
cd /usr/home/meka/repos/clang/build/libunwind/src && /usr/local/libexec/ccache/CC -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D__STDC_LIMIT_MACROS -I/usr/home/meka/repos/clang/source/libunwind/include -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -ffunction-sections -fdata-sections -std=c++11 -O3 -DNDEBUG -Werror=return-type -W -Wall -Wchar-subscripts -Wconversion -Wmismatched-tags -Wmissing-braces -Wnewline-eof -Wno-unused-function -Wshadow -Wshorten-64-to-32 -Wsign-compare -Wsign-conversion -Wstrict-aliasing=2 -Wstrict-overflow=4 -Wunused-parameter -Wunused-variable -Wwrite-strings -Wundef -Wno-error -pedantic -D_DEBUG -UNDEBUG -D_LIBUNWIND_IS_NATIVE_ONLY -fPIC -fno-exceptions -funwind-tables -fvisibility-inlines-hidden -Werror=date-time -std=c++11 -ffunction-sections -fdata-sections -std=c++11 -fstrict-aliasing -fno-rtti -o CMakeFiles/unwind_objects.dir/libunwind.cpp.o -c /usr/home/meka/repos/clang/source/libunwind/src/libunwind.cpp
In file included from /usr/home/meka/repos/clang/source/libunwind/src/libunwind.cpp:28:
In file included from /usr/home/meka/repos/clang/source/libunwind/src/UnwindCursor.hpp:20:
In file included from /usr/include/pthread.h:46:
/usr/include/sched.h:236:24: error: C++ requires a type specifier for all declarations
int sched_getparam(pid_t, struct sched_param *);
^
/usr/include/sched.h:237:28: error: unknown type name 'pid_t'; did you mean 'libunwind::pid_t'?
int sched_getscheduler(pid_t);
^
/usr/include/sys/types.h:183:18: note: 'libunwind::pid_t' declared here
typedef __pid_t pid_t; /* process id */
^
In file included from /usr/home/meka/repos/clang/source/libunwind/src/libunwind.cpp:28:
In file included from /usr/home/meka/repos/clang/source/libunwind/src/UnwindCursor.hpp:20:
In file included from /usr/include/pthread.h:46:
/usr/include/sched.h:238:31: error: C++ requires a type specifier for all declarations
int sched_rr_get_interval(pid_t, struct timespec *);
^
/usr/include/sched.h:239:24: error: C++ requires a type specifier for all declarations
int sched_setparam(pid_t, const struct sched_param *);
^
/usr/include/sched.h:240:28: error: C++ requires a type specifier for all declarations
int sched_setscheduler(pid_t, int, const struct sched_param *);
^
In file included from /usr/home/meka/repos/clang/source/libunwind/src/libunwind.cpp:28:
In file included from /usr/home/meka/repos/clang/source/libunwind/src/UnwindCursor.hpp:20:
In file included from /usr/include/pthread.h:47:
/usr/include/time.h:145:1: error: unknown type name 'clock_t'; did you mean 'libunwind::clock_t'?
clock_t clock(void);
^
/usr/include/sys/types.h:92:19: note: 'libunwind::clock_t' declared here
typedef __clock_t clock_t;
^
In file included from /usr/home/meka/repos/clang/source/libunwind/src/libunwind.cpp:28:
In file included from /usr/home/meka/repos/clang/source/libunwind/src/UnwindCursor.hpp:20:
In file included from /usr/include/pthread.h:47:
/usr/include/time.h:146:19: error: unknown type name 'time_t'; did you mean 'libunwind::time_t'?
char *ctime(const time_t *);
^
/usr/include/sys/types.h:214:18: note: 'libunwind::time_t' declared here
typedef __time_t time_t;
^
In file included from /usr/home/meka/repos/clang/source/libunwind/src/libunwind.cpp:28:
In file included from /usr/home/meka/repos/clang/source/libunwind/src/UnwindCursor.hpp:20:
In file included from /usr/include/pthread.h:47:
/usr/include/time.h:147:25: error: unknown type name 'time_t'; did you mean 'libunwind::time_t'?
double difftime(time_t, time_t);
^
/usr/include/sys/types.h:214:18: note: 'libunwind::time_t' declared here
typedef __time_t time_t;
^
In file included from /usr/home/meka/repos/clang/source/libunwind/src/libunwind.cpp:28:
In file included from /usr/home/meka/repos/clang/source/libunwind/src/UnwindCursor.hpp:20:
In file included from /usr/include/pthread.h:47:
/usr/include/time.h:147:17: error: C++ requires a type specifier for all declarations
double difftime(time_t, time_t);
^
/usr/include/time.h:149:25: error: unknown type name 'time_t'; did you mean 'libunwind::time_t'?
struct tm *gmtime(const time_t *);
^
/usr/include/sys/types.h:214:18: note: 'libunwind::time_t' declared here
typedef __time_t time_t;
^
In file included from /usr/home/meka/repos/clang/source/libunwind/src/libunwind.cpp:28:
In file included from /usr/home/meka/repos/clang/source/libunwind/src/UnwindCursor.hpp:20:
In file included from /usr/include/pthread.h:47:
/usr/include/time.h:150:28: error: unknown type name 'time_t'; did you mean 'libunwind::time_t'?
struct tm *localtime(const time_t *);
^
/usr/include/sys/types.h:214:18: note: 'libunwind::time_t' declared here
typedef __time_t time_t;
^
In file included from /usr/home/meka/repos/clang/source/libunwind/src/libunwind.cpp:28:
In file included from /usr/home/meka/repos/clang/source/libunwind/src/UnwindCursor.hpp:20:
In file included from /usr/include/pthread.h:47:
/usr/include/time.h:151:1: error: unknown type name 'time_t'; did you mean 'libunwind::time_t'?
time_t mktime(struct tm *);
^
/usr/include/sys/types.h:214:18: note: 'libunwind::time_t' declared here
typedef __time_t time_t;
^
In file included from /usr/home/meka/repos/clang/source/libunwind/src/libunwind.cpp:28:
In file included from /usr/home/meka/repos/clang/source/libunwind/src/UnwindCursor.hpp:20:
In file included from /usr/include/pthread.h:47:
/usr/include/time.h:154:1: error: unknown type name 'time_t'; did you mean 'libunwind::time_t'?
time_t time(time_t *);
^
/usr/include/sys/types.h:214:18: note: 'libunwind::time_t' declared here
typedef __time_t time_t;
^
In file included from /usr/home/meka/repos/clang/source/libunwind/src/libunwind.cpp:28:
In file included from /usr/home/meka/repos/clang/source/libunwind/src/UnwindCursor.hpp:20:
In file included from /usr/include/pthread.h:47:
/usr/include/time.h:154:13: error: unknown type name 'time_t'
time_t time(time_t *);
^
/usr/include/time.h:157:18: error: C++ requires a type specifier for all declarations
int timer_create(clockid_t, struct sigevent *__restrict, timer_t *__restrict);
^
/usr/include/time.h:157:58: error: unknown type name 'timer_t'; did you mean 'libunwind::timer_t'?
int timer_create(clockid_t, struct sigevent *__restrict, timer_t *__restrict);
^
/usr/include/sys/types.h:219:19: note: 'libunwind::timer_t' declared here
typedef __timer_t timer_t;
^
In file included from /usr/home/meka/repos/clang/source/libunwind/src/libunwind.cpp:28:
In file included from /usr/home/meka/repos/clang/source/libunwind/src/UnwindCursor.hpp:20:
In file included from /usr/include/pthread.h:47:
/usr/include/time.h:158:18: error: unknown type name 'timer_t'; did you mean 'libunwind::timer_t'?
int timer_delete(timer_t);
^
/usr/include/sys/types.h:219:19: note: 'libunwind::timer_t' declared here
typedef __timer_t timer_t;
^
In file included from /usr/home/meka/repos/clang/source/libunwind/src/libunwind.cpp:28:
In file included from /usr/home/meka/repos/clang/source/libunwind/src/UnwindCursor.hpp:20:
In file included from /usr/include/pthread.h:47:
/usr/include/time.h:159:19: error: C++ requires a type specifier for all declarations
int timer_gettime(timer_t, struct itimerspec *);
^
/usr/include/time.h:160:22: error: unknown type name 'timer_t'; did you mean 'libunwind::timer_t'?
int timer_getoverrun(timer_t);
^
/usr/include/sys/types.h:219:19: note: 'libunwind::timer_t' declared here
typedef __timer_t timer_t;
^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
20 errors generated.
*** [src/CMakeFiles/unwind_objects.dir/libunwind.cpp.o] Error code 1
make[2]: stopped in /usr/home/meka/repos/clang/build/libunwind
1 error
make[2]: stopped in /usr/home/meka/repos/clang/build/libunwind
*** [src/CMakeFiles/unwind_objects.dir/all] Error code 2
make[1]: stopped in /usr/home/meka/repos/clang/build/libunwind
1 error
make[1]: stopped in /usr/home/meka/repos/clang/build/libunwind
*** [all] Error code 2
make: stopped in /usr/home/meka/repos/clang/build/libunwind
1 error
make: stopped in /usr/home/meka/repos/clang/build/libunwind
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment