Advertisement
Guest User

strange error

a guest
Jul 2nd, 2017
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Make 8.52 KB | None | 0 0
  1. In file included from /root/qubit-cross/usr/include/stdio.h:7:0,
  2.                  from ./lib/stdio.h:43,
  3.                  from ./lib/stdint.h:562,
  4.                  from /root/qubit-cross/usr/include/sys/types.h:4,
  5.                  from ./lib/sys/types.h:28,
  6.                  from ../../../ports/sed/lib/acl.h:24,
  7.                  from ../../../ports/sed/lib/copy-acl.c:22:
  8. /root/qubit-cross/usr/include/pthread.h:53:12: error: unknown type name 'pthread_t'
  9.    volatile pthread_t __owner;
  10.             ^~~~~~~~~
  11. /root/qubit-cross/usr/include/pthread.h:63:21: error: unknown type name 'pthread_t'
  12.   int pthread_create(pthread_t *thread, const pthread_attr_t *attr, void*(*start_routine)(void*), void *arg);
  13.                      ^~~~~~~~~
  14. /root/qubit-cross/usr/include/pthread.h:63:46: error: unknown type name 'pthread_attr_t'
  15.   int pthread_create(pthread_t *thread, const pthread_attr_t *attr, void*(*start_routine)(void*), void *arg);
  16.                                               ^~~~~~~~~~~~~~
  17. /root/qubit-cross/usr/include/pthread.h:64:2: error: unknown type name 'pthread_t'
  18.   pthread_t pthread_self();
  19.   ^~~~~~~~~
  20. /root/qubit-cross/usr/include/pthread.h:65:19: error: unknown type name 'pthread_t'
  21.   int pthread_join(pthread_t thread, void **retval);
  22.                    ^~~~~~~~~
  23. /root/qubit-cross/usr/include/pthread.h:66:21: error: unknown type name 'pthread_t'
  24.   int pthread_detach(pthread_t thread);
  25.                      ^~~~~~~~~
  26. /root/qubit-cross/usr/include/pthread.h:67:19: error: unknown type name 'pthread_t'
  27.   int pthread_kill(pthread_t thread, int sig);
  28.                    ^~~~~~~~~
  29. /root/qubit-cross/usr/include/pthread.h:70:24: error: unknown type name 'pthread_attr_t'
  30.   int pthread_attr_init(pthread_attr_t *attr);
  31.                         ^~~~~~~~~~~~~~
  32. /root/qubit-cross/usr/include/pthread.h:71:27: error: unknown type name 'pthread_attr_t'
  33.   int pthread_attr_destroy(pthread_attr_t *attr);
  34.                            ^~~~~~~~~~~~~~
  35. /root/qubit-cross/usr/include/pthread.h:72:28: error: unknown type name 'pthread_attr_t'
  36.   int pthread_attr_setscope(pthread_attr_t *attr, int scope);
  37.                             ^~~~~~~~~~~~~~
  38. /root/qubit-cross/usr/include/pthread.h:73:34: error: unknown type name 'pthread_attr_t'
  39.   int pthread_attr_getscope(const pthread_attr_t *attr, int *scope);
  40.                                   ^~~~~~~~~~~~~~
  41. /root/qubit-cross/usr/include/pthread.h:74:34: error: unknown type name 'pthread_attr_t'
  42.   int pthread_attr_setdetachstate(pthread_attr_t *attr, int detachstate);
  43.                                   ^~~~~~~~~~~~~~
  44. /root/qubit-cross/usr/include/pthread.h:75:40: error: unknown type name 'pthread_attr_t'
  45.   int pthread_attr_getdetachstate(const pthread_attr_t *attr, int *detachstate);
  46.                                         ^~~~~~~~~~~~~~
  47. /root/qubit-cross/usr/include/pthread.h:76:35: error: unknown type name 'pthread_attr_t'
  48.   int pthread_attr_setinheritsched(pthread_attr_t *attr, int inheritsched);
  49.                                    ^~~~~~~~~~~~~~
  50. /root/qubit-cross/usr/include/pthread.h:77:41: error: unknown type name 'pthread_attr_t'
  51.   int pthread_attr_getinheritsched(const pthread_attr_t *attr, int *inheritsched);
  52.                                          ^~~~~~~~~~~~~~
  53. /root/qubit-cross/usr/include/pthread.h:78:32: error: unknown type name 'pthread_attr_t'
  54.   int pthread_attr_setstackaddr(pthread_attr_t *attr, void *stackaddr);
  55.                                 ^~~~~~~~~~~~~~
  56. /root/qubit-cross/usr/include/pthread.h:79:38: error: unknown type name 'pthread_attr_t'
  57.   int pthread_attr_getstackaddr(const pthread_attr_t *attr, void **stackaddr);
  58.                                       ^~~~~~~~~~~~~~
  59. /root/qubit-cross/usr/include/pthread.h:80:28: error: unknown type name 'pthread_attr_t'
  60.   int pthread_attr_setstack(pthread_attr_t *attr, void *stackaddr, size_t stacksize);
  61.                             ^~~~~~~~~~~~~~
  62. /root/qubit-cross/usr/include/pthread.h:81:34: error: unknown type name 'pthread_attr_t'
  63.   int pthread_attr_getstack(const pthread_attr_t *attr, void **stackaddr, size_t *stacksize);
  64.                                   ^~~~~~~~~~~~~~
  65. /root/qubit-cross/usr/include/pthread.h:82:32: error: unknown type name 'pthread_attr_t'
  66.   int pthread_attr_setstacksize(pthread_attr_t *attr, size_t stacksize);
  67.                                 ^~~~~~~~~~~~~~
  68. /root/qubit-cross/usr/include/pthread.h:83:38: error: unknown type name 'pthread_attr_t'
  69.   int pthread_attr_getstacksize(const pthread_attr_t *attr, size_t *stacksize);
  70.                                       ^~~~~~~~~~~~~~
  71. In file included from ./lib/stdint.h:562:0,
  72.                  from /root/qubit-cross/usr/include/sys/types.h:4,
  73.                  from ./lib/sys/types.h:28,
  74.                  from ../../../ports/sed/lib/acl.h:24,
  75.                  from ../../../ports/sed/lib/copy-acl.c:22:
  76. ./lib/stdio.h:1044:1: error: unknown type name 'ssize_t'
  77.  _GL_FUNCDECL_SYS (getdelim, ssize_t,
  78.  ^
  79. In file included from ./lib/time.h:41:0,
  80.                  from ./lib/stdint.h:563,
  81.                  from /root/qubit-cross/usr/include/sys/types.h:4,
  82.                  from ./lib/sys/types.h:28,
  83.                  from ../../../ports/sed/lib/acl.h:24,
  84.                  from ../../../ports/sed/lib/copy-acl.c:22:
  85. /root/qubit-cross/usr/include/time.h:27:3: error: unknown type name 'time_t'
  86.    time_t tv_sec;
  87.    ^~~~~~
  88. /root/qubit-cross/usr/include/time.h:41:2: error: unknown type name 'time_t'
  89.   time_t time(time_t*);
  90.   ^~~~~~
  91. /root/qubit-cross/usr/include/time.h:41:14: error: unknown type name 'time_t'
  92.   time_t time(time_t*);
  93.               ^~~~~~
  94. /root/qubit-cross/usr/include/time.h:45:29: error: unknown type name 'time_t'
  95.   struct tm* localtime(const time_t *timer);
  96.                              ^~~~~~
  97. /root/qubit-cross/usr/include/time.h:46:31: error: unknown type name 'time_t'
  98.   struct tm* localtime_r(const time_t *timer, struct tm *result);
  99.                                ^~~~~~
  100. /root/qubit-cross/usr/include/time.h:47:26: error: unknown type name 'time_t'
  101.   struct tm* gmtime(const time_t *timer);
  102.                           ^~~~~~
  103. /root/qubit-cross/usr/include/time.h:48:28: error: unknown type name 'time_t'
  104.   struct tm* gmtime_r(const time_t *timer, struct tm *result);
  105.                             ^~~~~~
  106. /root/qubit-cross/usr/include/time.h:49:20: error: unknown type name 'time_t'
  107.   char* ctime(const time_t *timer);
  108.                     ^~~~~~
  109. /root/qubit-cross/usr/include/time.h:50:22: error: unknown type name 'time_t'
  110.   char* ctime_r(const time_t *timer, char *buf);
  111.                       ^~~~~~
  112. /root/qubit-cross/usr/include/time.h:51:2: error: unknown type name 'time_t'
  113.   time_t mktime(struct tm *tm);
  114.   ^~~~~~
  115. /root/qubit-cross/usr/include/time.h:53:18: error: unknown type name 'time_t'
  116.   double difftime(time_t time1, time_t time0);
  117.                   ^~~~~~
  118. /root/qubit-cross/usr/include/time.h:53:32: error: unknown type name 'time_t'
  119.   double difftime(time_t time1, time_t time0);
  120.                                 ^~~~~~
  121. /root/qubit-cross/usr/include/time.h:56:2: error: unknown type name 'clock_t'
  122.   clock_t clock();
  123.   ^~~~~~~
  124. In file included from ./lib/stdint.h:563:0,
  125.                  from /root/qubit-cross/usr/include/sys/types.h:4,
  126.                  from ./lib/sys/types.h:28,
  127.                  from ../../../ports/sed/lib/acl.h:24,
  128.                  from ../../../ports/sed/lib/copy-acl.c:22:
  129. ./lib/time.h:450:49: error: 'time_t' undeclared here (not in a function)
  130.    unsigned int __floating_time_t_unsupported : (time_t) 1;
  131.                                                  ^~~~~~
  132. ./lib/time.h:450:16: error: bit-field '__floating_time_t_unsupported' width not an integer constant
  133.    unsigned int __floating_time_t_unsupported : (time_t) 1;
  134.                 ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  135. ./lib/time.h:450:57: error: expected ',', ';' or '}' before numeric constant
  136.    unsigned int __floating_time_t_unsupported : (time_t) 1;
  137.                                                          ^
  138. In file included from ./lib/stdint.h:562:0,
  139.                  from /root/qubit-cross/usr/include/sys/types.h:4,
  140.                  from ./lib/sys/types.h:28,
  141.                  from ../../../ports/sed/lib/acl.h:24,
  142.                  from ../../../ports/sed/lib/copy-acl.c:22:
  143. ./lib/time.h:553:1: error: expected ')' before 'const'
  144.  _GL_FUNCDECL_RPL (localtime, struct tm *, (time_t const *__timer)
  145.  ^
  146. ./lib/time.h:568:1: error: expected ')' before 'const'
  147.  _GL_FUNCDECL_RPL (gmtime, struct tm *, (time_t const *__timer)
  148.  ^
  149. make[3]: *** [lib/copy-acl.o] Error 1
  150. make[2]: *** [all-recursive] Error 1
  151. make[1]: *** [all] Error 2
  152. make: *** [all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement