<86>Nov 24 08:26:11 userdel[29851]: delete user 'rooter'
<86>Nov 24 08:26:11 userdel[29851]: removed group 'rooter' owned by 'rooter'
<86>Nov 24 08:26:11 userdel[29851]: removed shadow group 'rooter' owned by 'rooter'
<86>Nov 24 08:26:11 groupadd[29859]: group added to /etc/group: name=rooter, GID=699
<86>Nov 24 08:26:11 groupadd[29859]: group added to /etc/gshadow: name=rooter
<86>Nov 24 08:26:11 groupadd[29859]: new group: name=rooter, GID=699
<86>Nov 24 08:26:11 useradd[29865]: new user: name=rooter, UID=699, GID=699, home=/root, shell=/bin/bash
<86>Nov 24 08:26:11 userdel[29875]: delete user 'builder'
<86>Nov 24 08:26:11 userdel[29875]: removed group 'builder' owned by 'builder'
<86>Nov 24 08:26:11 userdel[29875]: removed shadow group 'builder' owned by 'builder'
<86>Nov 24 08:26:11 groupadd[29882]: group added to /etc/group: name=builder, GID=700
<86>Nov 24 08:26:11 groupadd[29882]: group added to /etc/gshadow: name=builder
<86>Nov 24 08:26:11 groupadd[29882]: new group: name=builder, GID=700
<86>Nov 24 08:26:11 useradd[29893]: new user: name=builder, UID=700, GID=700, home=/usr/src, shell=/bin/bash
Building target platforms: i586
Building for target i586
Wrote: /usr/src/in/nosrpm/gnu-efi-3.0u-3.0u-alt4.nosrc.rpm
<13>Nov 24 08:26:15 rpmi: cpp4.7-4.7.2-alt13 p9+240195.500.1.1 1572936075 installed
<13>Nov 24 08:26:15 rpmi: gcc4.7-4.7.2-alt13 p9+240195.500.1.1 1572936075 installed
<13>Nov 24 08:26:15 rpmi: libgcov4.7-devel-4.7.2-alt13 p9+240195.500.1.1 1572936075 installed
Installing gnu-efi-3.0u-3.0u-alt4.src.rpm
Building target platforms: i586
Building for target i586
Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.71681
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ rm -rf gnu-efi-3.0
+ echo 'Source #0 (gnu-efi_3.0u.orig.tar.gz):'
Source #0 (gnu-efi_3.0u.orig.tar.gz):
+ /bin/gzip -dc /usr/src/RPM/SOURCES/gnu-efi_3.0u.orig.tar.gz
+ /bin/tar -xf -
+ cd gnu-efi-3.0
+ /bin/chmod -c -Rf u+rwX,go-w .
+ sed -i 's/-DGNU_EFI_USE_MS_ABI -maccumulate-outgoing-args//' Make.defaults
+ exit 0
Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.71681
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd gnu-efi-3.0
++ arch
++ sed -e s/i.86/ia32/
+ make -j1 ARCH=ia32 'CFLAGS=-pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fpic -Wall -fno-stack-protector' OBJCOPY=objcopy
make: Entering directory '/usr/src/RPM/BUILD/gnu-efi-3.0'
mkdir -p lib
make -C lib -f ./../lib/Makefile SRCDIR=./../lib ARCH=ia32
make[1]: Entering directory '/usr/src/RPM/BUILD/gnu-efi-3.0/lib'
for sdir in ia32 x86_64 ia64 runtime; do mkdir -p $sdir; done
/usr/bin/gcc -I./../lib -I./../lib/../inc -I./../lib/../inc/ia32 -I./../lib/../inc/protocol -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_ia32 -c boxdraw.c -o boxdraw.o
/usr/bin/ar rv libefi.a boxdraw.o
/usr/bin/ar: creating libefi.a
a - boxdraw.o
/usr/bin/gcc -I./../lib -I./../lib/../inc -I./../lib/../inc/ia32 -I./../lib/../inc/protocol -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_ia32 -c smbios.c -o smbios.o
/usr/bin/ar rv libefi.a smbios.o
a - smbios.o
/usr/bin/gcc -I./../lib -I./../lib/../inc -I./../lib/../inc/ia32 -I./../lib/../inc/protocol -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_ia32 -c console.c -o console.o
console.c: In function 'IInput':
console.c:84:17: warning: passing argument 2 of 'ConOut->OutputString' from incompatible pointer type [enabled by default]
console.c:84:17: note: expected 'CHAR16 *' but argument is of type 'long int *'
/usr/bin/ar rv libefi.a console.o
a - console.o
/usr/bin/gcc -I./../lib -I./../lib/../inc -I./../lib/../inc/ia32 -I./../lib/../inc/protocol -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_ia32 -c crc.c -o crc.o
/usr/bin/ar rv libefi.a crc.o
a - crc.o
/usr/bin/gcc -I./../lib -I./../lib/../inc -I./../lib/../inc/ia32 -I./../lib/../inc/protocol -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_ia32 -c data.c -o data.o
/usr/bin/ar rv libefi.a data.o
a - data.o
/usr/bin/gcc -I./../lib -I./../lib/../inc -I./../lib/../inc/ia32 -I./../lib/../inc/protocol -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_ia32 -c debug.c -o debug.o
/usr/bin/ar rv libefi.a debug.o
a - debug.o
/usr/bin/gcc -I./../lib -I./../lib/../inc -I./../lib/../inc/ia32 -I./../lib/../inc/protocol -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_ia32 -c dpath.c -o dpath.o
dpath.c: In function '_DevPathPci':
dpath.c:475:5: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [enabled by default]
In file included from lib.h:21:0,
                 from dpath.c:18:
