Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ==> Making package: checkpolicy 3.0-1 (Thu 11 Jun 2020 09:36:17 UTC)
- ==> Checking runtime dependencies...
- ==> Checking buildtime dependencies...
- ==> Retrieving sources...
- -> Found checkpolicy-3.0.tar.gz
- ==> Validating source files with sha256sums...
- checkpolicy-3.0.tar.gz ... Passed
- ==> Extracting sources...
- -> Extracting checkpolicy-3.0.tar.gz with bsdtar
- ==> Starting build()...
- bison -y -d policy_parse.y
- cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -o queue.o -c queue.c
- cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -o module_compiler.o -c module_compiler.c
- cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -o parse_util.o -c parse_util.c
- cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -o policy_define.o -c policy_define.c
- cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -o checkpolicy.o -c checkpolicy.c
- cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -o checkmodule.o -c checkmodule.c
- cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -o y.tab.o -c y.tab.c
- flex policy_scan.l
- cc -march=x86-64 -mtune=generic -O2 -pipe -fno-plt -o lex.yy.o -c lex.yy.c
- 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
- 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
- /usr/bin/ld: policy_define.o:(.bss+0x28): multiple definition of `te_assertions'; y.tab.o:(.bss+0x18): first defined here
- /usr/bin/ld: checkpolicy.o:(.bss+0x0): multiple definition of `te_assertions'; y.tab.o:(.bss+0x18): first defined here
- /usr/bin/ld: policy_define.o:(.bss+0x28): multiple definition of `te_assertions'; y.tab.o:(.bss+0x18): first defined here
- /usr/bin/ld: checkmodule.o:(.bss+0x0): multiple definition of `te_assertions'; y.tab.o:(.bss+0x18): first defined here
- collect2: error: ld returned 1 exit status
- make: *** [Makefile:33: checkpolicy] Error 1
- make: *** Waiting for unfinished jobs....
- collect2: error: ld returned 1 exit status
- make: *** [Makefile:36: checkmodule] Error 1
- ==> ERROR: A failure occurred in build().
- Aborting...
Add Comment
Please, Sign In to add comment