<86>Dec 29 02:27:14 userdel[92165]: delete user 'rooter'
<86>Dec 29 02:27:14 userdel[92165]: removed group 'rooter' owned by 'rooter'
<86>Dec 29 02:27:14 groupadd[92187]: group added to /etc/group: name=rooter, GID=627
<86>Dec 29 02:27:14 groupadd[92187]: group added to /etc/gshadow: name=rooter
<86>Dec 29 02:27:14 groupadd[92187]: new group: name=rooter, GID=627
<86>Dec 29 02:27:14 useradd[92207]: new user: name=rooter, UID=627, GID=627, home=/root, shell=/bin/bash
<86>Dec 29 02:27:14 userdel[92243]: delete user 'builder'
<86>Dec 29 02:27:14 userdel[92243]: removed group 'builder' owned by 'builder'
<86>Dec 29 02:27:14 userdel[92243]: removed shadow group 'builder' owned by 'builder'
<86>Dec 29 02:27:14 groupadd[92268]: group added to /etc/group: name=builder, GID=628
<86>Dec 29 02:27:14 groupadd[92268]: group added to /etc/gshadow: name=builder
<86>Dec 29 02:27:14 groupadd[92268]: new group: name=builder, GID=628
<86>Dec 29 02:27:14 useradd[92296]: new user: name=builder, UID=628, GID=628, 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 29 02:27:17 rpmi: libnspr-1:4.21-alt2 p9+235125.520.5.1 1565694807 installed
<13>Dec 29 02:27:17 rpmi: libsqlite3-3.29.0-alt1 p9+237498.100.1.1 1568303484 installed
<13>Dec 29 02:27:17 rpmi: rpm-macros-alternatives-0.5.1-alt1 sisyphus+226946.100.1.1 1554830426 installed
<13>Dec 29 02:27:17 rpmi: alternatives-0.5.1-alt1 sisyphus+226946.100.1.1 1554830426 installed
<13>Dec 29 02:27:17 rpmi: libnss-3.45.0-alt1 p9+235125.540.6.1 1565821478 installed
<86>Dec 29 02:27:17 groupadd[102325]: group added to /etc/group: name=pesign, GID=499
<86>Dec 29 02:27:17 groupadd[102325]: group added to /etc/gshadow: name=pesign
<86>Dec 29 02:27:17 groupadd[102325]: new group: name=pesign, GID=499
<86>Dec 29 02:27:17 useradd[102349]: new user: name=pesign, UID=499, GID=499, home=/var/empty, shell=/dev/null
<13>Dec 29 02:27:17 rpmi: pesign-0.109-alt6 p9+240697.100.1.1 1573650185 installed
<13>Dec 29 02:27:17 rpmi: rpm-macros-uefi-0.5-alt1 1387289833 installed
<13>Dec 29 02:27:17 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 29 02:27:21 rpmi: cpp4.7-4.7.2-alt13 p9+240195.500.1.1 1572935555 installed
<13>Dec 29 02:27:21 rpmi: gcc4.7-4.7.2-alt13 p9+240195.500.1.1 1572935555 installed
<13>Dec 29 02:27:21 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.20318
+ 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.20318
+ 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.96037
+ 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-ZUfXZ5M.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-ZUfXZ5M.efi -s
Could not initialize nss: security library: bad database.
+ :
+ '[' -s pesign-ZUfXZ5M.efi ']'
+ '[' -e pesign-ZUfXZ5M.efi ']'
+ rm -f pesign-ZUfXZ5M.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.96037
+ 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.hkx8Po
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.yrndGw
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks)
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.P6AdnI
Wrote: /usr/src/RPM/RPMS/x86_64/uefi-utils-listcerts-0.1-alt2.x86_64.rpm
1.78user 0.30system 0:05.55elapsed 37%CPU (0avgtext+0avgdata 24484maxresident)k
0inputs+0outputs (0major+119681minor)pagefaults 0swaps
6.79user 2.68system 0:16.08elapsed 58%CPU (0avgtext+0avgdata 115008maxresident)k
22808inputs+0outputs (0major+470380minor)pagefaults 0swaps