Guest User

Untitled

a guest
Jun 11th, 2020
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.17 KB | None | 0 0
  1. ==> Making package: checkpolicy 3.0-1 (Thu 11 Jun 2020 09:36:17 UTC)
  2. ==> Checking runtime dependencies...
  3. ==> Checking buildtime dependencies...
  4. ==> Retrieving sources...
  5. -> Found checkpolicy-3.0.tar.gz
  6. ==> Validating source files with sha256sums...
  7. checkpolicy-3.0.tar.gz ... Passed
  8. ==> Extracting sources...
  9. -> Extracting checkpolicy-3.0.tar.gz with bsdtar
  10. ==> Starting build()...
  11. bison -y -d policy_parse.y
  12. cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -o queue.o -c queue.c
  13. cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -o module_compiler.o -c module_compiler.c
  14. cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -o parse_util.o -c parse_util.c
  15. cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -o policy_define.o -c policy_define.c
  16. cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -o checkpolicy.o -c checkpolicy.c
  17. cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -o checkmodule.o -c checkmodule.c
  18. cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -o y.tab.o -c y.tab.c
  19. flex policy_scan.l
  20. cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -o lex.yy.o -c lex.yy.c
  21. cc -o checkpolicy y.tab.o lex.yy.o queue.o module_compiler.o parse_util.o policy_define.o checkpolicy.o -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -l:libsepol.a
  22. cc -o checkmodule y.tab.o lex.yy.o queue.o module_compiler.o parse_util.o policy_define.o checkmodule.o -Wl,-O1,--sort-common,--as-needed,-z,relro,-z,now -l:libsepol.a
  23. /usr/bin/ld: policy_define.o:(.bss+0x28): multiple definition of `te_assertions'; y.tab.o:(.bss+0x18): first defined here
  24. /usr/bin/ld: checkpolicy.o:(.bss+0x0): multiple definition of `te_assertions'; y.tab.o:(.bss+0x18): first defined here
  25. /usr/bin/ld: policy_define.o:(.bss+0x28): multiple definition of `te_assertions'; y.tab.o:(.bss+0x18): first defined here
  26. /usr/bin/ld: checkmodule.o:(.bss+0x0): multiple definition of `te_assertions'; y.tab.o:(.bss+0x18): first defined here
  27. collect2: error: ld returned 1 exit status
  28. make: *** [Makefile:33: checkpolicy] Error 1
  29. make: *** Waiting for unfinished jobs....
  30. collect2: error: ld returned 1 exit status
  31. make: *** [Makefile:36: checkmodule] Error 1
  32. ==> ERROR: A failure occurred in build().
  33. Aborting...
Add Comment
Please, Sign In to add comment