./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
dpath.c: In function '_DevPathPccard':
dpath.c:487:5: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [enabled by default]
In file included from lib.h:21:0,
                 from dpath.c:18:
./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
dpath.c: In function '_DevPathMemMap':
dpath.c:503:9: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [enabled by default]
In file included from lib.h:21:0,
                 from dpath.c:18:
./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
dpath.c: In function '_DevPathController':
dpath.c:517:9: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [enabled by default]
In file included from lib.h:21:0,
                 from dpath.c:18:
./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
dpath.c: In function '_DevPathVendor':
dpath.c:532:38: warning: assignment from incompatible pointer type [enabled by default]
dpath.c:533:38: warning: assignment from incompatible pointer type [enabled by default]
dpath.c:534:38: warning: assignment from incompatible pointer type [enabled by default]
dpath.c:535:38: warning: assignment from incompatible pointer type [enabled by default]
dpath.c:538:5: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [enabled by default]
In file included from lib.h:21:0,
                 from dpath.c:18:
./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
dpath.c:544:9: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [enabled by default]
In file included from lib.h:21:0,
                 from dpath.c:18:
./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
dpath.c:546:9: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [enabled by default]
In file included from lib.h:21:0,
                 from dpath.c:18:
./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
dpath.c: In function '_DevPathAcpi':
dpath.c:561:9: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [enabled by default]
In file included from lib.h:21:0,
                 from dpath.c:18:
./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
dpath.c:563:9: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [enabled by default]
In file included from lib.h:21:0,
                 from dpath.c:18:
./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
dpath.c: In function '_DevPathAtapi':
dpath.c:580:9: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [enabled by default]
In file included from lib.h:21:0,
                 from dpath.c:18:
./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
dpath.c: In function '_DevPathScsi':
dpath.c:592:5: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [enabled by default]
In file included from lib.h:21:0,
                 from dpath.c:18:
./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
dpath.c: In function '_DevPathFibre':
dpath.c:605:5: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [enabled by default]
In file included from lib.h:21:0,
                 from dpath.c:18:
./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
dpath.c: In function '_DevPath1394':
dpath.c:617:5: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [enabled by default]
In file included from lib.h:21:0,
                 from dpath.c:18:
