From: "root" <vapier@gentoo.org>
To: releng@gentoo.org,gentoo-releng-autobuilds@lists.gentoo.org
Subject: [gentoo-releng-autobuilds] [s390x-auto] Catalyst fatal build error - netboot/netboot.spec
Date: Thu, 31 Mar 2016 22:13:23 -0400 [thread overview]
Message-ID: <20160401021323.DA2C42C151@nightheron.gentoo.org> (raw)
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:302:4: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m SGI_SSWAP16(sgiparam.ilfact),
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:302:4: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:341:3: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->boot_file);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:343:3: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m if (sgilabel->directory[i].vol_file_size) {
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:344:4: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m uint32_t start = SGI_SSWAP32(sgilabel->directory[i].vol_file_start);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:344:4: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:345:4: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m uint32_t len = SGI_SSWAP32(sgilabel->directory[i].vol_file_size);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:345:4: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:346:4: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m unsigned char *name = sgilabel->directory[i].vol_file_name;
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c: In function 'sgi_set_bootpartition':
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:357:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->boot_part = SGI_SSWAP16(((short)i));
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c: In function 'sgi_set_swappartition':
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:369:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->swap_part = SGI_SSWAP16(((short)i));
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c: In function 'sgi_check_bootfile':
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:389:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m if (strncmp(aFile, (char*)sgilabel->boot_file, 16)) {
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c: In function 'sgi_get_bootfile':
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:401:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m return (char*)sgilabel->boot_file;
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c: In function 'sgi_set_bootfile':
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:413:5: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->boot_file[i] = aFile[i];
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:415:5: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->boot_file[i] = 0;
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:418:3: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m printf("
Bootfile is changed to \"%s\"
", sgilabel->boot_file);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c: In function 'create_sgiinfo':
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:426:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->directory[0].vol_file_start = SGI_SSWAP32(2);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:427:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->directory[0].vol_file_size = SGI_SSWAP32(sizeof(sgiinfo));
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:428:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m strncpy((char*)sgilabel->directory[0].vol_file_name, "sgilabel", 8);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c: In function 'sgi_write_table':
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:436:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->csum = 0;
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:437:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->csum = SGI_SSWAP32(two_s_complement_32bit_sum(
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:437:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:437:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:443:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m if (!strncmp((char*)sgilabel->directory[0].vol_file_name, "sgilabel", 8)) {
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:449:3: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m int infostartblock = SGI_SSWAP32(sgilabel->directory[0].vol_file_start);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:449:3: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c: In function 'sgi_change_sysid':
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:627:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->partitions[i].id = SGI_SSWAP32(sys);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c: In function 'sgi_set_partition':
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:645:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->partitions[i].id = SGI_SSWAP32(sys);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:646:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->partitions[i].num_sectors = SGI_SSWAP32(length);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:647:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->partitions[i].start_sector = SGI_SSWAP32(start);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c: In function 'create_sgilabel':
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:813:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->magic = SGI_SSWAP32(SGI_LABEL_MAGIC);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:815:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->swap_part = SGI_SSWAP16(1);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:818:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m strcpy((char*)sgilabel->boot_file, "/unix"); /* sizeof(sgilabel->boot_file) == 16 > 6 */
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:824:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->devparam.pcylcount = SGI_SSWAP16(geometry.cylinders);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:827:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->devparam.ntrks = SGI_SSWAP16(geometry.heads);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:832:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->devparam.nsect = SGI_SSWAP16(geometry.sectors);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:833:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->devparam.bytes = SGI_SSWAP16(512);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:834:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->devparam.ilfact = SGI_SSWAP16(1);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:835:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->devparam.flags = SGI_SSWAP32(TRACK_FWD|
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/fdisk_sgi.c:838:2: ^[[1m^[[Kwarning^[[m^[[K: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
^[[31;01m*^[[0m sgilabel->devparam.retries_on_^[[1m^[[Kerror ^[[m^[[K = SGI_SSWAP32(1);
^[[31;01m*^[[0m^[[36m^[[K--^[[m^[[K
^[[31;01m*^[[0m gcc -Wp,-MD,util-linux/.hexdump.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.20.2)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen -finline-limit=0 -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -static-libgcc -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -Os -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(hexdump)" -D"KBUILD_MODNAME=KBUILD_STR(hexdump)" -c -o util-linux/hexdump.o util-linux/hexdump.c
^[[31;01m*^[[0m gcc -Wp,-MD,util-linux/.losetup.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.20.2)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen -finline-limit=0 -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -static-libgcc -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -Os -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(losetup)" -D"KBUILD_MODNAME=KBUILD_STR(losetup)" -c -o util-linux/losetup.o util-linux/losetup.c
^[[31;01m*^[[0m gcc -Wp,-MD,util-linux/.lspci.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.20.2)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen -finline-limit=0 -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -static-libgcc -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -Os -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(lspci)" -D"KBUILD_MODNAME=KBUILD_STR(lspci)" -c -o util-linux/lspci.o util-linux/lspci.c
^[[31;01m*^[[0m gcc -Wp,-MD,util-linux/.lsusb.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.20.2)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen -finline-limit=0 -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -static-libgcc -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -Os -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(lsusb)" -D"KBUILD_MODNAME=KBUILD_STR(lsusb)" -c -o util-linux/lsusb.o util-linux/lsusb.c
^[[31;01m*^[[0m gcc -Wp,-MD,util-linux/.mdStart.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.20.2)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen -finline-limit=0 -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -static-libgcc -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -Os -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(mdStart)" -D"KBUILD_MODNAME=KBUILD_STR(mdStart)" -c -o util-linux/mdStart.o util-linux/mdStart.c
^[[31;01m*^[[0mutil-linux/mdStart.c:37:1: ^[[1m^[[Kwarning^[[m^[[K: no previous prototype for 'mdstart_main' [-Wmissing-prototypes]
^[[31;01m*^[[0m mdstart_main(int argc, char *argv[])
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/mdStart.c: In function 'mdstart_main':
^[[31;01m*^[[0mutil-linux/mdStart.c:43:3: ^[[1m^[[Kwarning^[[m^[[K: implicit declaration of function 'bb_show_usage' [-Wimplicit-function-declaration]
^[[31;01m*^[[0m bb_show_usage();
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/mdStart.c:48:3: ^[[1m^[[Kwarning^[[m^[[K: implicit declaration of function 'sscanf' [-Wimplicit-function-declaration]
^[[31;01m*^[[0m if(sscanf(argv[i], "%d", &part) == 1)
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/mdStart.c:48:6: ^[[1m^[[Kwarning^[[m^[[K: incompatible implicit declaration of built-in function 'sscanf'
^[[31;01m*^[[0m if(sscanf(argv[i], "%d", &part) == 1)
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/mdStart.c:55:4: ^[[1m^[[Kwarning^[[m^[[K: implicit declaration of function 'close' [-Wimplicit-function-declaration]
^[[31;01m*^[[0m close(fd);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/mdStart.c:58:4: ^[[1m^[[Kwarning^[[m^[[K: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
^[[31;01m*^[[0m printf("^[[1m^[[KError:^[[m^[[K ^[[1m^[[KFailed^[[m^[[K to open %s!
", argv[i]);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/mdStart.c:58:4: ^[[1m^[[Kwarning^[[m^[[K: incompatible implicit declaration of built-in function 'printf'
^[[31;01m*^[[0m gcc -Wp,-MD,util-linux/.mdev.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.20.2)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen -finline-limit=0 -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -static-libgcc -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -Os -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(mdev)" -D"KBUILD_MODNAME=KBUILD_STR(mdev)" -c -o util-linux/mdev.o util-linux/mdev.c
^[[31;01m*^[[0m gcc -Wp,-MD,util-linux/.mkfs_ext2.o.d -std=gnu99 -Iinclude -Ilibbb -include include/autoconf.h -D_GNU_SOURCE -DNDEBUG -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -D"BB_VER=KBUILD_STR(1.20.2)" -DBB_BT=AUTOCONF_TIMESTAMP -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wdeclaration-after-statement -Wold-style-definition -fno-builtin-strlen -finline-limit=0 -fomit-frame-pointer -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -static-libgcc -falign-functions=1 -falign-jumps=1 -falign-labels=1 -falign-loops=1 -Os -D"KBUILD_STR(s)=#s" -D"KBUILD_BASENAME=KBUILD_STR(mkfs_ext2)" -D"KBUILD_MODNAME=KBUILD_STR(mkfs_ext2)" -c -o util-linux/mkfs_ext2.o util-linux/mkfs_ext2.c
^[[31;01m*^[[0mutil-linux/mdev.c: In function 'make_device':
^[[31;01m*^[[0mutil-linux/mdev.c:564:5: ^[[1m^[[Kwarning^[[m^[[K: ignoring return value of 'symlink', declared with attribute warn_unused_result [-Wunused-result]
^[[31;01m*^[[0m symlink(node_name, "root");
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/mdev.c:567:5: ^[[1m^[[Kwarning^[[m^[[K: ignoring return value of 'chown', declared with attribute warn_unused_result [-Wunused-result]
^[[31;01m*^[[0m chown(node_name, rule->ugid.uid, rule->ugid.gid);
^[[31;01m*^[[0m ^
^[[31;01m*^[[0mutil-linux/mdev.c:574:6: ^[[1m^[[Kwarning^[[m^[[K: ignoring return value of 'symlink', declared with attribute warn_unused_result [-Wunused-result]
^[[31;01m*^[[0m^[[36m^[[K--^[[m^[[K
^[[31;01m*^[[0m Running with options: --arch-override=s390 --all-ramdisk-modules --cachedir=/tmp/kerncache/netboot64-genkernel_cache-20160331 --no-mountboot --kerneldir=/usr/src/linux --modulespackage=/tmp/kerncache/netboot64-modules-20160331.tar.bz2 --minkernpackage=/tmp/kerncache/netboot64-kernel-initrd-20160331.tar.bz2 all --kerncache=/tmp/kerncache/netboot64-kerncache-20160331.tar.bz2 --kernel-config=/var/tmp/netboot64.config --netboot --initramfs-overlay="/tmp/image/"
^[[31;01m*^[[0m Using genkernel.conf from /etc/genkernel.conf
^[[31;01m*^[[0m Sourcing arch-specific config.sh from /usr/share/genkernel/arch/s390/config.sh ..
^[[31;01m*^[[0m Sourcing arch-specific modules_load from /usr/share/genkernel/arch/s390/modules_load ..
^[[31;01m*^[[0m
^[[31;01m*^[[0m ^[[1m^[[KERROR:^[[m^[[K Could not copy System.map from kerncache for the kernel package!
^[[31;01m*^[[0m
^[[31;01m*^[[0m -- End log... --
^[[31;01m*^[[0m
^[[31;01m*^[[0m Please consult /var/log/genkernel.log for more information and any
^[[31;01m*^[[0m errors that were reported above.
^[[31;01m*^[[0m
^[[31;01m*^[[0m Report any genkernel bugs to bugs.gentoo.org and
^[[31;01m*^[[0m assign your bug to genkernel@gentoo.org. Please include
^[[31;01m*^[[0m as much information as you can in your bug report; attaching
^[[31;01m*^[[0m /var/log/genkernel.log so that your issue can be dealt with effectively.
^[[31;01m*^[[0m
^[[31;01m*^[[0m Please do *not* report compilation failures as genkernel bugs!
^[[31;01m*^[[0m
!!! catalyst: Runscript kernel build failed
Traceback (most recent call last):
File "modules/generic_stage_target.py", line 1428, in build_kernel
self._build_kernel(kname=kname)
File "modules/generic_stage_target.py", line 1472, in _build_kernel
"Runscript kernel build failed",env=self.env)
File "/usr/lib64/catalyst/modules/catalyst_support.py", line 541, in cmd
raise CatalystError,myexc
CatalystError
None
!!! catalyst: build aborting due to kernel build error.
Traceback (most recent call last):
File "/usr/lib64/catalyst/catalyst", line 218, in build_target
mytarget.run()
File "modules/generic_stage_target.py", line 1304, in run
apply(getattr(self,x))
File "modules/generic_stage_target.py", line 1433, in build_kernel
"build aborting due to kernel build error."
CatalystError
!!! catalyst: Error encountered during run of target netboot2
Catalyst aborting....
lockfile does not exist '/var/tmp/catalyst/tmp/default/netboot2-s390x-20160331/.catalyst_lock'
Full build log at /tmp/catalyst-auto.BWHXus/log/netboot_netboot.log
next reply other threads:[~2016-04-01 2:13 UTC|newest]
Thread overview: 278+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-01 2:13 root [this message]
-- strict thread matches above, loose matches on Subject: below --
2016-07-07 16:48 [gentoo-releng-autobuilds] [s390x-auto] Catalyst fatal build error - netboot/netboot.spec root
2016-07-09 16:01 root
2016-07-11 7:24 root
2016-07-13 8:33 root
2016-07-16 8:16 root
2016-07-17 11:05 root
2016-07-21 13:09 root
2016-07-23 15:24 root
2016-07-25 8:04 root
2016-07-27 23:43 root
2016-07-28 19:28 root
2016-07-29 18:49 root
2016-07-30 23:10 root
2016-07-31 14:32 root
2016-08-02 6:42 root
2016-08-02 23:15 root
2016-08-03 9:18 root
2016-08-05 6:55 root
2016-08-06 21:46 root
2016-08-08 0:33 root
2016-08-09 2:43 root
2016-08-10 3:47 root
2016-08-11 10:11 root
2016-08-13 0:09 root
2016-08-13 22:12 root
2016-08-14 17:08 root
2016-08-16 1:44 root
2016-08-16 18:55 root
2016-08-18 16:41 root
2016-08-19 21:27 root
2016-08-20 14:09 root
2016-08-21 14:47 root
2016-08-22 17:14 root
2016-08-24 4:10 root
2016-08-25 0:17 root
2016-08-25 23:58 root
2016-08-27 1:25 root
2016-08-27 13:58 root
2016-08-28 14:46 root
2016-08-29 14:20 root
2016-08-31 10:46 root
2016-09-02 3:58 root
2016-09-03 16:29 root
2016-09-04 16:04 root
2016-09-07 9:40 root
2016-09-08 19:15 root
2016-09-10 18:09 root
2016-09-12 5:51 root
2016-09-13 18:06 root
2016-09-14 19:44 root
2016-09-15 22:12 root
2016-09-17 7:37 root
2016-09-17 19:35 root
2016-09-18 15:53 root
2016-09-19 22:00 root
2016-09-21 2:48 root
2016-09-24 4:03 root
2016-09-25 4:55 root
2016-09-25 19:17 root
2016-09-26 14:58 root
2016-09-27 17:14 root
2016-09-28 15:28 root
2016-09-29 17:48 root
2016-09-30 20:52 root
2016-10-01 18:57 root
2016-10-02 19:29 root
2016-10-04 0:46 root
2016-10-04 18:40 root
2016-10-06 5:33 root
2016-10-08 8:38 root
2016-10-08 9:30 root
2016-10-09 9:31 root
2016-10-10 9:21 root
2016-10-11 9:26 root
2016-10-12 10:18 root
2016-10-13 9:24 root
2016-10-14 9:46 root
2016-10-15 9:28 root
2016-10-16 9:21 root
2016-10-17 9:21 root
2016-10-18 10:04 root
2016-10-19 10:12 root
2016-10-20 10:06 root
2016-10-21 9:25 root
2016-10-22 9:33 root
2016-10-25 10:03 root
2016-10-26 9:35 root
2016-10-27 9:28 root
2016-10-28 10:24 root
2016-10-29 10:19 root
2016-10-30 10:40 root
2016-10-31 9:29 root
2016-11-01 9:24 root
2016-11-02 10:13 root
2016-11-03 9:27 root
2016-11-04 11:46 root
2016-11-05 13:11 root
2016-11-06 10:56 root
2016-11-07 13:20 root
2016-11-08 11:32 root
2016-11-09 11:59 root
2016-11-10 10:44 root
2016-11-12 7:36 root
2016-11-13 2:50 root
2016-11-13 19:54 root
2016-11-14 23:26 root
2016-11-17 5:00 root
2016-11-23 20:33 root
2016-11-24 12:01 root
2016-11-25 19:52 root
2016-11-26 19:11 root
2017-04-13 12:15 root
2017-07-16 9:15 root
2017-07-17 9:15 root
2017-07-18 9:15 root
2017-07-19 9:15 root
2017-07-20 9:15 root
2017-07-21 9:15 root
2017-07-22 9:16 root
2017-07-23 9:15 root
2017-07-24 9:15 root
2017-07-25 9:15 root
2017-07-26 9:15 root
2017-07-27 9:16 root
2017-07-28 9:16 root
2017-07-29 9:15 root
2017-07-30 9:15 root
2017-07-31 9:15 root
2017-08-01 9:15 root
2017-08-02 9:15 root
2017-08-03 9:15 root
2017-08-04 9:15 root
2017-08-05 9:15 root
2017-08-06 9:15 root
2017-08-07 9:15 root
2018-01-07 5:46 root
2018-01-07 10:14 root
2018-01-08 10:14 root
2018-01-09 10:15 root
2018-01-12 10:26 root
2018-01-13 10:19 root
2018-01-14 9:34 root
2018-01-14 9:40 root
2018-01-14 9:55 root
2018-01-14 10:17 root
2018-01-14 20:28 root
2018-01-15 11:25 root
2018-01-16 20:18 root
2018-02-08 14:29 root
2018-02-09 14:05 root
2018-02-10 14:02 root
2018-02-11 14:00 root
2018-02-12 14:04 root
2018-02-13 14:01 root
2018-02-14 14:01 root
2018-02-15 14:05 root
2018-02-16 14:00 root
2018-02-17 14:00 root
2018-02-18 14:00 root
2018-02-19 14:01 root
2018-02-20 13:58 root
2018-02-21 14:04 root
2018-02-22 13:29 root
2018-02-23 13:30 root
2018-02-24 13:30 root
2018-02-25 13:27 root
2018-02-26 13:26 root
2018-02-27 12:02 root
2018-02-28 12:15 root
2018-03-01 12:15 root
2018-03-02 12:04 root
2018-03-03 10:15 root
2018-03-04 10:14 root
2018-03-05 10:15 root
2018-03-06 14:57 root
2018-03-07 14:07 root
2018-03-08 14:54 root
2018-03-09 16:14 root
2018-03-10 14:03 root
2018-03-11 13:02 root
2018-03-12 13:05 root
2018-03-13 13:08 root
2018-03-14 13:16 root
2018-03-15 9:18 root
2018-03-16 9:15 root
2018-03-17 9:15 root
2018-03-18 9:15 root
2018-03-19 9:16 root
2018-03-20 9:15 root
2018-03-21 9:16 root
2018-04-04 9:14 root
2018-05-23 9:19 root
2018-06-03 12:26 root
2018-07-08 12:16 root
2018-07-09 12:17 root
2018-07-10 15:22 root
2018-07-11 13:46 root
2018-07-12 14:36 root
2018-07-23 11:41 root
2018-07-24 11:47 root
2018-07-25 12:08 root
2018-07-26 9:52 root
2018-07-27 9:36 root
2018-07-28 9:36 root
2018-07-29 9:35 root
2018-07-30 9:42 root
2018-07-31 9:38 root
2018-08-01 9:38 root
2018-08-02 9:36 root
2018-08-03 10:03 root
2018-08-04 9:37 root
2018-08-05 9:36 root
2018-08-06 9:36 root
2018-08-07 9:36 root
2018-08-08 9:36 root
2018-08-09 9:38 root
2018-08-10 9:36 root
2018-08-11 9:35 root
2018-08-12 9:35 root
2018-08-13 9:36 root
2018-08-14 9:28 root
2018-08-15 9:40 root
2018-08-16 9:41 root
2018-08-17 12:08 root
2018-08-18 14:10 root
2018-08-29 13:37 root
2018-09-09 13:15 root
2018-09-20 14:25 root
2018-10-01 14:30 root
2018-10-12 14:55 root
2018-10-23 13:02 root
2018-10-24 10:24 root
2018-11-04 13:11 root
2018-11-05 11:22 root
2018-11-06 12:05 root
2018-11-07 11:35 root
2018-11-08 11:21 root
2018-11-09 11:20 root
2018-11-10 11:21 root
2018-11-11 11:20 root
2018-11-12 11:21 root
2018-11-13 11:21 root
2018-11-14 11:20 root
2018-11-15 11:20 root
2018-11-16 11:28 root
2018-11-17 11:29 root
2018-11-18 11:56 root
2018-11-19 11:34 root
2018-11-20 11:29 root
2018-11-21 11:33 root
2018-11-22 11:31 root
2018-11-23 11:25 root
2018-11-24 11:28 root
2018-11-25 11:20 root
2018-11-26 11:45 root
2018-12-07 17:19 root
2018-12-18 16:11 root
2018-12-29 15:20 root
2019-01-09 15:46 root
2019-01-20 13:40 root
2019-01-21 14:03 root
2019-01-22 13:46 root
2019-01-23 13:58 root
2019-01-24 13:50 root
2019-01-25 14:29 root
2019-01-26 13:58 root
2019-01-27 14:02 root
2019-01-28 13:45 root
2019-01-29 15:51 root
2019-03-14 16:19 root
2019-05-08 22:29 root
2019-05-30 16:14 root
2019-06-09 21:30 root
2019-09-10 10:46 root
2019-10-05 1:44 root
2019-11-19 9:05 root
2019-11-19 11:07 root
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160401021323.DA2C42C151@nightheron.gentoo.org \
--to=vapier@gentoo.org \
--cc=gentoo-releng-autobuilds@lists.gentoo.org \
--cc=releng@gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox