Advertisement
Guest User

checkpolicy build error

a guest
Apr 12th, 2015
281
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.86 KB | None | 0 0
  1. ==> Making package: checkpolicy 2.4-1 (Sun Apr 12 23:32:39 CEST 2015)
  2. ==> Checking runtime dependencies...
  3. ==> Checking buildtime dependencies...
  4. ==> Retrieving sources...
  5. -> Downloading checkpolicy-2.4.tar.gz...
  6. % Total % Received % Xferd Average Speed Time Time Time Current
  7. Dload Upload Total Spent Left Speed
  8. 100 65238 100 65238 0 0 373k 0 --:--:-- --:--:-- --:--:-- 374k
  9. ==> Validating source files with sha256sums...
  10. checkpolicy-2.4.tar.gz ... Passed
  11. ==> Extracting sources...
  12. -> Extracting checkpolicy-2.4.tar.gz with bsdtar
  13. bsdtar: Failed to set default locale
  14. ==> Starting build()...
  15. cc -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -I. -I/usr/include -o checkpolicy.o -c checkpolicy.c
  16. bison -y -d policy_parse.y
  17. cc -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -I. -I/usr/include -o queue.o -c queue.c
  18. cc -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -I. -I/usr/include -o module_compiler.o -c module_compiler.c
  19. cc -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -I. -I/usr/include -o parse_util.o -c parse_util.c
  20. cc -march=native -O2 -pipe -fstack-protector --param=ssp-buffer-size=4 -I. -I/usr/include -o policy_define.o -c policy_define.c
  21. policy_define.c: In function 'define_compute_type_helper':
  22. policy_define.c:1578:8: error: 'class_perm_node_t' has no member named 'tclass'
  23. perm->tclass = i + 1;
  24. ^
  25. policy_define.c: In function 'define_te_avtab_helper':
  26. policy_define.c:1799:12: error: 'class_perm_node_t' has no member named 'tclass'
  27. cur_perms->tclass = i + 1;
  28. ^
  29. Makefile:34: recipe for target 'policy_define.o' failed
  30. make: *** [policy_define.o] Error 1
  31. make: *** Waiting for unfinished jobs....
  32. ==> ERROR: A failure occurred in build().
  33. Aborting...
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement