From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id BC054158042 for ; Wed, 16 Oct 2024 19:04:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DE300E0769; Wed, 16 Oct 2024 19:04:16 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 21074E0769 for ; Wed, 16 Oct 2024 19:04:15 +0000 (UTC) Received: from hake.hppa.dev.gentoo.org (hake.hppa.dev.gentoo.org [IPv6:2001:470:ea4a:1:230:6eff:fe2b:c8d4]) by smtp.gentoo.org (Postfix) with SMTP id 745C2342FA6; Wed, 16 Oct 2024 19:04:14 +0000 (UTC) Received: by hake.hppa.dev.gentoo.org (sSMTP sendmail emulation); Wed, 16 Oct 2024 15:04:14 -0400 Date: Wed, 16 Oct 2024 15:04:14 -0400 From: catalyst@hake.hppa.dev.gentoo.org To: releng@gentoo.org,gentoo-releng-autobuilds@lists.gentoo.org Subject: [gentoo-releng-autobuilds] [hppa-auto] Catalyst non-fatal build error - installcd-stage2-minimal.spec Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Release Engineering Autobuilds X-BeenThere: gentoo-releng-autobuilds@gentoo.org X-BeenThere: gentoo-releng-autobuilds@lists.gentoo.org Reply-To: gentoo-releng-autobuilds@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply Message-Id: <20241016190416.DE300E0769@pigeon.gentoo.org> X-Archives-Salt: 7bebb821-ce15-4396-8644-63ae1e53467e X-Archives-Hash: e59b66ad20593bad6d14708419a7c224 204 | # define bswap_32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:208:23: note: in expansion of macro 'bswap_32' 208 | # define SWAP_LE32(x) bswap_32(x) | ^~~~~~~~ include/libbb.h:2404:25: note: in expansion of macro 'SWAP_LE32' 2404 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_vfat.c:519:17: note: in expansion of macro 'STORE_LE' 519 | STORE_LE(boot_blk->boot_sign, BOOT_SIGN); | ^~~~~~~~ include/libbb.h:204:22: warning: conversion from 'unsigned int' to 'uint16_t' {aka 'short unsigned int'} changes value from '1437204480' to '0' [-Woverflow] 204 | # define bswap_32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:208:23: note: in expansion of macro 'bswap_32' 208 | # define SWAP_LE32(x) bswap_32(x) | ^~~~~~~~ include/libbb.h:2404:25: note: in expansion of macro 'SWAP_LE32' 2404 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_vfat.c:526:17: note: in expansion of macro 'STORE_LE' 526 | STORE_LE(info->boot_sign, BOOT_SIGN); | ^~~~~~~~ include/libbb.h:204:22: warning: conversion from 'unsigned int' to 'uint8_t' {aka 'unsigned char'} changes value from '134217728' to '0' [-Woverflow] 204 | # define bswap_32(x) __builtin_bswap32(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:208:23: note: in expansion of macro 'bswap_32' 208 | # define SWAP_LE32(x) bswap_32(x) | ^~~~~~~~ include/libbb.h:2404:25: note: in expansion of macro 'SWAP_LE32' 2404 | field = SWAP_LE32((uint32_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_vfat.c:566:17: note: in expansion of macro 'STORE_LE' 566 | STORE_LE(de->attr, ATTR_VOLUME); | ^~~~~~~~ include/libbb.h:203:22: warning: conversion from 'short unsigned int' to 'uint8_t' {aka 'unsigned char'} changes value from '2048' to '0' [-Woverflow] 203 | # define bswap_16(x) __builtin_bswap16(x) | ^~~~~~~~~~~~~~~~~ include/platform.h:207:23: note: in expansion of macro 'bswap_16' 207 | # define SWAP_LE16(x) bswap_16(x) | ^~~~~~~~ include/libbb.h:2406:25: note: in expansion of macro 'SWAP_LE16' 2406 | field = SWAP_LE16((uint16_t)(value)); \ | ^~~~~~~~~ util-linux/mkfs_vfat.c:566:17: note: in expansion of macro 'STORE_LE' 566 | STORE_LE(de->attr, ATTR_VOLUME); | ^~~~~~~~ util-linux/unshare.c: In function 'unshare_main': util-linux/unshare.c:295:25: warning: ignoring return value of 'read' declared with attribute 'warn_unused_result' [-Wunused-result] 295 | read(fdp.rd, ns_ctx_list, 1); /* ...using bogus buffer */ | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~ make -f scripts/Makefile.build obj=util-linux/volume_id util-linux/volume_id/btrfs.c: In function 'volume_id_probe_btrfs': util-linux/volume_id/btrfs.c:110:34: warning: 'sb' may be used uninitialized [-Wmaybe-uninitialized] 110 | volume_id_set_uuid(id, sb->fsid, UUID_DCE); | ~~^~~~~~ util-linux/volume_id/btrfs.c:93:35: note: 'sb' was declared here 93 | struct btrfs_super_block *sb; | ^~ Static linking against glibc, can't use --gc-sections Trying libraries: m resolv rt Library m is needed, can't exclude it (yet) Library resolv is needed, can't exclude it (yet) Library rt is not needed, excluding it Library m is needed, can't exclude it (yet) Library resolv is needed, can't exclude it (yet) Final link with: m resolv echo 'cmd_busybox_unstripped := /var/tmp/genkernel/gk_IlBSL2NL/busybox/busybox-1.36.1/scripts/trylink "busybox_unstripped" "hppa1.1-unknown-linux-gnu-gcc" "-Os -pipe -fomit-frame-pointer -I/var/tmp/genkernel/gk_IlBSL2NL/busybox/buildroot/usr/include -Wall -Wshadow -Wwrite-strings -Wundef -Wstrict-prototypes -Wunused -Wunused-parameter -Wunused-function -Wunused-value -Wmissing-prototypes -Wmissing-declarations -Wno-format-security -Wdeclaration-after-statement -Wold-style-definition -finline-limit=0 -fno-builtin-strlen -ffunction-sections -fdata-sections -fno-guess-branch-probability -funsigned-char -fno-unwind-tables -fno-asynchronous-unwind-tables -fno-builtin-printf -Oz -static" " -L/var/tmp/genkernel/gk_IlBSL2NL/busybox/buildroot/usr/lib " " applets/built-in.o" " archival/lib.a archival/libarchive/lib.a console-tools/lib.a coreutils/lib.a coreutils/libcoreutils/lib.a debianutils/lib.a klibc-utils/lib.a e2fsprogs/lib.a editors/lib.a findutils/lib.a init/lib.a libbb/lib. a libpwdgrp/lib.a loginutils/lib.a mailutils/lib.a miscutils/lib.a modutils/lib.a networking/lib.a networking/libiproute/lib.a networking/udhcp/lib.a printutils/lib.a procps/lib.a runit/lib.a selinux/lib.a shell/lib.a sysklogd/lib.a util-linux/lib.a util-linux/volume_id/lib.a archival/built-in.o archival/libarchive/built-in.o console-tools/built-in.o coreutils/built-in.o coreutils/libcoreutils/built-in.o debianutils/built-in.o klibc-utils/built-in.o e2fsprogs/built-in.o editors/built-in.o findutils/built-in.o init/built-in.o libbb/built-in.o libpwdgrp/built-in.o loginutils/built-in.o mailutils/built-in.o miscutils/built-in.o modutils/built-in.o networking/built-in.o networking/libiproute/built-in.o networking/udhcp/built-in.o printutils/built-in.o procps/built-in.o runit/built-in.o selinux/built-in.o shell/built-in.o sysklogd/built-in.o util-linux/built-in.o util-linux/volume_id/built-in.o" "m rt resolv resolv" """" && /var/tmp/genkernel/g k_IlBSL2NL/busybox/busybox-1.36.1/scripts/generate_BUFSIZ.sh --post include/common_bufsiz.h' > ./.busybox_unstripped.cmd rm -f .old_version hppa1.1-unknown-linux-gnu-strip -s --remove-section=.note --remove-section=.comment \ busybox_unstripped -o busybox chmod a+x busybox * >> Appending modprobed cpio data ... * >> Appending modules cpio data ... * >> Deduping cpio ... * >> Pre-generating initramfs' /etc/ld.so.cache ... * >> Compressing cpio data (.xz) ... xz: Reduced the number of threads from 1 to one. The automatic memory usage limit of 759 MiB is still being exceeded. 1250 MiB of memory is required. Continuing anyway. * kerncache: >> Creating kernel cache in '/tmp/kerncache/hppa64-kerncache-20241014T074836Z.tar.bz2' ... * minkernpkg: >> Creating minimal kernel package in '/tmp/kerncache/hppa64-kernel-initrd-20241014T074836Z.tar.bz2' ... * modulespkg: >> Creating modules package in '/tmp/kerncache/hppa64-modules-20241014T074836Z.tar.bz2' ... * Kernel compiled successfully! * * --no-bootloader set; Skipping bootloader update ... * * Required kernel parameter: * * root=/dev/$ROOT * * Where $ROOT is the device node for your root partition as the * one specified in /etc/fstab * If you require Genkernel's hardware detection features, you MUST * tell your bootloader to use the provided initramfs file '/boot/initramfs-6.6.47-gentoo-hppa64-parisc.img'. * WARNING... WARNING... WARNING... * Additional kernel parameters that *may* be required to boot properly: * Do NOT report kernel bugs as genkernel bugs unless your bug * is about the default genkernel configuration... * * Make sure you have the latest ~arch genkernel before reporting bugs. emerge --quiet --usepkg --buildpkg --binpkg-respect-use=y --newuse --deselect sys-kernel/gentoo-sources >>> Removing sys-kernel/gentoo-sources from "world" favorites file... 16 Oct 2024 14:04:54 EDT: NOTICE : --- Running action sequence: bootloader NOTICE:catalyst:--- Running action sequence: bootloader 16 Oct 2024 14:05:16 EDT: NOTICE : --- Running action sequence: preclean NOTICE:catalyst:--- Running action sequence: preclean 16 Oct 2024 14:05:16 EDT: NOTICE : --- Running action sequence: livecd_update NOTICE:catalyst:--- Running action sequence: livecd_update Running livecdfs-update.sh in chroot: chroot /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z /tmp/livecdfs-update.sh >>> Regenerating /etc/ld.so.cache... 16 Oct 2024 14:05:21 EDT: NOTICE : --- Running action sequence: root_overlay NOTICE:catalyst:--- Running action sequence: root_overlay 16 Oct 2024 14:05:21 EDT: NOTICE : --- Running action sequence: fsscript NOTICE:catalyst:--- Running action sequence: fsscript 16 Oct 2024 14:05:21 EDT: NOTICE : --- Running action sequence: rcupdate NOTICE:catalyst:--- Running action sequence: rcupdate Running rc-update.sh in chroot: chroot /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z /tmp/rc-update.sh * rc-update: service `iptables' is not in the runlevel `default' * rc-update: service `iptables' is not in the runlevel `shutdown' * rc-update: service `iptables' is not in the runlevel `boot' * rc-update: service `iptables' is not in the runlevel `sysinit' * rc-update: service `iptables' is not in the runlevel `nonetwork' * rc-update: service `netmount' is not in the runlevel `shutdown' * rc-update: service `netmount' is not in the runlevel `boot' * rc-update: service `netmount' is not in the runlevel `sysinit' * rc-update: service `netmount' is not in the runlevel `nonetwork' * service netmount deleted from runlevel default * rc-update: service `keymaps' is not in the runlevel `default' * rc-update: service `keymaps' is not in the runlevel `shutdown' * rc-update: service `keymaps' is not in the runlevel `sysinit' * rc-update: service `keymaps' is not in the runlevel `nonetwork' * service keymaps deleted from runlevel boot * rc-update: service `serial' is not in the runlevel `default' * rc-update: service `serial' is not in the runlevel `shutdown' * rc-update: service `serial' is not in the runlevel `boot' * rc-update: service `serial' is not in the runlevel `sysinit' * rc-update: service `serial' is not in the runlevel `nonetwork' * rc-update: service `consolefont' is not in the runlevel `default' * rc-update: service `consolefont' is not in the runlevel `shutdown' * rc-update: service `consolefont' is not in the runlevel `boot' * rc-update: service `consolefont' is not in the runlevel `sysinit' * rc-update: service `consolefont' is not in the runlevel `nonetwork' * service autoconfig added to runlevel default * service syslog-ng added to runlevel default * service fixinittab added to runlevel default 16 Oct 2024 14:05:21 EDT: NOTICE : --- Running action sequence: unmerge NOTICE:catalyst:--- Running action sequence: unmerge Running depclean.sh in chroot: chroot /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z /tmp/depclean.sh >>> Regenerating /etc/ld.so.cache... emerge --quiet --usepkg --buildpkg --binpkg-respect-use=y --newuse --depclean --with-bdeps=n sys-kernel/gentoo-sources: 6.6.47 none none sys-kernel/genkernel: 4.3.14 none none sys-auth/passwdqc: 2.0.3-r1 none none sys-apps/texinfo: 7.1-r1 none none sys-apps/locale-gen: 2.23-r1 none none dev-python/lxml: 5.3.0 none none dev-python/jinja: 3.1.4 none none dev-python/hatch-vcs: 0.4.0 none none dev-lang/tcl: 8.6.13-r1 none none dev-build/meson-format-array: 0 none none dev-build/meson: 1.5.1 none none dev-build/gtk-doc-am: 1.33.2 none none app-text/po4a: 0.69 none none app-text/docbook-xsl-ns-stylesheets: 1.79.1 none none app-text/docbook-xml-dtd: 4.5-r2 none none app-text/docbook-xml-dtd: 4.2-r3 none none !!! 'app-editors/nano' (virtual/editor) is part of your system profile. !!! Unmerging it may be damaging to your system. app-editors/nano: 8.0 none none virtual/perl-Unicode-Collate: 1.310.0-r2 none none sys-kernel/linux-firmware: 20240909-r1 none none dev-util/gperf: 3.1-r2 none none dev-python/markupsafe: 2.1.5 none none dev-python/hatchling: 1.25.0 none none dev-python/cython: 3.0.11 none none dev-perl/YAML-Tiny: 1.740.0 none none dev-perl/Unicode-LineBreak: 2019.1.0 none none dev-perl/Text-WrapI18N: 0.60.0-r2 none none dev-perl/TermReadKey: 2.380.0-r1 none none dev-perl/Syntax-Keyword-Try: 0.280.0 none none dev-perl/SGMLSpm: 1.1-r2 none none dev-perl/Pod-Parser: 1.660.0 none none dev-libs/libxslt: 1.1.39 none none dev-build/autoconf-archive: 2023.02.20 none none app-text/opensp: 1.5.2-r10 none none app-text/docbook-xml-dtd: 4.1.2-r7 none none virtual/pkgconfig: 3 none none virtual/perl-Scalar-List-Utils: 1.630.0-r1 none none virtual/perl-Exporter: 5.780.0 none none virtual/perl-Carp: 1.540.0-r1 none none net-libs/libnsl: 2.0.1 none none dev-python/pluggy: 1.5.0 none none dev-python/pathspec: 0.12.1 none none dev-python/editables: 0.5 none none dev-perl/XS-Parse-Keyword: 0.380.0-r1 none none dev-perl/Text-CharWidth: 0.40.0-r2 none none dev-perl/MIME-Charset: 1.13.1 none none dev-build/libtool: 2.4.7-r4 none none app-text/sgml-common: 0.6.3-r7 none none app-text/docbook-xsl-stylesheets: 1.79.1-r4 none none dev-util/pkgconf: 2.2.0 none none dev-perl/ExtUtils-CChecker: 0.120.0-r1 none none dev-build/automake: 1.16.5-r2 none none app-text/build-docbook-catalog: 2.4 none none sys-apps/help2man: 1.49.3 none none dev-perl/Module-Build: 0.423.400 none none dev-build/automake-wrapper: 20240607 none none dev-build/autoconf: 2.71-r7 none none virtual/perl-version: 0.993.0 none none virtual/perl-podlators: 5.10.200_rc none none virtual/perl-Text-ParseWords: 3.310.0-r3 none none virtual/perl-Perl-OSType: 1.10.0-r8 none none virtual/perl-Module-Metadata: 1.0.38 none none virtual/perl-Getopt-Long: 2.570.0-r1 none none virtual/perl-File-Spec: 3.900.0 none none virtual/perl-ExtUtils-ParseXS: 3.510.0-r1 none none virtual/perl-ExtUtils-Manifest: 1.750.0 none none virtual/perl-ExtUtils-Install: 2.220.0-r1 none none virtual/perl-ExtUtils-CBuilder: 0.280.240 none none virtual/perl-CPAN-Meta: 2.150.10-r8 none none dev-perl/Locale-gettext: 1.70.0-r1 none none dev-build/autoconf-wrapper: 20231224 none none virtual/perl-Parse-CPAN-Meta: 2.150.10-r8 none none virtual/perl-JSON-PP: 4.160.0-r2 none none virtual/perl-ExtUtils-MakeMaker: 7.700.0-r1 none none virtual/perl-CPAN-Meta-YAML: 0.18.0-r10 none none dev-util/re2c: 2.2 none none dev-python/gpep517: 16 none none dev-python/installer: 0.7.0 none none dev-python/flit-core: 3.9.0 none none app-portage/elt-patches: 20240912 none none dev-python/trove-classifiers: 2024.9.12 none none dev-python/setuptools-scm: 8.1.0 none none dev-python/setuptools: 74.1.3 none none dev-python/wheel: 0.44.0 none none dev-python/platformdirs: 4.3.6 none none dev-python/jaraco-text: 4.0.0 none none dev-python/packaging: 24.1 none none dev-python/jaraco-functools: 4.0.2 none none dev-python/jaraco-context: 6.0.1 none none dev-python/more-itertools: 10.5.0 none none app-alternatives/yacc: 1-r2 none none sys-devel/bison: 3.8.2-r2 none none app-alternatives/ninja: 1 none none dev-build/ninja: 1.11.1-r5 none none app-alternatives/lex: 0-r1 none none sys-devel/flex: 2.6.4-r6 none none sys-devel/m4: 1.4.19-r2 none none sys-devel/gettext: 0.22.4 none none app-alternatives/cpio: 0 none none app-arch/cpio: 2.15 none none All selected packages: =dev-python/installer-0.7.0 =dev-lang/tcl-8.6.13-r1 =dev-perl/Text-WrapI18N-0.60.0-r2 =dev-perl/Text-CharWidth-0.40.0-r2 =sys-kernel/gentoo-sources-6.6.47 =dev-perl/SGMLSpm-1.1-r2 =app-alternatives/cpio-0 =sys-kernel/genkernel-4.3.14 =dev-build/autoconf-wrapper-20231224 =dev-python/packaging-24.1 =virtual/perl-ExtUtils-Install-2.220.0-r1 =sys-devel/m4-1.4.19-r2 =sys-apps/help2man-1.49.3 =app-text/po4a-0.69 =app-text/docbook-xml-dtd-4.2-r3 =app-alternatives/lex-0-r1 =virtual/perl-ExtUtils-CBuilder-0.280.240 =sys-kernel/linux-firmware-20240909-r1 =dev-perl/Module-Build-0.423.400 =dev-python/wheel-0.44.0 =virtual/perl-podlators-5.10.200_rc =sys-auth/passwdqc-2.0.3-r1 =net-libs/libnsl-2.0.1 =dev-util/gperf-3.1-r2 =app-alternatives/yacc-1-r2 =virtual/perl-ExtUtils-Manifest-1.750.0 =app-text/opensp-1.5.2-r10 =virtual/perl-CPAN-Meta-2.150.10-r8 =app-text/docbook-xml-dtd-4.5-r2 =dev-build/meson-1.5.1 =dev-perl/TermReadKey-2.380.0-r1 =dev-python/pathspec-0.12.1 =dev-bui ld/libtool-2.4.7-r4 =app-text/docbook-xsl-stylesheets-1.79.1-r4 =dev-python/jaraco-functools-4.0.2 =dev-python/setuptools-scm-8.1.0 =dev-python/more-itertools-10.5.0 =app-text/build-docbook-catalog-2.4 =dev-python/jaraco-context-6.0.1 =sys-apps/locale-gen-2.23-r1 =virtual/perl-Exporter-5.780.0 =dev-build/autoconf-archive-2023.02.20 =sys-apps/texinfo-7.1-r1 =virtual/perl-Perl-OSType-1.10.0-r8 =virtual/perl-Getopt-Long-2.570.0-r1 =dev-perl/Pod-Parser-1.660.0 =sys-devel/flex-2.6.4-r6 =dev-build/autoconf-2.71-r7 =virtual/perl-version-0.993.0 =dev-python/lxml-5.3.0 =dev-python/jaraco-text-4.0.0 =dev-util/pkgconf-2.2.0 =dev-perl/YAML-Tiny-1.740.0 =dev-libs/libxslt-1.1.39 =dev-python/markupsafe-2.1.5 =virtual/perl-ExtUtils-MakeMaker-7.700.0-r1 =dev-python/hatchling-1.25.0 =app-text/sgml-common-0.6.3-r7 =virtual/perl-ExtUtils-ParseXS-3.510.0-r1 =virtual/perl-Unicode-Collate-1.310.0-r2 =dev-build/meson-format-array-0 =dev-build/gtk-doc-am-1.33.2 =dev-perl/MIME-Charset-1.13.1 =app-text/docboo k-xml-dtd-4.1.2-r7 =dev-perl/Unicode-LineBreak-2019.1.0 =virtual/pkgconfig-3 =dev-build/ninja-1.11.1-r5 =sys-devel/gettext-0.22.4 =virtual/perl-Carp-1.540.0-r1 =dev-python/hatch-vcs-0.4.0 =dev-perl/ExtUtils-CChecker-0.120.0-r1 =virtual/perl-File-Spec-3.900.0 =dev-build/automake-1.16.5-r2 =dev-python/setuptools-74.1.3 =virtual/perl-JSON-PP-4.160.0-r2 =virtual/perl-Module-Metadata-1.0.38 =dev-python/trove-classifiers-2024.9.12 =dev-python/cython-3.0.11 =app-text/docbook-xsl-ns-stylesheets-1.79.1 =dev-util/re2c-2.2 =dev-python/gpep517-16 =dev-python/jinja-3.1.4 =dev-python/platformdirs-4.3.6 =dev-python/pluggy-1.5.0 =virtual/perl-Text-ParseWords-3.310.0-r3 =sys-devel/bison-3.8.2-r2 =dev-python/flit-core-3.9.0 =virtual/perl-Parse-CPAN-Meta-2.150.10-r8 =dev-perl/Locale-gettext-1.70.0-r1 =dev-perl/XS-Parse-Keyword-0.380.0-r1 =app-portage/elt-patches-20240912 =virtual/perl-Scalar-List-Utils-1.630.0-r1 =virtual/perl-CPAN-Meta-YAML-0.18.0-r10 =app-arch/cpio-2.15 =app-alternatives/ninja-1 =ap p-editors/nano-8.0 =dev-python/editables-0.5 =dev-build/automake-wrapper-20240607 =dev-perl/Syntax-Keyword-Try-0.280.0 >>> Unmerging (1 of 99) sys-kernel/gentoo-sources-6.6.47... >>> Unmerging (2 of 99) sys-kernel/genkernel-4.3.14... >>> Unmerging (3 of 99) sys-auth/passwdqc-2.0.3-r1... >>> Unmerging (4 of 99) sys-apps/texinfo-7.1-r1... >>> Unmerging (5 of 99) sys-apps/locale-gen-2.23-r1... >>> Unmerging (6 of 99) dev-python/lxml-5.3.0... >>> Unmerging (7 of 99) dev-python/jinja-3.1.4... >>> Unmerging (8 of 99) dev-python/hatch-vcs-0.4.0... >>> Unmerging (9 of 99) dev-lang/tcl-8.6.13-r1... >>> Unmerging (10 of 99) dev-build/meson-format-array-0... >>> Unmerging (11 of 99) dev-build/meson-1.5.1... >>> Unmerging (12 of 99) dev-build/gtk-doc-am-1.33.2... >>> Unmerging (13 of 99) app-text/po4a-0.69... >>> Unmerging (14 of 99) app-text/docbook-xsl-ns-stylesheets-1.79.1... >>> Unmerging (15 of 99) app-text/docbook-xml-dtd-4.5-r2... >>> Unmerging (16 of 99) app-text/docbook-xml-dtd-4.2-r3... >>> Unmerging (17 of 99) app-editors/nano-8.0... >>> Unmerging (18 of 99) virtual/perl-Unicode-Collate-1.310.0-r2... >>> Unmerging (19 of 99) sys-kernel/linux-firmware-20240909-r1... >>> Unmerging (20 of 99) dev-util/gperf-3.1-r2... >>> Unmerging (21 of 99) dev-python/markupsafe-2.1.5... >>> Unmerging (22 of 99) dev-python/hatchling-1.25.0... >>> Unmerging (23 of 99) dev-python/cython-3.0.11... >>> Unmerging (24 of 99) dev-perl/YAML-Tiny-1.740.0... >>> Unmerging (25 of 99) dev-perl/Unicode-LineBreak-2019.1.0... >>> Unmerging (26 of 99) dev-perl/Text-WrapI18N-0.60.0-r2... >>> Unmerging (27 of 99) dev-perl/TermReadKey-2.380.0-r1... >>> Unmerging (28 of 99) dev-perl/Syntax-Keyword-Try-0.280.0... >>> Unmerging (29 of 99) dev-perl/SGMLSpm-1.1-r2... >>> Unmerging (30 of 99) dev-perl/Pod-Parser-1.660.0... >>> Unmerging (31 of 99) dev-libs/libxslt-1.1.39... >>> Unmerging (32 of 99) dev-build/autoconf-archive-2023.02.20... >>> Unmerging (33 of 99) app-text/opensp-1.5.2-r10... >>> Unmerging (34 of 99) app-text/docbook-xml-dtd-4.1.2-r7... >>> Unmerging (35 of 99) virtual/pkgconfig-3... >>> Unmerging (36 of 99) virtual/perl-Scalar-List-Utils-1.630.0-r1... >>> Unmerging (37 of 99) virtual/perl-Exporter-5.780.0... >>> Unmerging (38 of 99) virtual/perl-Carp-1.540.0-r1... >>> Unmerging (39 of 99) net-libs/libnsl-2.0.1... >>> Unmerging (40 of 99) dev-python/pluggy-1.5.0... >>> Unmerging (41 of 99) dev-python/pathspec-0.12.1... >>> Unmerging (42 of 99) dev-python/editables-0.5... >>> Unmerging (43 of 99) dev-perl/XS-Parse-Keyword-0.380.0-r1... >>> Unmerging (44 of 99) dev-perl/Text-CharWidth-0.40.0-r2... >>> Unmerging (45 of 99) dev-perl/MIME-Charset-1.13.1... >>> Unmerging (46 of 99) dev-build/libtool-2.4.7-r4... >>> Unmerging (47 of 99) app-text/sgml-common-0.6.3-r7... >>> Unmerging (48 of 99) app-text/docbook-xsl-stylesheets-1.79.1-r4... >>> Unmerging (49 of 99) dev-util/pkgconf-2.2.0... >>> Unmerging (50 of 99) dev-perl/ExtUtils-CChecker-0.120.0-r1... >>> Unmerging (51 of 99) dev-build/automake-1.16.5-r2... >>> Unmerging (52 of 99) app-text/build-docbook-catalog-2.4... >>> Unmerging (53 of 99) sys-apps/help2man-1.49.3... >>> Unmerging (54 of 99) dev-perl/Module-Build-0.423.400... >>> Unmerging (55 of 99) dev-build/automake-wrapper-20240607... >>> Unmerging (56 of 99) dev-build/autoconf-2.71-r7... >>> Unmerging (57 of 99) virtual/perl-version-0.993.0... >>> Unmerging (58 of 99) virtual/perl-podlators-5.10.200_rc... >>> Unmerging (59 of 99) virtual/perl-Text-ParseWords-3.310.0-r3... >>> Unmerging (60 of 99) virtual/perl-Perl-OSType-1.10.0-r8... >>> Unmerging (61 of 99) virtual/perl-Module-Metadata-1.0.38... >>> Unmerging (62 of 99) virtual/perl-Getopt-Long-2.570.0-r1... >>> Unmerging (63 of 99) virtual/perl-File-Spec-3.900.0... >>> Unmerging (64 of 99) virtual/perl-ExtUtils-ParseXS-3.510.0-r1... >>> Unmerging (65 of 99) virtual/perl-ExtUtils-Manifest-1.750.0... >>> Unmerging (66 of 99) virtual/perl-ExtUtils-Install-2.220.0-r1... >>> Unmerging (67 of 99) virtual/perl-ExtUtils-CBuilder-0.280.240... >>> Unmerging (68 of 99) virtual/perl-CPAN-Meta-2.150.10-r8... >>> Unmerging (69 of 99) dev-perl/Locale-gettext-1.70.0-r1... >>> Unmerging (70 of 99) dev-build/autoconf-wrapper-20231224... >>> Unmerging (71 of 99) virtual/perl-Parse-CPAN-Meta-2.150.10-r8... >>> Unmerging (72 of 99) virtual/perl-JSON-PP-4.160.0-r2... >>> Unmerging (73 of 99) virtual/perl-ExtUtils-MakeMaker-7.700.0-r1... >>> Unmerging (74 of 99) virtual/perl-CPAN-Meta-YAML-0.18.0-r10... >>> Unmerging (75 of 99) dev-util/re2c-2.2... >>> Unmerging (76 of 99) dev-python/gpep517-16... >>> Unmerging (77 of 99) dev-python/installer-0.7.0... >>> Unmerging (78 of 99) dev-python/flit-core-3.9.0... >>> Unmerging (79 of 99) app-portage/elt-patches-20240912... >>> Unmerging (80 of 99) dev-python/trove-classifiers-2024.9.12... >>> Unmerging (81 of 99) dev-python/setuptools-scm-8.1.0... >>> Unmerging (82 of 99) dev-python/setuptools-74.1.3... >>> Unmerging (83 of 99) dev-python/wheel-0.44.0... >>> Unmerging (84 of 99) dev-python/platformdirs-4.3.6... >>> Unmerging (85 of 99) dev-python/jaraco-text-4.0.0... >>> Unmerging (86 of 99) dev-python/packaging-24.1... >>> Unmerging (87 of 99) dev-python/jaraco-functools-4.0.2... >>> Unmerging (88 of 99) dev-python/jaraco-context-6.0.1... >>> Unmerging (89 of 99) dev-python/more-itertools-10.5.0... >>> Unmerging (90 of 99) app-alternatives/yacc-1-r2... >>> Unmerging (91 of 99) sys-devel/bison-3.8.2-r2... >>> Unmerging (92 of 99) app-alternatives/ninja-1... >>> Unmerging (93 of 99) dev-build/ninja-1.11.1-r5... >>> Unmerging (94 of 99) app-alternatives/lex-0-r1... >>> Unmerging (95 of 99) sys-devel/flex-2.6.4-r6... >>> Unmerging (96 of 99) sys-devel/m4-1.4.19-r2... >>> Unmerging (97 of 99) sys-devel/gettext-0.22.4... >>> Unmerging (98 of 99) app-alternatives/cpio-0... >>> Unmerging (99 of 99) app-arch/cpio-2.15... Packages installed: 257 Packages in world: 41 Packages in system: 50 Required packages: 257 Number removed: 99 * Messages for package app-editors/nano-8.0: * Log file: /var/log/portage/app-editors:nano-8.0:20241016-181350.log * The EDITOR variable is still set to /bin/nano. * You can update it with "eselect editor". Running unmerge.sh in chroot: chroot /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z /tmp/unmerge.sh >>> Regenerating /etc/ld.so.cache... emerge --quiet --usepkg --buildpkg --binpkg-respect-use=y --newuse -C app-admin/eselect app-admin/eselect-lib-bin-symlink app-admin/eselect-pinentry app-admin/eselect-python app-admin/perl-cleaner app-admin/python-updater app-arch/cpio app-crypt/gnupg app-crypt/pinentry app-portage/portage-utils dev-build/libtool dev-libs/gmp app-text/build-docbook-catalog app-text/docbook-xml-dtd app-text/docbook-xsl-stylesheets app-text/openjade app-text/opensp app-text/po4a app-text/sgml-common dev-libs/elfutils dev-libs/eventlog dev-libs/libassuan dev-libs/pth dev-libs/libgpg-error dev-libs/libksba dev-libs/libpipeline dev-libs/libxml2 dev-libs/libxslt dev-libs/mpc dev-libs/mpfr dev-libs/popt dev-util/gtk-doc-am dev-util/intltool dev-util/pkgconfig dev-util/pkgconf net-misc/netifrc net-misc/rsync perl-core/PodParser perl-core/Test-Harness sys-apps/debianutils sys-apps/diffutils sys-apps/groff sys-apps/help2man sys-apps/man-db sys-apps/sandbox sys-apps/tcp-wrappers sys-apps/texinfo sys-apps/miscfi les sys-devel/autoconf sys-devel/autoconf-wrapper sys-devel/automake sys-devel/automake-wrapper sys-devel/binutils sys-devel/binutils-hppa64 sys-devel/binutils-config sys-devel/bison sys-devel/flex sys-devel/gcc sys-devel/kgcc64 sys-devel/gcc-config sys-devel/gettext sys-devel/gnuconfig sys-devel/m4 sys-devel/make sys-devel/patch sys-kernel/genkernel sys-kernel/linux-headers sys-libs/db sys-libs/gdbm sys-libs/cracklib x11-misc/shared-mime-info --- Couldn't find 'app-admin/eselect-lib-bin-symlink' to unmerge. --- Couldn't find 'app-admin/eselect-pinentry' to unmerge. --- Couldn't find 'app-admin/eselect-python' to unmerge. --- Couldn't find 'app-admin/python-updater' to unmerge. --- Couldn't find 'app-arch/cpio' to unmerge. --- Couldn't find 'dev-build/libtool' to unmerge. --- Couldn't find 'app-text/build-docbook-catalog' to unmerge. --- Couldn't find 'app-text/docbook-xml-dtd' to unmerge. --- Couldn't find 'app-text/docbook-xsl-stylesheets' to unmerge. --- Couldn't find 'app-text/openjade' to unmerge. --- Couldn't find 'app-text/opensp' to unmerge. --- Couldn't find 'app-text/po4a' to unmerge. --- Couldn't find 'app-text/sgml-common' to unmerge. --- Couldn't find 'dev-libs/eventlog' to unmerge. --- Couldn't find 'dev-libs/pth' to unmerge. --- Couldn't find 'dev-libs/libxslt' to unmerge. --- Couldn't find 'dev-util/gtk-doc-am' to unmerge. --- Couldn't find 'dev-util/intltool' to unmerge. --- Couldn't find 'dev-util/pkgconfig' to unmerge. --- Couldn't find 'dev-util/pkgconf' to unmerge. --- Couldn't find 'perl-core/PodParser' to unmerge. --- Couldn't find 'perl-core/Test-Harness' to unmerge. --- Couldn't find 'sys-apps/debianutils' to unmerge. --- Couldn't find 'sys-apps/help2man' to unmerge. --- Couldn't find 'sys-apps/tcp-wrappers' to unmerge. --- Couldn't find 'sys-apps/texinfo' to unmerge. --- Couldn't find 'sys-apps/miscfiles' to unmerge. --- Couldn't find 'sys-devel/autoconf' to unmerge. --- Couldn't find 'sys-devel/autoconf-wrapper' to unmerge. --- Couldn't find 'sys-devel/automake' to unmerge. --- Couldn't find 'sys-devel/automake-wrapper' to unmerge. --- Couldn't find 'sys-devel/bison' to unmerge. --- Couldn't find 'sys-devel/flex' to unmerge. --- Couldn't find 'sys-devel/gettext' to unmerge. --- Couldn't find 'sys-devel/m4' to unmerge. --- Couldn't find 'sys-devel/make' to unmerge. --- Couldn't find 'sys-kernel/genkernel' to unmerge. --- Couldn't find 'sys-libs/db' to unmerge. --- Couldn't find 'sys-libs/cracklib' to unmerge. !!! 'app-admin/eselect' is part of your system profile. !!! Unmerging it may be damaging to your system. app-admin/eselect: 1.4.27-r1 none none app-admin/perl-cleaner: 2.31 none none app-crypt/gnupg: 2.4.5-r1 none none app-crypt/pinentry: 1.3.0-r3 none none app-portage/portage-utils: 0.96.1 none none dev-libs/gmp: 6.3.0-r1 none none dev-libs/elfutils: 0.190 none none dev-libs/libassuan: 2.5.7 none none dev-libs/libgpg-error: 1.50 none none dev-libs/libksba: 1.6.6 none none dev-libs/libpipeline: 1.5.7 none none dev-libs/libxml2: 2.12.7 none none dev-libs/mpc: 1.3.1 none none dev-libs/mpfr: 4.2.1 none none dev-libs/popt: 1.19-r1 none none net-misc/netifrc: 0.7.8-r1 none none !!! 'net-misc/rsync' is part of your system profile. !!! Unmerging it may be damaging to your system. net-misc/rsync: 3.3.0-r1 none none !!! 'sys-apps/diffutils' is part of your system profile. !!! Unmerging it may be damaging to your system. sys-apps/diffutils: 3.10 none none sys-apps/groff: 1.23.0 none none !!! 'sys-apps/man-db' (virtual/man) is part of your system profile. !!! Unmerging it may be damaging to your system. sys-apps/man-db: 2.12.1 none none sys-apps/sandbox: 2.39 none none !!! 'sys-devel/binutils' is part of your system profile. !!! Unmerging it may be damaging to your system. sys-devel/binutils: 2.42-r1 none none sys-devel/binutils-hppa64: 2.42-r1 none none sys-devel/binutils-config: 5.5 none none !!! 'sys-devel/gcc' is part of your system profile. !!! Unmerging it may be damaging to your system. sys-devel/gcc: 13.3.1_p20240614 none none sys-devel/kgcc64: 13.3.1_p20240614 none none sys-devel/gcc-config: 2.11 none none !!! 'sys-devel/gnuconfig' is part of your system profile. !!! Unmerging it may be damaging to your system. sys-devel/gnuconfig: 20240728 none none !!! 'sys-devel/patch' is part of your system profile. !!! Unmerging it may be damaging to your system. sys-devel/patch: 2.7.6-r5 none none !!! 'sys-kernel/linux-headers' (virtual/os-headers) is part of your system profile. !!! Unmerging it may be damaging to your system. sys-kernel/linux-headers: 6.6-r1 none none sys-libs/gdbm: 1.23 none none x11-misc/shared-mime-info: 2.4-r1 none none All selected packages: =sys-kernel/linux-headers-6.6-r1 =sys-devel/gcc-config-2.11 =sys-devel/gnuconfig-20240728 =dev-libs/elfutils-0.190 =app-admin/eselect-1.4.27-r1 =dev-libs/libgpg-error-1.50 =sys-apps/sandbox-2.39 =net-misc/rsync-3.3.0-r1 =dev-libs/libxml2-2.12.7 =sys-libs/gdbm-1.23 =sys-apps/man-db-2.12.1 =dev-libs/mpfr-4.2.1 =sys-devel/patch-2.7.6-r5 =x11-misc/shared-mime-info-2.4-r1 =sys-devel/kgcc64-13.3.1_p20240614 =dev-libs/popt-1.19-r1 =net-misc/netifrc-0.7.8-r1 =dev-libs/libassuan-2.5.7 =dev-libs/libpipeline-1.5.7 =app-portage/portage-utils-0.96.1 =sys-apps/diffutils-3.10 =app-crypt/pinentry-1.3.0-r3 =sys-apps/groff-1.23.0 =dev-libs/gmp-6.3.0-r1 =app-admin/perl-cleaner-2.31 =sys-devel/binutils-hppa64-2.42-r1 =app-crypt/gnupg-2.4.5-r1 =sys-devel/binutils-2.42-r1 =sys-devel/gcc-13.3.1_p20240614 =dev-libs/mpc-1.3.1 =sys-devel/binutils-config-5.5 =dev-libs/libksba-1.6.6 >>> Unmerging (1 of 32) app-admin/eselect-1.4.27-r1... >>> Unmerging (2 of 32) app-admin/perl-cleaner-2.31... >>> Unmerging (3 of 32) app-crypt/gnupg-2.4.5-r1... >>> Unmerging (4 of 32) app-crypt/pinentry-1.3.0-r3... >>> Unmerging (5 of 32) app-portage/portage-utils-0.96.1... >>> Unmerging (6 of 32) dev-libs/gmp-6.3.0-r1... >>> Unmerging (7 of 32) dev-libs/elfutils-0.190... >>> Unmerging (8 of 32) dev-libs/libassuan-2.5.7... >>> Unmerging (9 of 32) dev-libs/libgpg-error-1.50... >>> Unmerging (10 of 32) dev-libs/libksba-1.6.6... >>> Unmerging (11 of 32) dev-libs/libpipeline-1.5.7... >>> Unmerging (12 of 32) dev-libs/libxml2-2.12.7... >>> Unmerging (13 of 32) dev-libs/mpc-1.3.1... >>> Unmerging (14 of 32) dev-libs/mpfr-4.2.1... >>> Unmerging (15 of 32) dev-libs/popt-1.19-r1... >>> Unmerging (16 of 32) net-misc/netifrc-0.7.8-r1... >>> Unmerging (17 of 32) net-misc/rsync-3.3.0-r1... >>> Unmerging (18 of 32) sys-apps/diffutils-3.10... >>> Unmerging (19 of 32) sys-apps/groff-1.23.0... >>> Unmerging (20 of 32) sys-apps/man-db-2.12.1... >>> Unmerging (21 of 32) sys-apps/sandbox-2.39... >>> Unmerging (22 of 32) sys-devel/binutils-2.42-r1... >>> Unmerging (23 of 32) sys-devel/binutils-hppa64-2.42-r1... >>> Unmerging (24 of 32) sys-devel/binutils-config-5.5... >>> Unmerging (25 of 32) sys-devel/gcc-13.3.1_p20240614... >>> Unmerging (26 of 32) sys-devel/kgcc64-13.3.1_p20240614... >>> Unmerging (27 of 32) sys-devel/gcc-config-2.11... >>> Unmerging (28 of 32) sys-devel/gnuconfig-20240728... >>> Unmerging (29 of 32) sys-devel/patch-2.7.6-r5... >>> Unmerging (30 of 32) sys-kernel/linux-headers-6.6-r1... >>> Unmerging (31 of 32) sys-libs/gdbm-1.23... >>> Unmerging (32 of 32) x11-misc/shared-mime-info-2.4-r1... !!! existing preserved libs found 16 Oct 2024 14:44:00 EDT: NOTICE : --- Running action sequence: remove NOTICE:catalyst:--- Running action sequence: remove 16 Oct 2024 14:44:00 EDT: NOTICE : livecd: removing /boot/System* NOTICE:catalyst:livecd: removing /boot/System* 16 Oct 2024 14:44:00 EDT: NOTICE : livecd: removing /boot/initr* NOTICE:catalyst:livecd: removing /boot/initr* 16 Oct 2024 14:44:00 EDT: NOTICE : livecd: removing /boot/kernel* NOTICE:catalyst:livecd: removing /boot/kernel* 16 Oct 2024 14:44:00 EDT: NOTICE : livecd: removing /etc/*- NOTICE:catalyst:livecd: removing /etc/*- 16 Oct 2024 14:44:00 EDT: NOTICE : livecd: removing /etc/*.old NOTICE:catalyst:livecd: removing /etc/*.old 16 Oct 2024 14:44:00 EDT: NOTICE : livecd: removing /etc/default/audioctl NOTICE:catalyst:livecd: removing /etc/default/audioctl 16 Oct 2024 14:44:00 EDT: NOTICE : livecd: removing /etc/dispatch-conf.conf NOTICE:catalyst:livecd: removing /etc/dispatch-conf.conf 16 Oct 2024 14:44:00 EDT: NOTICE : livecd: removing /etc/env.d/05binutils NOTICE:catalyst:livecd: removing /etc/env.d/05binutils 16 Oct 2024 14:44:00 EDT: NOTICE : livecd: removing /etc/env.d/05gcc NOTICE:catalyst:livecd: removing /etc/env.d/05gcc 16 Oct 2024 14:44:00 EDT: NOTICE : livecd: removing /etc/etc-update.conf NOTICE:catalyst:livecd: removing /etc/etc-update.conf 16 Oct 2024 14:44:00 EDT: NOTICE : livecd: removing /etc/hosts.bck NOTICE:catalyst:livecd: removing /etc/hosts.bck 16 Oct 2024 14:44:00 EDT: NOTICE : livecd: removing /etc/issue* NOTICE:catalyst:livecd: removing /etc/issue* 16 Oct 2024 14:44:00 EDT: NOTICE : livecd: removing /etc/genkernel.conf NOTICE:catalyst:livecd: removing /etc/genkernel.conf 16 Oct 2024 14:44:00 EDT: NOTICE : livecd: removing /etc/make.conf* NOTICE:catalyst:livecd: removing /etc/make.conf* 16 Oct 2024 14:44:00 EDT: NOTICE : livecd: removing /etc/make.globals NOTICE:catalyst:livecd: removing /etc/make.globals 16 Oct 2024 14:44:00 EDT: NOTICE : livecd: removing /etc/make.profile NOTICE:catalyst:livecd: removing /etc/make.profile 16 Oct 2024 14:44:00 EDT: NOTICE : livecd: removing /etc/man.conf NOTICE:catalyst:livecd: removing /etc/man.conf 16 Oct 2024 14:44:00 EDT: NOTICE : livecd: removing /etc/resolv.conf NOTICE:catalyst:livecd: removing /etc/resolv.conf 16 Oct 2024 14:44:00 EDT: NOTICE : livecd: removing /usr/lib*/*.a NOTICE:catalyst:livecd: removing /usr/lib*/*.a 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/lib*/*.la NOTICE:catalyst:livecd: removing /usr/lib*/*.la 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/lib*/cpp NOTICE:catalyst:livecd: removing /usr/lib*/cpp 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /root/.bash_history NOTICE:catalyst:livecd: removing /root/.bash_history 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /root/.viminfo NOTICE:catalyst:livecd: removing /root/.viminfo 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/*.static NOTICE:catalyst:livecd: removing /usr/bin/*.static 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/fsck.cramfs NOTICE:catalyst:livecd: removing /usr/bin/fsck.cramfs 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/fsck.minix NOTICE:catalyst:livecd: removing /usr/bin/fsck.minix 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/mkfs.bfs NOTICE:catalyst:livecd: removing /usr/bin/mkfs.bfs 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/mkfs.cramfs NOTICE:catalyst:livecd: removing /usr/bin/mkfs.cramfs 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/mkfs.minix NOTICE:catalyst:livecd: removing /usr/bin/mkfs.minix 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/addr2line NOTICE:catalyst:livecd: removing /usr/bin/addr2line 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/ar NOTICE:catalyst:livecd: removing /usr/bin/ar 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/as NOTICE:catalyst:livecd: removing /usr/bin/as 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/audioctl NOTICE:catalyst:livecd: removing /usr/bin/audioctl 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/c++* NOTICE:catalyst:livecd: removing /usr/bin/c++* 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/cc NOTICE:catalyst:livecd: removing /usr/bin/cc 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/cjpeg NOTICE:catalyst:livecd: removing /usr/bin/cjpeg 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/cpp NOTICE:catalyst:livecd: removing /usr/bin/cpp 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/djpeg NOTICE:catalyst:livecd: removing /usr/bin/djpeg 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/ebuild NOTICE:catalyst:livecd: removing /usr/bin/ebuild 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/egencache NOTICE:catalyst:livecd: removing /usr/bin/egencache 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/emerge NOTICE:catalyst:livecd: removing /usr/bin/emerge 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/emerge-webrsync NOTICE:catalyst:livecd: removing /usr/bin/emerge-webrsync 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/emirrordist NOTICE:catalyst:livecd: removing /usr/bin/emirrordist 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/elftoaout NOTICE:catalyst:livecd: removing /usr/bin/elftoaout 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/f77 NOTICE:catalyst:livecd: removing /usr/bin/f77 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/g++* NOTICE:catalyst:livecd: removing /usr/bin/g++* 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/g77 NOTICE:catalyst:livecd: removing /usr/bin/g77 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/gcc* NOTICE:catalyst:livecd: removing /usr/bin/gcc* 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/genkernel NOTICE:catalyst:livecd: removing /usr/bin/genkernel 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/gprof NOTICE:catalyst:livecd: removing /usr/bin/gprof 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/i386-gentoo-linux-uclibc-* NOTICE:catalyst:livecd: removing /usr/bin/i386-gentoo-linux-uclibc-* 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/i386-pc-linux-* NOTICE:catalyst:livecd: removing /usr/bin/i386-pc-linux-* 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/jpegtran NOTICE:catalyst:livecd: removing /usr/bin/jpegtran 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/ld NOTICE:catalyst:livecd: removing /usr/bin/ld 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/libpng* NOTICE:catalyst:livecd: removing /usr/bin/libpng* 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/nm NOTICE:catalyst:livecd: removing /usr/bin/nm 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/objcopy NOTICE:catalyst:livecd: removing /usr/bin/objcopy 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/objdump NOTICE:catalyst:livecd: removing /usr/bin/objdump 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/piggyback* NOTICE:catalyst:livecd: removing /usr/bin/piggyback* 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/portageq NOTICE:catalyst:livecd: removing /usr/bin/portageq 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/ranlib NOTICE:catalyst:livecd: removing /usr/bin/ranlib 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/readelf NOTICE:catalyst:livecd: removing /usr/bin/readelf 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/size NOTICE:catalyst:livecd: removing /usr/bin/size 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/powerpc-unknown-linux-gnu-* NOTICE:catalyst:livecd: removing /usr/bin/powerpc-unknown-linux-gnu-* 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/powerpc64-unknown-linux-gnu-* NOTICE:catalyst:livecd: removing /usr/bin/powerpc64-unknown-linux-gnu-* 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/sparc-unknown-linux-gnu-* NOTICE:catalyst:livecd: removing /usr/bin/sparc-unknown-linux-gnu-* 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/sparc64-unknown-linux-gnu-* NOTICE:catalyst:livecd: removing /usr/bin/sparc64-unknown-linux-gnu-* 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/strings NOTICE:catalyst:livecd: removing /usr/bin/strings 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/strip NOTICE:catalyst:livecd: removing /usr/bin/strip 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/tbz2tool NOTICE:catalyst:livecd: removing /usr/bin/tbz2tool 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/x86_64-pc-linux-gnu-* NOTICE:catalyst:livecd: removing /usr/bin/x86_64-pc-linux-gnu-* 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/xpak NOTICE:catalyst:livecd: removing /usr/bin/xpak 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/yacc NOTICE:catalyst:livecd: removing /usr/bin/yacc 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/lib*/*.a NOTICE:catalyst:livecd: removing /usr/lib*/*.a 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/lib*/*.la NOTICE:catalyst:livecd: removing /usr/lib*/*.la 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/lib*/perl5/site_perl NOTICE:catalyst:livecd: removing /usr/lib*/perl5/site_perl 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/lib*/gcc-lib/*/*/libgcj* NOTICE:catalyst:livecd: removing /usr/lib*/gcc-lib/*/*/libgcj* 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/archive-conf NOTICE:catalyst:livecd: removing /usr/bin/archive-conf 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/dispatch-conf NOTICE:catalyst:livecd: removing /usr/bin/dispatch-conf 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/emaint NOTICE:catalyst:livecd: removing /usr/bin/emaint 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/env-update NOTICE:catalyst:livecd: removing /usr/bin/env-update 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/etc-update NOTICE:catalyst:livecd: removing /usr/bin/etc-update 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/fb* NOTICE:catalyst:livecd: removing /usr/bin/fb* 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/fixpackages NOTICE:catalyst:livecd: removing /usr/bin/fixpackages 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/quickpkg NOTICE:catalyst:livecd: removing /usr/bin/quickpkg 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/bin/regenworld NOTICE:catalyst:livecd: removing /usr/bin/regenworld 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/share/consolefonts/1* NOTICE:catalyst:livecd: removing /usr/share/consolefonts/1* 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/share/consolefonts/7* NOTICE:catalyst:livecd: removing /usr/share/consolefonts/7* 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/share/consolefonts/8* NOTICE:catalyst:livecd: removing /usr/share/consolefonts/8* 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/share/consolefonts/9* NOTICE:catalyst:livecd: removing /usr/share/consolefonts/9* 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/share/consolefonts/A* NOTICE:catalyst:livecd: removing /usr/share/consolefonts/A* 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/share/consolefonts/C* NOTICE:catalyst:livecd: removing /usr/share/consolefonts/C* 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/share/consolefonts/E* NOTICE:catalyst:livecd: removing /usr/share/consolefonts/E* 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/share/consolefonts/G* NOTICE:catalyst:livecd: removing /usr/share/consolefonts/G* 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/share/consolefonts/L* NOTICE:catalyst:livecd: removing /usr/share/consolefonts/L* 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/share/consolefonts/M* NOTICE:catalyst:livecd: removing /usr/share/consolefonts/M* 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/share/consolefonts/R* NOTICE:catalyst:livecd: removing /usr/share/consolefonts/R* 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/share/consolefonts/a* NOTICE:catalyst:livecd: removing /usr/share/consolefonts/a* 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/share/consolefonts/c* NOTICE:catalyst:livecd: removing /usr/share/consolefonts/c* 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/share/consolefonts/dr* NOTICE:catalyst:livecd: removing /usr/share/consolefonts/dr* 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/share/consolefonts/g* NOTICE:catalyst:livecd: removing /usr/share/consolefonts/g* 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/share/consolefonts/i* NOTICE:catalyst:livecd: removing /usr/share/consolefonts/i* 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/share/consolefonts/k* NOTICE:catalyst:livecd: removing /usr/share/consolefonts/k* 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/share/consolefonts/l* NOTICE:catalyst:livecd: removing /usr/share/consolefonts/l* 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/share/consolefonts/r* NOTICE:catalyst:livecd: removing /usr/share/consolefonts/r* 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/share/consolefonts/s* NOTICE:catalyst:livecd: removing /usr/share/consolefonts/s* 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/share/consolefonts/t* NOTICE:catalyst:livecd: removing /usr/share/consolefonts/t* 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/share/consolefonts/v* NOTICE:catalyst:livecd: removing /usr/share/consolefonts/v* 16 Oct 2024 14:44:01 EDT: NOTICE : livecd: removing /usr/share/misc/*.old NOTICE:catalyst:livecd: removing /usr/share/misc/*.old 16 Oct 2024 14:44:05 EDT: NOTICE : --- Running action sequence: empty NOTICE:catalyst:--- Running action sequence: empty 16 Oct 2024 14:44:05 EDT: NOTICE : Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//boot NOTICE:catalyst:Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//boot 16 Oct 2024 14:44:05 EDT: NOTICE : Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//etc/cron.daily NOTICE:catalyst:Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//etc/cron.daily 16 Oct 2024 14:44:05 EDT: WARNING : not a directory or does not exist, skipping "empty" operation: /etc/cron.hourly WARNING:catalyst:not a directory or does not exist, skipping "empty" operation: /etc/cron.hourly 16 Oct 2024 14:44:05 EDT: WARNING : not a directory or does not exist, skipping "empty" operation: /etc/cron.monthly WARNING:catalyst:not a directory or does not exist, skipping "empty" operation: /etc/cron.monthly 16 Oct 2024 14:44:05 EDT: NOTICE : Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//etc/cron.weekly NOTICE:catalyst:Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//etc/cron.weekly 16 Oct 2024 14:44:05 EDT: NOTICE : Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//etc/logrotate.d NOTICE:catalyst:Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//etc/logrotate.d 16 Oct 2024 14:44:05 EDT: WARNING : not a directory or does not exist, skipping "empty" operation: /etc/modules.autoload.d WARNING:catalyst:not a directory or does not exist, skipping "empty" operation: /etc/modules.autoload.d 16 Oct 2024 14:44:05 EDT: WARNING : not a directory or does not exist, skipping "empty" operation: /etc/rsync WARNING:catalyst:not a directory or does not exist, skipping "empty" operation: /etc/rsync 16 Oct 2024 14:44:05 EDT: WARNING : not a directory or does not exist, skipping "empty" operation: /etc/runlevels/single WARNING:catalyst:not a directory or does not exist, skipping "empty" operation: /etc/runlevels/single 16 Oct 2024 14:44:05 EDT: NOTICE : Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//etc/skel NOTICE:catalyst:Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//etc/skel 16 Oct 2024 14:44:05 EDT: WARNING : not a directory or does not exist, skipping "empty" operation: /usr/lib/dev-state WARNING:catalyst:not a directory or does not exist, skipping "empty" operation: /usr/lib/dev-state 16 Oct 2024 14:44:05 EDT: WARNING : not a directory or does not exist, skipping "empty" operation: /usr/lib/udev-state WARNING:catalyst:not a directory or does not exist, skipping "empty" operation: /usr/lib/udev-state 16 Oct 2024 14:44:05 EDT: WARNING : not a directory or does not exist, skipping "empty" operation: /usr/lib64/dev-state WARNING:catalyst:not a directory or does not exist, skipping "empty" operation: /usr/lib64/dev-state 16 Oct 2024 14:44:05 EDT: WARNING : not a directory or does not exist, skipping "empty" operation: /usr/lib64/udev-state WARNING:catalyst:not a directory or does not exist, skipping "empty" operation: /usr/lib64/udev-state 16 Oct 2024 14:44:05 EDT: WARNING : not a directory or does not exist, skipping "empty" operation: /root/.ccache WARNING:catalyst:not a directory or does not exist, skipping "empty" operation: /root/.ccache 16 Oct 2024 14:44:05 EDT: NOTICE : Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//tmp NOTICE:catalyst:Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//tmp 16 Oct 2024 14:44:05 EDT: WARNING : not a directory or does not exist, skipping "empty" operation: /usr/diet/include WARNING:catalyst:not a directory or does not exist, skipping "empty" operation: /usr/diet/include 16 Oct 2024 14:44:05 EDT: WARNING : not a directory or does not exist, skipping "empty" operation: /usr/diet/man WARNING:catalyst:not a directory or does not exist, skipping "empty" operation: /usr/diet/man 16 Oct 2024 14:44:05 EDT: NOTICE : Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//usr/include NOTICE:catalyst:Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//usr/include 16 Oct 2024 14:44:06 EDT: WARNING : not a directory or does not exist, skipping "empty" operation: /usr/hppa*-unknown-linux-* WARNING:catalyst:not a directory or does not exist, skipping "empty" operation: /usr/hppa*-unknown-linux-* 16 Oct 2024 14:44:06 EDT: NOTICE : Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//usr/include NOTICE:catalyst:Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//usr/include 16 Oct 2024 14:44:06 EDT: WARNING : not a directory or does not exist, skipping "empty" operation: /usr/lib/X11/config WARNING:catalyst:not a directory or does not exist, skipping "empty" operation: /usr/lib/X11/config 16 Oct 2024 14:44:06 EDT: WARNING : not a directory or does not exist, skipping "empty" operation: /usr/lib/X11/doc WARNING:catalyst:not a directory or does not exist, skipping "empty" operation: /usr/lib/X11/doc 16 Oct 2024 14:44:06 EDT: WARNING : not a directory or does not exist, skipping "empty" operation: /usr/lib/X11/etc WARNING:catalyst:not a directory or does not exist, skipping "empty" operation: /usr/lib/X11/etc 16 Oct 2024 14:44:06 EDT: WARNING : not a directory or does not exist, skipping "empty" operation: /usr/lib/awk WARNING:catalyst:not a directory or does not exist, skipping "empty" operation: /usr/lib/awk 16 Oct 2024 14:44:06 EDT: WARNING : not a directory or does not exist, skipping "empty" operation: /usr/lib/ccache WARNING:catalyst:not a directory or does not exist, skipping "empty" operation: /usr/lib/ccache 16 Oct 2024 14:44:06 EDT: WARNING : not a directory or does not exist, skipping "empty" operation: /usr/lib/gcc-config WARNING:catalyst:not a directory or does not exist, skipping "empty" operation: /usr/lib/gcc-config 16 Oct 2024 14:44:06 EDT: NOTICE : Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//usr/lib/nfs NOTICE:catalyst:Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//usr/lib/nfs 16 Oct 2024 14:44:06 EDT: WARNING : not a directory or does not exist, skipping "empty" operation: /usr/lib/perl5/site_perl WARNING:catalyst:not a directory or does not exist, skipping "empty" operation: /usr/lib/perl5/site_perl 16 Oct 2024 14:44:06 EDT: NOTICE : Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//usr/lib/portage NOTICE:catalyst:Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//usr/lib/portage 16 Oct 2024 14:44:06 EDT: WARNING : not a directory or does not exist, skipping "empty" operation: /usr/lib64/X11/config WARNING:catalyst:not a directory or does not exist, skipping "empty" operation: /usr/lib64/X11/config 16 Oct 2024 14:44:06 EDT: WARNING : not a directory or does not exist, skipping "empty" operation: /usr/lib64/X11/doc WARNING:catalyst:not a directory or does not exist, skipping "empty" operation: /usr/lib64/X11/doc 16 Oct 2024 14:44:06 EDT: WARNING : not a directory or does not exist, skipping "empty" operation: /usr/lib64/X11/etc WARNING:catalyst:not a directory or does not exist, skipping "empty" operation: /usr/lib64/X11/etc 16 Oct 2024 14:44:06 EDT: WARNING : not a directory or does not exist, skipping "empty" operation: /usr/lib64/awk WARNING:catalyst:not a directory or does not exist, skipping "empty" operation: /usr/lib64/awk 16 Oct 2024 14:44:06 EDT: WARNING : not a directory or does not exist, skipping "empty" operation: /usr/lib64/ccache WARNING:catalyst:not a directory or does not exist, skipping "empty" operation: /usr/lib64/ccache 16 Oct 2024 14:44:06 EDT: WARNING : not a directory or does not exist, skipping "empty" operation: /usr/lib64/gcc-config WARNING:catalyst:not a directory or does not exist, skipping "empty" operation: /usr/lib64/gcc-config 16 Oct 2024 14:44:06 EDT: WARNING : not a directory or does not exist, skipping "empty" operation: /usr/lib64/nfs WARNING:catalyst:not a directory or does not exist, skipping "empty" operation: /usr/lib64/nfs 16 Oct 2024 14:44:06 EDT: WARNING : not a directory or does not exist, skipping "empty" operation: /usr/lib64/perl5/site_perl WARNING:catalyst:not a directory or does not exist, skipping "empty" operation: /usr/lib64/perl5/site_perl 16 Oct 2024 14:44:06 EDT: WARNING : not a directory or does not exist, skipping "empty" operation: /usr/lib64/portage WARNING:catalyst:not a directory or does not exist, skipping "empty" operation: /usr/lib64/portage 16 Oct 2024 14:44:06 EDT: NOTICE : Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//usr/local NOTICE:catalyst:Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//usr/local 16 Oct 2024 14:44:06 EDT: WARNING : not a directory or does not exist, skipping "empty" operation: /usr/portage WARNING:catalyst:not a directory or does not exist, skipping "empty" operation: /usr/portage 16 Oct 2024 14:44:06 EDT: NOTICE : Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//usr/share/aclocal NOTICE:catalyst:Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//usr/share/aclocal 16 Oct 2024 14:44:06 EDT: NOTICE : Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//usr/share/baselayout NOTICE:catalyst:Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//usr/share/baselayout 16 Oct 2024 14:44:06 EDT: WARNING : not a directory or does not exist, skipping "empty" operation: /usr/share/binutils-data WARNING:catalyst:not a directory or does not exist, skipping "empty" operation: /usr/share/binutils-data 16 Oct 2024 14:44:06 EDT: NOTICE : Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//usr/share/consolefonts/partialfonts NOTICE:catalyst:Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//usr/share/consolefonts/partialfonts 16 Oct 2024 14:44:06 EDT: NOTICE : Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//usr/share/consoletrans NOTICE:catalyst:Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//usr/share/consoletrans 16 Oct 2024 14:44:06 EDT: WARNING : not a directory or does not exist, skipping "empty" operation: /usr/share/dict WARNING:catalyst:not a directory or does not exist, skipping "empty" operation: /usr/share/dict 16 Oct 2024 14:44:06 EDT: NOTICE : Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//usr/share/doc NOTICE:catalyst:Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//usr/share/doc 16 Oct 2024 14:44:06 EDT: NOTICE : Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//usr/share/emacs NOTICE:catalyst:Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//usr/share/emacs 16 Oct 2024 14:44:10 EDT: NOTICE : Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//usr/share/et NOTICE:catalyst:Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//usr/share/et 16 Oct 2024 14:44:10 EDT: WARNING : not a directory or does not exist, skipping "empty" operation: /usr/share/gcc-data WARNING:catalyst:not a directory or does not exist, skipping "empty" operation: /usr/share/gcc-data 16 Oct 2024 14:44:10 EDT: WARNING : not a directory or does not exist, skipping "empty" operation: /usr/share/genkernel WARNING:catalyst:not a directory or does not exist, skipping "empty" operation: /usr/share/genkernel 16 Oct 2024 14:44:10 EDT: NOTICE : Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//usr/share/gettext NOTICE:catalyst:Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//usr/share/gettext 16 Oct 2024 14:44:10 EDT: NOTICE : Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//usr/share/glib-2.0 NOTICE:catalyst:Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//usr/share/glib-2.0 16 Oct 2024 14:44:10 EDT: WARNING : not a directory or does not exist, skipping "empty" operation: /usr/share/gnuconfig WARNING:catalyst:not a directory or does not exist, skipping "empty" operation: /usr/share/gnuconfig 16 Oct 2024 14:44:10 EDT: WARNING : not a directory or does not exist, skipping "empty" operation: /usr/share/gtk-doc WARNING:catalyst:not a directory or does not exist, skipping "empty" operation: /usr/share/gtk-doc 16 Oct 2024 14:44:10 EDT: NOTICE : Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//usr/share/i18n NOTICE:catalyst:Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//usr/share/i18n 16 Oct 2024 14:44:10 EDT: NOTICE : Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//usr/share/info NOTICE:catalyst:Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//usr/share/info 16 Oct 2024 14:44:10 EDT: WARNING : not a directory or does not exist, skipping "empty" operation: /usr/share/lcms WARNING:catalyst:not a directory or does not exist, skipping "empty" operation: /usr/share/lcms 16 Oct 2024 14:44:10 EDT: WARNING : not a directory or does not exist, skipping "empty" operation: /usr/share/libtool WARNING:catalyst:not a directory or does not exist, skipping "empty" operation: /usr/share/libtool 16 Oct 2024 14:44:10 EDT: NOTICE : Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//usr/share/locale NOTICE:catalyst:Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//usr/share/locale 16 Oct 2024 14:44:13 EDT: NOTICE : Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//usr/share/man NOTICE:catalyst:Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//usr/share/man 16 Oct 2024 14:44:13 EDT: WARNING : not a directory or does not exist, skipping "empty" operation: /usr/share/rfc WARNING:catalyst:not a directory or does not exist, skipping "empty" operation: /usr/share/rfc 16 Oct 2024 14:44:13 EDT: NOTICE : Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//usr/share/ss NOTICE:catalyst:Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//usr/share/ss 16 Oct 2024 14:44:13 EDT: WARNING : not a directory or does not exist, skipping "empty" operation: /usr/share/state WARNING:catalyst:not a directory or does not exist, skipping "empty" operation: /usr/share/state 16 Oct 2024 14:44:13 EDT: WARNING : not a directory or does not exist, skipping "empty" operation: /usr/share/texinfo WARNING:catalyst:not a directory or does not exist, skipping "empty" operation: /usr/share/texinfo 16 Oct 2024 14:44:13 EDT: NOTICE : Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//usr/share/unimaps NOTICE:catalyst:Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//usr/share/unimaps 16 Oct 2024 14:44:13 EDT: NOTICE : Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//usr/share/zoneinfo NOTICE:catalyst:Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//usr/share/zoneinfo 16 Oct 2024 14:44:13 EDT: NOTICE : Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//usr/src NOTICE:catalyst:Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//usr/src 16 Oct 2024 14:44:13 EDT: NOTICE : Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//var/cache NOTICE:catalyst:Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//var/cache 16 Oct 2024 14:44:13 EDT: NOTICE : Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//var/empty NOTICE:catalyst:Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//var/empty 16 Oct 2024 14:44:13 EDT: NOTICE : Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//var/lib/portage NOTICE:catalyst:Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//var/lib/portage 16 Oct 2024 14:44:13 EDT: WARNING : not a directory or does not exist, skipping "empty" operation: /var/lock WARNING:catalyst:not a directory or does not exist, skipping "empty" operation: /var/lock 16 Oct 2024 14:44:13 EDT: NOTICE : Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//var/log NOTICE:catalyst:Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//var/log 16 Oct 2024 14:44:13 EDT: WARNING : not a directory or does not exist, skipping "empty" operation: /var/run WARNING:catalyst:not a directory or does not exist, skipping "empty" operation: /var/run 16 Oct 2024 14:44:13 EDT: NOTICE : Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//var/spool NOTICE:catalyst:Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//var/spool 16 Oct 2024 14:44:13 EDT: WARNING : not a directory or does not exist, skipping "empty" operation: /var/state WARNING:catalyst:not a directory or does not exist, skipping "empty" operation: /var/state 16 Oct 2024 14:44:13 EDT: NOTICE : Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//var/tmp NOTICE:catalyst:Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z//var/tmp 16 Oct 2024 14:44:13 EDT: NOTICE : --- Running action sequence: clean NOTICE:catalyst:--- Running action sequence: clean 16 Oct 2024 14:44:13 EDT: NOTICE : Cleaning chroot: /etc/machine-id NOTICE:catalyst:Cleaning chroot: /etc/machine-id 16 Oct 2024 14:44:13 EDT: NOTICE : Cleaning chroot: /etc/resolv.conf NOTICE:catalyst:Cleaning chroot: /etc/resolv.conf 16 Oct 2024 14:44:13 EDT: NOTICE : Cleaning chroot: /var/tmp/* NOTICE:catalyst:Cleaning chroot: /var/tmp/* 16 Oct 2024 14:44:13 EDT: NOTICE : Cleaning chroot: /tmp/* NOTICE:catalyst:Cleaning chroot: /tmp/* 16 Oct 2024 14:44:13 EDT: NOTICE : Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z/var/db/repos/gentoo NOTICE:catalyst:Emptying directory: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z/var/db/repos/gentoo 16 Oct 2024 14:44:13 EDT: NOTICE : Writing the stage make.conf to: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z/etc/portage/make.conf NOTICE:catalyst:Writing the stage make.conf to: /usr/local/catalyst/tmp/23.0-default/livecd-stage2-hppa1.1-20241014T074836Z/etc/portage/make.conf 16 Oct 2024 14:44:14 EDT: NOTICE : --- Running action sequence: target_setup NOTICE:catalyst:--- Running action sequence: target_setup 16 Oct 2024 14:44:14 EDT: NOTICE : Setting up filesystems per filesystem type NOTICE:catalyst:Setting up filesystems per filesystem type Creating squashfs filesystem 16 Oct 2024 15:04:12 EDT: NOTICE : --- Running action sequence: setup_overlay NOTICE:catalyst:--- Running action sequence: setup_overlay 16 Oct 2024 15:04:12 EDT: NOTICE : --- Running action sequence: create_iso NOTICE:catalyst:--- Running action sequence: create_iso 16 Oct 2024 15:04:13 EDT: ERROR : Exception running action sequence create_iso 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 1559, in create_iso self.gen_digest_file(self.settings["iso"]) File "/usr/lib/python3.11/site-packages/catalyst/base/genbase.py", line 45, in gen_digest_file file.write(self.generate_hash(f, name=i)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/catalyst/base/genbase.py", line 18, in generate_hash with open(filepath, 'rb') as f: ^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '/var/tmp/catalyst/builds/23.0-default/install-hppa-minimal-20241014T074836Z.iso' ERROR:catalyst:Exception running action sequence create_iso 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 1559, in create_iso self.gen_digest_file(self.settings["iso"]) File "/usr/lib/python3.11/site-packages/catalyst/base/genbase.py", line 45, in gen_digest_file file.write(self.generate_hash(f, name=i)) ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ File "/usr/lib/python3.11/site-packages/catalyst/base/genbase.py", line 18, in generate_hash with open(filepath, 'rb') as f: ^^^^^^^^^^^^^^^^^^^^ FileNotFoundError: [Errno 2] No such file or directory: '/var/tmp/catalyst/builds/23.0-default/install-hppa-minimal-20241014T074836Z.iso' Command exited with non-zero status 2 51852.45user 9150.39system 17:50:19elapsed 28%CPU (0avgtext+0avgdata 425312maxresident)k 4669726inputs+15673112outputs (2409major+95354210minor)pagefaults 0swaps Full build log at /var/tmp/catalyst/tmp/catalyst-auto.20241014T074836Z.qCV4mh/log/installcd-stage2-minimal.log