./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
dpath.c: In function '_DevPathUsb':
dpath.c:631:5: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [enabled by default]
In file included from lib.h:21:0,
                 from dpath.c:18:
./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
dpath.c: In function '_DevPathI2O':
dpath.c:644:5: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [enabled by default]
In file included from lib.h:21:0,
                 from dpath.c:18:
./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
dpath.c: In function '_DevPathMacAddr':
dpath.c:664:5: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [enabled by default]
In file included from lib.h:21:0,
                 from dpath.c:18:
./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
dpath.c:667:9: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [enabled by default]
In file included from lib.h:21:0,
                 from dpath.c:18:
./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
dpath.c:669:5: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [enabled by default]
In file included from lib.h:21:0,
                 from dpath.c:18:
./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
dpath.c: In function '_DevPathIPv4':
dpath.c:681:5: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [enabled by default]
In file included from lib.h:21:0,
                 from dpath.c:18:
./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
dpath.c:678:27: warning: variable 'IP' set but not used [-Wunused-but-set-variable]
dpath.c: In function '_DevPathIPv6':
dpath.c:693:5: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [enabled by default]
In file included from lib.h:21:0,
                 from dpath.c:18:
./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
dpath.c:690:27: warning: variable 'IP' set but not used [-Wunused-but-set-variable]
dpath.c: In function '_DevPathInfiniBand':
dpath.c:705:5: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [enabled by default]
In file included from lib.h:21:0,
                 from dpath.c:18:
./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
dpath.c:702:30: warning: variable 'InfiniBand' set but not used [-Wunused-but-set-variable]
dpath.c: In function '_DevPathUart':
dpath.c:729:9: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [enabled by default]
In file included from lib.h:21:0,
                 from dpath.c:18:
./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
dpath.c:731:9: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [enabled by default]
In file included from lib.h:21:0,
                 from dpath.c:18:
./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
dpath.c:735:9: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [enabled by default]
In file included from lib.h:21:0,
                 from dpath.c:18:
./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
dpath.c:737:9: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [enabled by default]
In file included from lib.h:21:0,
                 from dpath.c:18:
./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
dpath.c:741:9: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [enabled by default]
In file included from lib.h:21:0,
                 from dpath.c:18:
./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
dpath.c:742:9: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [enabled by default]
In file included from lib.h:21:0,
                 from dpath.c:18:
./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
dpath.c:743:9: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [enabled by default]
In file included from lib.h:21:0,
                 from dpath.c:18:
./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
dpath.c:744:9: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [enabled by default]
In file included from lib.h:21:0,
                 from dpath.c:18:
./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
dpath.c:745:9: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [enabled by default]
In file included from lib.h:21:0,
                 from dpath.c:18:
./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
dpath.c: In function '_DevPathHardDrive':
dpath.c:764:17: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
dpath.c:764:17: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [enabled by default]
In file included from lib.h:21:0,
                 from dpath.c:18:
./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
dpath.c:770:17: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [enabled by default]
In file included from lib.h:21:0,
                 from dpath.c:18:
./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
dpath.c:777:17: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [enabled by default]
In file included from lib.h:21:0,
                 from dpath.c:18:
./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
dpath.c: In function '_DevPathCDROM':
dpath.c:791:5: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [enabled by default]
In file included from lib.h:21:0,
                 from dpath.c:18:
./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
dpath.c: In function '_DevPathFilePath':
dpath.c:803:5: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [enabled by default]
In file included from lib.h:21:0,
                 from dpath.c:18:
./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
dpath.c: In function '_DevPathMediaProtocol':
dpath.c:815:5: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [enabled by default]
In file included from lib.h:21:0,
                 from dpath.c:18:
