<86>Mar 31 10:00:06 userdel[3605776]: delete user 'rooter'
<86>Mar 31 10:00:06 userdel[3605776]: removed shadow group 'rooter' owned by 'rooter'
<86>Mar 31 10:00:06 groupadd[3605803]: group added to /etc/group: name=rooter, GID=1799
<86>Mar 31 10:00:06 groupadd[3605803]: group added to /etc/gshadow: name=rooter
<86>Mar 31 10:00:06 groupadd[3605803]: new group: name=rooter, GID=1799
<86>Mar 31 10:00:06 useradd[3605820]: new user: name=rooter, UID=1799, GID=1799, home=/root, shell=/bin/bash
<86>Mar 31 10:00:06 userdel[3605851]: delete user 'builder'
<86>Mar 31 10:00:06 userdel[3605851]: removed group 'builder' owned by 'builder'
<86>Mar 31 10:00:06 userdel[3605851]: removed shadow group 'builder' owned by 'builder'
<86>Mar 31 10:00:06 groupadd[3605886]: group added to /etc/group: name=builder, GID=1800
<86>Mar 31 10:00:06 groupadd[3605886]: group added to /etc/gshadow: name=builder
<86>Mar 31 10:00:06 groupadd[3605886]: new group: name=builder, GID=1800
<86>Mar 31 10:00:06 useradd[3605902]: new user: name=builder, UID=1800, GID=1800, 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>Mar 31 10:00:09 rpmi: libnspr-1:4.35-alt1 p9+319683.300.1.1 1683030815 installed
<13>Mar 31 10:00:09 rpmi: libsqlite3-3.33.0-alt1 p9+258834.40.2.1 1601364885 installed
<13>Mar 31 10:00:09 rpmi: rpm-macros-alternatives-0.5.1-alt1 sisyphus+226946.100.1.1 1554830426 installed
<13>Mar 31 10:00:09 rpmi: alternatives-0.5.1-alt1 sisyphus+226946.100.1.1 1554830426 installed
<13>Mar 31 10:00:09 rpmi: libnss-3.86-alt1 p9+319683.400.4.1 1689082394 installed
<86>Mar 31 10:00:09 groupadd[3620964]: group added to /etc/group: name=pesign, GID=499
<86>Mar 31 10:00:09 groupadd[3620964]: group added to /etc/gshadow: name=pesign
<86>Mar 31 10:00:09 groupadd[3620964]: new group: name=pesign, GID=499
<86>Mar 31 10:00:09 useradd[3620995]: new user: name=pesign, UID=499, GID=499, home=/var/empty, shell=/dev/null
<13>Mar 31 10:00:09 rpmi: pesign-0.109-alt6 p9+240697.100.1.1 1573650185 installed
<13>Mar 31 10:00:09 rpmi: rpm-macros-uefi-0.5-alt1 1387289833 installed
<13>Mar 31 10:00:09 rpmi: gnu-efi-1:3.0.12-alt1 p9+265718.40.12.1 1617282767 installed
Building target platforms: x86_64
Building for target x86_64
Wrote: /usr/src/in/nosrpm/uefi-utils-0.1-alt2.nosrc.rpm (w1.gzdio)
<13>Mar 31 10:00:11 rpmi: cpp4.7-4.7.2-alt13 p9+240195.500.1.1 1572935555 installed
<13>Mar 31 10:00:11 rpmi: gcc4.7-4.7.2-alt13 p9+240195.500.1.1 1572935555 installed
<13>Mar 31 10:00:11 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.47139
+ 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.47139
+ 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:504: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:504: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:312: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:312: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:312: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:312: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:312: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:312: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:312: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:312: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:312: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:312: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:312: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:312: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:312: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:338: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:338: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:504: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:504: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:504: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:504: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:504: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:338: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:338: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:338: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:338: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:338: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:338: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:338: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:504: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:338: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:338: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:338: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:338: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:338: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:338: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:338: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:338: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:338: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:338: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:338: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:338: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:338: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:338: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:338: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:338: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:504: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:504: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:504: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:504: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:504: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:504: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:504: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:504: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:504: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:283: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:283: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:283: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:283: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:283: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:283: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:283: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:504: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.47139
+ 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
+ PATH=/usr/libexec/rpm-build:/usr/src/bin:/bin:/usr/bin:/usr/X11R6/bin:/usr/games
+ 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-AFecH3U.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-AFecH3U.efi -s
Could not initialize nss: security library: bad database.
+ :
+ '[' -s pesign-AFecH3U.efi ']'
+ '[' -e pesign-AFecH3U.efi ']'
+ rm -f pesign-AFecH3U.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,gnuconfig)
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.79307
+ 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.dDlHmJ
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.9oMsv9
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.HaVO6C
Wrote: /usr/src/RPM/RPMS/x86_64/uefi-utils-listcerts-0.1-alt2.x86_64.rpm (w2.lzdio)
0.98user 0.64system 0:04.43elapsed 36%CPU (0avgtext+0avgdata 24416maxresident)k
0inputs+0outputs (0major+124471minor)pagefaults 0swaps
3.02user 2.48system 0:13.22elapsed 41%CPU (0avgtext+0avgdata 135544maxresident)k
21480inputs+0outputs (0major+249159minor)pagefaults 0swaps
--- uefi-utils-listcerts-0.1-alt2.x86_64.rpm.repo	2017-04-18 12:16:55.000000000 +0000
+++ uefi-utils-listcerts-0.1-alt2.x86_64.rpm.hasher	2024-03-31 10:00:17.422858516 +0000
@@ -5,5 +5,5 @@
 Provides: uefi-utils-listcerts = 0.1-alt2
-File: /usr/lib64/efi/listcerts.efi	100644	root:root	ade6e9365aa58476c0f3b84781b09b26	
+File: /usr/lib64/efi/listcerts.efi	100644	root:root	bf365eb7116cbd6f951afc54c33484c2	
 File: /usr/share/doc/uefi-utils-listcerts-0.1	40755	root:root		
 File: /usr/share/doc/uefi-utils-listcerts-0.1/README	100644	root:root	7f01ddc64f82ccac22b6e39c46be084d	
-RPMIdentity: dd4bbc8d7a884f8f6a9e284ca32a280e902900623f7d91d04f5feac323bcf23a2e1268d7328178a19edc12254b1253f3843ac6873b3661c328b32e37bbef2a53
+RPMIdentity: 1dd8df3f04935f3174b8e6606a896b418b20b18d6825e36244b9789574993632d2f3e21f0f6202458de522117a29af8a14d0ffc26fc71799cf6ccb52bf666e3e