From: catalyst@demeter.amd64.dev.gentoo.org
To: releng@gentoo.org,gentoo-releng-autobuilds@lists.gentoo.org
Subject: [gentoo-releng-autobuilds] [amd64-auto] Catalyst non-fatal build error - hardened/admincd-stage1.spec
Date: Tue, 6 Jun 2023 03:47:43 +0000 (UTC) [thread overview]
Message-ID: <20230606034743.C2DB5268042@demeter.amd64.dev.gentoo.org> (raw)
[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1: Type: text/plain, Size: 67986 bytes --]
| ^~~~~~~~~~
./src/cdrom.c:264:9: note: in expansion of macro 'SET_BDA'
264 | SET_BDA(hdcount, GET_BDA(hdcount) + 1);
| ^~~~~~~
In function 'set_equipment_flags',
inlined from 'cdrom_boot' at ./src/cdrom.c:242:9:
./src/biosvar.h:43:9: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds]
43 | u16 eqf = GET_BDA(equipment_list_flags);
| ^~~
./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds]
182 | do { GET_FARVAR((seg), (var)) = (val); } while (0)
| ^
./src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
39 | SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
| ^~~~~~~~~~
./src/biosvar.h:44:5: note: in expansion of macro 'SET_BDA'
44 | SET_BDA(equipment_list_flags, (eqf & ~clear) | set);
| ^~~~~~~
In file included from out/ccode32flat.o.tmp.c:12:
In function 'sercon_setup',
inlined from 'maininit' at ./src/post.c:211:5:
./src/sercon.c:528:13: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds]
528 | vgabios = GET_IVT(0x10);
./src/sercon.c:528:13: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds]
./src/sercon.c:528:13: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds]
./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds]
182 | do { GET_FARVAR((seg), (var)) = (val); } while (0)
| ^
./src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
22 | SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
| ^~~~~~~~~~
./src/sercon.c:541:5: note: in expansion of macro 'SET_IVT'
541 | SET_IVT(0x10, FUNC16(entry_sercon));
| ^~~~~~~
./src/farptr.h:182:35: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds]
182 | do { GET_FARVAR((seg), (var)) = (val); } while (0)
| ^
./src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
22 | SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
| ^~~~~~~~~~
./src/sercon.c:541:5: note: in expansion of macro 'SET_IVT'
541 | SET_IVT(0x10, FUNC16(entry_sercon));
| ^~~~~~~
In function 'irqtimer_check',
inlined from 'interactive_bootmenu' at ./src/boot.c:755:37,
inlined from 'maininit' at ./src/post.c:224:5:
./src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u32[0]' {aka 'unsigned int[]'} [-Warray-bounds]
180 | (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
| ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
37 | GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
| ^~~~~~~~~~
./src/clock.c:357:15: note: in expansion of macro 'GET_BDA'
357 | return (((GET_BDA(timer_counter) + TICKS_PER_DAY - end) % TICKS_PER_DAY)
| ^~~~~~~
In function 'malloc_prepboot',
inlined from 'prepareboot' at ./src/post.c:172:5,
inlined from 'maininit' at ./src/post.c:228:5:
./src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds]
180 | (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
| ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
37 | GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
| ^~~~~~~~~~
./src/malloc.c:542:18: note: in expansion of macro 'GET_BDA'
542 | u32 endlow = GET_BDA(mem_size_kb)*1024;
| ^~~~~~~
In file included from out/ccode32flat.o.tmp.c:5:
In function 'map_hd_drive',
inlined from 'bcv_prepboot' at ./src/boot.c:840:13,
inlined from 'prepareboot' at ./src/post.c:167:5,
inlined from 'maininit' at ./src/post.c:228:5:
./src/block.c:261:19: warning: array subscript 0 is outside array bounds of 'struct bios_data_area_s[0]' [-Warray-bounds]
261 | int hdid = bda->hdcount;
| ~~~^~~~~~~~~
In function 'get_ebda_seg',
inlined from 'get_ebda_ptr' at ./src/biosvar.h:66:12,
inlined from 'fill_fdpt' at ./src/block.c:213:28,
inlined from 'map_hd_drive' at ./src/block.c:269:5,
inlined from 'bcv_prepboot' at ./src/boot.c:840:13,
inlined from 'prepareboot' at ./src/post.c:167:5,
inlined from 'maininit' at ./src/post.c:228:5:
./src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds]
180 | (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
| ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
37 | GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
| ^~~~~~~~~~
./src/biosvar.h:60:12: note: in expansion of macro 'GET_BDA'
60 | return GET_BDA(ebda_seg);
| ^~~~~~~
In function 'get_ebda_seg',
inlined from 'fill_fdpt' at ./src/block.c:239:9,
inlined from 'map_hd_drive' at ./src/block.c:269:5,
inlined from 'bcv_prepboot' at ./src/boot.c:840:13,
inlined from 'prepareboot' at ./src/post.c:167:5,
inlined from 'maininit' at ./src/post.c:228:5:
./src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds]
180 | (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
| ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
37 | GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
| ^~~~~~~~~~
./src/biosvar.h:60:12: note: in expansion of macro 'GET_BDA'
60 | return GET_BDA(ebda_seg);
| ^~~~~~~
In function 'fill_fdpt',
inlined from 'map_hd_drive' at ./src/block.c:269:5,
inlined from 'bcv_prepboot' at ./src/boot.c:840:13,
inlined from 'prepareboot' at ./src/post.c:167:5,
inlined from 'maininit' at ./src/post.c:228:5:
./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds]
182 | do { GET_FARVAR((seg), (var)) = (val); } while (0)
| ^
./src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
22 | SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
| ^~~~~~~~~~
./src/block.c:239:9: note: in expansion of macro 'SET_IVT'
239 | SET_IVT(0x46, SEGOFF(get_ebda_seg(), offsetof(
| ^~~~~~~
./src/farptr.h:182:35: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds]
182 | do { GET_FARVAR((seg), (var)) = (val); } while (0)
| ^
./src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
22 | SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
| ^~~~~~~~~~
./src/block.c:239:9: note: in expansion of macro 'SET_IVT'
239 | SET_IVT(0x46, SEGOFF(get_ebda_seg(), offsetof(
| ^~~~~~~
In function 'get_ebda_seg',
inlined from 'fill_fdpt' at ./src/block.c:236:9,
inlined from 'map_hd_drive' at ./src/block.c:269:5,
inlined from 'bcv_prepboot' at ./src/boot.c:840:13,
inlined from 'prepareboot' at ./src/post.c:167:5,
inlined from 'maininit' at ./src/post.c:228:5:
./src/farptr.h:180:6: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds]
180 | (*((typeof(&(var)))MAKE_FLATPTR((seg), &(var))))
| ~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
./src/biosvar.h:37:5: note: in expansion of macro 'GET_FARVAR'
37 | GET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var)
| ^~~~~~~~~~
./src/biosvar.h:60:12: note: in expansion of macro 'GET_BDA'
60 | return GET_BDA(ebda_seg);
| ^~~~~~~
In function 'fill_fdpt',
inlined from 'map_hd_drive' at ./src/block.c:269:5,
inlined from 'bcv_prepboot' at ./src/boot.c:840:13,
inlined from 'prepareboot' at ./src/post.c:167:5,
inlined from 'maininit' at ./src/post.c:228:5:
./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds]
182 | do { GET_FARVAR((seg), (var)) = (val); } while (0)
| ^
./src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
22 | SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
| ^~~~~~~~~~
./src/block.c:236:9: note: in expansion of macro 'SET_IVT'
236 | SET_IVT(0x41, SEGOFF(get_ebda_seg(), offsetof(
| ^~~~~~~
./src/farptr.h:182:35: warning: array subscript 1 is outside array bounds of 'struct segoff_s[0]' [-Warray-bounds]
182 | do { GET_FARVAR((seg), (var)) = (val); } while (0)
| ^
./src/biosvar.h:22:5: note: in expansion of macro 'SET_FARVAR'
22 | SET_FARVAR(SEG_IVT, ((struct rmode_IVT *)0)->ivec[vector], segoff)
| ^~~~~~~~~~
./src/block.c:236:9: note: in expansion of macro 'SET_IVT'
236 | SET_IVT(0x41, SEGOFF(get_ebda_seg(), offsetof(
| ^~~~~~~
In function 'set_equipment_flags',
inlined from 'map_floppy_drive' at ./src/block.c:296:9,
inlined from 'bcv_prepboot' at ./src/boot.c:836:13,
inlined from 'prepareboot' at ./src/post.c:167:5,
inlined from 'maininit' at ./src/post.c:228:5:
./src/biosvar.h:43:9: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds]
43 | u16 eqf = GET_BDA(equipment_list_flags);
| ^~~
./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds]
182 | do { GET_FARVAR((seg), (var)) = (val); } while (0)
| ^
./src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
39 | SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
| ^~~~~~~~~~
./src/biosvar.h:44:5: note: in expansion of macro 'SET_BDA'
44 | SET_BDA(equipment_list_flags, (eqf & ~clear) | set);
| ^~~~~~~
In function 'map_floppy_drive',
inlined from 'bcv_prepboot' at ./src/boot.c:836:13,
inlined from 'prepareboot' at ./src/post.c:167:5,
inlined from 'maininit' at ./src/post.c:228:5:
./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds]
182 | do { GET_FARVAR((seg), (var)) = (val); } while (0)
| ^
./src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
39 | SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
| ^~~~~~~~~~
./src/block.c:297:9: note: in expansion of macro 'SET_BDA'
297 | SET_BDA(floppy_harddisk_info, 0x77);
| ^~~~~~~
In function 'set_equipment_flags',
inlined from 'map_floppy_drive' at ./src/block.c:292:9,
inlined from 'bcv_prepboot' at ./src/boot.c:836:13,
inlined from 'prepareboot' at ./src/post.c:167:5,
inlined from 'maininit' at ./src/post.c:228:5:
./src/biosvar.h:43:9: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds]
43 | u16 eqf = GET_BDA(equipment_list_flags);
| ^~~
./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u16[0]' {aka 'short unsigned int[]'} [-Warray-bounds]
182 | do { GET_FARVAR((seg), (var)) = (val); } while (0)
| ^
./src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
39 | SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
| ^~~~~~~~~~
./src/biosvar.h:44:5: note: in expansion of macro 'SET_BDA'
44 | SET_BDA(equipment_list_flags, (eqf & ~clear) | set);
| ^~~~~~~
In function 'map_floppy_drive',
inlined from 'bcv_prepboot' at ./src/boot.c:836:13,
inlined from 'prepareboot' at ./src/post.c:167:5,
inlined from 'maininit' at ./src/post.c:228:5:
./src/farptr.h:182:35: warning: array subscript 0 is outside array bounds of 'u8[0]' {aka 'unsigned char[]'} [-Warray-bounds]
182 | do { GET_FARVAR((seg), (var)) = (val); } while (0)
| ^
./src/biosvar.h:39:5: note: in expansion of macro 'SET_FARVAR'
39 | SET_FARVAR(SEG_BDA, ((struct bios_data_area_s *)0)->var, (val))
| ^~~~~~~~~~
./src/block.c:293:9: note: in expansion of macro 'SET_BDA'
293 | SET_BDA(floppy_harddisk_info, 0x07);
| ^~~~~~~
Building ld scripts
Version: 1.16.0-Xen
x86_64-pc-linux-gnu-ld: warning: out/romlayout.o: missing .note.GNU-stack section implies executable stack
x86_64-pc-linux-gnu-ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
Fixed space: 0xe05b-0x10000 total: 8101 slack: 16 Percent slack: 0.2%
16bit size: 38112
32bit segmented size: 2297
32bit flat size: 50775
32bit flat init size: 84768
Lowmem size: 2240
f-segment var size: 1232
Linking out/rom16.o
Linking out/rom32seg.o
x86_64-pc-linux-gnu-ld: warning: out/code16.o: requires executable stack (because the .note.GNU-stack section is executable)
x86_64-pc-linux-gnu-ld: warning: out/rom16.o has a LOAD segment with RWX permissions
Stripping out/rom32seg.noexec.o
Stripping out/rom16.noexec.o
Linking out/rom.o
x86_64-pc-linux-gnu-ld: warning: out/rom32seg.noexec.o: missing .note.GNU-stack section implies executable stack
x86_64-pc-linux-gnu-ld: NOTE: This behaviour is deprecated and will be removed in a future version of the linker
x86_64-pc-linux-gnu-ld: warning: out/rom.o has a LOAD segment with RWX permissions
Prepping out/bios.bin.prep
Total size: 185760 Fixed: 92416 Free: 76384 (used 70.9% of 256KiB rom)
Creating out/bios.bin
make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.16.4_pre1/work/xen-4.16.3/tools/firmware/seabios-dir-remote'
make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.16.4_pre1/work/xen-4.16.3/tools/firmware'
make[5]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.16.4_pre1/work/xen-4.16.3/tools/firmware'
make -C rombios all
make[6]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.16.4_pre1/work/xen-4.16.3/tools/firmware/rombios'
make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.16.4_pre1/work/xen-4.16.3/tools/firmware/rombios'
make -C 32bit all
make[8]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.16.4_pre1/work/xen-4.16.3/tools/firmware/rombios/32bit'
make[9]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.16.4_pre1/work/xen-4.16.3/tools/firmware/rombios/32bit'
make -C tcgbios all
make[10]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.16.4_pre1/work/xen-4.16.3/tools/firmware/rombios/32bit/tcgbios'
x86_64-pc-linux-gnu-gcc -m32 -march=i686 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .tcgbios.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs -DNDEBUG -fno-pie -fno-stack-protector -fno-exceptions -fno-asynchronous-unwind-tables -fcf-protection=none -Wa,-mx86-used-note=no -ffreestanding -msoft-float -nostdinc -I/var/tmp/portage/app-emulation/xen-tools-4.16.4_pre1/work/xen-4.16.3/tools/firmware/rombios/32bit/tcgbios/../../../../../tools/firmware/include -I/var/tmp/portage/app-emulation/xen-tools-4.16.4_pre1/work/xen-4.16.3/tools/firmware/rombios/32bit/tcgbios/../../../../../tools/include -I.. -I../.. -I../../../../libacpi -fno-pic -fno-PIE -c -o tcgbios.o tcgbios.c
x86_64-pc-linux-gnu-gcc -m32 -march=i686 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .tpm_drivers.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs -DNDEBUG -fno-pie -fno-stack-protector -fno-exceptions -fno-asynchronous-unwind-tables -fcf-protection=none -Wa,-mx86-used-note=no -ffreestanding -msoft-float -nostdinc -I/var/tmp/portage/app-emulation/xen-tools-4.16.4_pre1/work/xen-4.16.3/tools/firmware/rombios/32bit/tcgbios/../../../../../tools/firmware/include -I/var/tmp/portage/app-emulation/xen-tools-4.16.4_pre1/work/xen-4.16.3/tools/firmware/rombios/32bit/tcgbios/../../../../../tools/include -I.. -I../.. -I../../../../libacpi -fno-pic -fno-PIE -c -o tpm_drivers.o tpm_drivers.c
x86_64-pc-linux-gnu-ld -melf_i386 -r tcgbios.o tpm_drivers.o -o tcgbiosext.o
make[10]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.16.4_pre1/work/xen-4.16.3/tools/firmware/rombios/32bit/tcgbios'
make[9]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.16.4_pre1/work/xen-4.16.3/tools/firmware/rombios/32bit'
make 32bitbios_flat.h
make[9]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.16.4_pre1/work/xen-4.16.3/tools/firmware/rombios/32bit'
x86_64-pc-linux-gnu-gcc -m32 -march=i686 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .32bitbios.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs -DNDEBUG -fno-pie -fno-stack-protector -fno-exceptions -fno-asynchronous-unwind-tables -fcf-protection=none -Wa,-mx86-used-note=no -ffreestanding -msoft-float -nostdinc -I/var/tmp/portage/app-emulation/xen-tools-4.16.4_pre1/work/xen-4.16.3/tools/firmware/rombios/32bit/../../../../tools/firmware/include -I/var/tmp/portage/app-emulation/xen-tools-4.16.4_pre1/work/xen-4.16.3/tools/firmware/rombios/32bit/../../../../tools/include -I.. -I../../../libacpi -fno-pic -fno-PIE -c -o 32bitbios.o 32bitbios.c
x86_64-pc-linux-gnu-gcc -m32 -march=i686 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .util.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs -DNDEBUG -fno-pie -fno-stack-protector -fno-exceptions -fno-asynchronous-unwind-tables -fcf-protection=none -Wa,-mx86-used-note=no -ffreestanding -msoft-float -nostdinc -I/var/tmp/portage/app-emulation/xen-tools-4.16.4_pre1/work/xen-4.16.3/tools/firmware/rombios/32bit/../../../../tools/firmware/include -I/var/tmp/portage/app-emulation/xen-tools-4.16.4_pre1/work/xen-4.16.3/tools/firmware/rombios/32bit/../../../../tools/include -I.. -I../../../libacpi -fno-pic -fno-PIE -c -o util.o util.c
x86_64-pc-linux-gnu-gcc -m32 -march=i686 -DBUILD_ID -fno-strict-aliasing -std=gnu99 -Wall -Wstrict-prototypes -Wdeclaration-after-statement -Wno-unused-but-set-variable -Wno-unused-local-typedefs -O2 -fomit-frame-pointer -D__XEN_INTERFACE_VERSION__=__XEN_LATEST_INTERFACE_VERSION__ -MMD -MP -MF .pmm.o.d -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -mno-tls-direct-seg-refs -DNDEBUG -fno-pie -fno-stack-protector -fno-exceptions -fno-asynchronous-unwind-tables -fcf-protection=none -Wa,-mx86-used-note=no -ffreestanding -msoft-float -nostdinc -I/var/tmp/portage/app-emulation/xen-tools-4.16.4_pre1/work/xen-4.16.3/tools/firmware/rombios/32bit/../../../../tools/firmware/include -I/var/tmp/portage/app-emulation/xen-tools-4.16.4_pre1/work/xen-4.16.3/tools/firmware/rombios/32bit/../../../../tools/include -I.. -I../../../libacpi -fno-pic -fno-PIE -c -o pmm.o pmm.c
util.c: In function ‘find_rsdp’:
util.c:429:16: warning: array subscript 0 is outside array bounds of ‘uint16_t[0]’ {aka ‘short unsigned int[]’} [-Warray-bounds]
429 | ebda_seg = *(uint16_t *)ADDR_FROM_SEG_OFF(0x40, 0xe);
x86_64-pc-linux-gnu-ld -melf_i386 -s -r 32bitbios.o tcgbios/tcgbiosext.o util.o pmm.o -o 32bitbios_all.o
sh mkhex highbios_array 32bitbios_all.o > 32bitbios_flat.h
make[9]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.16.4_pre1/work/xen-4.16.3/tools/firmware/rombios/32bit'
make[8]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.16.4_pre1/work/xen-4.16.3/tools/firmware/rombios/32bit'
make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.16.4_pre1/work/xen-4.16.3/tools/firmware/rombios'
make BIOS-bochs-latest
make[7]: Entering directory '/var/tmp/portage/app-emulation/xen-tools-4.16.4_pre1/work/xen-4.16.3/tools/firmware/rombios'
x86_64-pc-linux-gnu-gcc -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -Wdeclaration-after-statement -o biossums biossums.c
x86_64-pc-linux-gnu-gcc -E -DBX_SMP_PROCESSORS=1 -P rombios.c > _rombios_.c
bcc -o rombios.s -C-c -D__i86__ -0 -S _rombios_.c
sed -e 's/^\.text//' -e 's/^\.data//' rombios.s > _rombios_.s
as86 _rombios_.s -b tmp.bin -u- -w- -g -0 -j -O -l rombios.txt
perl makesym.perl < rombios.txt > rombios.sym
mv tmp.bin BIOS-bochs-latest
./biossums BIOS-bochs-latest
Error reading 64KBytes from BIOS-bochs-latest.
make[7]: *** [Makefile:29: BIOS-bochs-latest] Error 1
make[7]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.16.4_pre1/work/xen-4.16.3/tools/firmware/rombios'
make[6]: *** [Makefile:9: all] Error 2
make[6]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.16.4_pre1/work/xen-4.16.3/tools/firmware/rombios'
make[5]: *** [/var/tmp/portage/app-emulation/xen-tools-4.16.4_pre1/work/xen-4.16.3/tools/firmware/../../tools/Rules.mk:166: subdir-all-rombios] Error 2
make[5]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.16.4_pre1/work/xen-4.16.3/tools/firmware'
make[4]: *** [/var/tmp/portage/app-emulation/xen-tools-4.16.4_pre1/work/xen-4.16.3/tools/firmware/../../tools/Rules.mk:161: subdirs-all] Error 2
make[4]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.16.4_pre1/work/xen-4.16.3/tools/firmware'
make[3]: *** [Makefile:37: all] Error 2
make[3]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.16.4_pre1/work/xen-4.16.3/tools/firmware'
make[2]: *** [/var/tmp/portage/app-emulation/xen-tools-4.16.4_pre1/work/xen-4.16.3/tools/../tools/Rules.mk:166: subdir-all-firmware] Error 2
make[2]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.16.4_pre1/work/xen-4.16.3/tools'
make[1]: *** [/var/tmp/portage/app-emulation/xen-tools-4.16.4_pre1/work/xen-4.16.3/tools/../tools/Rules.mk:161: subdirs-all] Error 2
make[1]: Leaving directory '/var/tmp/portage/app-emulation/xen-tools-4.16.4_pre1/work/xen-4.16.3/tools'
make: *** [Makefile:63: build-tools] Error 2
* ERROR: app-emulation/xen-tools-4.16.4_pre1::gentoo failed (compile phase):
* emake failed
*
* If you need support, post the output of `emerge --info '=app-emulation/xen-tools-4.16.4_pre1::gentoo'`,
* the complete build log and the output of `emerge -pqv '=app-emulation/xen-tools-4.16.4_pre1::gentoo'`.
* The complete build log is located at '/var/tmp/catalyst/log/app-emulation:xen-tools-4.16.4_pre1:20230606-030433.log'.
* For convenience, a symlink to the build log is located at '/var/tmp/portage/app-emulation/xen-tools-4.16.4_pre1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/app-emulation/xen-tools-4.16.4_pre1/temp/environment'.
* Working directory: '/var/tmp/portage/app-emulation/xen-tools-4.16.4_pre1/work/xen-4.16.3'
* S: '/var/tmp/portage/app-emulation/xen-tools-4.16.4_pre1/work/xen-4.16.3'
* Messages for package sys-power/acpid-2.0.34:
* Log file: /var/tmp/catalyst/log/sys-power:acpid-2.0.34:20230606-023822.log
* Unable to find kernel sources at /usr/src/linux
* Unable to calculate Linux Kernel version for build, attempting to use running version
* Messages for package acct-group/partimag-0-r1:
* Log file: /var/tmp/catalyst/log/acct-group:partimag-0-r1:20230606-023845.log
* Adding group 'partimag' to your system ...
* - Groupid: 91
* Messages for package acct-group/openvpn-0-r1:
* Log file: /var/tmp/catalyst/log/acct-group:openvpn-0-r1:20230606-023848.log
* Adding group 'openvpn' to your system ...
* - Groupid: 394
* Messages for package acct-group/sockd-0:
* Log file: /var/tmp/catalyst/log/acct-group:sockd-0:20230606-023849.log
* Adding group 'sockd' to your system ...
* - Groupid: 214
* Messages for package acct-group/ntp-0-r1:
* Log file: /var/tmp/catalyst/log/acct-group:ntp-0-r1:20230606-023850.log
* Adding group 'ntp' to your system ...
* - Groupid: 123
* Messages for package acct-group/pcap-0:
* Log file: /var/tmp/catalyst/log/acct-group:pcap-0:20230606-023854.log
* Adding group 'pcap' to your system ...
* - Groupid: 377
* Messages for package acct-group/mail-0-r1:
* Log file: /var/tmp/catalyst/log/acct-group:mail-0-r1:20230606-023858.log
* Adding group 'mail' to your system ...
* - Groupid: 12
* Messages for package acct-group/brltty-0:
* Log file: /var/tmp/catalyst/log/acct-group:brltty-0:20230606-023859.log
* Adding group 'brltty' to your system ...
* - Groupid: 506
* Messages for package acct-group/nullmail-0:
* Log file: /var/tmp/catalyst/log/acct-group:nullmail-0:20230606-023902.log
* Adding group 'nullmail' to your system ...
* - Groupid: 88
* Messages for package acct-group/locate-0-r1:
* Log file: /var/tmp/catalyst/log/acct-group:locate-0-r1:20230606-023917.log
* Adding group 'locate' to your system ...
* - Groupid: 245
* Messages for package acct-group/brlapi-0:
* Log file: /var/tmp/catalyst/log/acct-group:brlapi-0:20230606-023952.log
* Adding group 'brlapi' to your system ...
* - Groupid: 507
* Messages for package acct-group/pulse-access-0:
* Log file: /var/tmp/catalyst/log/acct-group:pulse-access-0:20230606-023953.log
* Adding group 'pulse-access' to your system ...
* - Groupid: 172
* Messages for package app-admin/hddtemp-0.3_beta15-r29:
* Log file: /var/tmp/catalyst/log/app-admin:hddtemp-0.3_beta15-r29:20230606-023958.log
* In order to update your hddtemp database, run:
* emerge --config =app-admin/hddtemp-0.3_beta15-r29 or update-hddtemp.db (if USE
* network-cron is enabled)
*
* If your hard drive is not recognized by hddtemp, please consider
* submitting your HDD info for inclusion into the Gentoo hddtemp
* database by filing a bug at https://bugs.gentoo.org/
*
* If hddtemp complains but finds your HDD temperature sensor, use the
* --quiet option to suppress the warning.
*
* (Note: Above message is only printed the first time package is
* installed. Please look at /usr/share/doc/hddtemp-0.3_beta15-r29/README.gentoo*
* for future reference)
* Messages for package net-misc/vconfig-1.9:
* Log file: /var/tmp/catalyst/log/net-misc:vconfig-1.9:20230606-024033.log
* MTU problems exist for many ethernet drivers.
* Reduce the MTU on the interface to 1496 to work around them.
* Messages for package sys-block/tw_cli-10.2.2.1-r2:
* Log file: /var/tmp/catalyst/log/sys-block:tw_cli-10.2.2.1-r2:20230606-024140.log
* This binary supports should support ALL cards, including, but not
* limited to the following series:
*
* PATA: 6xxx, 72xx, 74xx, 78xx, 7000, 7500, 7506
* SATA: 8006, 8500, 8506, 9500S, 9550SX, 9590SE,
* 9550SXU, 9650SE, 9650SE-{24M8,4LPME},
* 9690SA, 9750
*
* Release notes for this version are available at:
* http://www.lsi.com/downloads/Public/SATA/SATA%20Common%20Files//10.2.2.1_Release_Notes.pdf
* Messages for package sys-power/acpid-2.0.34:
* Log file: /var/tmp/catalyst/log/sys-power:acpid-2.0.34:20230606-024236.log
*
* You may wish to read the Gentoo Linux Power Management Guide,
* which can be found online at:
* https://wiki.gentoo.org/wiki/Power_management/Guide
*
* Messages for package sys-kernel/linux-firmware-20230515:
* Log file: /var/tmp/catalyst/log/sys-kernel:linux-firmware-20230515:20230606-024234.log
* USE=savedconfig is active. You must handle file collisions manually.
* If you are only interested in particular firmware files, edit the saved
* configfile and remove those that you do not want.
* Messages for package acct-user/partimag-0:
* Log file: /var/tmp/catalyst/log/acct-user:partimag-0:20230606-024341.log
* Adding user 'partimag' to your system ...
* - Userid: 91
* - Shell: /sbin/nologin
* - Home: /var/lib/partimage
* - Groups: partimag
* - GECOS: added by portage for partimag
* Updating comment for user 'partimag' ...
* - Comment: A user for sys-block/partimag
* Messages for package acct-user/openvpn-0-r1:
* Log file: /var/tmp/catalyst/log/acct-user:openvpn-0-r1:20230606-024352.log
* Adding user 'openvpn' to your system ...
* - Userid: 394
* - Shell: /sbin/nologin
* - Home: /dev/null
* - Groups: openvpn
* - GECOS: added by portage for openvpn
* Updating comment for user 'openvpn' ...
* - Comment: User for net-vpn/openvpn
* Messages for package acct-user/ntp-0-r1:
* Log file: /var/tmp/catalyst/log/acct-user:ntp-0-r1:20230606-024357.log
* Adding user 'ntp' to your system ...
* - Userid: 123
* - Shell: /sbin/nologin
* - Home: /dev/null
* - Groups: ntp
* - GECOS: added by portage for ntp
* Updating comment for user 'ntp' ...
* - Comment: user for ntp daemon
* Messages for package acct-user/sockd-0-r1:
* Log file: /var/tmp/catalyst/log/acct-user:sockd-0-r1:20230606-024355.log
* Adding user 'sockd' to your system ...
* - Userid: 214
* - Shell: /sbin/nologin
* - Home: /dev/null
* - Groups: sockd
* - GECOS: added by portage for sockd
* Updating comment for user 'sockd' ...
* - Comment: A user for net-proxy/dante
* Messages for package acct-user/pcap-0:
* Log file: /var/tmp/catalyst/log/acct-user:pcap-0:20230606-024423.log
* Adding user 'pcap' to your system ...
* - Userid: 377
* - Shell: /sbin/nologin
* - Home: /dev/null
* - Groups: pcap
* - GECOS: added by portage for pcap
* Updating comment for user 'pcap' ...
* - Comment: User for capturing network traffic
* Messages for package acct-user/brltty-0:
* Log file: /var/tmp/catalyst/log/acct-user:brltty-0:20230606-024447.log
* Adding user 'brltty' to your system ...
* - Userid: 506
* - Shell: /sbin/nologin
* - Home: /var/lib/brltty
* - Groups: brltty,audio,brlapi,dialout,input,pulse-access,root,tty
* - GECOS: added by portage for brltty
* Updating comment for user 'brltty' ...
* - Comment: user for brltty
* Messages for package acct-user/nullmail-0:
* Log file: /var/tmp/catalyst/log/acct-user:nullmail-0:20230606-024505.log
* Adding user 'nullmail' to your system ...
* - Userid: 88
* - Shell: /sbin/nologin
* - Home: /var/spool/nullmailer
* - Groups: nullmail
* - GECOS: added by portage for nullmail
* Updating comment for user 'nullmail' ...
* - Comment: A user for the nullmailer
* Messages for package sys-apps/mlocate-0.26-r3:
* Log file: /var/tmp/catalyst/log/sys-apps:mlocate-0.26-r3:20230606-024636.log
* The database for the locate command is generated daily by a cron job,
* if you install for the first time you can run the updatedb command manually now.
*
* Note that the /etc/updatedb.conf file is generic,
* please customize it to your system requirements.
* Messages for package media-sound/alsa-utils-1.2.8-r2:
* Log file: /var/tmp/catalyst/log/media-sound:alsa-utils-1.2.8-r2:20230606-024703.log
*
* To take advantage of the init script, and automate the process of
* saving and restoring sound-card mixer levels you should
* add alsasound to the boot runlevel. You can do this as
* root like so:
* # rc-update add alsasound boot
*
* The ALSA core should be built into the kernel or loaded through other
* means. There is no longer any modular auto(un)loading in alsa-utils.
* Messages for package app-benchmarks/dbench-4.0:
* Log file: /var/tmp/catalyst/log/app-benchmarks:dbench-4.0:20230606-024745.log
* You can find the client.txt file in /usr/share/dbench.
* Messages for package net-analyzer/openbsd-netcat-1.219_p1:
* Log file: /var/tmp/catalyst/log/net-analyzer:openbsd-netcat-1.219_p1:20230606-024809.log
* SO_REUSEPORT is introduced in linux 3.9. If your running kernel is older
* and kernel header is newer, nc will not listen correctly. Matching the header
* to the running kernel will do. See bug #490246 for details.
* Messages for package net-wireless/wpa_supplicant-2.10-r1:
* Log file: /var/tmp/catalyst/log/net-wireless:wpa_supplicant-2.10-r1:20230606-025000.log
* If this is a clean installation of wpa_supplicant, you have to create
* a configuration file named /etc/wpa_supplicant/wpa_supplicant.conf An
* example configuration file is available for reference in
* /usr/share/doc/wpa_supplicant-2.10-r1/
*
* (Note: Above message is only printed the first time package is
* installed. Please look at /usr/share/doc/wpa_supplicant-2.10-r1/README.gentoo*
* for future reference)
* Messages for package app-alternatives/cpio-0:
* Log file: /var/tmp/catalyst/log/app-alternatives:cpio-0:20230606-025125.log
* This package will overwrite one or more files that may belong to other
* packages (see list below).
*
* Detected file collision(s):
*
* /bin/cpio
*
* Searching all installed packages for file collisions...
*
* Press Ctrl-C to Stop
*
* None of the installed packages claim the file(s).
*
* Package 'app-alternatives/cpio-0' merged despite file collisions. If
* necessary, refer to your elog messages for the whole content of the
* above message.
* Messages for package app-text/wgetpaste-2.33-r1:
* Log file: /var/tmp/catalyst/log/app-text:wgetpaste-2.33-r1:20230606-025153.log
* Install additional packages for optional runtime features:
* app-text/ansifilter for ANSI (color code) stripping support
* x11-misc/xclip for xclip support
* Messages for package app-accessibility/espeakup-0.90:
* Log file: /var/tmp/catalyst/log/app-accessibility:espeakup-0.90:20230606-025154.log
* To get espeakup to start automatically, it is currently recommended
* that you add it to the default run level, by giving the following
* command as root.
*
* rc-update add espeakup default
*
* You can also set a default voice now for espeakup.
* See /etc/conf.d/espeakup for how to do this.
* Messages for package app-shells/zsh-5.9-r3:
* Log file: /var/tmp/catalyst/log/app-shells:zsh-5.9-r3:20230606-025159.log
* If you want to enable Portage completions and Gentoo prompt,
* emerge app-shells/gentoo-zsh-completions and add
* autoload -U compinit promptinit
* compinit
* promptinit; prompt gentoo
* to your ~/.zshrc
* Also, if you want to enable cache for the completions, add
* zstyle ':completion::complete:*' use-cache 1
* to your ~/.zshrc
* Note that a system zprofile startup file is installed. This will override
* PATH and possibly other variables that a user may set in ~/.zshenv.
* Custom PATH settings and similar overridden variables can be moved to ~/.zprofile
* or other user startup files that are sourced after the system zprofile.
* If PATH must be set in ~/.zshenv to affect things like non-login ssh shells,
* one method is to use a separate path-setting file that is conditionally sourced
* in ~/.zshenv and also sourced from ~/.zprofile. For more information, see the
* zshenv example in /usr/share/doc/zsh-5.9-r3/StartupFiles/.
* See https://wiki.gentoo.org/wiki/Zsh/HOWTO for more introduction documentation.
* Messages for package sys-apps/coreutils-9.3-r1:
* Log file: /var/tmp/catalyst/log/sys-apps:coreutils-9.3-r1:20230606-025155.log
* Make sure you run 'hash -r' in your active shells.
* You should also re-source your shell settings for LS_COLORS
* changes, such as: source /etc/profile
* Messages for package dev-lang/lua-5.3.6-r102:
* Log file: /var/tmp/catalyst/log/dev-lang:lua-5.3.6-r102:20230606-025231.log
* Install additional packages for optional runtime features:
* app-emacs/lua-mode for Lua support for Emacs
* Messages for package sys-apps/util-linux-2.38.1-r2:
* Log file: /var/tmp/catalyst/log/sys-apps:util-linux-2.38.1-r2:20230606-025233.log
* The mesg/wall/write tools have been disabled due to USE=-tty-helpers.
* Messages for package sys-apps/busybox-1.34.1-r2:
* Log file: /var/tmp/catalyst/log/sys-apps:busybox-1.34.1-r2:20230606-025256.log
* Could not locate user configfile, so we will save a default one
* Your configuration for sys-apps/busybox-1.34.1-r2 has been saved in
* "/etc/portage/savedconfig/sys-apps/busybox-1.34.1-r2" for your editing pleasure.
* You can edit these files by hand and remerge this package with
* USE=savedconfig to customise the configuration.
* You can rename this file/directory to one of the following for
* its configuration to apply to multiple versions:
* ${PORTAGE_CONFIGROOT}/etc/portage/savedconfig/
* [${CTARGET}|${CHOST}|""]/${CATEGORY}/[${PF}|${P}|${PN}]
* Messages for package app-misc/screen-4.9.0-r2:
* Log file: /var/tmp/catalyst/log/app-misc:screen-4.9.0-r2:20230606-025416.log
* Some dangerous key bindings have been removed or changed to more safe values.
* We enable some xterm hacks in our default screenrc, which might break some
* applications. Please check /etc/screenrc for information on these changes.
* This revision changes the screen socket location to /tmp/screen
* Messages for package net-misc/chrony-4.3-r5:
* Log file: /var/tmp/catalyst/log/net-misc:chrony-4.3-r5:20230606-025423.log
* To enable seccomp in a stricter mode, please modify:
* - /etc/conf.d/chronyd for OpenRC
* - systemctl edit chronyd for systemd
* to use -F 1 or -F -1 instead of -F 2 (see man chronyd)
* By default, we now use -F 2 which is a baseline/minimal filter.
* Messages for package net-vpn/openvpn-2.5.6-r1:
* Log file: /var/tmp/catalyst/log/net-vpn:openvpn-2.5.6-r1:20230606-025426.log
* The tmpfiles processor exited with a non-zero exit code
* The openvpn init script expects to find the configuration file
* openvpn.conf in /etc/openvpn along with any extra files it may need.
*
* To create more VPNs, simply create a new .conf file for it and
* then create a symlink to the openvpn init script from a link called
* openvpn.newconfname - like so
* cd /etc/openvpn
* nano foo.conf
* cd /etc/init.d
* ln -s openvpn openvpn.foo
*
* You can then treat openvpn.foo as any other service, so you can
* stop one vpn and start another if you need to.
* Messages for package sys-fs/mdadm-4.2-r1:
* Log file: /var/tmp/catalyst/log/sys-fs:mdadm-4.2-r1:20230606-025436.log
* If you're not relying on kernel auto-detect of your RAID
* devices, you need to add 'mdraid' to your 'boot' runlevel:
* rc-update add mdraid boot
* Messages for package net-dialup/ppp-2.5.0-r3:
* Log file: /var/tmp/catalyst/log/net-dialup:ppp-2.5.0-r3:20230606-025409.log
* Unable to find kernel sources at /usr/src/linux
* Unable to calculate Linux Kernel version for build, attempting to use running version
* Messages for package sys-boot/grub-2.06-r6:
* Log file: /var/tmp/catalyst/log/sys-boot:grub-2.06-r6:20230606-025448.log
* For information on how to configure GRUB2 please refer to the guide:
* https://wiki.gentoo.org/wiki/GRUB2_Quick_Start
*
* Install additional packages for optional runtime features:
* sys-boot/os-prober for detecting other operating systems (grub-mkconfig)
* dev-libs/libisoburn for creating rescue media (grub-mkrescue)
* Messages for package dev-python/pyjwt-2.6.0:
* Log file: /var/tmp/catalyst/log/dev-python:pyjwt-2.6.0:20230606-025559.log
* Install additional packages for optional runtime features:
* dev-python/cryptography for cryptography
* Messages for package dev-python/lxml-4.9.2:
* Log file: /var/tmp/catalyst/log/dev-python:lxml-4.9.2:20230606-025513.log
* Install additional packages for optional runtime features:
* dev-python/beautifulsoup4 for Support for BeautifulSoup as a parser backend
* dev-python/cssselect for Translates CSS selectors to XPath 1.0 expressions
* Messages for package sys-process/iotop-0.6_p20230124:
* Log file: /var/tmp/catalyst/log/sys-process:iotop-0.6_p20230124:20230606-025628.log
* Since Linux 5.14, sysctl kernel.task_delayacct should be enabled
* This can be enabled by running: 'sysctl kernel.task_delayacct=1'
* And can be made persistent by adding 'kernel.task_delayacct = 1' to /etc/sysctl.conf
* Messages for package app-misc/livecd-tools-2.9:
* Log file: /var/tmp/catalyst/log/app-misc:livecd-tools-2.9:20230606-025727.log
* This package is designed for use on the LiveCD only and will do
* unspeakably horrible and unexpected things on a normal system.
* YOU HAVE BEEN WARNED!!!
* Messages for package app-admin/syslog-ng-4.0.1:
* Log file: /var/tmp/catalyst/log/app-admin:syslog-ng-4.0.1:20230606-025755.log
* It is highly recommended that app-admin/logrotate be emerged to
* manage the log files. syslog-ng installs a file in /etc/logrotate.d
* for logrotate to use.
* Messages for package app-misc/mc-4.8.29:
* Log file: /var/tmp/catalyst/log/app-misc:mc-4.8.29:20230606-025759.log
* To enable exiting to latest working directory,
* put this into your ~/.bashrc:
* . /usr/libexec/mc/mc.sh
* Messages for package mail-mta/nullmailer-2.2-r2:
* Log file: /var/tmp/catalyst/log/mail-mta:nullmailer-2.2-r2:20230606-025815.log
* To create an initial setup, please do:
* emerge --config =mail-mta/nullmailer-2.2-r2
* Messages for package app-emacs/emacs-common-1.8:
* Log file: /var/tmp/catalyst/log/app-emacs:emacs-common-1.8:20230606-025826.log
* All site initialisation for Gentoo-installed packages is added to
* /usr/share/emacs/site-lisp/site-gentoo.el. In order for this site
* initialisation to be loaded for all users automatically, a default
* site startup file /etc/emacs/site-start.el is installed. You are
* responsible for maintenance of this file.
*
* Alternatively, individual users can add the following command:
*
* (require 'site-gentoo)
*
* to their ~/.emacs initialisation files, or, for greater flexibility,
* users may load single package-specific initialisation files from the
* /usr/share/emacs/site-lisp/site-gentoo.d/ directory.
*
* (Note: Above message is only printed the first time package is
* installed. Please look at /usr/share/doc/emacs-common-1.8/README.gentoo*
* for future reference)
* Messages for package app-vim/gentoo-syntax-10:
* Log file: /var/tmp/catalyst/log/app-vim:gentoo-syntax-10:20230606-025837.log
*
* This plugin provides documentation via vim's help system. To
* view it, use:
* :help gentoo-syntax
*
* This plugin makes use of filetype settings. To enable these,
* add lines like:
* filetype plugin on
* filetype indent on
* to your ~/.vimrc file.
*
* Messages for package app-editors/emacs-28.2-r8:
* Log file: /var/tmp/catalyst/log/app-editors:emacs-28.2-r8:20230606-025855.log
* You can set the version to be started by /usr/bin/emacs through the
* Emacs eselect module, which also redirects man and info pages.
* Therefore, several Emacs versions can be installed at the same time.
* "man emacs.eselect" for details.
*
* If you upgrade from a previous major version of Emacs, then it is
* strongly recommended that you use app-admin/emacs-updater to rebuild
* all byte-compiled elisp files of the installed Emacs packages.
*
* (Note: Above message is only printed the first time package is
* installed. Please look at /usr/share/doc/emacs-28.2-r8/README.gentoo*
* for future reference)
* Messages for package app-emacs/ebuild-mode-1.63:
* Log file: /var/tmp/catalyst/log/app-emacs:ebuild-mode-1.63:20230606-025914.log
* Install additional packages for optional runtime features:
* dev-util/pkgdev for additional development tools
* dev-util/pkgcheck for ebuild QA utilities
* dev-python/docutils-glep for generating HTML from GLEPs
* Messages for package dev-python/ssl-fetch-0.4-r1:
* Log file: /var/tmp/catalyst/log/dev-python:ssl-fetch-0.4-r1:20230606-025945.log
* This is beta software.
* The APIs it installs should be considered unstable
* and are subject to change in these early versions.
*
* Please file any enhancement requests, or bugs
* at https://github.com/dol-sen/ssl-fetch/issues
* Messages for package app-portage/gentoolkit-0.6.1-r3:
* Log file: /var/tmp/catalyst/log/app-portage:gentoolkit-0.6.1-r3:20230606-025948.log
*
* For further information on gentoolkit, please read the gentoolkit
* guide: https://wiki.gentoo.org/wiki/Gentoolkit
*
* Another alternative to equery is app-portage/portage-utils
*
* Additional tools that may be of interest:
*
* app-admin/eclean-kernel
* app-portage/diffmask
* app-portage/flaggie
* app-portage/portpeek
* app-portage/smart-live-rebuild
* Messages for package net-fs/cifs-utils-6.15-r1:
* Log file: /var/tmp/catalyst/log/net-fs:cifs-utils-6.15-r1:20230606-030204.log
* Unable to find kernel sources at /usr/src/linux
* Unable to calculate Linux Kernel version for build, attempting to use running version
* setuid use flag was dropped due to multiple security implications
* such as CVE-2009-2948, CVE-2011-3585 and CVE-2012-1586
* You are free to set setuid flags by yourself
* Messages for package dev-vcs/git-2.39.3:
* Log file: /var/tmp/catalyst/log/dev-vcs:git-2.39.3:20230606-030238.log
* Please read /usr/share/bash-completion/completions/git for Git bash command
* completion.
* Please read /usr/share/git/git-prompt.sh for Git bash prompt
* Note that the prompt bash code is now in that separate script
* Some scripts require additional dependencies:
* dev-util/quilt for git-quiltimport
* www-servers/lighttpd for git-instaweb
* www-servers/apache for git-instaweb
* www-servers/nginx for git-instaweb
* Messages for package sys-fs/lvm2-2.03.21:
* Log file: /var/tmp/catalyst/log/sys-fs:lvm2-2.03.21:20230606-030146.log
* Unable to find kernel sources at /usr/src/linux
* Unable to calculate Linux Kernel version for build, attempting to use running version
* Make sure the "lvm" init script is in the runlevels:
* # rc-update add lvm boot
*
* Make sure to enable lvmetad in /etc/lvm/lvm.conf if you want
* to enable lvm autoactivation and metadata caching.
* Found the following problematic permissions:
*
* drwxrwxrwt /run
*
* Expected:
*
* drwxr-xr-x /run
*
* This is known to cause problems for udev-enabled LVM services.
* Messages for package net-fs/nfs-utils-2.6.3-r2:
* Log file: /var/tmp/catalyst/log/net-fs:nfs-utils-2.6.3-r2:20230606-030209.log
* Unable to find kernel sources at /usr/src/linux
* Unable to calculate Linux Kernel version for build, attempting to use running version
* If you use OpenRC, the nfsmount service has been replaced with nfsclient.
* If you were using nfsmount, please add nfsclient and netmount to the
* same runlevel as nfsmount.
* Messages for package app-accessibility/speech-dispatcher-0.11.4-r2:
* Log file: /var/tmp/catalyst/log/app-accessibility:speech-dispatcher-0.11.4-r2:20230606-030228.log
* You have disabled pulseaudio support.
* pulseaudio is speech-dispatcher's default audio subsystem.
*
* You must edit /etc/speech-dispatcher/speechd.conf
* and make sure the settings there match your system.
*
* Messages for package sys-fs/dmraid-1.0.0_rc16-r7:
* Log file: /var/tmp/catalyst/log/sys-fs:dmraid-1.0.0_rc16-r7:20230606-030419.log
* For booting Gentoo from Device-Mapper RAID you can use a Genkernel initramfs.
*
* Genkernel will generate the kernel and the initramfs with a statically
* linked dmraid binary (its own version which may not be the same as this version):
* emerge -av sys-kernel/genkernel
* genkernel --dmraid all
*
* A pre-patched distfile of this version of DMRAID has been installed at
* /usr/share/dmraid/dmraid-1.0.0.rc16-3-prepatched.tar.bz2 , to support using it within a
* Genkernel initramfs.
*
* If you would rather use this version of DMRAID with Genkernel, update the following
* in /etc/genkernel.conf:
* DMRAID_VER="1.0.0.rc16-3"
* DMRAID_SRCTAR="/usr/share/dmraid/dmraid-1.0.0.rc16-3-prepatched.tar.bz2"
*
* Messages for package sys-fs/multipath-tools-0.9.3-r2:
* Log file: /var/tmp/catalyst/log/sys-fs:multipath-tools-0.9.3-r2:20230606-030424.log
* If you need multipath on your system, you must
* add 'multipath' into your boot runlevel!
* Messages for package app-accessibility/brltty-6.5:
* Log file: /var/tmp/catalyst/log/app-accessibility:brltty-6.5:20230606-030429.log
* please be sure /etc/brltty.conf is correct for your system.
*
* To make brltty start on boot on an OpenRC system, type this command:
* # rc-update add brltty boot
*
* If you are using systemd, type this command:
* # systemctl daemon-reload
*
* Please reload udev by typing:
* # udevadm control --reload
* Messages for package app-emulation/xen-tools-4.16.4_pre1:
* Log file: /var/tmp/catalyst/log/app-emulation:xen-tools-4.16.4_pre1:20230606-030433.log
* ERROR: app-emulation/xen-tools-4.16.4_pre1::gentoo failed (compile phase):
* emake failed
*
* If you need support, post the output of `emerge --info '=app-emulation/xen-tools-4.16.4_pre1::gentoo'`,
* the complete build log and the output of `emerge -pqv '=app-emulation/xen-tools-4.16.4_pre1::gentoo'`.
* The complete build log is located at '/var/tmp/catalyst/log/app-emulation:xen-tools-4.16.4_pre1:20230606-030433.log'.
* For convenience, a symlink to the build log is located at '/var/tmp/portage/app-emulation/xen-tools-4.16.4_pre1/temp/build.log'.
* The ebuild environment file is located at '/var/tmp/portage/app-emulation/xen-tools-4.16.4_pre1/temp/environment'.
* Working directory: '/var/tmp/portage/app-emulation/xen-tools-4.16.4_pre1/work/xen-4.16.3'
* S: '/var/tmp/portage/app-emulation/xen-tools-4.16.4_pre1/work/xen-4.16.3'
* Messages for package dev-lang/rust-1.69.0-r1:
* Log file: /var/tmp/catalyst/log/dev-lang:rust-1.69.0-r1:20230606-030450.log
* install app-emacs/rust-mode to get emacs support for rust.
* install app-vim/rust-vim to get vim support for rust.
06 Jun 2023 03:47:43 UTC: ERROR : CatalystError: cmd(['/usr/share/catalyst/targets/livecd-stage1/controller.sh', 'build_packages', 'app-accessibility/brltty', 'app-accessibility/espeakup', 'app-admin/hddtemp', 'app-admin/pwgen', 'app-admin/syslog-ng', 'app-admin/sysstat', 'app-admin/testdisk', 'app-arch/bzip2', 'app-arch/cpio', 'app-arch/dpkg', 'app-arch/gzip', 'app-arch/mt-st', 'app-arch/p7zip', 'app-arch/pbzip2', 'app-arch/tar', 'app-arch/unrar', 'app-arch/unzip', 'app-backup/duplicity', 'app-backup/fsarchiver', 'app-benchmarks/bonnie', 'app-benchmarks/bonnie++', 'app-benchmarks/dbench', 'app-benchmarks/iozone', 'app-benchmarks/stress', 'app-benchmarks/tiobench', 'app-crypt/gnupg', 'app-crypt/pinentry', 'app-editors/emacs', 'app-editors/hexcurse', 'app-editors/hexedit', 'app-editors/mg', 'app-editors/nano', 'app-editors/vim', 'app-emacs/ebuild-mode', 'app-emulation/cloud-init', 'app-emulation/xen-tools', 'app-misc/colordiff', 'app-misc/livecd-tools', 'app-misc/mc', 'app-misc/pax-
utils', 'app-misc/screen', 'app-misc/tmux', 'app-portage/cpuid2cpuflags', 'app-portage/eix', 'app-portage/gentoolkit', 'app-portage/mirrorselect', 'app-portage/portage-utils', 'app-shells/bash-completion', 'app-shells/gentoo-bashcomp', 'app-shells/zsh', 'app-text/tree', 'app-text/dos2unix', 'app-text/wgetpaste', 'app-vim/gentoo-syntax', 'dev-lang/perl', 'dev-lang/python', 'dev-vcs/git', 'media-gfx/fbgrab', 'media-sound/alsa-utils', 'net-analyzer/iptraf-ng', 'net-analyzer/openbsd-netcat', 'net-analyzer/tcptraceroute', 'net-analyzer/traceroute', 'net-analyzer/tcpdump', 'net-analyzer/nmap', 'net-dialup/mingetty', 'net-dialup/minicom', 'net-dialup/pptpclient', 'net-dialup/rp-pppoe', 'net-dns/bind-tools', 'net-fs/cifs-utils', 'net-fs/nfs-utils', 'net-ftp/ftp', 'net-ftp/ncftp', 'net-irc/irssi', 'net-misc/curl', 'net-misc/chrony', 'net-misc/dhcpcd', 'net-misc/iputils', 'net-misc/ndisc6', 'net-misc/openssh', 'net-misc/rdate', 'net-misc/rsync', 'net-misc/telnet-bsd', 'net-misc/vconfig', 'net
-misc/wget', 'net-misc/whois', 'net-proxy/dante', 'net-proxy/tsocks', 'net-vpn/openvpn', 'net-wireless/b43-fwcutter', 'net-wireless/iw', 'net-wireless/wireless-tools', 'net-wireless/wpa_supplicant', 'sys-apps/arch-chroot', 'sys-apps/arrayprobe', 'sys-apps/acl', 'sys-apps/attr', 'sys-apps/busybox', 'sys-apps/cciss_vol_status', 'sys-apps/chname', 'sys-apps/coreutils', 'sys-apps/dcfldd', 'sys-apps/diffutils', 'sys-apps/dmidecode', 'sys-apps/dstat', 'sys-apps/ethtool', 'sys-apps/file', 'sys-apps/findutils', 'sys-apps/flashrom', 'sys-apps/fxload', 'sys-apps/gawk', 'sys-apps/gptfdisk', 'sys-apps/grep', 'sys-apps/hdparm', 'sys-apps/ipmitool', 'sys-apps/iproute2', 'sys-apps/less', 'sys-apps/man-db', 'sys-apps/man-pages', 'sys-apps/man-pages-posix', 'sys-apps/memtester', 'sys-apps/memtest86+', 'sys-apps/mlocate', 'sys-apps/netplug', 'sys-apps/nvme-cli', 'sys-apps/pciutils', 'sys-apps/pcmciautils', 'sys-apps/sdparm', 'sys-apps/usbutils', 'sys-apps/sed', 'sys-apps/setserial', 'sys-apps/sg3_uti
ls', 'sys-apps/smartmontools', 'sys-apps/usbutils', 'sys-apps/which', 'sys-auth/ssh-import-id', 'sys-block/aoetools', 'sys-block/fio', 'sys-block/mtx', 'sys-block/open-iscsi', 'sys-block/parted', 'sys-block/partimage', 'sys-block/tw_cli', 'sys-boot/efibootmgr', 'sys-boot/grub', 'sys-firmware/ipw2100-firmware', 'sys-firmware/ipw2200-firmware', 'sys-fs/bcache-tools', 'sys-fs/btrfs-progs', 'sys-fs/cryptsetup', 'sys-fs/ddrescue', 'sys-fs/dislocker', 'sys-fs/dmraid', 'sys-fs/dosfstools', 'sys-fs/e2fsprogs', 'sys-fs/exfat-utils', 'sys-fs/extundelete', 'sys-fs/f2fs-tools', 'sys-fs/genfstab', 'sys-fs/jfsutils', 'sys-fs/lsscsi', 'sys-fs/lvm2', 'sys-fs/mac-fdisk', 'sys-fs/mdadm', 'sys-fs/multipath-tools', 'sys-fs/ncdu', 'sys-fs/ntfs3g', 'sys-fs/reiserfsprogs', 'sys-fs/xfsprogs', 'sys-kernel/linux-firmware', 'sys-libs/gpm', 'sys-libs/libsmbios', 'sys-power/acpid', 'sys-process/htop', 'sys-process/lsof', 'sys-process/iotop', 'sys-process/procps', 'sys-process/psmisc', 'www-client/links']) exite
d 1
ERROR:catalyst:CatalystError: cmd(['/usr/share/catalyst/targets/livecd-stage1/controller.sh', 'build_packages', 'app-accessibility/brltty', 'app-accessibility/espeakup', 'app-admin/hddtemp', 'app-admin/pwgen', 'app-admin/syslog-ng', 'app-admin/sysstat', 'app-admin/testdisk', 'app-arch/bzip2', 'app-arch/cpio', 'app-arch/dpkg', 'app-arch/gzip', 'app-arch/mt-st', 'app-arch/p7zip', 'app-arch/pbzip2', 'app-arch/tar', 'app-arch/unrar', 'app-arch/unzip', 'app-backup/duplicity', 'app-backup/fsarchiver', 'app-benchmarks/bonnie', 'app-benchmarks/bonnie++', 'app-benchmarks/dbench', 'app-benchmarks/iozone', 'app-benchmarks/stress', 'app-benchmarks/tiobench', 'app-crypt/gnupg', 'app-crypt/pinentry', 'app-editors/emacs', 'app-editors/hexcurse', 'app-editors/hexedit', 'app-editors/mg', 'app-editors/nano', 'app-editors/vim', 'app-emacs/ebuild-mode', 'app-emulation/cloud-init', 'app-emulation/xen-tools', 'app-misc/colordiff', 'app-misc/livecd-tools', 'app-misc/mc', 'app-misc/pax-utils', 'app-misc/scr
een', 'app-misc/tmux', 'app-portage/cpuid2cpuflags', 'app-portage/eix', 'app-portage/gentoolkit', 'app-portage/mirrorselect', 'app-portage/portage-utils', 'app-shells/bash-completion', 'app-shells/gentoo-bashcomp', 'app-shells/zsh', 'app-text/tree', 'app-text/dos2unix', 'app-text/wgetpaste', 'app-vim/gentoo-syntax', 'dev-lang/perl', 'dev-lang/python', 'dev-vcs/git', 'media-gfx/fbgrab', 'media-sound/alsa-utils', 'net-analyzer/iptraf-ng', 'net-analyzer/openbsd-netcat', 'net-analyzer/tcptraceroute', 'net-analyzer/traceroute', 'net-analyzer/tcpdump', 'net-analyzer/nmap', 'net-dialup/mingetty', 'net-dialup/minicom', 'net-dialup/pptpclient', 'net-dialup/rp-pppoe', 'net-dns/bind-tools', 'net-fs/cifs-utils', 'net-fs/nfs-utils', 'net-ftp/ftp', 'net-ftp/ncftp', 'net-irc/irssi', 'net-misc/curl', 'net-misc/chrony', 'net-misc/dhcpcd', 'net-misc/iputils', 'net-misc/ndisc6', 'net-misc/openssh', 'net-misc/rdate', 'net-misc/rsync', 'net-misc/telnet-bsd', 'net-misc/vconfig', 'net-misc/wget', 'net-mis
c/whois', 'net-proxy/dante', 'net-proxy/tsocks', 'net-vpn/openvpn', 'net-wireless/b43-fwcutter', 'net-wireless/iw', 'net-wireless/wireless-tools', 'net-wireless/wpa_supplicant', 'sys-apps/arch-chroot', 'sys-apps/arrayprobe', 'sys-apps/acl', 'sys-apps/attr', 'sys-apps/busybox', 'sys-apps/cciss_vol_status', 'sys-apps/chname', 'sys-apps/coreutils', 'sys-apps/dcfldd', 'sys-apps/diffutils', 'sys-apps/dmidecode', 'sys-apps/dstat', 'sys-apps/ethtool', 'sys-apps/file', 'sys-apps/findutils', 'sys-apps/flashrom', 'sys-apps/fxload', 'sys-apps/gawk', 'sys-apps/gptfdisk', 'sys-apps/grep', 'sys-apps/hdparm', 'sys-apps/ipmitool', 'sys-apps/iproute2', 'sys-apps/less', 'sys-apps/man-db', 'sys-apps/man-pages', 'sys-apps/man-pages-posix', 'sys-apps/memtester', 'sys-apps/memtest86+', 'sys-apps/mlocate', 'sys-apps/netplug', 'sys-apps/nvme-cli', 'sys-apps/pciutils', 'sys-apps/pcmciautils', 'sys-apps/sdparm', 'sys-apps/usbutils', 'sys-apps/sed', 'sys-apps/setserial', 'sys-apps/sg3_utils', 'sys-apps/smartm
ontools', 'sys-apps/usbutils', 'sys-apps/which', 'sys-auth/ssh-import-id', 'sys-block/aoetools', 'sys-block/fio', 'sys-block/mtx', 'sys-block/open-iscsi', 'sys-block/parted', 'sys-block/partimage', 'sys-block/tw_cli', 'sys-boot/efibootmgr', 'sys-boot/grub', 'sys-firmware/ipw2100-firmware', 'sys-firmware/ipw2200-firmware', 'sys-fs/bcache-tools', 'sys-fs/btrfs-progs', 'sys-fs/cryptsetup', 'sys-fs/ddrescue', 'sys-fs/dislocker', 'sys-fs/dmraid', 'sys-fs/dosfstools', 'sys-fs/e2fsprogs', 'sys-fs/exfat-utils', 'sys-fs/extundelete', 'sys-fs/f2fs-tools', 'sys-fs/genfstab', 'sys-fs/jfsutils', 'sys-fs/lsscsi', 'sys-fs/lvm2', 'sys-fs/mac-fdisk', 'sys-fs/mdadm', 'sys-fs/multipath-tools', 'sys-fs/ncdu', 'sys-fs/ntfs3g', 'sys-fs/reiserfsprogs', 'sys-fs/xfsprogs', 'sys-kernel/linux-firmware', 'sys-libs/gpm', 'sys-libs/libsmbios', 'sys-power/acpid', 'sys-process/htop', 'sys-process/lsof', 'sys-process/iotop', 'sys-process/procps', 'sys-process/psmisc', 'www-client/links']) exited 1
06 Jun 2023 03:47:43 UTC: ERROR : Exception running action sequence build_packages
Traceback (most recent call last):
File "/usr/lib/python3.11/site-packages/catalyst/base/stagebase.py", line 38, in run_sequence
func()
File "/usr/lib/python3.11/site-packages/catalyst/base/stagebase.py", line 1551, in build_packages
cmd(command, env=self.env)
File "/usr/lib/python3.11/site-packages/catalyst/support.py", line 66, in cmd
raise CatalystError('cmd(%r) exited %s' % (args, ret),
catalyst.support.CatalystError: cmd(['/usr/share/catalyst/targets/livecd-stage1/controller.sh', 'build_packages', 'app-accessibility/brltty', 'app-accessibility/espeakup', 'app-admin/hddtemp', 'app-admin/pwgen', 'app-admin/syslog-ng', 'app-admin/sysstat', 'app-admin/testdisk', 'app-arch/bzip2', 'app-arch/cpio', 'app-arch/dpkg', 'app-arch/gzip', 'app-arch/mt-st', 'app-arch/p7zip', 'app-arch/pbzip2', 'app-arch/tar', 'app-arch/unrar', 'app-arch/unzip', 'app-backup/duplicity', 'app-backup/fsarchiver', 'app-benchmarks/bonnie', 'app-benchmarks/bonnie++', 'app-benchmarks/dbench', 'app-benchmarks/iozone', 'app-benchmarks/stress', 'app-benchmarks/tiobench', 'app-crypt/gnupg', 'app-crypt/pinentry', 'app-editors/emacs', 'app-editors/hexcurse', 'app-editors/hexedit', 'app-editors/mg', 'app-editors/nano', 'app-editors/vim', 'app-emacs/ebuild-mode', 'app-emulation/cloud-init', 'app-emulation/xen-tools', 'app-misc/colordiff', 'app-misc/livecd-tools', 'app-misc/mc', 'app-misc/pax-utils', 'app-misc/s
creen', 'app-misc/tmux', 'app-portage/cpuid2cpuflags', 'app-portage/eix', 'app-portage/gentoolkit', 'app-portage/mirrorselect', 'app-portage/portage-utils', 'app-shells/bash-completion', 'app-shells/gentoo-bashcomp', 'app-shells/zsh', 'app-text/tree', 'app-text/dos2unix', 'app-text/wgetpaste', 'app-vim/gentoo-syntax', 'dev-lang/perl', 'dev-lang/python', 'dev-vcs/git', 'media-gfx/fbgrab', 'media-sound/alsa-utils', 'net-analyzer/iptraf-ng', 'net-analyzer/openbsd-netcat', 'net-analyzer/tcptraceroute', 'net-analyzer/traceroute', 'net-analyzer/tcpdump', 'net-analyzer/nmap', 'net-dialup/mingetty', 'net-dialup/minicom', 'net-dialup/pptpclient', 'net-dialup/rp-pppoe', 'net-dns/bind-tools', 'net-fs/cifs-utils', 'net-fs/nfs-utils', 'net-ftp/ftp', 'net-ftp/ncftp', 'net-irc/irssi', 'net-misc/curl', 'net-misc/chrony', 'net-misc/dhcpcd', 'net-misc/iputils', 'net-misc/ndisc6', 'net-misc/openssh', 'net-misc/rdate', 'net-misc/rsync', 'net-misc/telnet-bsd', 'net-misc/vconfig', 'net-misc/wget', 'net-m
isc/whois', 'net-proxy/dante', 'net-proxy/tsocks', 'net-vpn/openvpn', 'net-wireless/b43-fwcutter', 'net-wireless/iw', 'net-wireless/wireless-tools', 'net-wireless/wpa_supplicant', 'sys-apps/arch-chroot', 'sys-apps/arrayprobe', 'sys-apps/acl', 'sys-apps/attr', 'sys-apps/busybox', 'sys-apps/cciss_vol_status', 'sys-apps/chname', 'sys-apps/coreutils', 'sys-apps/dcfldd', 'sys-apps/diffutils', 'sys-apps/dmidecode', 'sys-apps/dstat', 'sys-apps/ethtool', 'sys-apps/file', 'sys-apps/findutils', 'sys-apps/flashrom', 'sys-apps/fxload', 'sys-apps/gawk', 'sys-apps/gptfdisk', 'sys-apps/grep', 'sys-apps/hdparm', 'sys-apps/ipmitool', 'sys-apps/iproute2', 'sys-apps/less', 'sys-apps/man-db', 'sys-apps/man-pages', 'sys-apps/man-pages-posix', 'sys-apps/memtester', 'sys-apps/memtest86+', 'sys-apps/mlocate', 'sys-apps/netplug', 'sys-apps/nvme-cli', 'sys-apps/pciutils', 'sys-apps/pcmciautils', 'sys-apps/sdparm', 'sys-apps/usbutils', 'sys-apps/sed', 'sys-apps/setserial', 'sys-apps/sg3_utils', 'sys-apps/smar
tmontools', 'sys-apps/usbutils', 'sys-apps/which', 'sys-auth/ssh-import-id', 'sys-block/aoetools', 'sys-block/fio', 'sys-block/mtx', 'sys-block/open-iscsi', 'sys-block/parted', 'sys-block/partimage', 'sys-block/tw_cli', 'sys-boot/efibootmgr', 'sys-boot/grub', 'sys-firmware/ipw2100-firmware', 'sys-firmware/ipw2200-firmware', 'sys-fs/bcache-tools', 'sys-fs/btrfs-progs', 'sys-fs/cryptsetup', 'sys-fs/ddrescue', 'sys-fs/dislocker', 'sys-fs/dmraid', 'sys-fs/dosfstools', 'sys-fs/e2fsprogs', 'sys-fs/exfat-utils', 'sys-fs/extundelete', 'sys-fs/f2fs-tools', 'sys-fs/genfstab', 'sys-fs/jfsutils', 'sys-fs/lsscsi', 'sys-fs/lvm2', 'sys-fs/mac-fdisk', 'sys-fs/mdadm', 'sys-fs/multipath-tools', 'sys-fs/ncdu', 'sys-fs/ntfs3g', 'sys-fs/reiserfsprogs', 'sys-fs/xfsprogs', 'sys-kernel/linux-firmware', 'sys-libs/gpm', 'sys-libs/libsmbios', 'sys-power/acpid', 'sys-process/htop', 'sys-process/lsof', 'sys-process/iotop', 'sys-process/procps', 'sys-process/psmisc', 'www-client/links']) exited 1
ERROR:catalyst:Exception running action sequence build_packages
Traceback (most recent call last):
File "/usr/lib/python3.11/site-packages/catalyst/base/stagebase.py", line 38, in run_sequence
func()
File "/usr/lib/python3.11/site-packages/catalyst/base/stagebase.py", line 1551, in build_packages
cmd(command, env=self.env)
File "/usr/lib/python3.11/site-packages/catalyst/support.py", line 66, in cmd
raise CatalystError('cmd(%r) exited %s' % (args, ret),
catalyst.support.CatalystError: cmd(['/usr/share/catalyst/targets/livecd-stage1/controller.sh', 'build_packages', 'app-accessibility/brltty', 'app-accessibility/espeakup', 'app-admin/hddtemp', 'app-admin/pwgen', 'app-admin/syslog-ng', 'app-admin/sysstat', 'app-admin/testdisk', 'app-arch/bzip2', 'app-arch/cpio', 'app-arch/dpkg', 'app-arch/gzip', 'app-arch/mt-st', 'app-arch/p7zip', 'app-arch/pbzip2', 'app-arch/tar', 'app-arch/unrar', 'app-arch/unzip', 'app-backup/duplicity', 'app-backup/fsarchiver', 'app-benchmarks/bonnie', 'app-benchmarks/bonnie++', 'app-benchmarks/dbench', 'app-benchmarks/iozone', 'app-benchmarks/stress', 'app-benchmarks/tiobench', 'app-crypt/gnupg', 'app-crypt/pinentry', 'app-editors/emacs', 'app-editors/hexcurse', 'app-editors/hexedit', 'app-editors/mg', 'app-editors/nano', 'app-editors/vim', 'app-emacs/ebuild-mode', 'app-emulation/cloud-init', 'app-emulation/xen-tools', 'app-misc/colordiff', 'app-misc/livecd-tools', 'app-misc/mc', 'app-misc/pax-utils', 'app-misc/s
creen', 'app-misc/tmux', 'app-portage/cpuid2cpuflags', 'app-portage/eix', 'app-portage/gentoolkit', 'app-portage/mirrorselect', 'app-portage/portage-utils', 'app-shells/bash-completion', 'app-shells/gentoo-bashcomp', 'app-shells/zsh', 'app-text/tree', 'app-text/dos2unix', 'app-text/wgetpaste', 'app-vim/gentoo-syntax', 'dev-lang/perl', 'dev-lang/python', 'dev-vcs/git', 'media-gfx/fbgrab', 'media-sound/alsa-utils', 'net-analyzer/iptraf-ng', 'net-analyzer/openbsd-netcat', 'net-analyzer/tcptraceroute', 'net-analyzer/traceroute', 'net-analyzer/tcpdump', 'net-analyzer/nmap', 'net-dialup/mingetty', 'net-dialup/minicom', 'net-dialup/pptpclient', 'net-dialup/rp-pppoe', 'net-dns/bind-tools', 'net-fs/cifs-utils', 'net-fs/nfs-utils', 'net-ftp/ftp', 'net-ftp/ncftp', 'net-irc/irssi', 'net-misc/curl', 'net-misc/chrony', 'net-misc/dhcpcd', 'net-misc/iputils', 'net-misc/ndisc6', 'net-misc/openssh', 'net-misc/rdate', 'net-misc/rsync', 'net-misc/telnet-bsd', 'net-misc/vconfig', 'net-misc/wget', 'net-m
isc/whois', 'net-proxy/dante', 'net-proxy/tsocks', 'net-vpn/openvpn', 'net-wireless/b43-fwcutter', 'net-wireless/iw', 'net-wireless/wireless-tools', 'net-wireless/wpa_supplicant', 'sys-apps/arch-chroot', 'sys-apps/arrayprobe', 'sys-apps/acl', 'sys-apps/attr', 'sys-apps/busybox', 'sys-apps/cciss_vol_status', 'sys-apps/chname', 'sys-apps/coreutils', 'sys-apps/dcfldd', 'sys-apps/diffutils', 'sys-apps/dmidecode', 'sys-apps/dstat', 'sys-apps/ethtool', 'sys-apps/file', 'sys-apps/findutils', 'sys-apps/flashrom', 'sys-apps/fxload', 'sys-apps/gawk', 'sys-apps/gptfdisk', 'sys-apps/grep', 'sys-apps/hdparm', 'sys-apps/ipmitool', 'sys-apps/iproute2', 'sys-apps/less', 'sys-apps/man-db', 'sys-apps/man-pages', 'sys-apps/man-pages-posix', 'sys-apps/memtester', 'sys-apps/memtest86+', 'sys-apps/mlocate', 'sys-apps/netplug', 'sys-apps/nvme-cli', 'sys-apps/pciutils', 'sys-apps/pcmciautils', 'sys-apps/sdparm', 'sys-apps/usbutils', 'sys-apps/sed', 'sys-apps/setserial', 'sys-apps/sg3_utils', 'sys-apps/smar
tmontools', 'sys-apps/usbutils', 'sys-apps/which', 'sys-auth/ssh-import-id', 'sys-block/aoetools', 'sys-block/fio', 'sys-block/mtx', 'sys-block/open-iscsi', 'sys-block/parted', 'sys-block/partimage', 'sys-block/tw_cli', 'sys-boot/efibootmgr', 'sys-boot/grub', 'sys-firmware/ipw2100-firmware', 'sys-firmware/ipw2200-firmware', 'sys-fs/bcache-tools', 'sys-fs/btrfs-progs', 'sys-fs/cryptsetup', 'sys-fs/ddrescue', 'sys-fs/dislocker', 'sys-fs/dmraid', 'sys-fs/dosfstools', 'sys-fs/e2fsprogs', 'sys-fs/exfat-utils', 'sys-fs/extundelete', 'sys-fs/f2fs-tools', 'sys-fs/genfstab', 'sys-fs/jfsutils', 'sys-fs/lsscsi', 'sys-fs/lvm2', 'sys-fs/mac-fdisk', 'sys-fs/mdadm', 'sys-fs/multipath-tools', 'sys-fs/ncdu', 'sys-fs/ntfs3g', 'sys-fs/reiserfsprogs', 'sys-fs/xfsprogs', 'sys-kernel/linux-firmware', 'sys-libs/gpm', 'sys-libs/libsmbios', 'sys-power/acpid', 'sys-process/htop', 'sys-process/lsof', 'sys-process/iotop', 'sys-process/procps', 'sys-process/psmisc', 'www-client/links']) exited 1
Command exited with non-zero status 2
20436.48user 1068.60system 1:09:57elapsed 512%CPU (0avgtext+0avgdata 2451676maxresident)k
1949500inputs+7113520outputs (8840major+391887174minor)pagefaults 0swaps
Full build log at /tmp/catalyst-auto.20230604T170201Z.wnwvup/log/hardened_admincd-stage1.log
next reply other threads:[~2023-06-06 3:47 UTC|newest]
Thread overview: 198+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-06 3:47 catalyst [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-06-03 2:30 [gentoo-releng-autobuilds] [amd64-auto] Catalyst non-fatal build error - hardened/admincd-stage1.spec catalyst
2023-03-20 0:27 catalyst
2023-02-13 1:54 catalyst
2023-01-16 5:04 catalyst
2022-03-06 20:50 catalyst
2022-02-06 19:00 catalyst
2020-04-23 15:59 catalyst
2020-04-16 15:59 catalyst
2020-01-13 14:31 catalyst
2019-10-21 12:27 catalyst
2019-10-14 13:06 catalyst
2019-10-07 12:36 catalyst
2019-09-30 12:57 catalyst
2019-09-23 12:06 catalyst
2019-09-16 12:52 catalyst
2019-09-09 12:19 catalyst
2019-09-02 12:32 catalyst
2019-08-26 12:07 catalyst
2019-08-19 14:04 catalyst
2019-08-12 12:28 catalyst
2019-08-05 12:26 catalyst
2019-07-29 12:19 catalyst
2019-07-23 10:18 catalyst
2019-05-30 11:33 catalyst
2019-05-29 17:52 catalyst
2019-05-27 11:51 catalyst
2019-05-23 12:32 catalyst
2019-04-15 14:21 catalyst
2019-04-15 13:30 catalyst
2018-12-07 9:54 catalyst
2018-11-26 11:32 catalyst
2018-08-27 9:14 catalyst
2018-06-13 6:01 catalyst
2018-06-11 6:05 catalyst
2018-06-08 6:06 catalyst
2018-06-06 6:05 catalyst
2018-06-04 9:28 catalyst
2018-06-01 6:33 catalyst
2018-05-30 6:36 catalyst
2018-05-28 10:03 catalyst
2018-05-28 6:21 catalyst
2018-05-25 6:27 catalyst
2018-05-23 9:02 catalyst
2018-05-21 8:36 catalyst
2018-05-18 6:34 catalyst
2018-05-16 7:13 catalyst
2018-05-14 9:03 catalyst
2018-05-14 6:30 catalyst
2018-05-11 6:20 catalyst
2018-05-09 6:37 catalyst
2018-05-07 8:30 catalyst
2018-05-07 6:22 catalyst
2018-05-04 6:22 catalyst
2018-05-02 6:21 catalyst
2018-04-30 10:08 catalyst
2018-04-30 6:27 catalyst
2018-04-27 6:24 catalyst
2018-04-25 4:10 catalyst
2018-04-23 9:23 catalyst
2018-01-05 9:17 catalyst
2018-01-04 5:40 catalyst
2018-01-01 11:17 catalyst
2017-12-31 22:57 catalyst
2017-12-19 2:59 catalyst
2017-12-16 14:48 catalyst
2017-12-15 0:15 catalyst
2017-12-15 0:14 catalyst
2017-12-14 7:07 catalyst
2017-12-08 4:55 catalyst
2017-12-06 1:16 catalyst
2017-12-01 0:30 catalyst
2017-11-24 3:46 catalyst
2017-11-16 23:58 catalyst
2017-11-09 23:13 catalyst
2017-11-06 20:19 catalyst
2017-11-02 23:40 catalyst
2017-10-26 22:57 catalyst
2017-10-26 3:25 catalyst
2017-10-26 3:25 catalyst
2017-10-26 3:22 catalyst
2017-10-19 22:52 catalyst
2017-10-16 22:04 catalyst
2017-10-12 22:40 catalyst
2017-10-05 23:17 catalyst
2017-09-08 4:51 catalyst
2017-09-01 5:02 catalyst
2017-08-25 4:12 catalyst
2017-08-18 4:13 catalyst
2017-08-11 4:26 catalyst
2017-08-04 4:21 catalyst
2017-07-28 4:14 catalyst
2017-07-21 4:14 catalyst
2017-07-14 4:17 catalyst
2017-07-07 4:22 catalyst
2017-06-30 4:24 catalyst
2017-06-23 5:37 catalyst
2017-06-16 4:49 catalyst
2017-05-26 4:17 catalyst
2017-05-05 4:35 catalyst
2017-04-28 4:24 catalyst
2017-04-21 7:18 catalyst
2017-04-14 0:21 catalyst
2017-04-07 0:40 catalyst
2017-03-23 23:50 catalyst
2017-03-20 19:35 catalyst
2017-03-17 0:39 catalyst
2017-03-10 0:05 catalyst
2017-03-05 9:23 catalyst
2017-03-03 0:11 catalyst
2017-03-02 17:45 catalyst
2017-03-02 3:39 catalyst
2017-02-17 0:10 catalyst
2016-12-23 0:34 catalyst
2016-12-15 22:03 catalyst
2016-12-01 23:52 catalyst
2016-11-24 23:56 catalyst
2016-11-17 23:22 catalyst
2016-11-03 23:18 catalyst
2016-10-27 23:27 catalyst
2016-08-29 19:38 catalyst
2016-08-25 23:01 catalyst
2016-08-22 19:18 catalyst
2016-07-11 18:28 catalyst
2016-07-04 18:39 catalyst
2016-06-27 18:25 catalyst
2016-06-23 23:36 catalyst
2016-06-20 18:12 catalyst
2016-06-13 18:30 catalyst
2016-06-06 17:55 catalyst
2016-05-23 15:43 catalyst
2016-05-22 15:43 catalyst
2016-05-21 15:45 catalyst
2016-05-20 15:52 catalyst
2016-05-18 15:51 catalyst
2016-05-16 15:53 catalyst
2016-05-15 15:53 catalyst
2016-05-14 15:37 catalyst
2016-05-13 15:42 catalyst
2016-05-11 17:52 catalyst
2016-05-09 15:45 catalyst
2016-05-08 15:47 catalyst
2016-05-06 15:47 catalyst
2016-05-04 15:41 catalyst
2016-05-02 15:43 catalyst
2016-05-01 15:42 catalyst
2016-04-30 13:17 catalyst
2016-04-29 15:45 catalyst
2016-04-21 20:48 catalyst
2016-04-07 20:42 catalyst
2016-03-31 18:22 catalyst
2016-01-25 22:42 catalyst
2016-01-11 20:16 catalyst
2016-01-07 14:36 catalyst
2015-12-10 14:58 catalyst
2015-10-31 19:43 catalyst
2015-07-23 13:09 catalyst
2015-07-16 12:19 catalyst
2015-05-21 13:19 catalyst
2015-03-30 21:00 catalyst
2015-01-05 16:15 catalyst
2014-12-01 20:24 catalyst
2014-10-13 11:32 catalyst
2014-09-29 10:52 catalyst
2014-09-22 10:44 catalyst
2014-09-18 10:25 catalyst
2014-09-15 9:20 catalyst
2014-09-04 13:56 catalyst
2014-08-28 13:26 catalyst
2014-08-25 11:06 catalyst
2014-08-21 13:32 catalyst
2014-08-14 15:15 catalyst
2014-08-14 13:17 catalyst
2014-08-11 11:11 catalyst
2014-08-07 13:35 catalyst
2014-08-07 12:12 catalyst
2014-08-04 12:58 catalyst
2014-07-31 16:31 catalyst
2014-07-31 15:34 catalyst
2014-07-24 14:58 catalyst
2014-07-24 13:58 catalyst
2014-07-20 0:41 catalyst
2014-07-17 14:42 catalyst
2014-07-10 10:27 catalyst
2014-07-07 17:34 catalyst
2014-07-03 14:52 catalyst
2014-06-26 15:19 catalyst
2014-06-19 15:07 catalyst
2014-05-29 15:18 catalyst
2014-05-22 15:55 catalyst
2014-05-15 14:41 catalyst
2014-05-08 14:47 catalyst
2014-05-01 14:03 catalyst
2014-04-28 17:05 catalyst
2014-04-14 17:55 catalyst
2014-04-10 14:55 catalyst
2014-04-03 20:42 catalyst
2014-04-03 12:31 catalyst
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=20230606034743.C2DB5268042@demeter.amd64.dev.gentoo.org \
--to=catalyst@demeter.amd64.dev.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