./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
dpath.c: In function '_DevPathBssBss':
dpath.c:829:46: warning: assignment from incompatible pointer type [enabled by default]
dpath.c:830:46: warning: assignment from incompatible pointer type [enabled by default]
dpath.c:831:46: warning: assignment from incompatible pointer type [enabled by default]
dpath.c:832:46: warning: assignment from incompatible pointer type [enabled by default]
dpath.c:833:46: warning: assignment from incompatible pointer type [enabled by default]
dpath.c:834:46: warning: assignment from incompatible pointer type [enabled by default]
dpath.c:835:46: warning: assignment from incompatible pointer type [enabled by default]
dpath.c:838:5: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [enabled by default]
In file included from lib.h:21:0,
                 from dpath.c:18:
./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
dpath.c: In function '_DevPathEndInstance':
dpath.c:848:5: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [enabled by default]
In file included from lib.h:21:0,
                 from dpath.c:18:
./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
dpath.c: In function '_DevPathNodeUnknown':
dpath.c:857:5: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [enabled by default]
In file included from lib.h:21:0,
                 from dpath.c:18:
./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
dpath.c: In function 'DevicePathToStr':
dpath.c:955:13: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [enabled by default]
In file included from lib.h:21:0,
                 from dpath.c:18:
./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
/usr/bin/ar rv libefi.a dpath.o
a - dpath.o
/usr/bin/gcc -I./../lib -I./../lib/../inc -I./../lib/../inc/ia32 -I./../lib/../inc/protocol -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_ia32 -c error.c -o error.o
error.c: In function 'StatusToString':
error.c:70:6: warning: passing argument 2 of 'StrCpy' from incompatible pointer type [enabled by default]
In file included from lib.h:21:0,
                 from error.c:18:
./../lib/../inc/efilib.h:230:1: note: expected 'CHAR16 *' but argument is of type 'WCHAR *'
error.c:75:5: warning: passing argument 3 of 'SPrint' from incompatible pointer type [enabled by default]
In file included from lib.h:21:0,
                 from error.c:18:
./../lib/../inc/efilib.h:395:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
/usr/bin/ar rv libefi.a error.o
a - error.o
/usr/bin/gcc -I./../lib -I./../lib/../inc -I./../lib/../inc/ia32 -I./../lib/../inc/protocol -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_ia32 -c event.c -o event.o
event.c: In function 'LibCreateProtocolNotifyEvent':
event.c:30:29: warning: variable 'Status' set but not used [-Wunused-but-set-variable]
/usr/bin/ar rv libefi.a event.o
a - event.o
/usr/bin/gcc -I./../lib -I./../lib/../inc -I./../lib/../inc/ia32 -I./../lib/../inc/protocol -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_ia32 -c guid.c -o guid.o
guid.c: In function 'GuidToString':
guid.c:153:13: warning: passing argument 3 of 'SPrint' from incompatible pointer type [enabled by default]
In file included from lib.h:21:0,
                 from guid.c:19:
./../lib/../inc/efilib.h:395:1: note: expected 'CHAR16 *' but argument is of type 'WCHAR *'
guid.c:174:9: warning: passing argument 3 of 'SPrint' from incompatible pointer type [enabled by default]
In file included from lib.h:21:0,
                 from guid.c:19:
./../lib/../inc/efilib.h:395:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
/usr/bin/ar rv libefi.a guid.o
a - guid.o
/usr/bin/gcc -I./../lib -I./../lib/../inc -I./../lib/../inc/ia32 -I./../lib/../inc/protocol -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_ia32 -c hand.c -o hand.o
hand.c: In function 'LibLocateHandleByDiskSignature':
hand.c:223:45: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
hand.c:120:28: warning: variable 'Start' set but not used [-Wunused-but-set-variable]
/usr/bin/ar rv libefi.a hand.o
a - hand.o
/usr/bin/gcc -I./../lib -I./../lib/../inc -I./../lib/../inc/ia32 -I./../lib/../inc/protocol -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_ia32 -c hw.c -o hw.o
hw.c: In function 'ReadPort':
hw.c:79:17: warning: variable 'Status' set but not used [-Wunused-but-set-variable]
hw.c: In function 'WritePort':
hw.c:94:17: warning: variable 'Status' set but not used [-Wunused-but-set-variable]
hw.c: In function 'ReadPciConfig':
hw.c:109:17: warning: variable 'Status' set but not used [-Wunused-but-set-variable]
hw.c: In function 'WritePciConfig':
hw.c:124:17: warning: variable 'Status' set but not used [-Wunused-but-set-variable]
/usr/bin/ar rv libefi.a hw.o
a - hw.o
/usr/bin/gcc -I./../lib -I./../lib/../inc -I./../lib/../inc/ia32 -I./../lib/../inc/protocol -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_ia32 -c init.c -o init.o
init.c: In function 'InitializeLib':
init.c:100:9: warning: passing argument 1 of 'LibGetVariable' from incompatible pointer type [enabled by default]
In file included from lib.h:21:0,
                 from init.c:17:
