<86>Jan 27 07:46:13 userdel[30566]: delete user 'rooter' <86>Jan 27 07:46:13 groupadd[30581]: group added to /etc/group: name=rooter, GID=522 <86>Jan 27 07:46:13 groupadd[30581]: new group: name=rooter, GID=522 <86>Jan 27 07:46:13 useradd[30587]: new user: name=rooter, UID=522, GID=522, home=/root, shell=/bin/bash <86>Jan 27 07:46:13 userdel[30604]: delete user 'builder' <86>Jan 27 07:46:13 groupadd[30615]: group added to /etc/group: name=builder, GID=523 <86>Jan 27 07:46:13 groupadd[30615]: group added to /etc/gshadow: name=builder <86>Jan 27 07:46:13 groupadd[30615]: new group: name=builder, GID=523 <86>Jan 27 07:46:13 useradd[30625]: new user: name=builder, UID=523, GID=523, home=/usr/src, shell=/bin/bash <13>Jan 27 07:46:17 rpmi: libnspr-1:4.13.1-alt1 1477067641 installed <13>Jan 27 07:46:17 rpmi: libsqlite3-3.15.2-alt1 1480432212 installed <13>Jan 27 07:46:17 rpmi: libnss-3.27.1-alt1 1477068045 installed <86>Jan 27 07:46:17 groupadd[6205]: group added to /etc/group: name=pesign, GID=499 <86>Jan 27 07:46:17 groupadd[6205]: group added to /etc/gshadow: name=pesign <86>Jan 27 07:46:17 groupadd[6205]: new group: name=pesign, GID=499 <86>Jan 27 07:46:17 useradd[6239]: new user: name=pesign, UID=499, GID=499, home=/var/empty, shell=/dev/null <13>Jan 27 07:46:17 rpmi: pesign-0.109-alt4 1387301340 installed <13>Jan 27 07:46:17 rpmi: gnu-efi-3.0r-3.0r-alt2 1387210404 installed <13>Jan 27 07:46:17 rpmi: gnu-efi-3.0r-alt2 1387210452 installed <13>Jan 27 07:46:17 rpmi: rpm-macros-uefi-0.5-alt1 1387289833 installed Installing elilo-3.14-alt1.5926535.src.rpm Building target platforms: x86_64 Building for target x86_64 Executing(%prep): /bin/sh -e /usr/src/tmp/rpm-tmp.74002 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + rm -rf elilo-3.14 + /bin/mkdir -p elilo-3.14 + cd elilo-3.14 + echo 'Source #0 (elilo-3.14-all.tar.gz):' Source #0 (elilo-3.14-all.tar.gz): + /bin/gzip -dc /usr/src/RPM/SOURCES/elilo-3.14-all.tar.gz + /bin/tar -xf - + /bin/chmod -c -Rf u+rwX,go-w . + tar xf elilo-3.14-source.tar.gz + exit 0 Executing(%build): /bin/sh -e /usr/src/tmp/rpm-tmp.74002 + umask 022 + /bin/mkdir -p /usr/src/RPM/BUILD + cd /usr/src/RPM/BUILD + cd elilo-3.14 ++ arch ++ sed -e s/i.86/ia32/ + make -C elilo -j1 ARCH=x86_64 'OPTIMFLAGS=-pipe -Wall -g -O2' EFICRT0=/usr/lib64 EFILIB=/usr/lib64 GNUEFILIB=/usr/lib64 make: Entering directory `/usr/src/RPM/BUILD/elilo-3.14/elilo' make -C fs make[1]: Entering directory `/usr/src/RPM/BUILD/elilo-3.14/elilo/fs' /usr/bin/gcc -I. -I/usr/src/RPM/BUILD/elilo-3.14/elilo/fs/.. -I/usr/include/efi -I/usr/include/efi/x86_64 -I/usr/include/efi/protocol -I/usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../efi110 -pipe -Wall -g -O2 -fno-stack-protector -fno-strict-aliasing -fpic -fshort-wchar -Wall -DENABLE_MACHINE_SPECIFIC_NETCONFIG -DCONFIG_LOCALFS -DCONFIG_NETFS -DCONFIG_CHOOSER_SIMPLE -DCONFIG_CHOOSER_TEXTMENU -DEFI_FUNCTION_WRAPPER -DCONFIG_x86_64 -c localfs.c -o localfs.o In file included from /usr/include/efi/efi.h:35:0, from localfs.c:30: /usr/include/efi/x86_64/efibind.h:89:9: error: unknown type name 'uint64_t' typedef uint64_t UINT64; ^~~~~~~~ /usr/include/efi/x86_64/efibind.h:90:9: error: unknown type name 'int64_t' typedef int64_t INT64; ^~~~~~~ /usr/include/efi/x86_64/efibind.h:93:13: error: unknown type name 'uint32_t' typedef uint32_t UINT32; ^~~~~~~~ /usr/include/efi/x86_64/efibind.h:94:13: error: unknown type name 'int32_t' typedef int32_t INT32; ^~~~~~~ /usr/include/efi/x86_64/efibind.h:97:9: error: unknown type name 'uint16_t' typedef uint16_t UINT16; ^~~~~~~~ /usr/include/efi/x86_64/efibind.h:98:9: error: unknown type name 'int16_t' typedef int16_t INT16; ^~~~~~~ /usr/include/efi/x86_64/efibind.h:99:9: error: unknown type name 'uint8_t' typedef uint8_t UINT8; ^~~~~~~ /usr/include/efi/x86_64/efibind.h:100:9: error: unknown type name 'int8_t' typedef int8_t INT8; ^~~~~~ /usr/include/efi/x86_64/efibind.h:107:9: error: unknown type name 'int64_t' typedef int64_t INTN; ^~~~~~~ /usr/include/efi/x86_64/efibind.h:108:9: error: unknown type name 'uint64_t' typedef uint64_t UINTN; ^~~~~~~~ In file included from /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../sysdeps.h:38:0, from /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo.h:49, from localfs.c:33: /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../x86_64/sysdeps.h: In function 'start_kernel': /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../x86_64/sysdeps.h:307:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] UINT8 *t = (UINT8 *)(to); \ ^ /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../x86_64/sysdeps.h:405:2: note: in expansion of macro 'MEMCPY' MEMCPY(high_base_mem, bp, 0x4000); ^~~~~~ /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../x86_64/sysdeps.h:407:7: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] bp = (boot_params_t *)high_base_mem; ^ /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../x86_64/sysdeps.h:324:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] UINT8 *p = (UINT8 *)(ptr); \ ^ /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../x86_64/sysdeps.h:414:2: note: in expansion of macro 'MEMSET' MEMSET(gdt_addr.base, gdt_addr.limit, 0); ^~~~~~ /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../x86_64/sysdeps.h:307:13: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] UINT8 *t = (UINT8 *)(to); \ ^ /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../x86_64/sysdeps.h:415:2: note: in expansion of macro 'MEMCPY' MEMCPY(gdt_addr.base, init_gdt, sizeof_init_gdt); ^~~~~~ /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../x86_64/sysdeps.h:451:35: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] jumpvector.kernel_entry=(UINT32)((UINT64)kentry); ^ In file included from /usr/include/efi/efi.h:35:0, from localfs.c:30: localfs.c: In function 'localfs_name': /usr/include/efi/x86_64/efibind.h:120:29: warning: overflow in implicit constant conversion [-Woverflow] #define EFIERR(a) (0x8000000000000000 | a) ^ /usr/include/efi/efierr.h:30:41: note: in expansion of macro 'EFIERR' #define EFI_INVALID_PARAMETER EFIERR(2) ^~~~~~ localfs.c:78:41: note: in expansion of macro 'EFI_INVALID_PARAMETER' if (name == NULL || maxlen < 1) return EFI_INVALID_PARAMETER; ^~~~~~~~~~~~~~~~~~~~~ localfs.c:40:17: warning: passing argument 2 of 'StrnCpy' from incompatible pointer type [-Wincompatible-pointer-types] #define FS_NAME L"vfat" ^ localfs.c:80:16: note: in expansion of macro 'FS_NAME' StrnCpy(name, FS_NAME, maxlen-1); ^~~~~~~ In file included from /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo.h:47:0, from localfs.c:33: /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../strops.h:30:16: note: expected 'const CHAR16 * {aka const int *}' but argument is of type 'short unsigned int *' extern CHAR16 *StrnCpy(OUT CHAR16 *dst, IN const CHAR16 *src, UINTN count); ^~~~~~~ In file included from /usr/include/efi/efi.h:35:0, from localfs.c:30: localfs.c: In function 'localfs_open': /usr/include/efi/x86_64/efibind.h:120:29: warning: overflow in implicit constant conversion [-Woverflow] #define EFIERR(a) (0x8000000000000000 | a) ^ /usr/include/efi/efierr.h:30:41: note: in expansion of macro 'EFIERR' #define EFI_INVALID_PARAMETER EFIERR(2) ^~~~~~ localfs.c:95:57: note: in expansion of macro 'EFI_INVALID_PARAMETER' if (this == NULL || name == NULL || fd == NULL) return EFI_INVALID_PARAMETER; ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo.h:42:0, from localfs.c:33: /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo_debug.h:40:9: warning: passing argument 1 of 'Print' from incompatible pointer type [-Wincompatible-pointer-types] Print(L"%a(line %d):", __FILE__, __LINE__); \ ^ localfs.c:99:2: note: in expansion of macro 'DBG_PRT' DBG_PRT((L"localfs_open on %s\n", name)); ^~~~~~~ In file included from localfs.c:31:0: /usr/include/efi/efilib.h:389:1: note: expected 'CHAR16 * {aka int *}' but argument is of type 'short unsigned int *' Print ( ^~~~~ In file included from /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo.h:42:0, from localfs.c:33: localfs.c:99:11: warning: passing argument 1 of 'Print' from incompatible pointer type [-Wincompatible-pointer-types] DBG_PRT((L"localfs_open on %s\n", name)); ^ /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo_debug.h:41:9: note: in definition of macro 'DBG_PRT' Print a; \ ^ In file included from localfs.c:31:0: /usr/include/efi/efilib.h:389:1: note: expected 'CHAR16 * {aka int *}' but argument is of type 'short unsigned int *' Print ( ^~~~~ In file included from /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo.h:42:0, from localfs.c:33: /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo_debug.h:42:9: warning: passing argument 1 of 'Print' from incompatible pointer type [-Wincompatible-pointer-types] Print(L"\n"); \ ^ localfs.c:99:2: note: in expansion of macro 'DBG_PRT' DBG_PRT((L"localfs_open on %s\n", name)); ^~~~~~~ In file included from localfs.c:31:0: /usr/include/efi/efilib.h:389:1: note: expected 'CHAR16 * {aka int *}' but argument is of type 'short unsigned int *' Print ( ^~~~~ localfs.c:48:27: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] #define LOCALFS_F2FD(f) ((UINTN)(f)) ^ localfs.c:103:9: note: in expansion of macro 'LOCALFS_F2FD' *fd = LOCALFS_F2FD(fh); ^~~~~~~~~~~~ In file included from /usr/include/efi/efi.h:35:0, from localfs.c:30: localfs.c: In function 'localfs_read': /usr/include/efi/x86_64/efibind.h:120:29: warning: overflow in implicit constant conversion [-Woverflow] #define EFIERR(a) (0x8000000000000000 | a) ^ /usr/include/efi/efierr.h:30:41: note: in expansion of macro 'EFIERR' #define EFI_INVALID_PARAMETER EFIERR(2) ^~~~~~ localfs.c:113:69: note: in expansion of macro 'EFI_INVALID_PARAMETER' if (this == NULL || fd == 0 || buf == NULL || size == NULL) return EFI_INVALID_PARAMETER; ^~~~~~~~~~~~~~~~~~~~~ localfs.c:49:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define LOCALFS_FD2F(fd) ((EFI_FILE_HANDLE)(fd)) ^ localfs.c:117:49: note: in expansion of macro 'LOCALFS_FD2F' return uefi_call_wrapper(lfs->volume->Read, 3, LOCALFS_FD2F(fd), size, buf); ^~~~~~~~~~~~ In file included from /usr/include/efi/efi.h:35:0, from localfs.c:30: localfs.c: In function 'localfs_close': /usr/include/efi/x86_64/efibind.h:120:29: warning: overflow in implicit constant conversion [-Woverflow] #define EFIERR(a) (0x8000000000000000 | a) ^ /usr/include/efi/efierr.h:30:41: note: in expansion of macro 'EFIERR' #define EFI_INVALID_PARAMETER EFIERR(2) ^~~~~~ localfs.c:125:38: note: in expansion of macro 'EFI_INVALID_PARAMETER' if (this == NULL || fd == 0) return EFI_INVALID_PARAMETER; ^~~~~~~~~~~~~~~~~~~~~ localfs.c:49:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define LOCALFS_FD2F(fd) ((EFI_FILE_HANDLE)(fd)) ^ localfs.c:129:50: note: in expansion of macro 'LOCALFS_FD2F' return uefi_call_wrapper(lfs->volume->Close, 1, LOCALFS_FD2F(fd)); ^~~~~~~~~~~~ In file included from /usr/include/efi/efi.h:35:0, from localfs.c:30: localfs.c: In function 'localfs_infosize': /usr/include/efi/x86_64/efibind.h:120:29: warning: overflow in implicit constant conversion [-Woverflow] #define EFIERR(a) (0x8000000000000000 | a) ^ /usr/include/efi/efierr.h:30:41: note: in expansion of macro 'EFIERR' #define EFI_INVALID_PARAMETER EFIERR(2) ^~~~~~ localfs.c:138:52: note: in expansion of macro 'EFI_INVALID_PARAMETER' if (this == NULL || fd == 0 || sz == NULL) return EFI_INVALID_PARAMETER; ^~~~~~~~~~~~~~~~~~~~~ localfs.c:49:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define LOCALFS_FD2F(fd) ((EFI_FILE_HANDLE)(fd)) ^ localfs.c:142:21: note: in expansion of macro 'LOCALFS_FD2F' info = LibFileInfo(LOCALFS_FD2F(fd)); ^~~~~~~~~~~~ In file included from /usr/include/efi/efi.h:35:0, from localfs.c:30: /usr/include/efi/x86_64/efibind.h:120:29: warning: overflow in implicit constant conversion [-Woverflow] #define EFIERR(a) (0x8000000000000000 | a) ^ /usr/include/efi/efierr.h:31:41: note: in expansion of macro 'EFIERR' #define EFI_UNSUPPORTED EFIERR(3) ^~~~~~ localfs.c:143:27: note: in expansion of macro 'EFI_UNSUPPORTED' if (info == NULL) return EFI_UNSUPPORTED; ^~~~~~~~~~~~~~~ localfs.c:135:24: warning: variable 'lfs' set but not used [-Wunused-but-set-variable] localfs_priv_state_t *lfs; ^~~ In file included from /usr/include/efi/efi.h:35:0, from localfs.c:30: localfs.c: In function 'localfs_seek': /usr/include/efi/x86_64/efibind.h:120:29: warning: overflow in implicit constant conversion [-Woverflow] #define EFIERR(a) (0x8000000000000000 | a) ^ /usr/include/efi/efierr.h:30:41: note: in expansion of macro 'EFIERR' #define EFI_INVALID_PARAMETER EFIERR(2) ^~~~~~ localfs.c:157:38: note: in expansion of macro 'EFI_INVALID_PARAMETER' if (this == NULL || fd == 0) return EFI_INVALID_PARAMETER; ^~~~~~~~~~~~~~~~~~~~~ localfs.c:49:27: warning: cast to pointer from integer of different size [-Wint-to-pointer-cast] #define LOCALFS_FD2F(fd) ((EFI_FILE_HANDLE)(fd)) ^ localfs.c:161:56: note: in expansion of macro 'LOCALFS_FD2F' return uefi_call_wrapper(lfs->volume->SetPosition, 2, LOCALFS_FD2F(fd), newpos); ^~~~~~~~~~~~ In file included from /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo.h:42:0, from localfs.c:33: localfs.c: In function 'localfs_install_one': /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo_debug.h:35:31: warning: passing argument 1 of 'Print' from incompatible pointer type [-Wincompatible-pointer-types] #define ERR_PRT(a) do { Print(L"%a(line %d):", __FILE__, __LINE__); Print a; Print(L"\n"); } while (0); ^ localfs.c:194:3: note: in expansion of macro 'ERR_PRT' ERR_PRT((L"Warning: found existing %s protocol on device", FS_NAME)); ^~~~~~~ In file included from localfs.c:31:0: /usr/include/efi/efilib.h:389:1: note: expected 'CHAR16 * {aka int *}' but argument is of type 'short unsigned int *' Print ( ^~~~~ In file included from /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo.h:42:0, from localfs.c:33: localfs.c:194:12: warning: passing argument 1 of 'Print' from incompatible pointer type [-Wincompatible-pointer-types] ERR_PRT((L"Warning: found existing %s protocol on device", FS_NAME)); ^ /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo_debug.h:35:75: note: in definition of macro 'ERR_PRT' #define ERR_PRT(a) do { Print(L"%a(line %d):", __FILE__, __LINE__); Print a; Print(L"\n"); } while (0); ^ In file included from localfs.c:31:0: /usr/include/efi/efilib.h:389:1: note: expected 'CHAR16 * {aka int *}' but argument is of type 'short unsigned int *' Print ( ^~~~~ In file included from /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo.h:42:0, from localfs.c:33: /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo_debug.h:35:84: warning: passing argument 1 of 'Print' from incompatible pointer type [-Wincompatible-pointer-types] #define ERR_PRT(a) do { Print(L"%a(line %d):", __FILE__, __LINE__); Print a; Print(L"\n"); } while (0); ^ localfs.c:194:3: note: in expansion of macro 'ERR_PRT' ERR_PRT((L"Warning: found existing %s protocol on device", FS_NAME)); ^~~~~~~ In file included from localfs.c:31:0: /usr/include/efi/efilib.h:389:1: note: expected 'CHAR16 * {aka int *}' but argument is of type 'short unsigned int *' Print ( ^~~~~ In file included from /usr/include/efi/efi.h:35:0, from localfs.c:30: /usr/include/efi/x86_64/efibind.h:120:29: warning: overflow in implicit constant conversion [-Woverflow] #define EFIERR(a) (0x8000000000000000 | a) ^ /usr/include/efi/efierr.h:30:41: note: in expansion of macro 'EFIERR' #define EFI_INVALID_PARAMETER EFIERR(2) ^~~~~~ localfs.c:199:32: note: in expansion of macro 'EFI_INVALID_PARAMETER' if (EFI_ERROR(status)) return EFI_INVALID_PARAMETER; ^~~~~~~~~~~~~~~~~~~~~ In file included from /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo.h:42:0, from localfs.c:33: /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo_debug.h:35:31: warning: passing argument 1 of 'Print' from incompatible pointer type [-Wincompatible-pointer-types] #define ERR_PRT(a) do { Print(L"%a(line %d):", __FILE__, __LINE__); Print a; Print(L"\n"); } while (0); ^ localfs.c:203:3: note: in expansion of macro 'ERR_PRT' ERR_PRT((L"cannot open volume")); ^~~~~~~ In file included from localfs.c:31:0: /usr/include/efi/efilib.h:389:1: note: expected 'CHAR16 * {aka int *}' but argument is of type 'short unsigned int *' Print ( ^~~~~ In file included from /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo.h:42:0, from localfs.c:33: localfs.c:203:12: warning: passing argument 1 of 'Print' from incompatible pointer type [-Wincompatible-pointer-types] ERR_PRT((L"cannot open volume")); ^ /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo_debug.h:35:75: note: in definition of macro 'ERR_PRT' #define ERR_PRT(a) do { Print(L"%a(line %d):", __FILE__, __LINE__); Print a; Print(L"\n"); } while (0); ^ In file included from localfs.c:31:0: /usr/include/efi/efilib.h:389:1: note: expected 'CHAR16 * {aka int *}' but argument is of type 'short unsigned int *' Print ( ^~~~~ In file included from /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo.h:42:0, from localfs.c:33: /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo_debug.h:35:84: warning: passing argument 1 of 'Print' from incompatible pointer type [-Wincompatible-pointer-types] #define ERR_PRT(a) do { Print(L"%a(line %d):", __FILE__, __LINE__); Print a; Print(L"\n"); } while (0); ^ localfs.c:203:3: note: in expansion of macro 'ERR_PRT' ERR_PRT((L"cannot open volume")); ^~~~~~~ In file included from localfs.c:31:0: /usr/include/efi/efilib.h:389:1: note: expected 'CHAR16 * {aka int *}' but argument is of type 'short unsigned int *' Print ( ^~~~~ In file included from /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo.h:42:0, from localfs.c:33: /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo_debug.h:35:31: warning: passing argument 1 of 'Print' from incompatible pointer type [-Wincompatible-pointer-types] #define ERR_PRT(a) do { Print(L"%a(line %d):", __FILE__, __LINE__); Print a; Print(L"\n"); } while (0); ^ localfs.c:209:3: note: in expansion of macro 'ERR_PRT' ERR_PRT((L"failed to allocate %s", FS_NAME)); ^~~~~~~ In file included from localfs.c:31:0: /usr/include/efi/efilib.h:389:1: note: expected 'CHAR16 * {aka int *}' but argument is of type 'short unsigned int *' Print ( ^~~~~ In file included from /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo.h:42:0, from localfs.c:33: localfs.c:209:12: warning: passing argument 1 of 'Print' from incompatible pointer type [-Wincompatible-pointer-types] ERR_PRT((L"failed to allocate %s", FS_NAME)); ^ /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo_debug.h:35:75: note: in definition of macro 'ERR_PRT' #define ERR_PRT(a) do { Print(L"%a(line %d):", __FILE__, __LINE__); Print a; Print(L"\n"); } while (0); ^ In file included from localfs.c:31:0: /usr/include/efi/efilib.h:389:1: note: expected 'CHAR16 * {aka int *}' but argument is of type 'short unsigned int *' Print ( ^~~~~ In file included from /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo.h:42:0, from localfs.c:33: /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo_debug.h:35:84: warning: passing argument 1 of 'Print' from incompatible pointer type [-Wincompatible-pointer-types] #define ERR_PRT(a) do { Print(L"%a(line %d):", __FILE__, __LINE__); Print a; Print(L"\n"); } while (0); ^ localfs.c:209:3: note: in expansion of macro 'ERR_PRT' ERR_PRT((L"failed to allocate %s", FS_NAME)); ^~~~~~~ In file included from localfs.c:31:0: /usr/include/efi/efilib.h:389:1: note: expected 'CHAR16 * {aka int *}' but argument is of type 'short unsigned int *' Print ( ^~~~~ In file included from /usr/include/efi/efi.h:35:0, from localfs.c:30: /usr/include/efi/x86_64/efibind.h:120:29: warning: overflow in implicit constant conversion [-Woverflow] #define EFIERR(a) (0x8000000000000000 | a) ^ /usr/include/efi/efierr.h:37:41: note: in expansion of macro 'EFIERR' #define EFI_OUT_OF_RESOURCES EFIERR(9) ^~~~~~ localfs.c:210:10: note: in expansion of macro 'EFI_OUT_OF_RESOURCES' return EFI_OUT_OF_RESOURCES; ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo.h:42:0, from localfs.c:33: /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo_debug.h:35:31: warning: passing argument 1 of 'Print' from incompatible pointer type [-Wincompatible-pointer-types] #define ERR_PRT(a) do { Print(L"%a(line %d):", __FILE__, __LINE__); Print a; Print(L"\n"); } while (0); ^ localfs.c:216:3: note: in expansion of macro 'ERR_PRT' ERR_PRT((L"Cannot install %s protocol: %r", FS_NAME, status)); ^~~~~~~ In file included from localfs.c:31:0: /usr/include/efi/efilib.h:389:1: note: expected 'CHAR16 * {aka int *}' but argument is of type 'short unsigned int *' Print ( ^~~~~ In file included from /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo.h:42:0, from localfs.c:33: localfs.c:216:12: warning: passing argument 1 of 'Print' from incompatible pointer type [-Wincompatible-pointer-types] ERR_PRT((L"Cannot install %s protocol: %r", FS_NAME, status)); ^ /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo_debug.h:35:75: note: in definition of macro 'ERR_PRT' #define ERR_PRT(a) do { Print(L"%a(line %d):", __FILE__, __LINE__); Print a; Print(L"\n"); } while (0); ^ In file included from localfs.c:31:0: /usr/include/efi/efilib.h:389:1: note: expected 'CHAR16 * {aka int *}' but argument is of type 'short unsigned int *' Print ( ^~~~~ In file included from /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo.h:42:0, from localfs.c:33: /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo_debug.h:35:84: warning: passing argument 1 of 'Print' from incompatible pointer type [-Wincompatible-pointer-types] #define ERR_PRT(a) do { Print(L"%a(line %d):", __FILE__, __LINE__); Print a; Print(L"\n"); } while (0); ^ localfs.c:216:3: note: in expansion of macro 'ERR_PRT' ERR_PRT((L"Cannot install %s protocol: %r", FS_NAME, status)); ^~~~~~~ In file included from localfs.c:31:0: /usr/include/efi/efilib.h:389:1: note: expected 'CHAR16 * {aka int *}' but argument is of type 'short unsigned int *' Print ( ^~~~~ In file included from localfs.c:33:0: localfs.c:227:11: warning: passing argument 1 of 'Print' from incompatible pointer type [-Wincompatible-pointer-types] Print(L"attached %s to %s\n", FS_NAME, str); ^ /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo.h:155:36: note: in definition of macro 'VERB_PRT' { if (elilo_opt.verbose >= (n)) { cmd; } } ^~~ In file included from localfs.c:31:0: /usr/include/efi/efilib.h:389:1: note: expected 'CHAR16 * {aka int *}' but argument is of type 'short unsigned int *' Print ( ^~~~~ In file included from /usr/include/efi/efi.h:35:0, from localfs.c:30: localfs.c: In function 'localfs_install': /usr/include/efi/x86_64/efibind.h:120:29: warning: overflow in implicit constant conversion [-Woverflow] #define EFIERR(a) (0x8000000000000000 | a) ^ /usr/include/efi/efierr.h:31:41: note: in expansion of macro 'EFIERR' #define EFI_UNSUPPORTED EFIERR(3) ^~~~~~ localfs.c:243:24: note: in expansion of macro 'EFI_UNSUPPORTED' if (size == 0) return EFI_UNSUPPORTED; /* no device found, oh well */ ^~~~~~~~~~~~~~~ In file included from /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo.h:42:0, from localfs.c:33: /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo_debug.h:40:9: warning: passing argument 1 of 'Print' from incompatible pointer type [-Wincompatible-pointer-types] Print(L"%a(line %d):", __FILE__, __LINE__); \ ^ localfs.c:245:2: note: in expansion of macro 'DBG_PRT' DBG_PRT((L"size=%d", size)); ^~~~~~~ In file included from localfs.c:31:0: /usr/include/efi/efilib.h:389:1: note: expected 'CHAR16 * {aka int *}' but argument is of type 'short unsigned int *' Print ( ^~~~~ In file included from /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo.h:42:0, from localfs.c:33: localfs.c:245:11: warning: passing argument 1 of 'Print' from incompatible pointer type [-Wincompatible-pointer-types] DBG_PRT((L"size=%d", size)); ^ /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo_debug.h:41:9: note: in definition of macro 'DBG_PRT' Print a; \ ^ In file included from localfs.c:31:0: /usr/include/efi/efilib.h:389:1: note: expected 'CHAR16 * {aka int *}' but argument is of type 'short unsigned int *' Print ( ^~~~~ In file included from /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo.h:42:0, from localfs.c:33: /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo_debug.h:42:9: warning: passing argument 1 of 'Print' from incompatible pointer type [-Wincompatible-pointer-types] Print(L"\n"); \ ^ localfs.c:245:2: note: in expansion of macro 'DBG_PRT' DBG_PRT((L"size=%d", size)); ^~~~~~~ In file included from localfs.c:31:0: /usr/include/efi/efilib.h:389:1: note: expected 'CHAR16 * {aka int *}' but argument is of type 'short unsigned int *' Print ( ^~~~~ In file included from /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo.h:42:0, from localfs.c:33: /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo_debug.h:35:31: warning: passing argument 1 of 'Print' from incompatible pointer type [-Wincompatible-pointer-types] #define ERR_PRT(a) do { Print(L"%a(line %d):", __FILE__, __LINE__); Print a; Print(L"\n"); } while (0); ^ localfs.c:249:3: note: in expansion of macro 'ERR_PRT' ERR_PRT((L"failed to allocate handle table")); ^~~~~~~ In file included from localfs.c:31:0: /usr/include/efi/efilib.h:389:1: note: expected 'CHAR16 * {aka int *}' but argument is of type 'short unsigned int *' Print ( ^~~~~ In file included from /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo.h:42:0, from localfs.c:33: localfs.c:249:12: warning: passing argument 1 of 'Print' from incompatible pointer type [-Wincompatible-pointer-types] ERR_PRT((L"failed to allocate handle table")); ^ /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo_debug.h:35:75: note: in definition of macro 'ERR_PRT' #define ERR_PRT(a) do { Print(L"%a(line %d):", __FILE__, __LINE__); Print a; Print(L"\n"); } while (0); ^ In file included from localfs.c:31:0: /usr/include/efi/efilib.h:389:1: note: expected 'CHAR16 * {aka int *}' but argument is of type 'short unsigned int *' Print ( ^~~~~ In file included from /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo.h:42:0, from localfs.c:33: /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo_debug.h:35:84: warning: passing argument 1 of 'Print' from incompatible pointer type [-Wincompatible-pointer-types] #define ERR_PRT(a) do { Print(L"%a(line %d):", __FILE__, __LINE__); Print a; Print(L"\n"); } while (0); ^ localfs.c:249:3: note: in expansion of macro 'ERR_PRT' ERR_PRT((L"failed to allocate handle table")); ^~~~~~~ In file included from localfs.c:31:0: /usr/include/efi/efilib.h:389:1: note: expected 'CHAR16 * {aka int *}' but argument is of type 'short unsigned int *' Print ( ^~~~~ In file included from /usr/include/efi/efi.h:35:0, from localfs.c:30: /usr/include/efi/x86_64/efibind.h:120:29: warning: overflow in implicit constant conversion [-Woverflow] #define EFIERR(a) (0x8000000000000000 | a) ^ /usr/include/efi/efierr.h:37:41: note: in expansion of macro 'EFIERR' #define EFI_OUT_OF_RESOURCES EFIERR(9) ^~~~~~ localfs.c:250:10: note: in expansion of macro 'EFI_OUT_OF_RESOURCES' return EFI_OUT_OF_RESOURCES; ^~~~~~~~~~~~~~~~~~~~ In file included from /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo.h:42:0, from localfs.c:33: /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo_debug.h:35:31: warning: passing argument 1 of 'Print' from incompatible pointer type [-Wincompatible-pointer-types] #define ERR_PRT(a) do { Print(L"%a(line %d):", __FILE__, __LINE__); Print a; Print(L"\n"); } while (0); ^ localfs.c:254:3: note: in expansion of macro 'ERR_PRT' ERR_PRT((L"failed to get handles: %r", status)); ^~~~~~~ In file included from localfs.c:31:0: /usr/include/efi/efilib.h:389:1: note: expected 'CHAR16 * {aka int *}' but argument is of type 'short unsigned int *' Print ( ^~~~~ In file included from /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo.h:42:0, from localfs.c:33: localfs.c:254:12: warning: passing argument 1 of 'Print' from incompatible pointer type [-Wincompatible-pointer-types] ERR_PRT((L"failed to get handles: %r", status)); ^ /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo_debug.h:35:75: note: in definition of macro 'ERR_PRT' #define ERR_PRT(a) do { Print(L"%a(line %d):", __FILE__, __LINE__); Print a; Print(L"\n"); } while (0); ^ In file included from localfs.c:31:0: /usr/include/efi/efilib.h:389:1: note: expected 'CHAR16 * {aka int *}' but argument is of type 'short unsigned int *' Print ( ^~~~~ In file included from /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo.h:42:0, from localfs.c:33: /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo_debug.h:35:84: warning: passing argument 1 of 'Print' from incompatible pointer type [-Wincompatible-pointer-types] #define ERR_PRT(a) do { Print(L"%a(line %d):", __FILE__, __LINE__); Print a; Print(L"\n"); } while (0); ^ localfs.c:254:3: note: in expansion of macro 'ERR_PRT' ERR_PRT((L"failed to get handles: %r", status)); ^~~~~~~ In file included from localfs.c:31:0: /usr/include/efi/efilib.h:389:1: note: expected 'CHAR16 * {aka int *}' but argument is of type 'short unsigned int *' Print ( ^~~~~ In file included from /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo.h:42:0, from localfs.c:33: localfs.c: In function 'localfs_uninstall': /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo_debug.h:35:31: warning: passing argument 1 of 'Print' from incompatible pointer type [-Wincompatible-pointer-types] #define ERR_PRT(a) do { Print(L"%a(line %d):", __FILE__, __LINE__); Print a; Print(L"\n"); } while (0); ^ localfs.c:283:4: note: in expansion of macro 'ERR_PRT' ERR_PRT((L"Uninstall %s error: %r", FS_NAME, status)); ^~~~~~~ In file included from localfs.c:31:0: /usr/include/efi/efilib.h:389:1: note: expected 'CHAR16 * {aka int *}' but argument is of type 'short unsigned int *' Print ( ^~~~~ In file included from /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo.h:42:0, from localfs.c:33: localfs.c:283:13: warning: passing argument 1 of 'Print' from incompatible pointer type [-Wincompatible-pointer-types] ERR_PRT((L"Uninstall %s error: %r", FS_NAME, status)); ^ /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo_debug.h:35:75: note: in definition of macro 'ERR_PRT' #define ERR_PRT(a) do { Print(L"%a(line %d):", __FILE__, __LINE__); Print a; Print(L"\n"); } while (0); ^ In file included from localfs.c:31:0: /usr/include/efi/efilib.h:389:1: note: expected 'CHAR16 * {aka int *}' but argument is of type 'short unsigned int *' Print ( ^~~~~ In file included from /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo.h:42:0, from localfs.c:33: /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo_debug.h:35:84: warning: passing argument 1 of 'Print' from incompatible pointer type [-Wincompatible-pointer-types] #define ERR_PRT(a) do { Print(L"%a(line %d):", __FILE__, __LINE__); Print a; Print(L"\n"); } while (0); ^ localfs.c:283:4: note: in expansion of macro 'ERR_PRT' ERR_PRT((L"Uninstall %s error: %r", FS_NAME, status)); ^~~~~~~ In file included from localfs.c:31:0: /usr/include/efi/efilib.h:389:1: note: expected 'CHAR16 * {aka int *}' but argument is of type 'short unsigned int *' Print ( ^~~~~ In file included from localfs.c:33:0: localfs.c:290:12: warning: passing argument 1 of 'Print' from incompatible pointer type [-Wincompatible-pointer-types] Print(L"uninstalled %s on %s\n", FS_NAME, str); ^ /usr/src/RPM/BUILD/elilo-3.14/elilo/fs/../elilo.h:155:36: note: in definition of macro 'VERB_PRT' { if (elilo_opt.verbose >= (n)) { cmd; } } ^~~ In file included from localfs.c:31:0: /usr/include/efi/efilib.h:389:1: note: expected 'CHAR16 * {aka int *}' but argument is of type 'short unsigned int *' Print ( ^~~~~ make[1]: *** [localfs.o] Error 1 make[1]: Leaving directory `/usr/src/RPM/BUILD/elilo-3.14/elilo/fs' make: *** [fs] Error 2 make: Leaving directory `/usr/src/RPM/BUILD/elilo-3.14/elilo' error: Bad exit status from /usr/src/tmp/rpm-tmp.74002 (%build) RPM build errors: Bad exit status from /usr/src/tmp/rpm-tmp.74002 (%build) Command exited with non-zero status 1 0.23user 0.09system 0:00.31elapsed 105%CPU (0avgtext+0avgdata 16156maxresident)k 0inputs+0outputs (0major+13714minor)pagefaults 0swaps hsh-rebuild: rebuild of `elilo-3.14-alt1.5926535.src.rpm' failed. Command exited with non-zero status 1 18.41user 4.82system 0:22.57elapsed 102%CPU (0avgtext+0avgdata 133348maxresident)k 352inputs+0outputs (0major+295951minor)pagefaults 0swaps