<86>Dec 6 01:08:55 userdel[3636570]: delete user 'rooter' <86>Dec 6 01:08:55 userdel[3636570]: removed group 'rooter' owned by 'rooter' <86>Dec 6 01:08:55 groupadd[3636584]: group added to /etc/group: name=rooter, GID=702 <86>Dec 6 01:08:55 groupadd[3636584]: group added to /etc/gshadow: name=rooter <86>Dec 6 01:08:55 groupadd[3636584]: new group: name=rooter, GID=702 <86>Dec 6 01:08:55 useradd[3636597]: new user: name=rooter, UID=702, GID=702, home=/root, shell=/bin/bash <86>Dec 6 01:08:55 userdel[3636615]: delete user 'builder' <86>Dec 6 01:08:55 userdel[3636615]: removed group 'builder' owned by 'builder' <86>Dec 6 01:08:55 userdel[3636615]: removed shadow group 'builder' owned by 'builder' <86>Dec 6 01:08:55 groupadd[3636623]: group added to /etc/group: name=builder, GID=703 <86>Dec 6 01:08:55 groupadd[3636623]: group added to /etc/gshadow: name=builder <86>Dec 6 01:08:55 groupadd[3636623]: new group: name=builder, GID=703 <86>Dec 6 01:08:55 useradd[3636628]: new user: name=builder, UID=703, GID=703, home=/usr/src, shell=/bin/bash warning: Macro %_efi_bindir not found warning: Macro %pesign not found warning: Macro %_efi_bindir not found warning: Macro %_efi_bindir not found <13>Dec 6 01:08:57 rpmi: libnspr-1:4.28-alt1 p9+254920.20.18.1 1601209852 installed <13>Dec 6 01:08:57 rpmi: libsqlite3-3.33.0-alt1 p9+258834.40.2.1 1601364885 installed <13>Dec 6 01:08:57 rpmi: rpm-macros-alternatives-0.5.1-alt1 sisyphus+226946.100.1.1 1554830426 installed <13>Dec 6 01:08:57 rpmi: alternatives-0.5.1-alt1 sisyphus+226946.100.1.1 1554830426 installed <13>Dec 6 01:08:57 rpmi: libnss-3.56.0-alt1 p9+254920.30.20.1 1601657858 installed <86>Dec 6 01:08:57 groupadd[3641187]: group added to /etc/group: name=pesign, GID=499 <86>Dec 6 01:08:57 groupadd[3641187]: group added to /etc/gshadow: name=pesign <86>Dec 6 01:08:57 useradd[3641207]: new user: name=pesign, UID=499, GID=499, home=/var/empty, shell=/dev/null <13>Dec 6 01:08:57 rpmi: pesign-0.109-alt6 p9+240697.100.1.1 1573650185 installed <13>Dec 6 01:08:57 rpmi: rpm-macros-uefi-0.5-alt1 1387289833 installed <13>Dec 6 01:08:57 rpmi: gnu-efi-1:3.0.9-alt1 sisyphus.215204.100 1539885143 installed Building target platforms: x86_64 Building for target x86_64 Wrote: /usr/src/in/nosrpm/uefi-utils-0.1-alt2.nosrc.rpm <13>Dec 6 01:09:00 rpmi: cpp4.7-4.7.2-alt13 p9+240195.500.1.1 1572935555 installed <13>Dec 6 01:09:00 rpmi: gcc4.7-4.7.2-alt13 p9+240195.500.1.1 1572935555 installed <13>Dec 6 01:09:00 rpmi: libgcov4.7-devel-4.7.2-alt13 p9+240195.500.1.1 1572935555 installed Installing uefi-utils-0.1-alt2.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.88900 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf uefi-utils-0.1 + echo 'Source #0 (uefi-utils-0.1.tar):' Source #0 (uefi-utils-0.1.tar): + /bin/tar -xf /usr/src/RPM/SOURCES/uefi-utils-0.1.tar + cd uefi-utils-0.1 + /bin/chmod -c -Rf u+rwX,go-w . + sed -i s,gnuefi/,,g bootnext/Makefile clearcrashvars/Makefile efimemory/Makefile helloworld/Makefile listcerts/Makefile qv/Makefile shellopt/Makefile showedid/Makefile showfirmware/Makefile showhotkeys/Makefile showlenovo/Makefile showsb/Makefile var/Makefile + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.88900 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd uefi-utils-0.1 + cd listcerts + make 'CFLAGS=-fPIC -U_FORTIFY_SOURCE -fno-stack-protector' make: Entering directory '/usr/src/RPM/BUILD/uefi-utils-0.1/listcerts' gcc -Wall -O2 -o asn1com asn1_compiler.c ./asn1com x509.asn1 x509.c x509.h Extracted 200 tokens Extracted 14 types Extracted 13 actions Pass 1 Pass 2 gcc -I/usr/include/efi -I/usr/include/efi/x86_64 -I/usr/include/efi/protocol -fPIC -U_FORTIFY_SOURCE -fno-stack-protector -DCONFIG_x86_64 -c listcerts.c -o listcerts.o listcerts.c: In function 'do_version': listcerts.c:77:5: warning: passing argument 1 of 'Print' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:503:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c: In function 'do_signature': listcerts.c:88:5: warning: passing argument 1 of 'Print' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:503:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c: In function 'do_algorithm': listcerts.c:106:9: warning: passing argument 2 of 'StrCpy' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:311:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c:108:9: warning: passing argument 2 of 'StrCpy' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:311:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c:110:9: warning: passing argument 2 of 'StrCpy' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:311:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c:112:9: warning: passing argument 2 of 'StrCpy' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:311:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c:114:9: warning: passing argument 2 of 'StrCpy' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:311:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c:116:9: warning: passing argument 2 of 'StrCpy' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:311:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c:118:9: warning: passing argument 2 of 'StrCpy' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:311:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c:120:9: warning: passing argument 2 of 'StrCpy' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:311:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c:122:9: warning: passing argument 2 of 'StrCpy' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:311:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c:124:9: warning: passing argument 2 of 'StrCpy' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:311:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c:126:9: warning: passing argument 2 of 'StrCpy' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:311:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c:128:9: warning: passing argument 2 of 'StrCpy' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:311:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c:130:9: warning: passing argument 2 of 'StrCpy' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:311:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c:132:9: warning: passing argument 2 of 'StrCat' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:337:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c:134:9: warning: passing argument 2 of 'StrCat' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:337:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c: In function 'do_serialnumber': listcerts.c:148:5: warning: passing argument 1 of 'Print' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:503:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c:151:13: warning: passing argument 1 of 'Print' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:503:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c:154:9: warning: passing argument 1 of 'Print' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:503:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c: In function 'do_issuer': listcerts.c:165:5: warning: passing argument 1 of 'Print' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:503:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c: In function 'do_subject': listcerts.c:176:5: warning: passing argument 1 of 'Print' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:503:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c: In function 'do_attribute_type': listcerts.c:194:9: warning: passing argument 2 of 'StrCat' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:337:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c:196:9: warning: passing argument 2 of 'StrCat' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:337:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c:198:9: warning: passing argument 2 of 'StrCat' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:337:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c:200:9: warning: passing argument 2 of 'StrCat' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:337:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c:202:9: warning: passing argument 2 of 'StrCat' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:337:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c:204:9: warning: passing argument 2 of 'StrCat' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:337:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c:206:9: warning: passing argument 2 of 'StrCat' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:337:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c: In function 'do_extensions': listcerts.c:233:5: warning: passing argument 1 of 'Print' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:503:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c: In function 'do_extension_id': listcerts.c:251:9: warning: passing argument 2 of 'StrCat' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:337:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c:258:9: warning: passing argument 2 of 'StrCat' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:337:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c:260:9: warning: passing argument 2 of 'StrCat' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:337:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c:262:9: warning: passing argument 2 of 'StrCat' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:337:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c:264:9: warning: passing argument 2 of 'StrCat' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:337:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c:266:9: warning: passing argument 2 of 'StrCat' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:337:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c:268:9: warning: passing argument 2 of 'StrCat' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:337:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c:270:9: warning: passing argument 2 of 'StrCat' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:337:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c:272:9: warning: passing argument 2 of 'StrCat' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:337:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c:274:9: warning: passing argument 2 of 'StrCat' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:337:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c:276:9: warning: passing argument 2 of 'StrCat' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:337:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c:278:9: warning: passing argument 2 of 'StrCat' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:337:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c:280:9: warning: passing argument 2 of 'StrCat' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:337:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c:282:9: warning: passing argument 2 of 'StrCat' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:337:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c:284:9: warning: passing argument 2 of 'StrCat' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:337:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c:286:9: warning: passing argument 2 of 'StrCat' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:337:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c: In function 'do_validity_not_before': listcerts.c:342:5: warning: passing argument 1 of 'Print' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:503:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c: In function 'do_validity_not_after': listcerts.c:359:5: warning: passing argument 1 of 'Print' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:503:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c: In function 'do_subject_public_key_info': listcerts.c:371:5: warning: passing argument 1 of 'Print' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:503:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c: In function 'PrintCerts': listcerts.c:398:17: warning: assignment from incompatible pointer type [enabled by default] listcerts.c:400:17: warning: assignment from incompatible pointer type [enabled by default] listcerts.c:402:17: warning: assignment from incompatible pointer type [enabled by default] listcerts.c:404:17: warning: assignment from incompatible pointer type [enabled by default] listcerts.c:408:17: warning: passing argument 1 of 'Print' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:503:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c: In function 'OutputVariable': listcerts.c:455:9: warning: passing argument 1 of 'Print' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:503:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c:459:9: warning: passing argument 1 of 'Print' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:503:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c:461:9: warning: passing argument 1 of 'Print' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:503:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c: In function 'Usage': listcerts.c:470:5: warning: passing argument 1 of 'Print' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:503:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c: In function 'efi_main': listcerts.c:479:5: warning: initialization from incompatible pointer type [enabled by default] listcerts.c:479:5: warning: (near initialization for 'variables[0]') [enabled by default] listcerts.c:479:5: warning: initialization from incompatible pointer type [enabled by default] listcerts.c:479:5: warning: (near initialization for 'variables[1]') [enabled by default] listcerts.c:479:5: warning: initialization from incompatible pointer type [enabled by default] listcerts.c:479:5: warning: (near initialization for 'variables[2]') [enabled by default] listcerts.c:479:5: warning: initialization from incompatible pointer type [enabled by default] listcerts.c:479:5: warning: (near initialization for 'variables[3]') [enabled by default] listcerts.c:489:9: warning: passing argument 1 of 'Print' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:503:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c:498:9: warning: passing argument 2 of 'StrCmp' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:282:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c:499:13: warning: passing argument 2 of 'StrCmp' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:282:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c:500:13: warning: passing argument 2 of 'StrCmp' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:282:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c:502:9: warning: passing argument 2 of 'StrCmp' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:282:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c:504:9: warning: passing argument 2 of 'StrCmp' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:282:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c:506:9: warning: passing argument 2 of 'StrCmp' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:282:1: note: expected 'const CHAR16 *' but argument is of type 'int *' listcerts.c:508:9: warning: passing argument 2 of 'StrCmp' from incompatible pointer type [enabled by default] In file included from listcerts.c:14:0: /usr/include/efi/efilib.h:282:1: note: expected 'const CHAR16 *' but argument is of type 'int *' gcc -I/usr/include/efi -I/usr/include/efi/x86_64 -I/usr/include/efi/protocol -fPIC -U_FORTIFY_SOURCE -fno-stack-protector -DCONFIG_x86_64 -c asn1_ber_decoder.c -o asn1_ber_decoder.o asn1_ber_decoder.c: In function 'asn1_ber_decoder': asn1_ber_decoder.c:445:9: warning: assignment from incompatible pointer type [enabled by default] asn1_ber_decoder.c:448:9: warning: assignment from incompatible pointer type [enabled by default] asn1_ber_decoder.c:451:9: warning: assignment from incompatible pointer type [enabled by default] asn1_ber_decoder.c:454:9: warning: assignment from incompatible pointer type [enabled by default] asn1_ber_decoder.c:457:9: warning: assignment from incompatible pointer type [enabled by default] asn1_ber_decoder.c:460:9: warning: assignment from incompatible pointer type [enabled by default] asn1_ber_decoder.c:463:9: warning: assignment from incompatible pointer type [enabled by default] asn1_ber_decoder.c:466:9: warning: assignment from incompatible pointer type [enabled by default] asn1_ber_decoder.c:469:9: warning: assignment from incompatible pointer type [enabled by default] asn1_ber_decoder.c:472:9: warning: assignment from incompatible pointer type [enabled by default] asn1_ber_decoder.c:475:9: warning: assignment from incompatible pointer type [enabled by default] asn1_ber_decoder.c:478:9: warning: assignment from incompatible pointer type [enabled by default] asn1_ber_decoder.c:481:9: warning: assignment from incompatible pointer type [enabled by default] asn1_ber_decoder.c:483:9: warning: passing argument 1 of 'Print' from incompatible pointer type [enabled by default] In file included from asn1_ber_decoder.c:20:0: /usr/include/efi/efilib.h:503:1: note: expected 'const CHAR16 *' but argument is of type 'int *' gcc -I/usr/include/efi -I/usr/include/efi/x86_64 -I/usr/include/efi/protocol -fPIC -U_FORTIFY_SOURCE -fno-stack-protector -DCONFIG_x86_64 -c oid_registry.c -o oid_registry.o gcc -I/usr/include/efi -I/usr/include/efi/x86_64 -I/usr/include/efi/protocol -fPIC -U_FORTIFY_SOURCE -fno-stack-protector -DCONFIG_x86_64 -c x509.c -o x509.o ld.bfd -nostdlib -T /usr/lib64/elf_x86_64_efi.lds -shared -Bsymbolic /usr/lib64/crt0-efi-x86_64.o -L /usr/lib64 listcerts.o asn1_ber_decoder.o oid_registry.o x509.o -o listcerts.so -lefi -lgnuefi /usr/lib64/gcc/x86_64-alt-linux/4.7.2/libgcc.a nm -D listcerts.so | grep ' U ' && exit 1 || exit 0 objcopy -j .text -j .sdata -j .data -j .dynamic -j .dynsym -j .rel \ -j .rela -j .reloc --target=efi-app-x86_64 listcerts.so listcerts.efi rm listcerts.so oid_registry.o asn1_ber_decoder.o listcerts.o x509.o make: Leaving directory '/usr/src/RPM/BUILD/uefi-utils-0.1/listcerts' + exit 0 Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.88900 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + /bin/chmod -Rf u+rwX -- /usr/src/tmp/uefi-utils-buildroot + : + /bin/rm -rf -- /usr/src/tmp/uefi-utils-buildroot + cd uefi-utils-0.1 + install -pDm644 listcerts/listcerts.efi /usr/src/tmp/uefi-utils-buildroot/usr/lib64/efi/listcerts.efi + '[' x86_64 == x86_64 ']' ++ mktemp pesign-XXXXXXX.efi + out=pesign-2RrFjgk.efi + '[' -S /var/run/pesign/socketdir/socket ']' + pesign -c 'Red Hat Test Certificate' -i /usr/src/tmp/uefi-utils-buildroot/usr/lib64/efi/listcerts.efi -o pesign-2RrFjgk.efi -s Could not initialize nss: security library: bad database. + : + '[' -s pesign-2RrFjgk.efi ']' + '[' -e pesign-2RrFjgk.efi ']' + rm -f pesign-2RrFjgk.efi + echo 'pesign failed' pesign failed + /usr/lib/rpm/brp-alt Cleaning files in /usr/src/tmp/uefi-utils-buildroot (auto) Verifying and fixing files in /usr/src/tmp/uefi-utils-buildroot (binconfig,pkgconfig,libtool,desktop) Checking contents of files in /usr/src/tmp/uefi-utils-buildroot/ (default) Compressing files in /usr/src/tmp/uefi-utils-buildroot (auto) Adjusting library links in /usr/src/tmp/uefi-utils-buildroot ./usr/lib64: Verifying ELF objects in /usr/src/tmp/uefi-utils-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal) Hardlinking identical .pyc and .pyo files Processing files: uefi-utils-listcerts-0.1-alt2 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.29286 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd uefi-utils-0.1 + DOCDIR=/usr/src/tmp/uefi-utils-buildroot/usr/share/doc/uefi-utils-listcerts-0.1 + export DOCDIR + rm -rf /usr/src/tmp/uefi-utils-buildroot/usr/share/doc/uefi-utils-listcerts-0.1 + /bin/mkdir -p /usr/src/tmp/uefi-utils-buildroot/usr/share/doc/uefi-utils-listcerts-0.1 + cp -prL listcerts/README /usr/src/tmp/uefi-utils-buildroot/usr/share/doc/uefi-utils-listcerts-0.1 + chmod -R go-w /usr/src/tmp/uefi-utils-buildroot/usr/share/doc/uefi-utils-listcerts-0.1 + chmod -R a+rX /usr/src/tmp/uefi-utils-buildroot/usr/share/doc/uefi-utils-listcerts-0.1 + exit 0 Finding Provides (using /usr/lib/rpm/find-provides) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Ld0A6a find-provides: running scripts (alternatives,debuginfo,lib,pam,perl,pkgconfig,python,shell) Finding Requires (using /usr/lib/rpm/find-requires) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.OqMk5s find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks,systemd-services) Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files) Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.Li9YHO Wrote: /usr/src/RPM/RPMS/x86_64/uefi-utils-listcerts-0.1-alt2.x86_64.rpm 2.38user 0.49system 0:05.66elapsed 50%CPU (0avgtext+0avgdata 24480maxresident)k 0inputs+0outputs (0major+120721minor)pagefaults 0swaps 7.20user 3.15system 0:13.47elapsed 76%CPU (0avgtext+0avgdata 116228maxresident)k 22808inputs+0outputs (0major+468632minor)pagefaults 0swaps