./../lib/../inc/efilib.h:506:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
init.c: In function 'EFIDebugVariable':
init.c:179:5: warning: passing argument 1 of 'RT->GetVariable' from incompatible pointer type [enabled by default]
init.c:179:5: note: expected 'CHAR16 *' but argument is of type 'long int *'
/usr/bin/ar rv libefi.a init.o
a - init.o
/usr/bin/gcc -I./../lib -I./../lib/../inc -I./../lib/../inc/ia32 -I./../lib/../inc/protocol -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_ia32 -c lock.c -o lock.o
/usr/bin/ar rv libefi.a lock.o
a - lock.o
/usr/bin/gcc -I./../lib -I./../lib/../inc -I./../lib/../inc/ia32 -I./../lib/../inc/protocol -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_ia32 -c misc.c -o misc.o
misc.c: In function 'LibInsertToTailOfBootOrder':
misc.c:336:5: warning: passing argument 1 of 'LibGetVariableAndSize' from incompatible pointer type [enabled by default]
misc.c:242:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
misc.c:355:5: warning: passing argument 1 of 'RT->SetVariable' from incompatible pointer type [enabled by default]
misc.c:355:5: note: expected 'CHAR16 *' but argument is of type 'long int *'
/usr/bin/ar rv libefi.a misc.o
a - misc.o
/usr/bin/gcc -I./../lib -I./../lib/../inc -I./../lib/../inc/ia32 -I./../lib/../inc/protocol -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_ia32 -c print.c -o print.o
print.c: In function '_Print':
print.c:1051:34: warning: assignment from incompatible pointer type [enabled by default]
print.c: In function 'TimeToString':
print.c:1265:9: warning: passing argument 3 of 'SPrint' from incompatible pointer type [enabled by default]
print.c:424:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
print.c: In function 'DumpHex':
print.c:1309:9: warning: passing argument 1 of 'Print' from incompatible pointer type [enabled by default]
print.c:541:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
print.c:1322:13: warning: passing argument 1 of 'Print' from incompatible pointer type [enabled by default]
print.c:541:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
print.c:1323:13: warning: passing argument 1 of 'Input' from incompatible pointer type [enabled by default]
In file included from lib.h:21:0,
                 from print.c:18:
