Advertisement
Guest User

Untitled

a guest
Feb 10th, 2020
45
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 5.77 KB | None | 0 0
  1. make
  2. make -C sbin all
  3. make[1]: Entering directory '/home/tux/ccs-tools/sbin'
  4. cc  -Wall -O2  -o ccs-init ccs-init.c
  5. ccs-init.c: In function ‘ask_profile’:
  6. ccs-init.c:93:9: warning: variable ‘ret_ignored’ set but not used [-Wunused-but-set-variable]
  7.    93 |   char *ret_ignored;
  8.       |         ^~~~~~~~~~~
  9. ccs-init.c: In function ‘copy_files’:
  10. ccs-init.c:173:8: warning: variable ‘ret_ignored’ set but not used [-Wunused-but-set-variable]
  11.   173 |    int ret_ignored;
  12.       |        ^~~~~~~~~~~
  13. ccs-init.c: In function ‘main’:
  14. ccs-init.c:371:7: warning: variable ‘ret_ignored’ set but not used [-Wunused-but-set-variable]
  15.   371 |   int ret_ignored;
  16.       |       ^~~~~~~~~~~
  17. make[1]: Leaving directory '/home/tux/ccs-tools/sbin'
  18. make -C usr_sbin all
  19. make[1]: Entering directory '/home/tux/ccs-tools/usr_sbin'
  20. cc  -Wall -O2  -fPIC ccstools.c -shared -Wl,-soname,libccstools.so.3 -o libccstools.so.3.0.3
  21. ccstools.c: In function ‘ccs_read_process_list’:
  22. ccstools.c:1514:8: warning: variable ‘ret_ignored’ set but not used [-Wunused-but-set-variable]
  23.  1514 |    int ret_ignored;
  24.       |        ^~~~~~~~~~~
  25. ccstools.c: In function ‘ccs_write_domain_policy’:
  26. ccstools.c:1825:7: warning: variable ‘ret_ignored’ set but not used [-Wunused-but-set-variable]
  27.  1825 |   int ret_ignored;
  28.       |       ^~~~~~~~~~~
  29. ln -sf libccstools.so.3.0.3 libccstools.so
  30. cc  -Wall -O2  -o ccs-auditd ccs-auditd.c -lccstools -L.
  31. ccs-auditd.c: In function ‘ccs_auditd_init_rules’:
  32. ccs-auditd.c:175:8: warning: variable ‘ret_ignored’ set but not used [-Wunused-but-set-variable]
  33.   175 |    int ret_ignored;
  34.       |        ^~~~~~~~~~~
  35. cc  -Wall -O2  -o ccs-checkpolicy ccs-checkpolicy.c -lccstools -L.
  36. cc  -Wall -O2  -o ccs-diffpolicy ccs-diffpolicy.c -lccstools -L.
  37. cc  -Wall -O2  -o ccs-domainmatch ccs-domainmatch.c -lccstools -L.
  38. cc  -Wall -O2  -o ccs-editpolicy editpolicy*.c -lncurses -lccstools -L. -DCOLOR_ON
  39. In file included from editpolicy.c:25:
  40. readline.h: In function ‘ccs_readline’:
  41. readline.h:166:7: warning: variable ‘ret_ignored’ set but not used [-Wunused-but-set-variable]
  42.   166 |   int ret_ignored;
  43.       |       ^~~~~~~~~~~
  44. readline.h:163:7: warning: variable ‘x’ set but not used [-Wunused-but-set-variable]
  45.   163 |   int x;
  46.       |       ^
  47. readline.h:161:7: warning: variable ‘window_height’ set but not used [-Wunused-but-set-variable]
  48.   161 |   int window_height;
  49.       |       ^~~~~~~~~~~~~
  50. editpolicy_offline.c: In function ‘ccs_get_name’:
  51. editpolicy_offline.c:1465:16: warning: taking address of packed member of ‘struct ccs_shared_acl_head’ may result in an unaligned pointer value [-Waddress-of-packed-member]
  52.  1465 |  list_add_tail(&ptr->head.list, head);
  53.       |                ^~~~~~~~~~~~~~~
  54. editpolicy_offline.c: In function ‘ccs_get_group’:
  55. editpolicy_offline.c:1583:17: warning: taking address of packed member of ‘struct ccs_shared_acl_head’ may result in an unaligned pointer value [-Waddress-of-packed-member]
  56.  1583 |   list_add_tail(&entry->head.list, list);
  57.       |                 ^~~~~~~~~~~~~~~~~
  58. editpolicy_offline.c: In function ‘ccs_update_policy’:
  59. editpolicy_offline.c:1796:17: warning: taking address of packed member of ‘struct ccs_acl_head’ may result in an unaligned pointer value [-Waddress-of-packed-member]
  60.  1796 |   list_add_tail(&entry->list, list);
  61.       |                 ^~~~~~~~~~~~
  62. editpolicy_offline.c: In function ‘ccs_commit_condition’:
  63. editpolicy_offline.c:1967:13: warning: taking address of packed member of ‘struct ccs_shared_acl_head’ may result in an unaligned pointer value [-Waddress-of-packed-member]
  64.  1967 |    list_add(&entry->head.list, &ccs_condition_list);
  65.       |             ^~~~~~~~~~~~~~~~~
  66. editpolicy_offline.c:1974:21: warning: taking address of packed member of ‘struct ccs_shared_acl_head’ may result in an unaligned pointer value [-Waddress-of-packed-member]
  67.  1974 |   ccs_del_condition(&entry->head.list);
  68.       |                     ^~~~~~~~~~~~~~~~~
  69. editpolicy_offline.c: In function ‘ccs_get_condition’:
  70. editpolicy_offline.c:2235:21: warning: taking address of packed member of ‘struct ccs_shared_acl_head’ may result in an unaligned pointer value [-Waddress-of-packed-member]
  71.  2235 |   ccs_del_condition(&entry->head.list);
  72.       |                     ^~~~~~~~~~~~~~~~~
  73. editpolicy_offline.c: In function ‘ccs_update_domain’:
  74. editpolicy_offline.c:2311:17: warning: taking address of packed member of ‘struct ccs_acl_info’ may result in an unaligned pointer value [-Waddress-of-packed-member]
  75.  2311 |   list_add_tail(&entry->list, list);
  76.       |                 ^~~~~~~~~~~~
  77. At top level:
  78. editpolicy_offline.c:1079:17: warning: ‘ccs_unix2mac’ defined but not used [-Wunused-const-variable=]
  79.  1079 | static const u8 ccs_unix2mac[CCS_SOCK_MAX][CCS_MAX_NETWORK_OPERATION] = {
  80.       |                 ^~~~~~~~~~~~
  81. editpolicy_offline.c:1056:17: warning: ‘ccs_inet2mac’ defined but not used [-Wunused-const-variable=]
  82.  1056 | static const u8 ccs_inet2mac[CCS_SOCK_MAX][CCS_MAX_NETWORK_OPERATION] = {
  83.       |                 ^~~~~~~~~~~~
  84. editpolicy_offline.c:1011:17: warning: ‘ccs_p2mac’ defined but not used [-Wunused-const-variable=]
  85.  1011 | static const u8 ccs_p2mac[CCS_MAX_PATH_OPERATION] = {
  86.       |                 ^~~~~~~~~
  87. /usr/lib/gcc/x86_64-gentoo-linux-musl/9.2.0/../../../../x86_64-gentoo-linux-musl/bin/ld: /tmp/ccpbOgpb.o: undefined reference to symbol 'intrflush'
  88. /usr/lib/gcc/x86_64-gentoo-linux-musl/9.2.0/../../../../x86_64-gentoo-linux-musl/bin/ld: /lib/libtinfo.so.6: error adding symbols: DSO missing from command line
  89. collect2: error: ld returned 1 exit status
  90. make[1]: *** [Makefile:29: ccs-editpolicy] Error 1
  91. make[1]: Leaving directory '/home/tux/ccs-tools/usr_sbin'
  92. make: *** [Makefile:3: all] Error 2
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement