<86>Apr 21 00:40:42 userdel[10168]: delete user 'rooter' <86>Apr 21 00:40:42 userdel[10168]: removed shadow group 'rooter' owned by 'rooter' <86>Apr 21 00:40:42 groupadd[10194]: group added to /etc/group: name=rooter, GID=555 <86>Apr 21 00:40:42 groupadd[10194]: group added to /etc/gshadow: name=rooter <86>Apr 21 00:40:42 groupadd[10194]: new group: name=rooter, GID=555 <86>Apr 21 00:40:42 useradd[10211]: new user: name=rooter, UID=555, GID=555, home=/root, shell=/bin/bash <86>Apr 21 00:40:42 userdel[10226]: delete user 'builder' <86>Apr 21 00:40:42 userdel[10226]: removed group 'builder' owned by 'builder' <86>Apr 21 00:40:42 groupadd[10246]: group added to /etc/group: name=builder, GID=556 <86>Apr 21 00:40:42 groupadd[10246]: group added to /etc/gshadow: name=builder <86>Apr 21 00:40:42 groupadd[10246]: new group: name=builder, GID=556 <86>Apr 21 00:40:42 useradd[10262]: new user: name=builder, UID=556, GID=556, home=/usr/src, shell=/bin/bash Installing gnu-efi-3.0u-3.0u-alt3.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.32693 + 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.32693 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd gnu-efi-3.0 ++ sed -e s/i.86/ia32/ ++ arch + make -j1 ARCH=x86_64 'CFLAGS=-pipe -Wall -g -O2 -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=x86_64 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/x86_64 -I./../lib/../inc/protocol -pipe -Wall -g -O2 -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_x86_64 -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/x86_64 -I./../lib/../inc/protocol -pipe -Wall -g -O2 -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_x86_64 -c smbios.c -o smbios.o smbios.c: In function 'LibGetSmbiosSystemGuidAndSerialNumber': smbios.c:37:18: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] Smbios.Hdr = (SMBIOS_HEADER *)SmbiosTable->TableAddress; ^ smbios.c:38:21: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] SmbiosEnd.Raw = (UINT8 *)(SmbiosTable->TableAddress + SmbiosTable->TableLength); ^ /usr/bin/ar rv libefi.a smbios.o a - smbios.o /usr/bin/gcc -I./../lib -I./../lib/../inc -I./../lib/../inc/x86_64 -I./../lib/../inc/protocol -pipe -Wall -g -O2 -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_x86_64 -c console.c -o console.o /usr/bin/ar rv libefi.a console.o a - console.o /usr/bin/gcc -I./../lib -I./../lib/../inc -I./../lib/../inc/x86_64 -I./../lib/../inc/protocol -pipe -Wall -g -O2 -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_x86_64 -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/x86_64 -I./../lib/../inc/protocol -pipe -Wall -g -O2 -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_x86_64 -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/x86_64 -I./../lib/../inc/protocol -pipe -Wall -g -O2 -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_x86_64 -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/x86_64 -I./../lib/../inc/protocol -pipe -Wall -g -O2 -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_x86_64 -c dpath.c -o dpath.o dpath.c: In function '_DevPathPci': dpath.c:475:19: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [-Wincompatible-pointer-types] CatPrint(Str, L"Pci(%x|%x)", Pci->Device, Pci->Function); ^ In file included from lib.h:21:0, from dpath.c:18: ./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' CatPrint ( ^ dpath.c: In function '_DevPathPccard': dpath.c:487:19: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [-Wincompatible-pointer-types] CatPrint(Str, L"Pccard(Socket%x)", Pccard->SocketNumber); ^ In file included from lib.h:21:0, from dpath.c:18: ./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' CatPrint ( ^ dpath.c: In function '_DevPathMemMap': dpath.c:499:19: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [-Wincompatible-pointer-types] CatPrint(Str, L"MemMap(%d:%x-%x)", ^ In file included from lib.h:21:0, from dpath.c:18: ./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' CatPrint ( ^ dpath.c: In function '_DevPathController': dpath.c:515:19: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [-Wincompatible-pointer-types] CatPrint(Str, L"Ctrl(%d)", ^ In file included from lib.h:21:0, from dpath.c:18: ./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' CatPrint ( ^ dpath.c: In function '_DevPathVendor': dpath.c:532:38: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] case HARDWARE_DEVICE_PATH: Type = L"Hw"; break; ^ dpath.c:533:38: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] case MESSAGING_DEVICE_PATH: Type = L"Msg"; break; ^ dpath.c:534:38: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] case MEDIA_DEVICE_PATH: Type = L"Media"; break; ^ dpath.c:535:38: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] default: Type = L"?"; break; ^ dpath.c:538:19: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [-Wincompatible-pointer-types] CatPrint(Str, L"Ven%s(%g", Type, &Vendor->Guid); ^ In file included from lib.h:21:0, from dpath.c:18: ./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' CatPrint ( ^ dpath.c:544:23: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [-Wincompatible-pointer-types] CatPrint(Str, L":%02x)", UnknownDevPath->LegacyDriveLetter); ^ In file included from lib.h:21:0, from dpath.c:18: ./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' CatPrint ( ^ dpath.c:546:23: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [-Wincompatible-pointer-types] CatPrint(Str, L")"); ^ In file included from lib.h:21:0, from dpath.c:18: ./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' CatPrint ( ^ dpath.c: In function '_DevPathAcpi': dpath.c:561:23: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [-Wincompatible-pointer-types] CatPrint(Str, L"Acpi(PNP%04x,%x)", EISA_ID_TO_NUM (Acpi->HID), Acpi->UID); ^ In file included from lib.h:21:0, from dpath.c:18: ./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' CatPrint ( ^ dpath.c:563:23: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [-Wincompatible-pointer-types] CatPrint(Str, L"Acpi(%08x,%x)", Acpi->HID, Acpi->UID); ^ In file included from lib.h:21:0, from dpath.c:18: ./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' CatPrint ( ^ dpath.c: In function '_DevPathAtapi': dpath.c:577:19: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [-Wincompatible-pointer-types] CatPrint(Str, L"Ata(%s,%s)", ^ In file included from lib.h:21:0, from dpath.c:18: ./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' CatPrint ( ^ dpath.c: In function '_DevPathScsi': dpath.c:592:19: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [-Wincompatible-pointer-types] CatPrint(Str, L"Scsi(Pun%x,Lun%x)", Scsi->Pun, Scsi->Lun); ^ In file included from lib.h:21:0, from dpath.c:18: ./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' CatPrint ( ^ dpath.c: In function '_DevPathFibre': dpath.c:605:19: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [-Wincompatible-pointer-types] CatPrint(Str, L"Fibre(%lx)", Fibre->WWN); ^ In file included from lib.h:21:0, from dpath.c:18: ./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' CatPrint ( ^ dpath.c: In function '_DevPath1394': dpath.c:617:19: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [-Wincompatible-pointer-types] CatPrint(Str, L"1394(%g)", &F1394->Guid); ^ In file included from lib.h:21:0, from dpath.c:18: ./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' CatPrint ( ^ dpath.c: In function '_DevPathUsb': dpath.c:631:19: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [-Wincompatible-pointer-types] CatPrint(Str, L"Usb(%x)", Usb->Port); ^ In file included from lib.h:21:0, from dpath.c:18: ./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' CatPrint ( ^ dpath.c: In function '_DevPathI2O': dpath.c:644:19: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [-Wincompatible-pointer-types] CatPrint(Str, L"I2O(%x)", I2O->Tid); ^ In file included from lib.h:21:0, from dpath.c:18: ./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' CatPrint ( ^ dpath.c: In function '_DevPathMacAddr': dpath.c:664:19: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [-Wincompatible-pointer-types] CatPrint(Str, L"Mac("); ^ In file included from lib.h:21:0, from dpath.c:18: ./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' CatPrint ( ^ dpath.c:667:23: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [-Wincompatible-pointer-types] CatPrint(Str, L"%02x",MAC->MacAddress.Addr[Index]); ^ In file included from lib.h:21:0, from dpath.c:18: ./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' CatPrint ( ^ dpath.c:669:19: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [-Wincompatible-pointer-types] CatPrint(Str, L")"); ^ In file included from lib.h:21:0, from dpath.c:18: ./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' CatPrint ( ^ dpath.c: In function '_DevPathIPv4': dpath.c:681:19: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [-Wincompatible-pointer-types] CatPrint(Str, L"IPv4(not-done)"); ^ In file included from lib.h:21:0, from dpath.c:18: ./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' CatPrint ( ^ dpath.c:678:27: warning: variable 'IP' set but not used [-Wunused-but-set-variable] IPv4_DEVICE_PATH *IP; ^ dpath.c: In function '_DevPathIPv6': dpath.c:693:19: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [-Wincompatible-pointer-types] CatPrint(Str, L"IP-v6(not-done)"); ^ In file included from lib.h:21:0, from dpath.c:18: ./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' CatPrint ( ^ dpath.c:690:27: warning: variable 'IP' set but not used [-Wunused-but-set-variable] IPv6_DEVICE_PATH *IP; ^ dpath.c: In function '_DevPathInfiniBand': dpath.c:705:19: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [-Wincompatible-pointer-types] CatPrint(Str, L"InfiniBand(not-done)"); ^ In file included from lib.h:21:0, from dpath.c:18: ./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' CatPrint ( ^ dpath.c:702:30: warning: variable 'InfiniBand' set but not used [-Wunused-but-set-variable] INFINIBAND_DEVICE_PATH *InfiniBand; ^ dpath.c: In function '_DevPathUart': dpath.c:729:23: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [-Wincompatible-pointer-types] CatPrint(Str, L"Uart(DEFAULT %c",Uart->BaudRate,Parity); ^ In file included from lib.h:21:0, from dpath.c:18: ./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' CatPrint ( ^ dpath.c:731:23: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [-Wincompatible-pointer-types] CatPrint(Str, L"Uart(%d %c",Uart->BaudRate,Parity); ^ In file included from lib.h:21:0, from dpath.c:18: ./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' CatPrint ( ^ dpath.c:735:23: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [-Wincompatible-pointer-types] CatPrint(Str, L"D"); ^ In file included from lib.h:21:0, from dpath.c:18: ./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' CatPrint ( ^ dpath.c:737:23: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [-Wincompatible-pointer-types] CatPrint(Str, L"%d",Uart->DataBits); ^ In file included from lib.h:21:0, from dpath.c:18: ./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' CatPrint ( ^ dpath.c:741:33: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [-Wincompatible-pointer-types] case 0 : CatPrint(Str, L"D)"); break; ^ In file included from lib.h:21:0, from dpath.c:18: ./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' CatPrint ( ^ dpath.c:742:33: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [-Wincompatible-pointer-types] case 1 : CatPrint(Str, L"1)"); break; ^ In file included from lib.h:21:0, from dpath.c:18: ./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' CatPrint ( ^ dpath.c:743:33: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [-Wincompatible-pointer-types] case 2 : CatPrint(Str, L"1.5)"); break; ^ In file included from lib.h:21:0, from dpath.c:18: ./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' CatPrint ( ^ dpath.c:744:33: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [-Wincompatible-pointer-types] case 3 : CatPrint(Str, L"2)"); break; ^ In file included from lib.h:21:0, from dpath.c:18: ./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' CatPrint ( ^ dpath.c:745:33: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [-Wincompatible-pointer-types] default : CatPrint(Str, L"x)"); break; ^ In file included from lib.h:21:0, from dpath.c:18: ./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' CatPrint ( ^ dpath.c: In function '_DevPathHardDrive': dpath.c:764:17: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing] ); ^ dpath.c:761:27: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [-Wincompatible-pointer-types] CatPrint(Str, L"HD(Part%d,Sig%08X)", ^ In file included from lib.h:21:0, from dpath.c:18: ./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' CatPrint ( ^ dpath.c:767:27: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [-Wincompatible-pointer-types] CatPrint(Str, L"HD(Part%d,Sig%g)", ^ In file included from lib.h:21:0, from dpath.c:18: ./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' CatPrint ( ^ dpath.c:773:27: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [-Wincompatible-pointer-types] CatPrint(Str, L"HD(Part%d,MBRType=%02x,SigType=%02x)", ^ In file included from lib.h:21:0, from dpath.c:18: ./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' CatPrint ( ^ dpath.c: In function '_DevPathCDROM': dpath.c:791:19: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [-Wincompatible-pointer-types] CatPrint(Str, L"CDROM(Entry%x)", Cd->BootEntry); ^ In file included from lib.h:21:0, from dpath.c:18: ./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' CatPrint ( ^ dpath.c: In function '_DevPathFilePath': dpath.c:803:19: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [-Wincompatible-pointer-types] CatPrint(Str, L"%s", Fp->PathName); ^ In file included from lib.h:21:0, from dpath.c:18: ./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' CatPrint ( ^ dpath.c: In function '_DevPathMediaProtocol': dpath.c:815:19: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [-Wincompatible-pointer-types] CatPrint(Str, L"%g", &MediaProt->Protocol); ^ In file included from lib.h:21:0, from dpath.c:18: ./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' CatPrint ( ^ dpath.c: In function '_DevPathBssBss': dpath.c:829:46: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] case BBS_TYPE_FLOPPY: Type = L"Floppy"; break; ^ dpath.c:830:46: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] case BBS_TYPE_HARDDRIVE: Type = L"Harddrive"; break; ^ dpath.c:831:46: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] case BBS_TYPE_CDROM: Type = L"CDROM"; break; ^ dpath.c:832:46: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] case BBS_TYPE_PCMCIA: Type = L"PCMCIA"; break; ^ dpath.c:833:46: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] case BBS_TYPE_USB: Type = L"Usb"; break; ^ dpath.c:834:46: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] case BBS_TYPE_EMBEDDED_NETWORK: Type = L"Net"; break; ^ dpath.c:835:46: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] default: Type = L"?"; break; ^ dpath.c:838:19: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [-Wincompatible-pointer-types] CatPrint(Str, L"Bss-%s(%a)", Type, Bss->String); ^ In file included from lib.h:21:0, from dpath.c:18: ./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' CatPrint ( ^ dpath.c: In function '_DevPathEndInstance': dpath.c:848:19: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [-Wincompatible-pointer-types] CatPrint(Str, L","); ^ In file included from lib.h:21:0, from dpath.c:18: ./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' CatPrint ( ^ dpath.c: In function '_DevPathNodeUnknown': dpath.c:857:19: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [-Wincompatible-pointer-types] CatPrint(Str, L"?"); ^ In file included from lib.h:21:0, from dpath.c:18: ./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' CatPrint ( ^ dpath.c: In function 'DevicePathToStr': dpath.c:955:29: warning: passing argument 2 of 'CatPrint' from incompatible pointer type [-Wincompatible-pointer-types] CatPrint (&Str, L"/"); ^ In file included from lib.h:21:0, from dpath.c:18: ./../lib/../inc/efilib.h:415:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' CatPrint ( ^ /usr/bin/ar rv libefi.a dpath.o a - dpath.o /usr/bin/gcc -I./../lib -I./../lib/../inc -I./../lib/../inc/x86_64 -I./../lib/../inc/protocol -pipe -Wall -g -O2 -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_x86_64 -c error.c -o error.o error.c: In function 'StatusToString': error.c:70:22: warning: passing argument 2 of 'StrCpy' from incompatible pointer type [-Wincompatible-pointer-types] StrCpy (Buffer, ErrorCodeTable[Index].Desc); ^ In file included from lib.h:21:0, from error.c:18: ./../lib/../inc/efilib.h:230:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'WCHAR * {aka int *}' StrCpy ( ^ error.c:75:24: warning: passing argument 3 of 'SPrint' from incompatible pointer type [-Wincompatible-pointer-types] SPrint (Buffer, 0, L"%X", Status); ^ In file included from lib.h:21:0, from error.c:18: ./../lib/../inc/efilib.h:395:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' SPrint ( ^ /usr/bin/ar rv libefi.a error.o a - error.o /usr/bin/gcc -I./../lib -I./../lib/../inc -I./../lib/../inc/x86_64 -I./../lib/../inc/protocol -pipe -Wall -g -O2 -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_x86_64 -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] EFI_STATUS Status; ^ /usr/bin/ar rv libefi.a event.o a - event.o /usr/bin/gcc -I./../lib -I./../lib/../inc -I./../lib/../inc/x86_64 -I./../lib/../inc/protocol -pipe -Wall -g -O2 -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_x86_64 -c guid.c -o guid.o guid.c: In function 'GuidToString': guid.c:153:32: warning: passing argument 3 of 'SPrint' from incompatible pointer type [-Wincompatible-pointer-types] SPrint (Buffer, 0, KnownGuids[Index].GuidName); ^ In file included from lib.h:21:0, from guid.c:19: ./../lib/../inc/efilib.h:395:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'WCHAR * {aka int *}' SPrint ( ^ guid.c:162:24: warning: passing argument 3 of 'SPrint' from incompatible pointer type [-Wincompatible-pointer-types] SPrint (Buffer, 0, L"%08x-%04x-%04x-%02x%02x-%02x%02x%02x%02x%02x%02x", ^ In file included from lib.h:21:0, from guid.c:19: ./../lib/../inc/efilib.h:395:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' SPrint ( ^ /usr/bin/ar rv libefi.a guid.o a - guid.o /usr/bin/gcc -I./../lib -I./../lib/../inc -I./../lib/../inc/x86_64 -I./../lib/../inc/protocol -pipe -Wall -g -O2 -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_x86_64 -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] if (*((UINT32 *)(Signature)) == *(UINT32 *)(&(HardDriveDevicePath->Signature[0]))) { ^ hand.c:120:28: warning: variable 'Start' set but not used [-Wunused-but-set-variable] EFI_DEVICE_PATH *Start, *Next, *DevPath; ^ /usr/bin/ar rv libefi.a hand.o a - hand.o /usr/bin/gcc -I./../lib -I./../lib/../inc -I./../lib/../inc/x86_64 -I./../lib/../inc/protocol -pipe -Wall -g -O2 -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_x86_64 -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] EFI_STATUS Status; ^ hw.c: In function 'WritePort': hw.c:94:17: warning: variable 'Status' set but not used [-Wunused-but-set-variable] EFI_STATUS Status; ^ hw.c: In function 'ReadPciConfig': hw.c:109:17: warning: variable 'Status' set but not used [-Wunused-but-set-variable] EFI_STATUS Status; ^ hw.c: In function 'WritePciConfig': hw.c:124:17: warning: variable 'Status' set but not used [-Wunused-but-set-variable] EFI_STATUS Status; ^ /usr/bin/ar rv libefi.a hw.o a - hw.o /usr/bin/gcc -I./../lib -I./../lib/../inc -I./../lib/../inc/x86_64 -I./../lib/../inc/protocol -pipe -Wall -g -O2 -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_x86_64 -c init.c -o init.o In file included from lib.h:21:0, from init.c:17: init.c: In function 'InitializeLib': ./../lib/../inc/efilib.h:86:32: warning: passing argument 1 of 'LibGetVariable' from incompatible pointer type [-Wincompatible-pointer-types] #define VarLanguage L"Lang" ^ init.c:100:36: note: in expansion of macro 'VarLanguage' LangCode = LibGetVariable (VarLanguage, &EfiGlobalVariable); ^ ./../lib/../inc/efilib.h:506:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' LibGetVariable ( ^ /usr/bin/ar rv libefi.a init.o a - init.o /usr/bin/gcc -I./../lib -I./../lib/../inc -I./../lib/../inc/x86_64 -I./../lib/../inc/protocol -pipe -Wall -g -O2 -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_x86_64 -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/x86_64 -I./../lib/../inc/protocol -pipe -Wall -g -O2 -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_x86_64 -c misc.c -o misc.o In file included from lib.h:21:0, from misc.c:18: misc.c: In function 'LibInsertToTailOfBootOrder': ./../lib/../inc/efilib.h:92:32: warning: passing argument 1 of 'LibGetVariableAndSize' from incompatible pointer type [-Wincompatible-pointer-types] #define VarBootOrder L"BootOrder" ^ misc.c:336:46: note: in expansion of macro 'VarBootOrder' BootOptionArray = LibGetVariableAndSize (VarBootOrder, &EfiGlobalVariable, &VarSize); ^ misc.c:242:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' LibGetVariableAndSize ( ^ /usr/bin/ar rv libefi.a misc.o a - misc.o /usr/bin/gcc -I./../lib -I./../lib/../inc -I./../lib/../inc/x86_64 -I./../lib/../inc/protocol -pipe -Wall -g -O2 -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_x86_64 -c print.c -o print.o print.c: In function '_Print': print.c:1051:34: warning: assignment from incompatible pointer type [-Wincompatible-pointer-types] Item.Item.pw = L"(null)"; ^ print.c: In function 'TimeToString': print.c:1258:24: warning: passing argument 3 of 'SPrint' from incompatible pointer type [-Wincompatible-pointer-types] SPrint (Buffer, 0, L"%02d/%02d/%02d %02d:%02d%c", ^ print.c:424:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' SPrint ( ^ print.c: In function 'DumpHex': print.c:1309:16: warning: passing argument 1 of 'Print' from incompatible pointer type [-Wincompatible-pointer-types] Print (L"%*a%X: %-.48a *%a*\n", Indent, "", Offset, Val, Str); ^ print.c:541:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' Print ( ^ print.c:1322:20: warning: passing argument 1 of 'Print' from incompatible pointer type [-Wincompatible-pointer-types] Print (L"Press Enter to continue :"); ^ print.c:541:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' Print ( ^ print.c:1323:20: warning: passing argument 1 of 'Input' from incompatible pointer type [-Wincompatible-pointer-types] Input (L"", ReturnStr, sizeof(ReturnStr)/sizeof(CHAR16)); ^ In file included from lib.h:21:0, from print.c:18: ./../lib/../inc/efilib.h:373:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' Input ( ^ print.c:1324:20: warning: passing argument 1 of 'Print' from incompatible pointer type [-Wincompatible-pointer-types] Print (L"\n"); ^ print.c:541:1: note: expected 'CHAR16 * {aka short unsigned int *}' but argument is of type 'int *' Print ( ^ /usr/bin/ar rv libefi.a print.o a - print.o /usr/bin/gcc -I./../lib -I./../lib/../inc -I./../lib/../inc/x86_64 -I./../lib/../inc/protocol -pipe -Wall -g -O2 -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_x86_64 -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/x86_64 -I./../lib/../inc/protocol -pipe -Wall -g -O2 -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_x86_64 -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/x86_64 -I./../lib/../inc/protocol -pipe -Wall -g -O2 -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_x86_64 -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/x86_64 -I./../lib/../inc/protocol -pipe -Wall -g -O2 -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_x86_64 -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/x86_64 -I./../lib/../inc/protocol -pipe -Wall -g -O2 -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_x86_64 -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/x86_64 -I./../lib/../inc/protocol -pipe -Wall -g -O2 -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_x86_64 -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/x86_64 -I./../lib/../inc/protocol -pipe -Wall -g -O2 -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_x86_64 -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/x86_64 -I./../lib/../inc/protocol -pipe -Wall -g -O2 -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_x86_64 -c x86_64/initplat.c -o x86_64/initplat.o /usr/bin/ar rv libefi.a x86_64/initplat.o a - x86_64/initplat.o /usr/bin/gcc -I./../lib -I./../lib/../inc -I./../lib/../inc/x86_64 -I./../lib/../inc/protocol -pipe -Wall -g -O2 -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_x86_64 -c x86_64/math.c -o x86_64/math.o /usr/bin/ar rv libefi.a x86_64/math.o a - x86_64/math.o /usr/bin/gcc -I./../lib -I./../lib/../inc -I./../lib/../inc/x86_64 -I./../lib/../inc/protocol -pipe -Wall -g -O2 -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_x86_64 -c x86_64/callwrap.c -o x86_64/callwrap.o /usr/bin/ar rv libefi.a x86_64/callwrap.o a - x86_64/callwrap.o /usr/bin/gcc --std=c11 -DCONFIG_x86_64 -c -o x86_64/efi_stub.o x86_64/efi_stub.S /usr/bin/ar rv libefi.a x86_64/efi_stub.o a - x86_64/efi_stub.o rm hand.o data.o runtime/vm.o runtime/efirtlib.o x86_64/callwrap.o print.o init.o debug.o misc.o console.o str.o x86_64/initplat.o error.o crc.o smbios.o hw.o x86_64/math.o runtime/rtdata.o runtime/rtlock.o guid.o boxdraw.o x86_64/efi_stub.o event.o sread.o runtime/rtstr.o dpath.o lock.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=x86_64 make[1]: Entering directory `/usr/src/RPM/BUILD/gnu-efi-3.0/gnuefi' /usr/bin/gcc --std=c11 -DCONFIG_x86_64 -c -o crt0-efi-x86_64.o crt0-efi-x86_64.S /usr/bin/gcc -I./../gnuefi -I./../gnuefi/../inc -I./../gnuefi/../inc/x86_64 -I./../gnuefi/../inc/protocol -pipe -Wall -g -O2 -fpic -Wall -fno-stack-protector --std=c11 -DCONFIG_x86_64 -c reloc_x86_64.c -o reloc_x86_64.o /usr/bin/ar rv libgnuefi.a reloc_x86_64.o /usr/bin/ar: creating libgnuefi.a a - reloc_x86_64.o /usr/bin/gcc --std=c11 -DCONFIG_x86_64 -c -o setjmp_x86_64.o setjmp_x86_64.S /usr/bin/ar rv libgnuefi.a setjmp_x86_64.o a - setjmp_x86_64.o rm setjmp_x86_64.o reloc_x86_64.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.77784 + 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-x86_64.o libgnuefi.a /usr/src/tmp/gnu-efi-3.0u-buildroot//usr/lib install -m 644 elf_x86_64_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/x86_64 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 x86_64/*.h /usr/src/tmp/gnu-efi-3.0u-buildroot/usr/include/efi/x86_64 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' + mv -f /usr/src/tmp/gnu-efi-3.0u-buildroot/usr/lib /usr/src/tmp/gnu-efi-3.0u-buildroot/usr/lib64 + /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) 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/lib64: 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 verify-elf: WARNING: ./usr/lib64/crt0-efi-x86_64.o: eu-elflint failed Hardlinking identical .pyc and .pyo files Processing files: gnu-efi-3.0u-3.0u-alt3 Executing(%doc): /bin/sh -e /usr/src/tmp/rpm-tmp.99447 + 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.otKPNO 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.IgIreO 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 x86_64-alt-linux-cpp: 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.KhVyTS Wrote: /usr/src/RPM/RPMS/x86_64/gnu-efi-3.0u-3.0u-alt3.x86_64.rpm 4.06user 2.30system 0:08.51elapsed 74%CPU (0avgtext+0avgdata 28684maxresident)k 0inputs+0outputs (0major+347747minor)pagefaults 0swaps 8.02user 5.89system 0:15.74elapsed 88%CPU (0avgtext+0avgdata 116116maxresident)k 0inputs+0outputs (0major+503200minor)pagefaults 0swaps