./../lib/../inc/efilib.h:373:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
print.c:1324:13: warning: passing argument 1 of 'Print' from incompatible pointer type [enabled by default]
print.c:541:1: note: expected 'CHAR16 *' but argument is of type 'long int *'
/usr/bin/ar rv libefi.a print.o
a - print.o
/usr/bin/gcc -I./../lib -I./../lib/../inc -I./../lib/../inc/ia32 -I./../lib/../inc/protocol -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_ia32 -c sread.c -o sread.o
/usr/bin/ar rv libefi.a sread.o
a - sread.o
/usr/bin/gcc -I./../lib -I./../lib/../inc -I./../lib/../inc/ia32 -I./../lib/../inc/protocol -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_ia32 -c str.c -o str.o
/usr/bin/ar rv libefi.a str.o
a - str.o
/usr/bin/gcc -I./../lib -I./../lib/../inc -I./../lib/../inc/ia32 -I./../lib/../inc/protocol -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_ia32 -c runtime/rtlock.c -o runtime/rtlock.o
/usr/bin/ar rv libefi.a runtime/rtlock.o
a - runtime/rtlock.o
/usr/bin/gcc -I./../lib -I./../lib/../inc -I./../lib/../inc/ia32 -I./../lib/../inc/protocol -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_ia32 -c runtime/efirtlib.c -o runtime/efirtlib.o
/usr/bin/ar rv libefi.a runtime/efirtlib.o
a - runtime/efirtlib.o
/usr/bin/gcc -I./../lib -I./../lib/../inc -I./../lib/../inc/ia32 -I./../lib/../inc/protocol -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_ia32 -c runtime/rtstr.c -o runtime/rtstr.o
/usr/bin/ar rv libefi.a runtime/rtstr.o
a - runtime/rtstr.o
/usr/bin/gcc -I./../lib -I./../lib/../inc -I./../lib/../inc/ia32 -I./../lib/../inc/protocol -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_ia32 -c runtime/vm.c -o runtime/vm.o
/usr/bin/ar rv libefi.a runtime/vm.o
a - runtime/vm.o
/usr/bin/gcc -I./../lib -I./../lib/../inc -I./../lib/../inc/ia32 -I./../lib/../inc/protocol -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_ia32 -c runtime/rtdata.c -o runtime/rtdata.o
/usr/bin/ar rv libefi.a runtime/rtdata.o
a - runtime/rtdata.o
/usr/bin/gcc -I./../lib -I./../lib/../inc -I./../lib/../inc/ia32 -I./../lib/../inc/protocol -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_ia32 -c ia32/initplat.c -o ia32/initplat.o
/usr/bin/ar rv libefi.a ia32/initplat.o
a - ia32/initplat.o
/usr/bin/gcc -I./../lib -I./../lib/../inc -I./../lib/../inc/ia32 -I./../lib/../inc/protocol -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_ia32 -c ia32/math.c -o ia32/math.o
/usr/bin/ar rv libefi.a ia32/math.o
a - ia32/math.o
rm hand.o data.o runtime/vm.o runtime/efirtlib.o ia32/initplat.o print.o init.o debug.o misc.o console.o str.o error.o crc.o smbios.o hw.o runtime/rtdata.o runtime/rtlock.o guid.o boxdraw.o event.o sread.o runtime/rtstr.o dpath.o lock.o ia32/math.o
make[1]: Leaving directory '/usr/src/RPM/BUILD/gnu-efi-3.0/lib'
mkdir -p gnuefi
make -C gnuefi -f ./../gnuefi/Makefile SRCDIR=./../gnuefi ARCH=ia32
make[1]: Entering directory '/usr/src/RPM/BUILD/gnu-efi-3.0/gnuefi'
/usr/bin/gcc  --std=c11 -DCONFIG_ia32  -c -o crt0-efi-ia32.o crt0-efi-ia32.S
/usr/bin/gcc -I./../gnuefi -I./../gnuefi/../inc -I./../gnuefi/../inc/ia32 -I./../gnuefi/../inc/protocol -pipe -frecord-gcc-switches -Wall -g -O2 -march=i586 -mtune=generic -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_ia32 -c reloc_ia32.c -o reloc_ia32.o
/usr/bin/ar rv libgnuefi.a reloc_ia32.o
/usr/bin/ar: creating libgnuefi.a
a - reloc_ia32.o
/usr/bin/gcc  --std=c11 -DCONFIG_ia32  -c -o setjmp_ia32.o setjmp_ia32.S
/usr/bin/ar rv libgnuefi.a setjmp_ia32.o
a - setjmp_ia32.o
rm setjmp_ia32.o reloc_ia32.o
make[1]: Leaving directory '/usr/src/RPM/BUILD/gnu-efi-3.0/gnuefi'
make: Leaving directory '/usr/src/RPM/BUILD/gnu-efi-3.0'
+ exit 0
Executing(%install): /bin/sh -e /usr/src/tmp/rpm-tmp.49192
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ /bin/chmod -Rf u+rwX -- /usr/src/tmp/gnu-efi-3.0u-buildroot
+ :
+ /bin/rm -rf -- /usr/src/tmp/gnu-efi-3.0u-buildroot
+ cd gnu-efi-3.0
+ make install INSTALLROOT=/usr/src/tmp/gnu-efi-3.0u-buildroot PREFIX=/usr
make: Entering directory '/usr/src/RPM/BUILD/gnu-efi-3.0'
make[1]: Entering directory '/usr/src/RPM/BUILD/gnu-efi-3.0/lib'
mkdir -p /usr/src/tmp/gnu-efi-3.0u-buildroot//usr/lib
install -m 644 libefi.a /usr/src/tmp/gnu-efi-3.0u-buildroot//usr/lib
make[1]: Leaving directory '/usr/src/RPM/BUILD/gnu-efi-3.0/lib'
make[1]: Entering directory '/usr/src/RPM/BUILD/gnu-efi-3.0/gnuefi'
mkdir -p /usr/src/tmp/gnu-efi-3.0u-buildroot//usr/lib
install -m 644 crt0-efi-ia32.o libgnuefi.a /usr/src/tmp/gnu-efi-3.0u-buildroot//usr/lib
install -m 644 elf_ia32_efi.lds /usr/src/tmp/gnu-efi-3.0u-buildroot//usr/lib
make[1]: Leaving directory '/usr/src/RPM/BUILD/gnu-efi-3.0/gnuefi'
make[1]: Entering directory '/usr/src/RPM/BUILD/gnu-efi-3.0/inc'
mkdir -p /usr/src/tmp/gnu-efi-3.0u-buildroot/usr/include/efi
mkdir -p /usr/src/tmp/gnu-efi-3.0u-buildroot/usr/include/efi/protocol
mkdir -p /usr/src/tmp/gnu-efi-3.0u-buildroot/usr/include/efi/ia32
install -m 644 *.h /usr/src/tmp/gnu-efi-3.0u-buildroot/usr/include/efi
install -m 644 protocol/*.h /usr/src/tmp/gnu-efi-3.0u-buildroot/usr/include/efi/protocol
install -m 644 ia32/*.h /usr/src/tmp/gnu-efi-3.0u-buildroot/usr/include/efi/ia32
make[1]: Leaving directory '/usr/src/RPM/BUILD/gnu-efi-3.0/inc'
make[1]: Entering directory '/usr/src/RPM/BUILD/gnu-efi-3.0/apps'
make[1]: Nothing to be done for 'install'.
make[1]: Leaving directory '/usr/src/RPM/BUILD/gnu-efi-3.0/apps'
make: Leaving directory '/usr/src/RPM/BUILD/gnu-efi-3.0'
+ /usr/lib/rpm/brp-alt
Cleaning files in /usr/src/tmp/gnu-efi-3.0u-buildroot (auto)
Verifying and fixing files in /usr/src/tmp/gnu-efi-3.0u-buildroot (binconfig,pkgconfig,libtool,desktop)
Checking contents of files in /usr/src/tmp/gnu-efi-3.0u-buildroot/ (default)
Compressing files in /usr/src/tmp/gnu-efi-3.0u-buildroot (auto)
Adjusting library links in /usr/src/tmp/gnu-efi-3.0u-buildroot
./usr/lib:
Verifying ELF objects in /usr/src/tmp/gnu-efi-3.0u-buildroot (arch=normal,fhs=normal,lfs=relaxed,lint=relaxed,rpath=normal,stack=normal,textrel=normal,unresolved=normal)
section [ 5] '.reloc' has wrong type: expected REL, is PROGBITS
section [ 5] '.reloc': size not multiple of entry size
verify-elf: WARNING: ./usr/lib/crt0-efi-ia32.o: eu-elflint failed
Hardlinking identical .pyc and .pyo files
Processing files: gnu-efi-3.0u-3.0u-alt4
Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.49192
+ umask 022
+ /bin/mkdir -p /usr/src/RPM/BUILD
+ cd /usr/src/RPM/BUILD
+ cd gnu-efi-3.0
+ DOCDIR=/usr/src/tmp/gnu-efi-3.0u-buildroot/usr/share/doc/gnu-efi-3.0u-3.0u
+ export DOCDIR
+ rm -rf /usr/src/tmp/gnu-efi-3.0u-buildroot/usr/share/doc/gnu-efi-3.0u-3.0u
+ /bin/mkdir -p /usr/src/tmp/gnu-efi-3.0u-buildroot/usr/share/doc/gnu-efi-3.0u-3.0u
+ cp -prL ChangeLog README.efilib README.elilo README.gnuefi apps /usr/src/tmp/gnu-efi-3.0u-buildroot/usr/share/doc/gnu-efi-3.0u-3.0u
+ chmod -R go-w /usr/src/tmp/gnu-efi-3.0u-buildroot/usr/share/doc/gnu-efi-3.0u-3.0u
+ chmod -R a+rX /usr/src/tmp/gnu-efi-3.0u-buildroot/usr/share/doc/gnu-efi-3.0u-3.0u
+ exit 0
Finding Provides (using /usr/lib/rpm/find-provides)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.suET0Y
find-provides: running scripts (debuginfo,lib,pam,perl,pkgconfig,python,shell)
Finding Requires (using /usr/lib/rpm/find-requires)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.P6cpB2
find-requires: running scripts (cpp,debuginfo,files,lib,pam,perl,pkgconfig,pkgconfiglib,python,rpmlib,shebang,shell,static,symlinks)
/usr/src/tmp/gnu-efi-3.0u-buildroot/usr/include/efi/efi.h:35:21: fatal error: efibind.h: No such file or directory
compilation terminated.
cpp.req: /usr/src/tmp/gnu-efi-3.0u-buildroot/usr/include/efi/efi.h: cpp failed, trying c++ mode
i586-alt-linux-cpp-4.7: error trying to exec 'cc1plus': execvp: No such file or directory
cpp.req: WARNING: /usr/src/tmp/gnu-efi-3.0u-buildroot/usr/include/efi/efi.h: cpp failed
/usr/src/tmp/gnu-efi-3.0u-buildroot/usr/include/efi/efilib.h:24:24: fatal error: efilibplat.h: No such file or directory
compilation terminated.
cpp.req: WARNING: /usr/src/tmp/gnu-efi-3.0u-buildroot/usr/include/efi/efilib.h: cpp failed
/usr/src/tmp/gnu-efi-3.0u-buildroot/usr/include/efi/efirtlib.h:23:24: fatal error: efilibplat.h: No such file or directory
compilation terminated.
cpp.req: WARNING: /usr/src/tmp/gnu-efi-3.0u-buildroot/usr/include/efi/efirtlib.h: cpp failed
/usr/src/tmp/gnu-efi-3.0u-buildroot/usr/include/efi/protocol/efidbg.h:45:24: fatal error: eficontext.h: No such file or directory
compilation terminated.
cpp.req: WARNING: /usr/src/tmp/gnu-efi-3.0u-buildroot/usr/include/efi/protocol/efidbg.h: cpp failed
Requires: binutils >= 2.17.50.0.14, gcc >= 4.1.1
Finding debuginfo files (using /usr/lib/rpm/find-debuginfo-files)
Executing: /bin/sh -e /usr/src/tmp/rpm-tmp.As9deb
Wrote: /usr/src/RPM/RPMS/i586/gnu-efi-3.0u-3.0u-alt4.i586.rpm
3.57user 0.77system 0:06.36elapsed 68%CPU (0avgtext+0avgdata 16948maxresident)k
0inputs+0outputs (0major+326874minor)pagefaults 0swaps
7.88user 2.82system 0:13.61elapsed 78%CPU (0avgtext+0avgdata 115844maxresident)k
20256inputs+0outputs (0major+571683minor)pagefaults 0swaps