... see detailed log in _build.*.log files Apr 9 13:02:22: Building cdrom + cd /usr/src/lfs + make -f cdrom LFS_BASEDIR=/usr/src install # Update /etc/system-release, because the string might have changed # since stage2 has been executed.. echo "IPFire 2.29 (aarch64) - core185 Development Build: master/76ba16ae" > /etc/system-release # Create a directory to authorise the CDROM in rm -rf /tmp/cdrom && mkdir -p /tmp/cdrom # Clear mtab (prevents .journal problems) rm -vf /etc/mtab removed '/etc/mtab' ln -s /proc/self/mounts /etc/mtab # Create filelist for packaging. BUILDTARGET="aarch64-pc-linux-gnu" BUILD_ARCH="aarch64" KVER="6.6.15" \ /usr/src/src/scripts/archive.files \ /usr/src/config/rootfiles/common \ > /tmp/ROOTFILES # Compress root filesystem # Reason for this tar+untar+tar is removing of entries listed two or more in src/ROOTFILES rm -rf /tmp/root && mkdir -p /tmp/root tar --format=pax --acls --xattrs --xattrs-include='*' -c --exclude='#*' --exclude='proc/*' --exclude='dev/pts/*' --exclude='tmp/*' \ --exclude='__pycache__' \ -C / --files-from=/tmp/ROOTFILES | tar --format=pax --acls --xattrs --xattrs-include='*' -x -C /tmp/root rm -f /tmp/ROOTFILES mkdir /tmp/root/sys cd /tmp/root && tar --format=pax --acls --xattrs --xattrs-include='*' -cf - * | zstd -T4 -19 --long > /tmp/cdrom/distro.img rm -rf /tmp/root # Other files touch /tmp/cdrom/ipfire-2.29-core185.media sed 's/VERSION/2.29/' /usr/src/config/cdrom/README.txt > /tmp/cdrom/README.txt cp /usr/src/doc/COPYING /tmp/cdrom/ # Install documentation mkdir -pv /tmp/cdrom/doc mkdir: created directory '/tmp/cdrom/doc' cp /usr/src/doc/{ChangeLog,packages-list.txt} /tmp/cdrom/doc mkdir -p /tmp/cdrom/boot/isolinux cp /boot/vmlinuz-6.6.15-ipfire /tmp/cdrom/boot/isolinux/vmlinuz dracut --force -a "installer" --strip /tmp/cdrom/boot/isolinux/instroot 6.6.15-ipfire dracut: Executing: /usr/bin/dracut --force -a installer --strip /tmp/cdrom/boot/isolinux/instroot 6.6.15-ipfire dracut: dracut module 'dash' will not be installed, because command 'dash' could not be found! dracut: dracut module 'mksh' will not be installed, because command 'mksh' could not be found! dracut: dracut module 'systemd' will not be installed, because command '/systemd' could not be found! dracut: dracut module 'systemd-ask-password' will not be installed, because command 'systemd-ask-password' could not be found! dracut: dracut module 'systemd-ask-password' will not be installed, because command 'systemd-tty-ask-password-agent' could not be found! dracut: dracut module 'systemd-coredump' will not be installed, because command 'coredumpctl' could not be found! dracut: dracut module 'systemd-coredump' will not be installed, because command '/systemd-coredump' could not be found! dracut: dracut module 'systemd-hostnamed' will not be installed, because command 'hostnamectl' could not be found! dracut: dracut module 'systemd-hostnamed' will not be installed, because command '/systemd-hostnamed' could not be found! dracut: dracut module 'systemd' will not be installed, because command '/systemd' could not be found! dracut: dracut module 'systemd-initrd' depends on 'systemd', which can't be installed dracut: dracut module 'systemd-integritysetup' will not be installed, because command '/systemd-integritysetup' could not be found! dracut: dracut module 'systemd-integritysetup' will not be installed, because command '/system-generators/systemd-integritysetup-generator' could not be found! dracut: dracut module 'systemd-journald' will not be installed, because command 'journalctl' could not be found! dracut: dracut module 'systemd-journald' will not be installed, because command '/systemd-journald' could not be found! dracut: dracut module 'systemd-modules-load' will not be installed, because command '/systemd-modules-load' could not be found! dracut: dracut module 'systemd-networkd' will not be installed, because command 'networkctl' could not be found! dracut: dracut module 'systemd-networkd' will not be installed, because command '/systemd-networkd' could not be found! dracut: dracut module 'systemd-networkd' will not be installed, because command '/systemd-network-generator' could not be found! dracut: dracut module 'systemd-networkd' will not be installed, because command '/systemd-networkd-wait-online' could not be found! dracut: dracut module 'systemd-repart' will not be installed, because command 'systemd-repart' could not be found! dracut: dracut module 'systemd-resolved' will not be installed, because command 'resolvectl' could not be found! dracut: dracut module 'systemd-resolved' will not be installed, because command '/systemd-resolved' could not be found! dracut: dracut module 'systemd-rfkill' will not be installed, because command '/systemd-rfkill' could not be found! dracut: dracut module 'systemd-sysctl' will not be installed, because command '/systemd-sysctl' could not be found! dracut: dracut module 'systemd-sysext' will not be installed, because command 'systemd-sysext' could not be found! dracut: dracut module 'systemd-sysusers' will not be installed, because command 'systemd-sysusers' could not be found! dracut: dracut module 'systemd-timedated' will not be installed, because command 'timedatectl' could not be found! dracut: dracut module 'systemd-timedated' will not be installed, because command '/systemd-timedated' could not be found! dracut: dracut module 'systemd-timesyncd' will not be installed, because command '/systemd-timesyncd' could not be found! dracut: dracut module 'systemd-timesyncd' will not be installed, because command '/systemd-time-wait-sync' could not be found! dracut: dracut module 'systemd-tmpfiles' will not be installed, because command 'systemd-tmpfiles' could not be found! dracut: dracut module 'systemd-udevd' will not be installed, because command '/systemd-udevd' could not be found! dracut: dracut module 'systemd-veritysetup' will not be installed, because command '/systemd-veritysetup' could not be found! dracut: dracut module 'systemd-veritysetup' will not be installed, because command '/system-generators/systemd-veritysetup-generator' could not be found! dracut: dracut module 'busybox' will not be installed, because command 'busybox' could not be found! dracut: dracut module 'dbus-broker' will not be installed, because command 'busctl' could not be found! dracut: dracut module 'dbus-daemon' will not be installed, because command 'busctl' could not be found! dracut: dracut module 'rngd' depends on 'systemd', which can't be installed dracut: dracut module 'network-wicked' will not be installed, because command 'wicked' could not be found! dracut: 62bluetooth: Could not find any command of '/usr/lib/bluetooth/bluetoothd /usr/libexec/bluetooth/bluetoothd'! dracut: dracut module 'btrfs' will not be installed, because command 'btrfs' could not be found! dracut: 90crypt: Could not find any command of '/systemd-cryptsetup cryptsetup'! dracut: dracut module 'dmraid' will not be installed, because command 'dmraid' could not be found! dracut: dracut module 'multipath' will not be installed, because command 'multipath' could not be found! dracut: dracut module 'pcsc' will not be installed, because command 'pcscd' could not be found! dracut: dracut module 'tpm2-tss' will not be installed, because command 'tpm2' could not be found! dracut: dracut module 'fcoe' will not be installed, because command 'dcbtool' could not be found! dracut: dracut module 'fcoe' will not be installed, because command 'fipvlan' could not be found! dracut: dracut module 'fcoe' will not be installed, because command 'lldpad' could not be found! dracut: dracut module 'fcoe' will not be installed, because command 'fcoemon' could not be found! dracut: dracut module 'fcoe' will not be installed, because command 'fcoeadm' could not be found! dracut: dracut module 'fcoe-uefi' will not be installed, because command 'dcbtool' could not be found! dracut: dracut module 'fcoe-uefi' will not be installed, because command 'fipvlan' could not be found! dracut: dracut module 'fcoe-uefi' will not be installed, because command 'lldpad' could not be found! dracut: dracut module 'iscsi' will not be installed, because command 'iscsi-iname' could not be found! dracut: dracut module 'iscsi' will not be installed, because command 'iscsiadm' could not be found! dracut: dracut module 'iscsi' will not be installed, because command 'iscsid' could not be found! dracut: dracut module 'nbd' will not be installed, because command 'nbd-client' could not be found! dracut: dracut module 'nvmf' will not be installed, because command 'nvme' could not be found! dracut: dracut module 'biosdevname' will not be installed, because command 'biosdevname' could not be found! dracut: dracut module 'systemd-initrd' depends on 'systemd', which can't be installed dracut: dracut module 'dracut-systemd' depends on 'systemd-initrd', which can't be installed dracut: dracut module 'memstrack' will not be installed, because command 'memstrack' could not be found! dracut: memstrack is not available dracut: If you need to use rd.memdebug>=4, please install memstrack and procps-ng dracut: dracut module 'squash' will not be installed, because command 'mksquashfs' could not be found! dracut: dracut module 'squash' will not be installed, because command 'unsquashfs' could not be found! dracut: *** Including module: bash *** dracut: *** Including module: modsign *** dracut: *** Including module: i18n *** dracut: *** Including module: network-legacy *** mv: cannot stat '/var/tmp/dracut.UuwwT6/initramfs/bin/arping': No such file or directory dracut: *** Including module: network *** dracut: *** Including module: dm *** dracut: Skipping udev rule: 64-device-mapper.rules dracut: Skipping udev rule: 60-persistent-storage-dm.rules dracut: Skipping udev rule: 55-dm.rules dracut: *** Including module: kernel-modules *** dracut: *** Including module: kernel-modules-extra *** dracut: *** Including module: kernel-network-modules *** dracut: *** Including module: lvm *** dracut: Skipping udev rule: 64-device-mapper.rules dracut: Skipping udev rule: 56-lvm.rules dracut: Skipping udev rule: 60-persistent-storage-lvm.rules dracut: *** Including module: mdraid *** dracut: Skipping udev rule: 64-md-raid.rules dracut: *** Including module: nvdimm *** dracut: *** Including module: qemu *** dracut: *** Including module: qemu-net *** dracut: *** Including module: cifs *** dracut: *** Including module: lunmask *** dracut: *** Including module: nfs *** dracut: *** Including module: resume *** dracut: *** Including module: rootfs-block *** dracut: *** Including module: terminfo *** dracut: *** Including module: udev-rules *** dracut: Skipping udev rule: 40-redhat.rules dracut: Skipping udev rule: 50-firmware.rules dracut: Skipping udev rule: 50-udev.rules dracut: Skipping program /bin/loginctl using in udev rule 71-seat.rules as it cannot be found dracut: Skipping udev rule: 91-permissions.rules dracut: Skipping udev rule: 80-drivers-modprobe.rules dracut: *** Including module: virtfs *** dracut: *** Including module: usrmount *** dracut: *** Including module: base *** dracut: *** Including module: fs-lib *** dracut: *** Including module: installer *** dracut: *** Including module: shutdown *** dracut: *** Including modules done *** dracut: *** Installing kernel module dependencies *** dracut: *** Installing kernel module dependencies done *** dracut: *** Resolving executable dependencies *** dracut: *** Resolving executable dependencies done *** dracut: *** Hardlinking files *** dracut: Mode: real dracut: Method: sha256 dracut: Files: 2085 dracut: Linked: 9 files dracut: Compared: 0 xattrs dracut: Compared: 453 files dracut: Saved: 1.2 MiB dracut: Duration: 0.014668 seconds dracut: *** Hardlinking files done *** dracut: *** Store current command line parameters *** dracut: *** Stripping files *** dracut: *** Stripping files done *** dracut: *** Creating image file '/tmp/cdrom/boot/isolinux/instroot' *** dracut: *** Creating initramfs image file '/tmp/cdrom/boot/isolinux/instroot' done *** # Generate embedded GRUB configuration sed -e "s/NAME/IPFire/g" -e "s/VERSION/2.29/g" -e "s/ARCH/aarch64/g" \ /usr/src/config/cdrom/grub-efi.cfg > /tmp/grub-efi.cfg # Build a GRUB EFI image mkdir -pv /tmp/cdrom/EFI/BOOT mkdir: created directory '/tmp/cdrom/EFI' mkdir: created directory '/tmp/cdrom/EFI/BOOT' grub-mkimage \ --format=arm64-efi \ --output=/tmp/cdrom/EFI/BOOT/bootaa64.efi \ --config=/tmp/grub-efi.cfg \ --compression=xz \ --prefix=/EFI/BOOT \ $(for mod in all_video at_keyboard boot bitmap_scale cat chain configfile disk echo efi_gop efi_uga ext2 extcmd fat file font fxterm_menu gfxterm gfxmenu gfxterm_background gzio halt help iso9660 jpeg loadbios loadenv loopback linux ls memdisk minicmd nativedisk normal ntfs part_gpt part_msdos png probe reboot regexp search search_fs_file search_fs_uuid search_label tar test tga true usb_keyboard; do [ -f "/usr/lib/grub/arm64-efi/${mod}.mod" ] && echo "${mod}"; done) # Install GRUB configuration mkdir -pv /tmp/cdrom/EFI/BOOT sed -e "s/NAME/IPFire/g" -e "s/VERSION/2.29/g" -e "s/ARCH/aarch64/g" \ < /usr/src/config/cdrom/grub.cfg > /tmp/cdrom/EFI/BOOT/grub.cfg # Create the EFI Eltorito image dd if=/dev/zero of=/tmp/cdrom/boot/isolinux/efiboot.img bs=1k count=2880 2880+0 records in 2880+0 records out 2949120 bytes (2.9 MB, 2.8 MiB) copied, 0.00312733 s, 943 MB/s mkdosfs -F 12 -n "IPFIRE_EFI" /tmp/cdrom/boot/isolinux/efiboot.img mkfs.fat 4.2 (2021-01-31) # Mount the EFI image mkdir -pv /tmp/efiboot.img mkdir: created directory '/tmp/efiboot.img' mount -o loop /tmp/cdrom/boot/isolinux/efiboot.img /tmp/efiboot.img # Copy the bootloader into the image mkdir -p /tmp/efiboot.img/EFI/BOOT cp -a /tmp/cdrom/EFI/BOOT/bootaa64.efi \ /tmp/efiboot.img/EFI/BOOT/bootaa64.efi # Cleanup umount /tmp/efiboot.img rm -rf /tmp/efiboot.img /tmp/grub-efi.cfg cd /tmp/cdrom && find -type f ! -name md5sum.txt | grep -v "./boot" | \ xargs md5sum > md5sum.txt mkdir -p /install/images cd /tmp/cdrom && mkisofs -J -r -v -A "IPFire 2.29 aarch64" -V "IPFire 2.29 aarch64" -eltorito-alt-boot -e boot/isolinux/efiboot.img -no-emul-boot -o /install/images/ipfire-2.29-core185-aarch64.iso . genisoimage 1.1.11 (Linux) Scanning . Scanning ./EFI Scanning ./EFI/BOOT Scanning ./boot Scanning ./boot/isolinux Scanning ./doc Writing: Initial Padblock Start Block 0 Done with: Initial Padblock Block(s) 16 Writing: Primary Volume Descriptor Start Block 16 Done with: Primary Volume Descriptor Block(s) 1 Writing: Eltorito Volume Descriptor Start Block 17 Size of boot image is 5760 sectors -> No emulation Done with: Eltorito Volume Descriptor Block(s) 1 Writing: Joliet Volume Descriptor Start Block 18 Done with: Joliet Volume Descriptor Block(s) 1 Writing: End Volume Descriptor Start Block 19 Done with: End Volume Descriptor Block(s) 1 Writing: Version block Start Block 20 Done with: Version block Block(s) 1 Writing: Path table Start Block 21 Done with: Path table Block(s) 4 Writing: Joliet path table Start Block 25 Done with: Joliet path table Block(s) 4 Writing: Directory tree Start Block 29 Done with: Directory tree Block(s) 6 Writing: Joliet directory tree Start Block 35 Done with: Joliet directory tree Block(s) 6 Writing: Directory tree cleanup Start Block 41 Done with: Directory tree cleanup Block(s) 0 Writing: Extension record Start Block 41 Done with: Extension record Block(s) 1 Writing: The File(s) Start Block 42 2.45% done, estimate finish Tue Apr 9 13:06:18 2024 4.90% done, estimate finish Tue Apr 9 13:05:58 2024 7.34% done, estimate finish Tue Apr 9 13:05:51 2024 9.79% done, estimate finish Tue Apr 9 13:05:48 2024 12.23% done, estimate finish Tue Apr 9 13:05:46 2024 14.68% done, estimate finish Tue Apr 9 13:05:44 2024 17.12% done, estimate finish Tue Apr 9 13:05:43 2024 19.57% done, estimate finish Tue Apr 9 13:05:43 2024 22.02% done, estimate finish Tue Apr 9 13:05:42 2024 24.47% done, estimate finish Tue Apr 9 13:05:42 2024 26.91% done, estimate finish Tue Apr 9 13:05:41 2024 29.36% done, estimate finish Tue Apr 9 13:05:41 2024 31.80% done, estimate finish Tue Apr 9 13:05:41 2024 34.25% done, estimate finish Tue Apr 9 13:05:40 2024 36.69% done, estimate finish Tue Apr 9 13:05:40 2024 39.14% done, estimate finish Tue Apr 9 13:05:40 2024 41.58% done, estimate finish Tue Apr 9 13:05:40 2024 44.03% done, estimate finish Tue Apr 9 13:05:40 2024 46.47% done, estimate finish Tue Apr 9 13:05:40 2024 48.92% done, estimate finish Tue Apr 9 13:05:40 2024 51.37% done, estimate finish Tue Apr 9 13:05:39 2024 53.82% done, estimate finish Tue Apr 9 13:05:39 2024 56.26% done, estimate finish Tue Apr 9 13:05:39 2024 58.71% done, estimate finish Tue Apr 9 13:05:39 2024 61.15% done, estimate finish Tue Apr 9 13:05:39 2024 63.60% done, estimate finish Tue Apr 9 13:05:39 2024 66.04% done, estimate finish Tue Apr 9 13:05:39 2024 68.49% done, estimate finish Tue Apr 9 13:05:39 2024 70.93% done, estimate finish Tue Apr 9 13:05:39 2024 73.38% done, estimate finish Tue Apr 9 13:05:39 2024 75.82% done, estimate finish Tue Apr 9 13:05:39 2024 78.27% done, estimate finish Tue Apr 9 13:05:39 2024 80.72% done, estimate finish Tue Apr 9 13:05:39 2024 83.16% done, estimate finish Tue Apr 9 13:05:39 2024 85.61% done, estimate finish Tue Apr 9 13:05:39 2024 88.05% done, estimate finish Tue Apr 9 13:05:39 2024 90.50% done, estimate finish Tue Apr 9 13:05:39 2024 92.95% done, estimate finish Tue Apr 9 13:05:39 2024 95.40% done, estimate finish Tue Apr 9 13:05:39 2024 97.84% done, estimate finish Tue Apr 9 13:05:39 2024 Total translation table size: 2048 Total rockridge attributes bytes: 2303 Total directory bytes: 10240 Path table size(bytes): 74 Done with: The File(s) Block(s) 204234 Writing: Ending Padblock Start Block 204276 Done with: Ending Padblock Block(s) 150 Max brk space used 1a000 204426 extents written (399 MB) Apr 9 13:05:39: Building flash-images + cd /usr/src/lfs + make -f flash-images LFS_BASEDIR=/usr/src install # Stop if /tmp/harddisk is still mounted mountpoint /tmp/harddisk && exit 1 || exit 0 mountpoint: /tmp/harddisk: No such file or directory rm -rf /tmp/image.img /tmp/harddisk && mkdir -p /tmp/harddisk # Allocate image on disk dd if=/dev/zero of=/tmp/image.img bs=512 count=$(( 32768 + 1015808 + 65536 + 3773292 )) 4887404+0 records in 4887404+0 records out 2502350848 bytes (2.5 GB, 2.3 GiB) copied, 4.00609 s, 625 MB/s losetup /dev/loop0 /tmp/image.img # Write Partition table echo -e "32768,1015808,c,*\n1048576,65536 ,U\n1114112,3773292,L\n" | sfdisk -uS /dev/loop0 Checking that no-one is using this disk right now ... OK Disk /dev/loop0: 2.33 GiB, 2502350848 bytes, 4887404 sectors Units: sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes >>> Created a new DOS (MBR) disklabel with disk identifier 0x3ed1d3d9. /dev/loop0p1: Created a new partition 1 of type 'W95 FAT32 (LBA)' and of size 496 MiB. /dev/loop0p2: Created a new partition 2 of type 'EFI (FAT-12/16/32)' and of size 32 MiB. /dev/loop0p3: Created a new partition 3 of type 'Linux' and of size 1.8 GiB. /dev/loop0p4: Done. New situation: Disklabel type: dos Disk identifier: 0x3ed1d3d9 Device Boot Start End Sectors Size Id Type /dev/loop0p1 * 32768 1048575 1015808 496M c W95 FAT32 (LBA) /dev/loop0p2 1048576 1114111 65536 32M ef EFI (FAT-12/16/32) /dev/loop0p3 1114112 4887403 3773292 1.8G 83 Linux The partition table has been altered. Calling ioctl() to re-read partition table. Re-reading the partition table failed.: Invalid argument The kernel still uses the old table. The new table will be used at the next reboot or after you run partprobe(8) or partx(8). Syncing disks. kpartx -v -a /dev/loop0 add map loop0p1 (254:0): 0 1015808 linear 7:0 32768 add map loop0p2 (254:1): 0 65536 linear 7:0 1048576 add map loop0p3 (254:2): 0 3773292 linear 7:0 1114112 # Format them mkfs.vfat /dev/mapper/loop0p1 mkfs.fat 4.2 (2021-01-31) mkfs.vfat /dev/mapper/loop0p2 mkfs.fat 4.2 (2021-01-31) mkfs.ext4 -O ^has_journal,extent -F /dev/mapper/loop0p3 mke2fs 1.46.5 (30-Dec-2021) Discarding device blocks: 0/471661 done Creating filesystem with 471661 4k blocks and 118080 inodes Filesystem UUID: e959abd9-d8f5-469c-8295-5e6e04ab2ce2 Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912 Allocating group tables: 0/15 done Writing inode tables: 0/15 done Writing superblocks and filesystem accounting information: 0/15 done # Most systems that use Flashimages has no RTC at boot # so the interval check should disables tune2fs -i0 /dev/mapper/loop0p3 tune2fs 1.46.5 (30-Dec-2021) Setting interval between checks to 0 seconds # Mount root partition mount /dev/mapper/loop0p3 /tmp/harddisk # Mount boot partition mkdir -pv /tmp/harddisk/boot mkdir: created directory '/tmp/harddisk/boot' mount /dev/mapper/loop0p1 /tmp/harddisk/boot mkdir -pv /tmp/harddisk/boot/efi mkdir: created directory '/tmp/harddisk/boot/efi' mount /dev/mapper/loop0p2 /tmp/harddisk/boot/efi # Install IPFire tar --format=pax --acls --xattrs --xattrs-include='*' -x -C /tmp/harddisk/ -f /tmp/cdrom/distro.img tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/vmlinuz-6.6.15-ipfire': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/uboot.env': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/uInit-6.6.15-ipfire': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/uEnv.txt': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/u-boot-rpi4.bin': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/u-boot-rpi3.bin': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/start_x.elf': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/start_db.elf': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/start_cd.elf': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/start4x.elf': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/start4db.elf': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/start4cd.elf': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/start4.elf': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/start.elf': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/initramfs-6.6.15-ipfire.img': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/grub/splash.png': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/grub': Operation not supported tar: acl_delete_def_file_at: Cannot drop default POSIX ACLs for file 'boot/grub': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/fixup_x.dat': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/fixup_db.dat': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/fixup_cd.dat': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/fixup4x.dat': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/fixup4db.dat': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/fixup4cd.dat': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/fixup4.dat': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/fixup.dat': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/synaptics/berlin4ct-stb.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/synaptics/berlin4ct-dmp.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/synaptics': Operation not supported tar: acl_delete_def_file_at: Cannot drop default POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/synaptics': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/arm/juno-r1.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/arm/juno.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/arm/juno-r2-scmi.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/arm/rtsm_ve-aemv8a.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/arm/foundation-v8-gicv3-psci.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/arm/corstone1000-fvp.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/arm/foundation-v8-gicv3.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/arm/fvp-base-revc.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/arm/foundation-v8-psci.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/arm/juno-r2.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/arm/juno-r1-scmi.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/arm/foundation-v8.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/arm/vexpress-v2f-1xv7-ca53x2.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/arm/juno-scmi.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/arm/corstone1000-mps3.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/arm': Operation not supported tar: acl_delete_def_file_at: Cannot drop default POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/arm': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/broadcom/bcm2837-rpi-cm3-io3.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/broadcom/bcm2837-rpi-3-b-plus.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/broadcom/bcm2711-rpi-cm4-io.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/broadcom/bcm2711-rpi-4-b.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/broadcom/bcm2711-rpi-400.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/broadcom/bcm2837-rpi-3-b.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/broadcom/bcm2837-rpi-zero-2-w.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/broadcom/bcm2837-rpi-3-a-plus.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/broadcom': Operation not supported tar: acl_delete_def_file_at: Cannot drop default POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/broadcom': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/allwinner/sun50i-h6-tanix-tx6-mini.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/allwinner/sun50i-h5-orangepi-prime.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/allwinner/sun50i-h5-bananapi-m2-plus.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/allwinner/sun50i-a64-pine64-plus.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/allwinner/sun50i-h5-orangepi-pc2.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/allwinner/sun50i-a64-pinebook.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/allwinner/sun50i-h6-orangepi-lite2.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/allwinner/sun50i-a64-teres-i.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/allwinner/sun50i-h5-orangepi-zero-plus2.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/allwinner/sun50i-a64-olinuxino-emmc.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/allwinner/sun50i-a100-allwinner-perf1.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/allwinner/sun50i-a64-pine64-lts.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/allwinner/sun50i-h6-pine-h64-model-b.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/allwinner/sun50i-h616-orangepi-zero2.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/allwinner/sun50i-h616-x96-mate.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/allwinner/sun50i-h6-tanix-tx6.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/allwinner/sun50i-a64-amarula-relic.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/allwinner/sun50i-a64-pinetab-early-adopter.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/allwinner/sun50i-h6-beelink-gs1.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/allwinner/sun50i-a64-sopine-baseboard.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/allwinner/sun50i-h6-orangepi-3.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/allwinner/sun50i-a64-olinuxino.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/allwinner/sun50i-a64-pinetab.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/allwinner/sun50i-a64-nanopi-a64.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/allwinner/sun50i-a64-oceanic-5205-5inmfd.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/allwinner/sun50i-h5-libretech-all-h3-it.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/allwinner/sun50i-h6-pine-h64.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/allwinner/sun50i-a64-pine64.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/allwinner/sun50i-a64-bananapi-m64.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/allwinner/sun50i-a64-orangepi-win.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/allwinner/sun50i-h6-orangepi-one-plus.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/allwinner/sun50i-h5-nanopi-neo-plus2.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/allwinner/sun50i-a64-pinephone-1.0.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/allwinner/sun50i-a64-pinephone-1.2.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/allwinner/sun50i-h5-orangepi-zero-plus.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/allwinner/sun50i-h618-orangepi-zero3.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/allwinner/sun50i-h5-nanopi-r1s-h5.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/allwinner/sun50i-h5-libretech-all-h5-cc.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/allwinner/sun50i-h5-emlid-neutis-n5-devboard.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/allwinner/sun50i-h5-bananapi-m2-plus-v1.2.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/allwinner/sun50i-h5-libretech-all-h3-cc.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/allwinner/sun50i-a64-pinephone-1.1.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/allwinner/sun50i-h5-nanopi-neo2.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/allwinner': Operation not supported tar: acl_delete_def_file_at: Cannot drop default POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/allwinner': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/fsl-ls1043a-rdb.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mm-venice-gw7903.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/fsl-ls1012a-frwy.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/fsl-ls1028a-qds-13bb.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mn-bsh-smm-s2pro.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mp-debix-model-a.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/fsl-lx2160a-honeycomb.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mn-tqma8mqnl-mba8mx.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8qxp-ai_ml.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mm-emcon-avari.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mm-verdin-wifi-yavia.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/fsl-ls2088a-rdb.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8qm-apalis-v1.1-ixora-v1.1.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mp-tqma8mpql-mba8mpxl.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mm-evk.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mp-venice-gw73xx-2x.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mn-ddr3l-evk.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mp-phyboard-pollux-rdk.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mm-mx8menlo.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mp-debix-som-a-bmb-08.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mm-venice-gw73xx-0x-rs422.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mm-venice-gw7901.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mm-venice-gw72xx-0x-rpidsi.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mn-venice-gw7902.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mq-mnt-reform2.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mm-icore-mx8mm-edimm2.2.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mm-venice-gw73xx-0x-imx219.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mq-pico-pi.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mm-ddr4-evk.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mm-prt8mm.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mm-beacon-kit.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/fsl-ls1028a-qds-899b.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mm-venice-gw73xx-0x.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mm-phyboard-polis-rdk.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/fsl-lx2160a-rdb.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/fsl-lx2160a-bluebox3.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/fsl-ls1028a-rdb.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mp-verdin-nonwifi-yavia.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mn-evk.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mm-kontron-bl-osm-s.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mm-kontron-bl.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mm-venice-gw72xx-0x-rs422.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx93-tqma9352-mba93xxla.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mp-verdin-wifi-yavia.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/fsl-ls1012a-qds.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/fsl-ls1028a-kontron-sl28-var3-ads2.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/fsl-ls1028a-qds-9999.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mm-tqma8mqml-mba8mx.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8dxl-evk.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/fsl-ls1088a-ten64.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/fsl-lx2160a-bluebox3-rev-a.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/fsl-ls2080a-simu.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mm-var-som-symphony.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mp-dhcom-pdk2.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8qm-apalis-eval.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8ulp-evk.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/fsl-lx2160a-qds.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mq-librem5-r3.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mn-var-som-symphony.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mm-data-modul-edm-sbc.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/fsl-lx2162a-qds.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mq-librem5-r4.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mm-innocomm-wb15-evk.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/fsl-ls1028a-qds-85bb.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/fsl-ls1028a-kontron-sl28-var1.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mq-hummingboard-pulse.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mn-ddr4-evk.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mp-tqma8mpql-mba8mpxl-lvds.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/fsl-ls1046a-rdb.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8qxp-colibri-iris-v2.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/fsl-ls1028a-kontron-sl28.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/fsl-ls1028a-qds-65bb.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mp-verdin-nonwifi-dahlia.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mm-verdin-nonwifi-yavia.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mm-venice-gw7902.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mm-venice-gw73xx-0x-rs485.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mm-icore-mx8mm-ctouch2.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/fsl-ls2081a-rdb.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8qxp-mek.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mn-beacon-kit.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mm-evkb.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8qm-apalis-v1.1-ixora-v1.2.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx93-11x11-evk.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/fsl-ls1046a-qds.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mm-venice-gw71xx-0x.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mp-venice-gw71xx-2x.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mm-venice-gw72xx-0x-imx219.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mq-librem5-devkit.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/fsl-ls1088a-rdb.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mp-evk.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mq-tqma8mq-mba8mx.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mp-venice-gw74xx-rpidsi.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mp-verdin-wifi-dahlia.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/fsl-ls1046a-frwy.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mm-venice-gw7904.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mm-venice-gw72xx-0x-rs232-rts.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mm-verdin-wifi-dev.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mn-bsh-smm-s2.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/fsl-ls1012a-oxalis.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mm-phg.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8qm-apalis-v1.1-eval.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mm-venice-gw73xx-0x-rpidsi.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/fsl-ls1043a-qds.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mp-venice-gw74xx.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mp-beacon-kit.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mq-phanbell.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mm-verdin-nonwifi-dahlia.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mp-msc-sm2s-ep1.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/fsl-ls1028a-kontron-sl28-var2.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mp-venice-gw7905-2x.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/fsl-ls1028a-kontron-kbox-a-230-ls.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8qxp-colibri-aster.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mm-venice-gw7905-0x.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mm-emtop-baseboard.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/fsl-ls2088a-qds.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mm-nitrogen-r2.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mm-venice-gw72xx-0x.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mq-zii-ultra-rmb3.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/fsl-ls1012a-rdb.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mm-verdin-nonwifi-dev.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/fsl-ls1028a-qds.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mq-kontron-pitx-imx8m.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mp-icore-mx8mp-edimm2.2.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mq-nitrogen.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/fsl-ls1012a-frdm.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/fsl-ls2080a-qds.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/fsl-ls2080a-rdb.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mp-verdin-nonwifi-dev.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/fsl-ls1028a-qds-7777.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mq-thor96.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8qm-mek.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mm-venice-gw73xx-0x-rs232-rts.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mp-data-modul-edm-sbc.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/fsl-ls1088a-qds.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mm-venice-gw72xx-0x-rs485.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mq-zii-ultra-zest.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8qm-apalis-ixora-v1.1.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/fsl-ls1028a-kontron-sl28-var4.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mp-venice-gw72xx-2x.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mp-verdin-wifi-dev.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8qxp-colibri-iris.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mm-verdin-wifi-dahlia.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mq-librem5-r2.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mp-dhcom-pdk3.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8mq-evk.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/fsl-lx2160a-clearfog-cx.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale/imx8qxp-colibri-eval-v3.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale': Operation not supported tar: acl_delete_def_file_at: Cannot drop default POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/freescale': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/marvell/armada-3720-espressobin.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/marvell/armada-8040-db.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/marvell/armada-3720-espressobin-emmc.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/marvell/armada-3720-eDPU.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/marvell/cn9130-db-B.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/marvell/armada-7040-mochabin.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/marvell/armada-3720-gl-mv1000.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/marvell/cn9130-crb-A.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/marvell/armada-8040-puzzle-m801.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/marvell/armada-3720-db.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/marvell/cn9132-db.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/marvell/armada-8080-db.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/marvell/cn9131-db.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/marvell/cn9130-crb-B.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/marvell/cn9131-db-B.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/marvell/armada-3720-espressobin-v7.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/marvell/cn9132-db-B.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/marvell/armada-8040-mcbin-singleshot.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/marvell/armada-8040-clearfog-gt-8k.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/marvell/armada-3720-uDPU.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/marvell/armada-8040-mcbin.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/marvell/armada-3720-turris-mox.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/marvell/armada-3720-espressobin-ultra.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/marvell/armada-7040-db.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/marvell/ac5-98dx35xx-rd.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/marvell/cn9130-db.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/marvell/armada-3720-espressobin-v7-emmc.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/marvell': Operation not supported tar: acl_delete_def_file_at: Cannot drop default POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/marvell': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-gxl-s905x-khadas-vim.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-gxm-minix-neo-u9h.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/amlogic-t7-a311d2-an400.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-g12b-s922x-bananapi-m2s.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-a1-ad401.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-sm1-sei610.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-gxbb-wetek-play2.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-g12a-u200.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-axg-jethome-jethub-j110-rev-3.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-gxbb-wetek-hub.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-gxl-s905d-sml5442tw.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-gxl-s905x-nexbox-a95x.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-g12b-s922x-khadas-vim3.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-gxl-s905x-p212.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-sm1-khadas-vim3l.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-gxl-s905d-vero4k-plus.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-g12b-a311d-khadas-vim3.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-gxbb-nanopi-k2.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-g12b-gsking-x.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-g12b-odroid-n2l.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-gxbb-kii-pro.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-gxm-khadas-vim2.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/amlogic-c3-c302x-aw409.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-sm1-odroid-hc4.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-gxm-rbox-pro.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-gxbb-nexbox-a95x.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-sm1-a95xf3-air-gbit.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-gxl-s805x-libretech-ac.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-g12b-gtking.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-sm1-x96-air-gbit.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-gxbb-odroidc2.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-sm1-x96-air.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-gxm-s912-libretech-pc.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-gxl-s905w-tx3-mini.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-gxl-s905w-jethome-jethub-j80.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/amlogic-t7-a311d2-khadas-vim4.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-g12a-sei510.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-g12b-odroid-go-ultra.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-gxm-q201.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-gxm-gt1-ultimate.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-g12a-x96-max.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-gxm-mecool-kiii-pro.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-gxl-s905x-hwacom-amazetv.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-s4-s805x2-aq222.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-sm1-bananapi-m2-pro.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-gxbb-vega-s95-telos.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-gxl-s905d-mecool-kii-pro.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-gxl-s905d-phicomm-n1.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-gxbb-vega-s95-pro.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-g12b-a311d-bananapi-m2s.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-sm1-odroid-c4.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-g12a-radxa-zero.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-sm1-bananapi-m5.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-sm1-h96-max.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-gxm-wetek-core2.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-gxbb-p200.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-sm1-a95xf3-air.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-g12b-bananapi-cm4-cm4io.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-gxm-vega-s96.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-gxl-s905d-p231.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-g12b-ugoos-am6.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-g12b-gtking-pro.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-g12b-radxa-zero2.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-gxm-nexbox-a1.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-axg-jethome-jethub-j110-rev-2.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-gxl-s905w-p281.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-axg-jethome-jethub-j100.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-gxm-q200.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-g12b-odroid-n2.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-gxl-s905x-libretech-cc-v2.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-g12b-odroid-n2-plus.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-gxl-s805x-p241.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-gxbb-vega-s95-meta.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-gxl-s905x-libretech-cc.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-gxbb-p201.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-axg-s400.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-gxl-s905d-p230.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic/meson-gxl-s905d-libretech-pc.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic': Operation not supported tar: acl_delete_def_file_at: Cannot drop default POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/amlogic': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3568-fastrhino-r68s.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3328-orangepi-r1-plus-lts-oc.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3566-anbernic-rg353p.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3399-hugsun-x99.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3588-edgeble-neu6b-io.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3568-odroid-m1.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3368-geekbox.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/px30-ringneck-haikou.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3399-ficus.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3566-box-demo.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3566-anbernic-rg353ps.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3566-anbernic-rg353v.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3566-soquartz-model-a.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3399-kobol-helios64.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3399-eaidk-610.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3399-rock-pi-4a-plus.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3399-rock-pi-4b.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3328-nanopi-r2c-plus-oc.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3328-nanopi-r2c.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3566-roc-pc.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3399-rock-4se.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3399-nanopi-m4b.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3326-anbernic-rg351m.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/px30-evb.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3399-khadas-edge-captain.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3568-nanopi-r5c.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3399-khadas-edge.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3588s-rock-5a.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3568-evb1-v10.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3399-nanopi-r4s.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3399-gru-scarlet-kd.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3399-gru-scarlet-dumo.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3399-gru-kevin.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3399-rock-pi-4a.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/px30-engicam-px30-core-ctouch2-of10.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3399-rock960.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3566-lubancat-1.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3328-a1.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3568-nanopi-r5s.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3566-soquartz-cm4.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3399-rockpro64-v2.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3328-rock-pi-e.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3566-pinenote-v1.1.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3399-puma-haikou.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3328-evb.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3308-evb.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3318-a95x-z2.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3399-sapphire.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3399-roc-pc-plus.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3566-anbernic-rg503.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3588-nanopc-t6.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3588s-indiedroid-nova.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3399-orangepi.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3328-nanopi-r2c-plus.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3328-roc-pc.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3308-rock-pi-s.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3328-orangepi-r1-plus-oc.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3568-radxa-e25.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3399-rock-pi-4c.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3326-odroid-go2-v11.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3566-quartz64-b.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3399-nanopi-r4s-enterprise.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3368-evb-act8846.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3588-rock-5b.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3328-rock64.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3566-quartz64-a.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3399-pinebook-pro.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3399-evb.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/px30-engicam-px30-core-ctouch2.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/px30-engicam-px30-core-edimm2.2.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3588-edgeble-neu6a-io.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3566-pinenote-v1.2.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3326-odroid-go2.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3399-firefly.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3568-fastrhino-r66s.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3399-sapphire-excavator.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3399-gru-bob.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3368-r88.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3326-odroid-go3.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3588s-khadas-edge2.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3399-leez-p710.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3568-bpi-r2-pro.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3399-gru-scarlet-inx.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3328-nanopi-r2s.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3568-rock-3a.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3328-roc-cc.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3399-nanopc-t4.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3399-nanopi-m4.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3566-radxa-cm3-io.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3399-roc-pc.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3328-nanopi-r2c-oc.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3328-nanopi-r2s-oc.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3399-rock-4c-plus.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3399-pinephone-pro.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3399-nanopi-neo4.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3328-orangepi-r1-plus-lts.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3399-roc-pc-mezzanine.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3588-evb1-v10.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3399pro-rock-pi-n10.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3568-lubancat-2.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3568-roc-pc.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3328-orangepi-r1-plus.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3566-anbernic-rg353vs.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3368-orion-r68-meta.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3308-roc-cc.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3399-khadas-edge-v.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3399-rock-pi-4b-plus.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3399-rockpro64.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3368-lion-haikou.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3368-px5-evb.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3566-soquartz-blade.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip/rk3399-nanopi-r4s-oc.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip': Operation not supported tar: acl_delete_def_file_at: Cannot drop default POSIX ACLs for file 'boot/dtb-6.6.15-ipfire/rockchip': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/dtb-6.6.15-ipfire': Operation not supported tar: acl_delete_def_file_at: Cannot drop default POSIX ACLs for file 'boot/dtb-6.6.15-ipfire': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/config.txt': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/config-6.6.15-ipfire': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/bootcode.bin': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/boot.scr': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/boot.mk': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/boot.cmd': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/bcm2711-rpi-cm4.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/bcm2711-rpi-400.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/bcm2711-rpi-4-b.dtb': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot/System.map-6.6.15-ipfire': Operation not supported tar: acl_set_file_at: Cannot set POSIX ACLs for file 'boot': Operation not supported tar: acl_delete_def_file_at: Cannot drop default POSIX ACLs for file 'boot': Operation not supported touch /tmp/harddisk/lib/modules/6.6.15-ipfire/modules.dep mkdir /tmp/harddisk/proc mount --bind /proc /tmp/harddisk/proc mount --bind /dev /tmp/harddisk/dev mount --bind /sys /tmp/harddisk/sys chroot /tmp/harddisk /usr/bin/perl -e "require '/var/ipfire/lang.pl'; &Lang::BuildCacheLang" ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. # Create /etc/fstab printf "UUID=%s %-8s %-4s %-10s %d %d\n" "$(blkid -o value -s UUID /dev/mapper/loop0p1)" "/boot" \ "auto" "defaults,nodev,noexec,nosuid" 1 2 > /tmp/harddisk/etc/fstab printf "UUID=%s %-8s %-4s %-10s %d %d\n" "$(blkid -o value -s UUID /dev/mapper/loop0p2)" "/boot/efi" \ "auto" "defaults" 1 2 >> /tmp/harddisk/etc/fstab printf "UUID=%s %-8s %-4s %-10s %d %d\n" "$(blkid -o value -s UUID /dev/mapper/loop0p3)" "/" \ "auto" "defaults" 1 1 >> /tmp/harddisk/etc/fstab # backup defaults file cp /tmp/harddisk/etc/default/grub /tmp/harddisk/etc/default/grub.backup # Enable also serial console on GRUB echo "GRUB_TERMINAL=\"serial console\"" >> /tmp/harddisk/etc/default/grub echo "GRUB_SERIAL_COMMAND=\"serial --unit=0 --speed=115200\"" >> /tmp/harddisk/etc/default/grub # Add additional entry for Serial console cp /usr/src/config/flash-images/grub/11_linux_scon \ /tmp/harddisk/etc/grub.d/ # Create configuration mkdir -pv /tmp/harddisk/boot/grub GRUB_FIRST_BOOT=true KERNEL_RELEASE="6.6.15-ipfire" chroot /tmp/harddisk \ grub-mkconfig -o /boot/grub/grub.cfg ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. Generating grub configuration file ... ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. Found linux image: /boot/vmlinuz-6.6.15-ipfire ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. Found initrd image: /boot/initramfs-6.6.15-ipfire.img ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. Found linux image: /boot/vmlinuz-6.6.15-ipfire ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. Found initrd image: /boot/initramfs-6.6.15-ipfire.img ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. Adding boot menu entry for UEFI Firmware Settings ... ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. done # Boot the first kernel by default chroot /tmp/harddisk grub-set-default 0 ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. ERROR: ld.so: object '/tools_aarch64/lib/libpakfire_preload.so' from LD_PRELOAD cannot be preloaded (cannot open shared object file): ignored. # Insert the UUID because grub-mkconfig often fails to # detect that correctly sed -i /tmp/harddisk/boot/grub/grub.cfg \ -e "s/root=[A-Za-z0-9\/=-]*/root=UUID=$(blkid -o value -s UUID /dev/mapper/loop0p3)/g" # Install GRUB for EFI grub-install --target=arm64-efi --removable --no-nvram \ --boot-directory=/tmp/harddisk/boot --efi-directory=/tmp/harddisk/boot/efi Installing for arm64-efi platform. Installation finished. No error reported. # restore orginal defaults mv -f /tmp/harddisk/etc/default/grub.backup /tmp/harddisk/etc/default/grub rm -f /tmp/harddisk/etc/grub.d/11_linux_scon # Insert the UUID to uENV.txt sed -i /tmp/harddisk/boot/uENV.txt \ -e "s/^root_dev=.*/root_dev=UUID=$(blkid -o value -s UUID /dev/mapper/loop0p3)/g" # Set ramdisk mode to automatic echo RAMDISK_MODE=2 > /tmp/harddisk/etc/sysconfig/ramdisk # Automatically resize the root partition to its maximum size at first boot touch /tmp/harddisk/.partresize # Unmount umount /tmp/harddisk/proc umount /tmp/harddisk/sys umount /tmp/harddisk/dev umount /tmp/harddisk/boot/efi umount /tmp/harddisk/boot umount /tmp/harddisk # zerofree the ext2 images to get better compression zerofree /dev/mapper/loop0p3 fsck.ext4 -f -y /dev/mapper/loop0p3 e2fsck 1.46.5 (30-Dec-2021) Pass 1: Checking inodes, blocks, and sizes Pass 2: Checking directory structure Pass 3: Checking directory connectivity Pass 4: Checking reference counts Pass 5: Checking group summary information /dev/mapper/loop0p3: 23951/118080 files (0.1% non-contiguous), 434112/471661 blocks fsck.ext4 -f -y /dev/mapper/loop0p3 e2fsck 1.46.5 (30-Dec-2021) Pass 1: Checking inodes, blocks, and sizes Pass 2: Checking directory structure Pass 3: Checking directory connectivity Pass 4: Checking reference counts Pass 5: Checking group summary information /dev/mapper/loop0p3: 23951/118080 files (0.1% non-contiguous), 434112/471661 blocks sleep 10 #Ubuntu compiling: allow time to automount/dismount kpartx -d -v /dev/loop0 del devmap : loop0p1 del devmap : loop0p2 del devmap : loop0p3 losetup -d /dev/loop0 # Add padding at the end of the image (to fix alignment issues if the image is # not copied to a block device) dd if=/dev/zero bs=1M count=100 >> /tmp/image.img 100+0 records in 100+0 records out 104857600 bytes (105 MB, 100 MiB) copied, 0.0438526 s, 2.4 GB/s # Install u-boot for NanoPi R2S into image 8KB dd if=/usr/share/u-boot/nanopi_r2s/u-boot-rockchip.bin of=/tmp/image.img bs=1K seek=32 conv=notrunc 8961+1 records in 8961+1 records out 9176256 bytes (9.2 MB, 8.8 MiB) copied, 0.0113288 s, 810 MB/s # Compress Image xz -8 -T0 --memory=16801MiB < /tmp/image.img > /install/images/ipfire-2.29-core185-aarch64.img.xz rm -rf /tmp/image.img /tmp/harddisk /tmp/cdrom mv: cannot stat '/build/nightly/master/build/install/images/*.bz2': No such file or directory Apr 9 13:09:00: Building core-updates + cd /usr/src/lfs + make -f core-updates LFS_BASEDIR=/usr/src install rm -rf /install/packages/package /tmp/* mkdir -p /install/packages/package eval $(cat /usr/src/config/rootfiles/core/185/meta) cat: /usr/src/config/rootfiles/core/185/meta: No such file or directory #Generate ROOTFILES from filelists BUILD_ARCH=aarch64 BUILDTARGET=aarch64-pc-linux-gnu KVER=6.6.15 \ /usr/src/src/scripts/archive.files \ /usr/src/config/rootfiles/core/185/filelists \ /usr/src/config/rootfiles/core/185/files \ /usr/src/config/rootfiles/core/185/files.aarch64 \ > /tmp/ROOTFILES.tmp #remove excluded files from ROOTFILES grep -f /usr/src/config/rootfiles/core/185/exclude -v /tmp/ROOTFILES.tmp > /tmp/ROOTFILES rm -rf /tmp/ROOTFILES.tmp #Change KVER to Kernelversion sed -e "s/KVER/6.6.15/g" -i /tmp/ROOTFILES #Remove doubled files with tar/untar/tar to save space tar --format=pax --acls --xattrs --xattrs-include='*' -c --exclude='proc/*' --exclude='tmp/ROOTFILES' --exclude='__pycache__' --exclude='#*' --exclude='dev/pts/*' \ --exclude-from=/usr/src/config/rootfiles/core/185/exclude \ -C / --files-from=/tmp/ROOTFILES -f /ipfire.tar mv -f /tmp/ROOTFILES /install/packages/package/ROOTFILES tar --format=pax --acls --xattrs --xattrs-include='*' -p --numeric-owner -x -C /tmp -f /ipfire.tar rm -f /ipfire.tar cd /tmp && XZ_OPT="-8 -T0 --memory=16801MiB" tar --format=pax --acls --xattrs --xattrs-include='*' -cJf /install/packages/package/files.tar.xz --format=pax --acls --xattrs --xattrs-include='*' * && rm -rf * cat /install/packages/package/ROOTFILES | grep -v "#" > /install/packages/package/ROOTFILES.tmp rm /install/packages/package/ROOTFILES mv /install/packages/package/ROOTFILES.tmp /install/packages/package/ROOTFILES #build package cp -f /usr/src/config/rootfiles/core/185/update.sh /install/packages/package chmod 755 /install/packages/package/update.sh #Change xxxKVERxxx to Kernelversion sed -e "s/xxxKVERxxx/6.6.15/g" -i /install/packages/package/update.sh cd /install/packages/package && tar cf ../core-upgrade-2.29-$(basename core/185).ipfire \ update.sh files.tar.xz ROOTFILES rm -rf /install/packages/package sed -e "s/NAME/core-upgrade/g" \ -e "s/SUMMARY/IPFire Core Update/g" \ -e "s/VER/2.29/g" \ -e "s/RELEASE/$(basename core/185)/g" \ -e "s/DEPS//g" \ -e "s/SIZE/`ls -l \/install\/packages\/core-upgrade-2.29-$(basename core/185).ipfire | awk '{ print $5 }'`/g" \ -e "s/SERVICES//g" \ < /usr/src/src/pakfire/meta > /install/packages/meta-core-upgrade-$(basename core/185) Apr 9 13:09:39: Building samba samba-4.19.5.tar.gz checksum OK + cd /usr/src/lfs + make -f samba LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages/aarch64/samba' -> '/tmp/package-samba/ROOTFILES' Apr 9 13:10:10: Building perl-gettext perl-gettext-1.05.tar.gz checksum OK + cd /usr/src/lfs + make -f perl-gettext LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//perl-gettext' -> '/tmp/package-perl-gettext/ROOTFILES' Apr 9 13:10:10: Building libshout libshout-2.4.6.tar.gz checksum OK + cd /usr/src/lfs + make -f libshout LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//libshout' -> '/tmp/package-libshout/ROOTFILES' Apr 9 13:10:10: Building speedtest-cli speedtest-cli-2.1.3.tar.gz checksum OK + cd /usr/src/lfs + make -f speedtest-cli LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//speedtest-cli' -> '/tmp/package-speedtest-cli/ROOTFILES' Apr 9 13:10:10: Building python3-sortedcontainers sortedcontainers-2.4.0.tar.gz checksum OK + cd /usr/src/lfs + make -f python3-sortedcontainers LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//python3-sortedcontainers' -> '/tmp/package-python3-sortedcontainers/ROOTFILES' Apr 9 13:10:11: Building libmad libmad-0.15.1b.tar.gz checksum OK + cd /usr/src/lfs + make -f libmad LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//libmad' -> '/tmp/package-libmad/ROOTFILES' Apr 9 13:10:11: Building iotop iotop-1.22.tar.xz checksum OK + cd /usr/src/lfs + make -f iotop LFS_BASEDIR=/usr/src dist # Bringing the files to their right place. if [ -e "/usr/src/src/paks/iotop" ]; then cp -f /usr/src/src/paks/iotop/{,un}install.sh /usr/src/src/paks/iotop/update.sh /tmp/package-iotop; else cp -f /usr/src/src/paks/default/{,un}install.sh /usr/src/src/paks/default/update.sh /tmp/package-iotop; fi for i in /usr/src/config/rootfiles/packages/{aarch64,}/iotop; do if [ -e "${i}" ]; then cp -v ${i} /tmp/package-iotop/ROOTFILES; break; fi; done '/usr/src/config/rootfiles/packages//iotop' -> '/tmp/package-iotop/ROOTFILES' # Replace variables in rootfiles sed -i /tmp/package-iotop/ROOTFILES -e 's/BUILDTARGET/aarch64-pc-linux-gnu/g' -e 's/KVER/6.6.15/g' -e 's/xxxMACHINExxx/aarch64/g' # Replace variables in scripts sed -i /tmp/package-iotop/install.sh -e 's/xxxKVERxxx/6.6.15/g' # Make scripts executable chmod 754 /tmp/package-iotop/{{,un}install,update}.sh # Collect all files rm -rf /tmp/package-iotop/root && mkdir -p /tmp/package-iotop/root tar -c --exclude='#*' --exclude='proc/*' --exclude='dev/pts/*' --exclude='tmp/*' --exclude='__pycache__' -C / --files-from=/tmp/package-iotop/ROOTFILES | tar -x -C /tmp/package-iotop/root; exit ${PIPESTATUS[0]} # Compress tarball cd /tmp/package-iotop/root && tar cf - * | xz -8 -T0 --memory=16801MiB > /tmp/package-iotop/files.tar.xz # Cleanup temporary files rm -rf /tmp/package-iotop/root # Remove any commented lines sed -i /tmp/package-iotop/ROOTFILES -e "/^#/d" # Make package cd /tmp/package-iotop && tar cf /install/packages/iotop-1.22-5.ipfire * # Cleanup rm -rf /tmp/package-iotop # Escape SUMMARY variable and create meta file summaryEscaped=$(sed 's/[&/\]/\\&/g' <<< "Top Like UI to Show Per-Process I/O Going on"); sed -e "s/NAME/iotop/g" -e "s/SUMMARY/$summaryEscaped/g" -e "s/VER/1.22/g" -e "s/RELEASE/5/g" -e "s/DEPS//g" -e "s/SIZE/$(stat --format=%s /install/packages/iotop-1.22-5.ipfire)/g" -e "s/SERVICES//g" < /usr/src/src/pakfire/meta > /install/packages/meta-iotop Apr 9 13:10:11: Building cpufrequtils cpufrequtils-008.tar.bz2 checksum OK + cd /usr/src/lfs + make -f cpufrequtils LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//cpufrequtils' -> '/tmp/package-cpufrequtils/ROOTFILES' Apr 9 13:10:11: Building sysbench sysbench-1.0.20.tar.gz checksum OK + cd /usr/src/lfs + make -f sysbench LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//sysbench' -> '/tmp/package-sysbench/ROOTFILES' Apr 9 13:10:11: Building python3-pytz pytz-2022.4.tar.gz checksum OK + cd /usr/src/lfs + make -f python3-pytz LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//python3-pytz' -> '/tmp/package-python3-pytz/ROOTFILES' Apr 9 13:10:12: Building python3-circuitbreaker circuitbreaker-1.4.0.tar.gz checksum OK + cd /usr/src/lfs + make -f python3-circuitbreaker LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//python3-circuitbreaker' -> '/tmp/package-python3-circuitbreaker/ROOTFILES' Apr 9 13:10:12: Building libid3tag libid3tag-0.15.1b.tar.gz checksum OK + cd /usr/src/lfs + make -f libid3tag LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//libid3tag' -> '/tmp/package-libid3tag/ROOTFILES' Apr 9 13:10:12: Building rsync rsync-3.2.7.tar.gz checksum OK + cd /usr/src/lfs + make -f rsync LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//rsync' -> '/tmp/package-rsync/ROOTFILES' Apr 9 13:10:12: Building rsnapshot rsnapshot-1.4.5.tar.gz checksum OK + cd /usr/src/lfs + make -f rsnapshot LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//rsnapshot' -> '/tmp/package-rsnapshot/ROOTFILES' Apr 9 13:10:13: Building netatalk netatalk-3.1.12.tar.gz checksum OK + cd /usr/src/lfs + make -f netatalk LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//netatalk' -> '/tmp/package-netatalk/ROOTFILES' Apr 9 13:10:13: Building vdradmin vdradmin-am-3.6.10.tar.bz2 checksum OK + cd /usr/src/lfs + make -f vdradmin LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//vdradmin' -> '/tmp/package-vdradmin/ROOTFILES' Apr 9 13:10:14: Building python3-rsa rsa-4.9.tar.gz checksum OK + cd /usr/src/lfs + make -f python3-rsa LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//python3-rsa' -> '/tmp/package-python3-rsa/ROOTFILES' Apr 9 13:10:14: Building perl-common-sense common-sense-3.74.tar.gz checksum OK + cd /usr/src/lfs + make -f perl-common-sense LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//perl-common-sense' -> '/tmp/package-perl-common-sense/ROOTFILES' Apr 9 13:10:14: Building python3-async_generator async_generator-1.10.tar.gz checksum OK + cd /usr/src/lfs + make -f python3-async_generator LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//python3-async_generator' -> '/tmp/package-python3-async_generator/ROOTFILES' Apr 9 13:10:14: Building firmware-update firmware-update-20210107.tar.gz checksum OK + cd /usr/src/lfs + make -f firmware-update LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//firmware-update' -> '/tmp/package-firmware-update/ROOTFILES' Apr 9 13:10:14: Building python3-pyasn1 pyasn1-0.4.8.tar.gz checksum OK + cd /usr/src/lfs + make -f python3-pyasn1 LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//python3-pyasn1' -> '/tmp/package-python3-pyasn1/ROOTFILES' Apr 9 13:10:15: Building dnsdist dnsdist-1.9.1.tar.bz2 checksum OK + cd /usr/src/lfs + make -f dnsdist LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//dnsdist' -> '/tmp/package-dnsdist/ROOTFILES' Apr 9 13:10:18: Building postfix postfix-3.8.4.tar.gz checksum OK + cd /usr/src/lfs + make -f postfix LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//postfix' -> '/tmp/package-postfix/ROOTFILES' Apr 9 13:10:24: Building epson-inkjet-printer-escpr epson-inkjet-printer-escpr-1.7.23-1lsb3.2.tar.gz checksum OK + cd /usr/src/lfs + make -f epson-inkjet-printer-escpr LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//epson-inkjet-printer-escpr' -> '/tmp/package-epson-inkjet-printer-escpr/ROOTFILES' Apr 9 13:10:30: Building aws-cli aws-cli-1.27.100.tar.gz checksum OK + cd /usr/src/lfs + make -f aws-cli LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//aws-cli' -> '/tmp/package-aws-cli/ROOTFILES' Apr 9 13:10:34: Building sdl2 SDL2-2.30.1.tar.gz checksum OK + cd /usr/src/lfs + make -f sdl2 LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//sdl2' -> '/tmp/package-sdl2/ROOTFILES' Apr 9 13:10:35: Building mpd mpd-0.23.15.tar.xz checksum OK + cd /usr/src/lfs + make -f mpd LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//mpd' -> '/tmp/package-mpd/ROOTFILES' Apr 9 13:10:35: Building iftop iftop-1.0pre4.tar.gz checksum OK + cd /usr/src/lfs + make -f iftop LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//iftop' -> '/tmp/package-iftop/ROOTFILES' Apr 9 13:10:35: Building oci-python-sdk oci-python-sdk-2.107.0.tar.gz checksum OK + cd /usr/src/lfs + make -f oci-python-sdk LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//oci-python-sdk' -> '/tmp/package-oci-python-sdk/ROOTFILES' Apr 9 13:10:58: Building wsdd wsdd-0.7.1.tar.gz checksum OK + cd /usr/src/lfs + make -f wsdd LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//wsdd' -> '/tmp/package-wsdd/ROOTFILES' Apr 9 13:10:58: Building python3-msgpack msgpack-1.0.7.tar.gz checksum OK + cd /usr/src/lfs + make -f python3-msgpack LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//python3-msgpack' -> '/tmp/package-python3-msgpack/ROOTFILES' Apr 9 13:10:58: Building libtalloc talloc-2.4.1.tar.gz checksum OK + cd /usr/src/lfs + make -f libtalloc LFS_BASEDIR=/usr/src dist # Bringing the files to their right place. if [ -e "/usr/src/src/paks/libtalloc" ]; then cp -f /usr/src/src/paks/libtalloc/{,un}install.sh /usr/src/src/paks/libtalloc/update.sh /tmp/package-libtalloc; else cp -f /usr/src/src/paks/default/{,un}install.sh /usr/src/src/paks/default/update.sh /tmp/package-libtalloc; fi for i in /usr/src/config/rootfiles/packages/{aarch64,}/libtalloc; do if [ -e "${i}" ]; then cp -v ${i} /tmp/package-libtalloc/ROOTFILES; break; fi; done '/usr/src/config/rootfiles/packages//libtalloc' -> '/tmp/package-libtalloc/ROOTFILES' # Replace variables in rootfiles sed -i /tmp/package-libtalloc/ROOTFILES -e 's/BUILDTARGET/aarch64-pc-linux-gnu/g' -e 's/KVER/6.6.15/g' -e 's/xxxMACHINExxx/aarch64/g' # Replace variables in scripts sed -i /tmp/package-libtalloc/install.sh -e 's/xxxKVERxxx/6.6.15/g' # Make scripts executable chmod 754 /tmp/package-libtalloc/{{,un}install,update}.sh # Collect all files rm -rf /tmp/package-libtalloc/root && mkdir -p /tmp/package-libtalloc/root tar -c --exclude='#*' --exclude='proc/*' --exclude='dev/pts/*' --exclude='tmp/*' --exclude='__pycache__' -C / --files-from=/tmp/package-libtalloc/ROOTFILES | tar -x -C /tmp/package-libtalloc/root; exit ${PIPESTATUS[0]} # Compress tarball cd /tmp/package-libtalloc/root && tar cf - * | xz -8 -T0 --memory=16801MiB > /tmp/package-libtalloc/files.tar.xz # Cleanup temporary files rm -rf /tmp/package-libtalloc/root # Remove any commented lines sed -i /tmp/package-libtalloc/ROOTFILES -e "/^#/d" # Make package cd /tmp/package-libtalloc && tar cf /install/packages/libtalloc-2.4.1-3.ipfire * # Cleanup rm -rf /tmp/package-libtalloc # Escape SUMMARY variable and create meta file summaryEscaped=$(sed 's/[&/\]/\\&/g' <<< "Samba talloc Library"); sed -e "s/NAME/libtalloc/g" -e "s/SUMMARY/$summaryEscaped/g" -e "s/VER/2.4.1/g" -e "s/RELEASE/3/g" -e "s/DEPS//g" -e "s/SIZE/$(stat --format=%s /install/packages/libtalloc-2.4.1-3.ipfire)/g" -e "s/SERVICES//g" < /usr/src/src/pakfire/meta > /install/packages/meta-libtalloc Apr 9 13:10:58: Building tmux tmux-3.3a.tar.gz checksum OK + cd /usr/src/lfs + make -f tmux LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//tmux' -> '/tmp/package-tmux/ROOTFILES' Apr 9 13:10:59: Building haproxy haproxy-2.9.2.tar.gz checksum OK + cd /usr/src/lfs + make -f haproxy LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//haproxy' -> '/tmp/package-haproxy/ROOTFILES' Apr 9 13:11:00: Building fmt fmt-10.2.1.tar.gz checksum OK + cd /usr/src/lfs + make -f fmt LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//fmt' -> '/tmp/package-fmt/ROOTFILES' Apr 9 13:11:00: Building igmpproxy igmpproxy-0.4.tar.gz checksum OK + cd /usr/src/lfs + make -f igmpproxy LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//igmpproxy' -> '/tmp/package-igmpproxy/ROOTFILES' Apr 9 13:11:00: Building sslh sslh-1.22c.tar.gz checksum OK + cd /usr/src/lfs + make -f sslh LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//sslh' -> '/tmp/package-sslh/ROOTFILES' Apr 9 13:11:01: Building iperf iperf-2.1.8.tar.gz checksum OK + cd /usr/src/lfs + make -f iperf LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//iperf' -> '/tmp/package-iperf/ROOTFILES' Apr 9 13:11:01: Building watchdog watchdog-5.16.tar.gz checksum OK + cd /usr/src/lfs + make -f watchdog LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//watchdog' -> '/tmp/package-watchdog/ROOTFILES' Apr 9 13:11:01: Building swatch swatchdog-3.2.4.tar.gz checksum OK + cd /usr/src/lfs + make -f swatch LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//swatch' -> '/tmp/package-swatch/ROOTFILES' Apr 9 13:11:01: Building alsa alsa-lib-1.2.10.tar.bz2 checksum OK alsa-utils-1.2.10.tar.bz2 checksum OK alsa-firmware-1.2.4.tar.bz2 checksum OK alsa-ucm-conf-1.2.10.tar.bz2 checksum OK + cd /usr/src/lfs + make -f alsa LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//alsa' -> '/tmp/package-alsa/ROOTFILES' Apr 9 13:11:08: Building mympd myMPD-14.1.0.tar.gz checksum OK + cd /usr/src/lfs + make -f mympd LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//mympd' -> '/tmp/package-mympd/ROOTFILES' Apr 9 13:11:08: Building gptfdisk gptfdisk-1.0.10.tar.gz checksum OK + cd /usr/src/lfs + make -f gptfdisk LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//gptfdisk' -> '/tmp/package-gptfdisk/ROOTFILES' Apr 9 13:11:08: Building make make-4.4.1.tar.gz checksum OK + cd /usr/src/lfs + make -f make LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//make' -> '/tmp/package-make/ROOTFILES' Apr 9 13:11:09: Building python3-yaml PyYAML-6.0.tar.gz checksum OK + cd /usr/src/lfs + make -f python3-yaml LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//python3-yaml' -> '/tmp/package-python3-yaml/ROOTFILES' Apr 9 13:11:09: Building opus opus-1.5.1.tar.gz checksum OK + cd /usr/src/lfs + make -f opus LFS_BASEDIR=/usr/src dist # Bringing the files to their right place. if [ -e "/usr/src/src/paks/opus" ]; then cp -f /usr/src/src/paks/opus/{,un}install.sh /usr/src/src/paks/opus/update.sh /tmp/package-opus; else cp -f /usr/src/src/paks/default/{,un}install.sh /usr/src/src/paks/default/update.sh /tmp/package-opus; fi for i in /usr/src/config/rootfiles/packages/{aarch64,}/opus; do if [ -e "${i}" ]; then cp -v ${i} /tmp/package-opus/ROOTFILES; break; fi; done '/usr/src/config/rootfiles/packages//opus' -> '/tmp/package-opus/ROOTFILES' # Replace variables in rootfiles sed -i /tmp/package-opus/ROOTFILES -e 's/BUILDTARGET/aarch64-pc-linux-gnu/g' -e 's/KVER/6.6.15/g' -e 's/xxxMACHINExxx/aarch64/g' # Replace variables in scripts sed -i /tmp/package-opus/install.sh -e 's/xxxKVERxxx/6.6.15/g' # Make scripts executable chmod 754 /tmp/package-opus/{{,un}install,update}.sh # Collect all files rm -rf /tmp/package-opus/root && mkdir -p /tmp/package-opus/root tar -c --exclude='#*' --exclude='proc/*' --exclude='dev/pts/*' --exclude='tmp/*' --exclude='__pycache__' -C / --files-from=/tmp/package-opus/ROOTFILES | tar -x -C /tmp/package-opus/root; exit ${PIPESTATUS[0]} # Compress tarball cd /tmp/package-opus/root && tar cf - * | xz -8 -T0 --memory=16801MiB > /tmp/package-opus/files.tar.xz # Cleanup temporary files rm -rf /tmp/package-opus/root # Remove any commented lines sed -i /tmp/package-opus/ROOTFILES -e "/^#/d" # Make package cd /tmp/package-opus && tar cf /install/packages/opus-1.5.1-5.ipfire * # Cleanup rm -rf /tmp/package-opus # Escape SUMMARY variable and create meta file summaryEscaped=$(sed 's/[&/\]/\\&/g' <<< "Opus Audio Codec Library"); sed -e "s/NAME/opus/g" -e "s/SUMMARY/$summaryEscaped/g" -e "s/VER/1.5.1/g" -e "s/RELEASE/5/g" -e "s/DEPS//g" -e "s/SIZE/$(stat --format=%s /install/packages/opus-1.5.1-5.ipfire)/g" -e "s/SERVICES//g" < /usr/src/src/pakfire/meta > /install/packages/meta-opus Apr 9 13:11:09: Building libcdada libcdada-0.4.0.tar.gz checksum OK + cd /usr/src/lfs + make -f libcdada LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//libcdada' -> '/tmp/package-libcdada/ROOTFILES' Apr 9 13:11:09: Building w_scan w_scan-20170107.tar.bz2 checksum OK + cd /usr/src/lfs + make -f w_scan LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//w_scan' -> '/tmp/package-w_scan/ROOTFILES' Apr 9 13:11:10: Building clamav clamav-1.3.0.tar.gz checksum OK + cd /usr/src/lfs + make -f clamav LFS_BASEDIR=/usr/src dist # Bringing the files to their right place. if [ -e "/usr/src/src/paks/clamav" ]; then cp -f /usr/src/src/paks/clamav/{,un}install.sh /usr/src/src/paks/clamav/update.sh /tmp/package-clamav; else cp -f /usr/src/src/paks/default/{,un}install.sh /usr/src/src/paks/default/update.sh /tmp/package-clamav; fi for i in /usr/src/config/rootfiles/packages/{aarch64,}/clamav; do if [ -e "${i}" ]; then cp -v ${i} /tmp/package-clamav/ROOTFILES; break; fi; done '/usr/src/config/rootfiles/packages//clamav' -> '/tmp/package-clamav/ROOTFILES' # Replace variables in rootfiles sed -i /tmp/package-clamav/ROOTFILES -e 's/BUILDTARGET/aarch64-pc-linux-gnu/g' -e 's/KVER/6.6.15/g' -e 's/xxxMACHINExxx/aarch64/g' # Replace variables in scripts sed -i /tmp/package-clamav/install.sh -e 's/xxxKVERxxx/6.6.15/g' # Make scripts executable chmod 754 /tmp/package-clamav/{{,un}install,update}.sh # Collect all files rm -rf /tmp/package-clamav/root && mkdir -p /tmp/package-clamav/root tar -c --exclude='#*' --exclude='proc/*' --exclude='dev/pts/*' --exclude='tmp/*' --exclude='__pycache__' -C / --files-from=/tmp/package-clamav/ROOTFILES | tar -x -C /tmp/package-clamav/root; exit ${PIPESTATUS[0]} # Compress tarball cd /tmp/package-clamav/root && tar cf - * | xz -8 -T0 --memory=16801MiB > /tmp/package-clamav/files.tar.xz # Cleanup temporary files rm -rf /tmp/package-clamav/root # Remove any commented lines sed -i /tmp/package-clamav/ROOTFILES -e "/^#/d" # Make package cd /tmp/package-clamav && tar cf /install/packages/clamav-1.3.0-71.ipfire * # Cleanup rm -rf /tmp/package-clamav # Escape SUMMARY variable and create meta file summaryEscaped=$(sed 's/[&/\]/\\&/g' <<< "Antivirus Toolkit"); sed -e "s/NAME/clamav/g" -e "s/SUMMARY/$summaryEscaped/g" -e "s/VER/1.3.0/g" -e "s/RELEASE/71/g" -e "s/DEPS//g" -e "s/SIZE/$(stat --format=%s /install/packages/clamav-1.3.0-71.ipfire)/g" -e "s/SERVICES/clamav/g" < /usr/src/src/pakfire/meta > /install/packages/meta-clamav Apr 9 13:11:20: Building python3-s3transfer s3transfer-0.6.0.tar.gz checksum OK + cd /usr/src/lfs + make -f python3-s3transfer LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//python3-s3transfer' -> '/tmp/package-python3-s3transfer/ROOTFILES' Apr 9 13:11:20: Building git git-2.44.0.tar.xz checksum OK + cd /usr/src/lfs + make -f git LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//git' -> '/tmp/package-git/ROOTFILES' Apr 9 13:11:33: Building spice spice-0.15.0.tar.bz2 checksum OK + cd /usr/src/lfs + make -f spice LFS_BASEDIR=/usr/src dist # Bringing the files to their right place. if [ -e "/usr/src/src/paks/spice" ]; then cp -f /usr/src/src/paks/spice/{,un}install.sh /usr/src/src/paks/spice/update.sh /tmp/package-spice; else cp -f /usr/src/src/paks/default/{,un}install.sh /usr/src/src/paks/default/update.sh /tmp/package-spice; fi for i in /usr/src/config/rootfiles/packages/{aarch64,}/spice; do if [ -e "${i}" ]; then cp -v ${i} /tmp/package-spice/ROOTFILES; break; fi; done '/usr/src/config/rootfiles/packages//spice' -> '/tmp/package-spice/ROOTFILES' # Replace variables in rootfiles sed -i /tmp/package-spice/ROOTFILES -e 's/BUILDTARGET/aarch64-pc-linux-gnu/g' -e 's/KVER/6.6.15/g' -e 's/xxxMACHINExxx/aarch64/g' # Replace variables in scripts sed -i /tmp/package-spice/install.sh -e 's/xxxKVERxxx/6.6.15/g' # Make scripts executable chmod 754 /tmp/package-spice/{{,un}install,update}.sh # Collect all files rm -rf /tmp/package-spice/root && mkdir -p /tmp/package-spice/root tar -c --exclude='#*' --exclude='proc/*' --exclude='dev/pts/*' --exclude='tmp/*' --exclude='__pycache__' -C / --files-from=/tmp/package-spice/ROOTFILES | tar -x -C /tmp/package-spice/root; exit ${PIPESTATUS[0]} # Compress tarball cd /tmp/package-spice/root && tar cf - * | xz -8 -T0 --memory=16801MiB > /tmp/package-spice/files.tar.xz # Cleanup temporary files rm -rf /tmp/package-spice/root # Remove any commented lines sed -i /tmp/package-spice/ROOTFILES -e "/^#/d" # Make package cd /tmp/package-spice && tar cf /install/packages/spice-0.15.0-7.ipfire * # Cleanup rm -rf /tmp/package-spice # Escape SUMMARY variable and create meta file summaryEscaped=$(sed 's/[&/\]/\\&/g' <<< "A remote display system built for virtual environments"); sed -e "s/NAME/spice/g" -e "s/SUMMARY/$summaryEscaped/g" -e "s/VER/0.15.0/g" -e "s/RELEASE/7/g" -e "s/DEPS/opus/g" -e "s/SIZE/$(stat --format=%s /install/packages/spice-0.15.0-7.ipfire)/g" -e "s/SERVICES//g" < /usr/src/src/pakfire/meta > /install/packages/meta-spice Apr 9 13:11:33: Building python3-typing-extensions typing_extensions-4.4.0.tar.gz checksum OK + cd /usr/src/lfs + make -f python3-typing-extensions LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//python3-typing-extensions' -> '/tmp/package-python3-typing-extensions/ROOTFILES' Apr 9 13:11:33: Building perl-Carp-Clan Carp-Clan-6.08.tar.gz checksum OK + cd /usr/src/lfs + make -f perl-Carp-Clan LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//perl-Carp-Clan' -> '/tmp/package-perl-Carp-Clan/ROOTFILES' Apr 9 13:11:33: Building perl-Parse-Yapp Parse-Yapp-1.21.tar.gz checksum OK + cd /usr/src/lfs + make -f perl-Parse-Yapp LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//perl-Parse-Yapp' -> '/tmp/package-perl-Parse-Yapp/ROOTFILES' Apr 9 13:11:33: Building monit monit-5.33.0.tar.gz checksum OK + cd /usr/src/lfs + make -f monit LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//monit' -> '/tmp/package-monit/ROOTFILES' Apr 9 13:11:34: Building libexif libexif-0.6.24.tar.bz2 checksum OK + cd /usr/src/lfs + make -f libexif LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//libexif' -> '/tmp/package-libexif/ROOTFILES' Apr 9 13:11:34: Building pmacct pmacct-5a5e272.tar.gz checksum OK + cd /usr/src/lfs + make -f pmacct LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//pmacct' -> '/tmp/package-pmacct/ROOTFILES' Apr 9 13:11:35: Building python3-dateutil python-dateutil-2.8.2.tar.gz checksum OK + cd /usr/src/lfs + make -f python3-dateutil LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//python3-dateutil' -> '/tmp/package-python3-dateutil/ROOTFILES' Apr 9 13:11:35: Building zabbix_agentd zabbix-6.0.27.tar.gz checksum OK + cd /usr/src/lfs + make -f zabbix_agentd LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//zabbix_agentd' -> '/tmp/package-zabbix_agentd/ROOTFILES' Apr 9 13:11:36: Building python3-attrs attrs-23.2.0.tar.gz checksum OK + cd /usr/src/lfs + make -f python3-attrs LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//python3-attrs' -> '/tmp/package-python3-attrs/ROOTFILES' Apr 9 13:11:36: Building python3-cryptography cryptography-38.0.1.tar.gz checksum OK + cd /usr/src/lfs + make -f python3-cryptography LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//python3-cryptography' -> '/tmp/package-python3-cryptography/ROOTFILES' Apr 9 13:11:37: Building libyajl libyajl-2.1.0.tar.gz checksum OK + cd /usr/src/lfs + make -f libyajl LFS_BASEDIR=/usr/src dist # Bringing the files to their right place. if [ -e "/usr/src/src/paks/libyajl" ]; then cp -f /usr/src/src/paks/libyajl/{,un}install.sh /usr/src/src/paks/libyajl/update.sh /tmp/package-libyajl; else cp -f /usr/src/src/paks/default/{,un}install.sh /usr/src/src/paks/default/update.sh /tmp/package-libyajl; fi for i in /usr/src/config/rootfiles/packages/{aarch64,}/libyajl; do if [ -e "${i}" ]; then cp -v ${i} /tmp/package-libyajl/ROOTFILES; break; fi; done '/usr/src/config/rootfiles/packages//libyajl' -> '/tmp/package-libyajl/ROOTFILES' # Replace variables in rootfiles sed -i /tmp/package-libyajl/ROOTFILES -e 's/BUILDTARGET/aarch64-pc-linux-gnu/g' -e 's/KVER/6.6.15/g' -e 's/xxxMACHINExxx/aarch64/g' # Replace variables in scripts sed -i /tmp/package-libyajl/install.sh -e 's/xxxKVERxxx/6.6.15/g' # Make scripts executable chmod 754 /tmp/package-libyajl/{{,un}install,update}.sh # Collect all files rm -rf /tmp/package-libyajl/root && mkdir -p /tmp/package-libyajl/root tar -c --exclude='#*' --exclude='proc/*' --exclude='dev/pts/*' --exclude='tmp/*' --exclude='__pycache__' -C / --files-from=/tmp/package-libyajl/ROOTFILES | tar -x -C /tmp/package-libyajl/root; exit ${PIPESTATUS[0]} # Compress tarball cd /tmp/package-libyajl/root && tar cf - * | xz -8 -T0 --memory=16801MiB > /tmp/package-libyajl/files.tar.xz # Cleanup temporary files rm -rf /tmp/package-libyajl/root # Remove any commented lines sed -i /tmp/package-libyajl/ROOTFILES -e "/^#/d" # Make package cd /tmp/package-libyajl && tar cf /install/packages/libyajl-2.1.0-1.ipfire * # Cleanup rm -rf /tmp/package-libyajl # Escape SUMMARY variable and create meta file summaryEscaped=$(sed 's/[&/\]/\\&/g' <<< "Yet Another JSON Library"); sed -e "s/NAME/libyajl/g" -e "s/SUMMARY/$summaryEscaped/g" -e "s/VER/2.1.0/g" -e "s/RELEASE/1/g" -e "s/DEPS//g" -e "s/SIZE/$(stat --format=%s /install/packages/libyajl-2.1.0-1.ipfire)/g" -e "s/SERVICES//g" < /usr/src/src/pakfire/meta > /install/packages/meta-libyajl Apr 9 13:11:37: Building qemu qemu-8.1.2.tar.xz checksum OK + cd /usr/src/lfs + make -f qemu LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//qemu' -> '/tmp/package-qemu/ROOTFILES' Apr 9 13:12:09: Building faad2 faad2-2_10_0.tar.gz checksum OK + cd /usr/src/lfs + make -f faad2 LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//faad2' -> '/tmp/package-faad2/ROOTFILES' Apr 9 13:12:09: Building transmission transmission-4.0.5.tar.xz checksum OK + cd /usr/src/lfs + make -f transmission LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//transmission' -> '/tmp/package-transmission/ROOTFILES' Apr 9 13:12:13: Building strace strace-6.6.tar.xz checksum OK + cd /usr/src/lfs + make -f strace LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//strace' -> '/tmp/package-strace/ROOTFILES' Apr 9 13:12:13: Building stress stress-1.0.7.tar.bz2 checksum OK + cd /usr/src/lfs + make -f stress LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//stress' -> '/tmp/package-stress/ROOTFILES' Apr 9 13:12:14: Building perl-MIME-Base64 MIME-Base64-3.16.tar.gz checksum OK + cd /usr/src/lfs + make -f perl-MIME-Base64 LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//perl-MIME-Base64' -> '/tmp/package-perl-MIME-Base64/ROOTFILES' Apr 9 13:12:14: Building wio + cd /usr/src/lfs + make -f wio LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//wio' -> '/tmp/package-wio/ROOTFILES' Apr 9 13:12:14: Building frr frr-frr-9.1.tar.gz checksum OK + cd /usr/src/lfs + make -f frr LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//frr' -> '/tmp/package-frr/ROOTFILES' Apr 9 13:12:19: Building lame lame-3.100.tar.gz checksum OK + cd /usr/src/lfs + make -f lame LFS_BASEDIR=/usr/src dist # Bringing the files to their right place. if [ -e "/usr/src/src/paks/lame" ]; then cp -f /usr/src/src/paks/lame/{,un}install.sh /usr/src/src/paks/lame/update.sh /tmp/package-lame; else cp -f /usr/src/src/paks/default/{,un}install.sh /usr/src/src/paks/default/update.sh /tmp/package-lame; fi for i in /usr/src/config/rootfiles/packages/{aarch64,}/lame; do if [ -e "${i}" ]; then cp -v ${i} /tmp/package-lame/ROOTFILES; break; fi; done '/usr/src/config/rootfiles/packages//lame' -> '/tmp/package-lame/ROOTFILES' # Replace variables in rootfiles sed -i /tmp/package-lame/ROOTFILES -e 's/BUILDTARGET/aarch64-pc-linux-gnu/g' -e 's/KVER/6.6.15/g' -e 's/xxxMACHINExxx/aarch64/g' # Replace variables in scripts sed -i /tmp/package-lame/install.sh -e 's/xxxKVERxxx/6.6.15/g' # Make scripts executable chmod 754 /tmp/package-lame/{{,un}install,update}.sh # Collect all files rm -rf /tmp/package-lame/root && mkdir -p /tmp/package-lame/root tar -c --exclude='#*' --exclude='proc/*' --exclude='dev/pts/*' --exclude='tmp/*' --exclude='__pycache__' -C / --files-from=/tmp/package-lame/ROOTFILES | tar -x -C /tmp/package-lame/root; exit ${PIPESTATUS[0]} # Compress tarball cd /tmp/package-lame/root && tar cf - * | xz -8 -T0 --memory=16801MiB > /tmp/package-lame/files.tar.xz # Cleanup temporary files rm -rf /tmp/package-lame/root # Remove any commented lines sed -i /tmp/package-lame/ROOTFILES -e "/^#/d" # Make package cd /tmp/package-lame && tar cf /install/packages/lame-3.100-2.ipfire * # Cleanup rm -rf /tmp/package-lame # Escape SUMMARY variable and create meta file summaryEscaped=$(sed 's/[&/\]/\\&/g' <<< "The LAME MP3 encoder"); sed -e "s/NAME/lame/g" -e "s/SUMMARY/$summaryEscaped/g" -e "s/VER/3.100/g" -e "s/RELEASE/2/g" -e "s/DEPS//g" -e "s/SIZE/$(stat --format=%s /install/packages/lame-3.100-2.ipfire)/g" -e "s/SERVICES//g" < /usr/src/src/pakfire/meta > /install/packages/meta-lame Apr 9 13:12:19: Building tcpdump tcpdump-4.99.4.tar.gz checksum OK + cd /usr/src/lfs + make -f tcpdump LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//tcpdump' -> '/tmp/package-tcpdump/ROOTFILES' Apr 9 13:12:20: Building minicom minicom-2.9.tar.gz checksum OK + cd /usr/src/lfs + make -f minicom LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//minicom' -> '/tmp/package-minicom/ROOTFILES' Apr 9 13:12:20: Building python3-cffi cffi-1.15.1.tar.gz checksum OK + cd /usr/src/lfs + make -f python3-cffi LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//python3-cffi' -> '/tmp/package-python3-cffi/ROOTFILES' Apr 9 13:12:20: Building nginx nginx-1.24.0.tar.gz checksum OK + cd /usr/src/lfs + make -f nginx LFS_BASEDIR=/usr/src dist # Bringing the files to their right place. if [ -e "/usr/src/src/paks/nginx" ]; then cp -f /usr/src/src/paks/nginx/{,un}install.sh /usr/src/src/paks/nginx/update.sh /tmp/package-nginx; else cp -f /usr/src/src/paks/default/{,un}install.sh /usr/src/src/paks/default/update.sh /tmp/package-nginx; fi for i in /usr/src/config/rootfiles/packages/{aarch64,}/nginx; do if [ -e "${i}" ]; then cp -v ${i} /tmp/package-nginx/ROOTFILES; break; fi; done '/usr/src/config/rootfiles/packages//nginx' -> '/tmp/package-nginx/ROOTFILES' # Replace variables in rootfiles sed -i /tmp/package-nginx/ROOTFILES -e 's/BUILDTARGET/aarch64-pc-linux-gnu/g' -e 's/KVER/6.6.15/g' -e 's/xxxMACHINExxx/aarch64/g' # Replace variables in scripts sed -i /tmp/package-nginx/install.sh -e 's/xxxKVERxxx/6.6.15/g' # Make scripts executable chmod 754 /tmp/package-nginx/{{,un}install,update}.sh # Collect all files rm -rf /tmp/package-nginx/root && mkdir -p /tmp/package-nginx/root tar -c --exclude='#*' --exclude='proc/*' --exclude='dev/pts/*' --exclude='tmp/*' --exclude='__pycache__' -C / --files-from=/tmp/package-nginx/ROOTFILES | tar -x -C /tmp/package-nginx/root; exit ${PIPESTATUS[0]} # Compress tarball cd /tmp/package-nginx/root && tar cf - * | xz -8 -T0 --memory=16801MiB > /tmp/package-nginx/files.tar.xz # Cleanup temporary files rm -rf /tmp/package-nginx/root # Remove any commented lines sed -i /tmp/package-nginx/ROOTFILES -e "/^#/d" # Make package cd /tmp/package-nginx && tar cf /install/packages/nginx-1.24.0-15.ipfire * # Cleanup rm -rf /tmp/package-nginx # Escape SUMMARY variable and create meta file summaryEscaped=$(sed 's/[&/\]/\\&/g' <<< "A HTTP server and IMAP/POP3 proxy server"); sed -e "s/NAME/nginx/g" -e "s/SUMMARY/$summaryEscaped/g" -e "s/VER/1.24.0/g" -e "s/RELEASE/15/g" -e "s/DEPS//g" -e "s/SIZE/$(stat --format=%s /install/packages/nginx-1.24.0-15.ipfire)/g" -e "s/SERVICES/nginx/g" < /usr/src/src/pakfire/meta > /install/packages/meta-nginx Apr 9 13:12:21: Building iptraf-ng iptraf-ng-1.2.1.tar.gz checksum OK + cd /usr/src/lfs + make -f iptraf-ng LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//iptraf-ng' -> '/tmp/package-iptraf-ng/ROOTFILES' Apr 9 13:12:21: Building bacula bacula-11.0.6.tar.gz checksum OK + cd /usr/src/lfs + make -f bacula LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//bacula' -> '/tmp/package-bacula/ROOTFILES' Apr 9 13:12:21: Building socat socat-1.7.4.2.tar.gz checksum OK + cd /usr/src/lfs + make -f socat LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//socat' -> '/tmp/package-socat/ROOTFILES' Apr 9 13:12:22: Building lshw lshw-B.02.20.tar.gz checksum OK + cd /usr/src/lfs + make -f lshw LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//lshw' -> '/tmp/package-lshw/ROOTFILES' Apr 9 13:12:22: Building foomatic foomatic-filters-4.0.17.tar.gz checksum OK foomatic-db-4.0-20230828.tar.gz checksum OK foomatic-db-engine-4.0.13.tar.gz checksum OK + cd /usr/src/lfs + make -f foomatic LFS_BASEDIR=/usr/src dist # Bringing the files to their right place. if [ -e "/usr/src/src/paks/foomatic" ]; then cp -f /usr/src/src/paks/foomatic/{,un}install.sh /usr/src/src/paks/foomatic/update.sh /tmp/package-foomatic; else cp -f /usr/src/src/paks/default/{,un}install.sh /usr/src/src/paks/default/update.sh /tmp/package-foomatic; fi for i in /usr/src/config/rootfiles/packages/{aarch64,}/foomatic; do if [ -e "${i}" ]; then cp -v ${i} /tmp/package-foomatic/ROOTFILES; break; fi; done '/usr/src/config/rootfiles/packages//foomatic' -> '/tmp/package-foomatic/ROOTFILES' # Replace variables in rootfiles sed -i /tmp/package-foomatic/ROOTFILES -e 's/BUILDTARGET/aarch64-pc-linux-gnu/g' -e 's/KVER/6.6.15/g' -e 's/xxxMACHINExxx/aarch64/g' # Replace variables in scripts sed -i /tmp/package-foomatic/install.sh -e 's/xxxKVERxxx/6.6.15/g' # Make scripts executable chmod 754 /tmp/package-foomatic/{{,un}install,update}.sh # Collect all files rm -rf /tmp/package-foomatic/root && mkdir -p /tmp/package-foomatic/root tar -c --exclude='#*' --exclude='proc/*' --exclude='dev/pts/*' --exclude='tmp/*' --exclude='__pycache__' -C / --files-from=/tmp/package-foomatic/ROOTFILES | tar -x -C /tmp/package-foomatic/root; exit ${PIPESTATUS[0]} # Compress tarball cd /tmp/package-foomatic/root && tar cf - * | xz -8 -T0 --memory=16801MiB > /tmp/package-foomatic/files.tar.xz # Cleanup temporary files rm -rf /tmp/package-foomatic/root # Remove any commented lines sed -i /tmp/package-foomatic/ROOTFILES -e "/^#/d" # Make package cd /tmp/package-foomatic && tar cf /install/packages/foomatic-4.0.13-10.ipfire * # Cleanup rm -rf /tmp/package-foomatic # Escape SUMMARY variable and create meta file summaryEscaped=$(sed 's/[&/\]/\\&/g' <<< "Tools for using the foomatic database of printers and printer drivers"); sed -e "s/NAME/foomatic/g" -e "s/SUMMARY/$summaryEscaped/g" -e "s/VER/4.0.13/g" -e "s/RELEASE/10/g" -e "s/DEPS/cups ghostscript hplip/g" -e "s/SIZE/$(stat --format=%s /install/packages/foomatic-4.0.13-10.ipfire)/g" -e "s/SERVICES//g" < /usr/src/src/pakfire/meta > /install/packages/meta-foomatic Apr 9 13:12:53: Building python3-exceptiongroup exceptiongroup-1.2.0.tar.gz checksum OK + cd /usr/src/lfs + make -f python3-exceptiongroup LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//python3-exceptiongroup' -> '/tmp/package-python3-exceptiongroup/ROOTFILES' Apr 9 13:12:53: Building traceroute traceroute-2.1.2.tar.gz checksum OK + cd /usr/src/lfs + make -f traceroute LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//traceroute' -> '/tmp/package-traceroute/ROOTFILES' Apr 9 13:12:53: Building cups cups-2.4.6-source.tar.gz checksum OK + cd /usr/src/lfs + make -f cups LFS_BASEDIR=/usr/src dist # Bringing the files to their right place. if [ -e "/usr/src/src/paks/cups" ]; then cp -f /usr/src/src/paks/cups/{,un}install.sh /usr/src/src/paks/cups/update.sh /tmp/package-cups; else cp -f /usr/src/src/paks/default/{,un}install.sh /usr/src/src/paks/default/update.sh /tmp/package-cups; fi for i in /usr/src/config/rootfiles/packages/{aarch64,}/cups; do if [ -e "${i}" ]; then cp -v ${i} /tmp/package-cups/ROOTFILES; break; fi; done '/usr/src/config/rootfiles/packages//cups' -> '/tmp/package-cups/ROOTFILES' # Replace variables in rootfiles sed -i /tmp/package-cups/ROOTFILES -e 's/BUILDTARGET/aarch64-pc-linux-gnu/g' -e 's/KVER/6.6.15/g' -e 's/xxxMACHINExxx/aarch64/g' # Replace variables in scripts sed -i /tmp/package-cups/install.sh -e 's/xxxKVERxxx/6.6.15/g' # Make scripts executable chmod 754 /tmp/package-cups/{{,un}install,update}.sh # Collect all files rm -rf /tmp/package-cups/root && mkdir -p /tmp/package-cups/root tar -c --exclude='#*' --exclude='proc/*' --exclude='dev/pts/*' --exclude='tmp/*' --exclude='__pycache__' -C / --files-from=/tmp/package-cups/ROOTFILES | tar -x -C /tmp/package-cups/root; exit ${PIPESTATUS[0]} # Compress tarball cd /tmp/package-cups/root && tar cf - * | xz -8 -T0 --memory=16801MiB > /tmp/package-cups/files.tar.xz # Cleanup temporary files rm -rf /tmp/package-cups/root # Remove any commented lines sed -i /tmp/package-cups/ROOTFILES -e "/^#/d" # Make package cd /tmp/package-cups && tar cf /install/packages/cups-2.4.6-38.ipfire * # Cleanup rm -rf /tmp/package-cups # Escape SUMMARY variable and create meta file summaryEscaped=$(sed 's/[&/\]/\\&/g' <<< "The Common UNIX Printing System"); sed -e "s/NAME/cups/g" -e "s/SUMMARY/$summaryEscaped/g" -e "s/VER/2.4.6/g" -e "s/RELEASE/38/g" -e "s/DEPS/avahi cups-filters dbus ghostscript libexif/g" -e "s/SIZE/$(stat --format=%s /install/packages/cups-2.4.6-38.ipfire)/g" -e "s/SERVICES/cups/g" < /usr/src/src/pakfire/meta > /install/packages/meta-cups Apr 9 13:13:00: Building perl-Net-SMTP-SSL Net-SMTP-SSL-1.04.tar.gz checksum OK + cd /usr/src/lfs + make -f perl-Net-SMTP-SSL LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//perl-Net-SMTP-SSL' -> '/tmp/package-perl-Net-SMTP-SSL/ROOTFILES' Apr 9 13:13:00: Building perl-File-ReadBackwards File-ReadBackwards-1.05.tar.gz checksum OK + cd /usr/src/lfs + make -f perl-File-ReadBackwards LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//perl-File-ReadBackwards' -> '/tmp/package-perl-File-ReadBackwards/ROOTFILES' Apr 9 13:13:00: Building ipvsadm ipvsadm-1.31.tar.xz checksum OK + cd /usr/src/lfs + make -f ipvsadm LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//ipvsadm' -> '/tmp/package-ipvsadm/ROOTFILES' Apr 9 13:13:01: Building libslirp libslirp-4.7.0.tar.xz checksum OK + cd /usr/src/lfs + make -f libslirp LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//libslirp' -> '/tmp/package-libslirp/ROOTFILES' Apr 9 13:13:01: Building python3-terminaltables terminaltables-3.1.10.tar.gz checksum OK + cd /usr/src/lfs + make -f python3-terminaltables LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//python3-terminaltables' -> '/tmp/package-python3-terminaltables/ROOTFILES' Apr 9 13:13:01: Building observium-agent observium-community-23.1.tar.gz checksum OK + cd /usr/src/lfs + make -f observium-agent LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//observium-agent' -> '/tmp/package-observium-agent/ROOTFILES' Apr 9 13:13:01: Building 7zip p7zip-17.05.tar.gz checksum OK + cd /usr/src/lfs + make -f 7zip LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//7zip' -> '/tmp/package-7zip/ROOTFILES' Apr 9 13:13:05: Building vdr_streamdev vdr-plugin-streamdev-0.6.3.tar.gz checksum OK + cd /usr/src/lfs + make -f vdr_streamdev LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//vdr_streamdev' -> '/tmp/package-vdr_streamdev/ROOTFILES' Apr 9 13:13:05: Building rpcbind rpcbind-1.2.6.tar.bz2 checksum OK + cd /usr/src/lfs + make -f rpcbind LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//rpcbind' -> '/tmp/package-rpcbind/ROOTFILES' Apr 9 13:13:06: Building mpc mpc-0.35.tar.xz checksum OK + cd /usr/src/lfs + make -f mpc LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//mpc' -> '/tmp/package-mpc/ROOTFILES' Apr 9 13:13:06: Building mdns-repeater mdns-repeater-1.11.tar.gz checksum OK + cd /usr/src/lfs + make -f mdns-repeater LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//mdns-repeater' -> '/tmp/package-mdns-repeater/ROOTFILES' Apr 9 13:13:06: Building python3-jmespath jmespath-1.0.1.tar.gz checksum OK + cd /usr/src/lfs + make -f python3-jmespath LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//python3-jmespath' -> '/tmp/package-python3-jmespath/ROOTFILES' Apr 9 13:13:06: Building bwm-ng bwm-ng-0.6.1-f54b3fa.tar.xz checksum OK + cd /usr/src/lfs + make -f bwm-ng LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//bwm-ng' -> '/tmp/package-bwm-ng/ROOTFILES' Apr 9 13:13:06: Building ncat nmap-7.94.tar.bz2 checksum OK + cd /usr/src/lfs + make -f ncat LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//ncat' -> '/tmp/package-ncat/ROOTFILES' Apr 9 13:13:06: Building fping fping-5.1.tar.gz checksum OK + cd /usr/src/lfs + make -f fping LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//fping' -> '/tmp/package-fping/ROOTFILES' Apr 9 13:13:06: Building vdr vdr-2.6.6.tar.bz2 checksum OK + cd /usr/src/lfs + make -f vdr LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//vdr' -> '/tmp/package-vdr/ROOTFILES' Apr 9 13:13:07: Building ddrescue ddrescue-1.26.tar.lz checksum OK + cd /usr/src/lfs + make -f ddrescue LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//ddrescue' -> '/tmp/package-ddrescue/ROOTFILES' Apr 9 13:13:08: Building bird bird-2.14.tar.gz checksum OK + cd /usr/src/lfs + make -f bird LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//bird' -> '/tmp/package-bird/ROOTFILES' Apr 9 13:13:08: Building c-ares c-ares-1.17.1.tar.gz checksum OK + cd /usr/src/lfs + make -f c-ares LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//c-ares' -> '/tmp/package-c-ares/ROOTFILES' Apr 9 13:13:08: Building htop htop-3.3.0.tar.xz checksum OK + cd /usr/src/lfs + make -f htop LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//htop' -> '/tmp/package-htop/ROOTFILES' Apr 9 13:13:09: Building netsnmpd net-snmp-5.9.1.tar.gz checksum OK + cd /usr/src/lfs + make -f netsnmpd LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//netsnmpd' -> '/tmp/package-netsnmpd/ROOTFILES' Apr 9 13:13:13: Building mc mc-4.8.31.tar.xz checksum OK + cd /usr/src/lfs + make -f mc LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//mc' -> '/tmp/package-mc/ROOTFILES' Apr 9 13:13:14: Building python3-arrow arrow-1.2.3.tar.gz checksum OK + cd /usr/src/lfs + make -f python3-arrow LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//python3-arrow' -> '/tmp/package-python3-arrow/ROOTFILES' Apr 9 13:13:14: Building python3-requests requests-2.28.1.tar.gz checksum OK + cd /usr/src/lfs + make -f python3-requests LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//python3-requests' -> '/tmp/package-python3-requests/ROOTFILES' Apr 9 13:13:14: Building python3-packaging packaging-23.2.tar.gz checksum OK + cd /usr/src/lfs + make -f python3-packaging LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//python3-packaging' -> '/tmp/package-python3-packaging/ROOTFILES' Apr 9 13:13:14: Building libassuan libassuan-2.5.5.tar.bz2 checksum OK + cd /usr/src/lfs + make -f libassuan LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//libassuan' -> '/tmp/package-libassuan/ROOTFILES' Apr 9 13:13:14: Building tor tor-0.4.8.10.tar.gz checksum OK + cd /usr/src/lfs + make -f tor LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//tor' -> '/tmp/package-tor/ROOTFILES' Apr 9 13:13:23: Building wavemon wavemon-0.9.5.tar.gz checksum OK + cd /usr/src/lfs + make -f wavemon LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//wavemon' -> '/tmp/package-wavemon/ROOTFILES' Apr 9 13:13:23: Building libdaemon libdaemon-0.14.tar.gz checksum OK + cd /usr/src/lfs + make -f libdaemon LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//libdaemon' -> '/tmp/package-libdaemon/ROOTFILES' Apr 9 13:13:23: Building nagios_nrpe nrpe-4.1.0.tar.gz checksum OK + cd /usr/src/lfs + make -f nagios_nrpe LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//nagios_nrpe' -> '/tmp/package-nagios_nrpe/ROOTFILES' Apr 9 13:13:23: Building taglib taglib-1.12.tar.gz checksum OK + cd /usr/src/lfs + make -f taglib LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//taglib' -> '/tmp/package-taglib/ROOTFILES' Apr 9 13:13:24: Building libseccomp libseccomp-2.5.5.tar.gz checksum OK + cd /usr/src/lfs + make -f libseccomp LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//libseccomp' -> '/tmp/package-libseccomp/ROOTFILES' Apr 9 13:13:24: Building python3-semantic-version semantic_version-2.10.0.tar.gz checksum OK + cd /usr/src/lfs + make -f python3-semantic-version LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//python3-semantic-version' -> '/tmp/package-python3-semantic-version/ROOTFILES' Apr 9 13:13:24: Building ncdu ncdu-1.18.1.tar.gz checksum OK + cd /usr/src/lfs + make -f ncdu LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//ncdu' -> '/tmp/package-ncdu/ROOTFILES' Apr 9 13:13:24: Building libusbredir usbredir-0.13.0.tar.xz checksum OK + cd /usr/src/lfs + make -f libusbredir LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//libusbredir' -> '/tmp/package-libusbredir/ROOTFILES' Apr 9 13:13:24: Building amazon-ssm-agent amazon-ssm-agent-3.2.582.0.tar.gz checksum OK + cd /usr/src/lfs + make -f amazon-ssm-agent LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//amazon-ssm-agent' -> '/tmp/package-amazon-ssm-agent/ROOTFILES' Apr 9 13:13:59: Building perl-File-Tail File-Tail-1.3.tar.gz checksum OK + cd /usr/src/lfs + make -f perl-File-Tail LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//perl-File-Tail' -> '/tmp/package-perl-File-Tail/ROOTFILES' Apr 9 13:13:59: Building nqptp nqptp-1.2.4.tar.gz checksum OK + cd /usr/src/lfs + make -f nqptp LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//nqptp' -> '/tmp/package-nqptp/ROOTFILES' Apr 9 13:14:00: Building dbus dbus-1.14.10.tar.xz checksum OK + cd /usr/src/lfs + make -f dbus LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//dbus' -> '/tmp/package-dbus/ROOTFILES' Apr 9 13:14:00: Building libpciaccess libpciaccess-0.17.tar.xz checksum OK + cd /usr/src/lfs + make -f libpciaccess LFS_BASEDIR=/usr/src dist # Bringing the files to their right place. if [ -e "/usr/src/src/paks/libpciaccess" ]; then cp -f /usr/src/src/paks/libpciaccess/{,un}install.sh /usr/src/src/paks/libpciaccess/update.sh /tmp/package-libpciaccess; else cp -f /usr/src/src/paks/default/{,un}install.sh /usr/src/src/paks/default/update.sh /tmp/package-libpciaccess; fi for i in /usr/src/config/rootfiles/packages/{aarch64,}/libpciaccess; do if [ -e "${i}" ]; then cp -v ${i} /tmp/package-libpciaccess/ROOTFILES; break; fi; done '/usr/src/config/rootfiles/packages//libpciaccess' -> '/tmp/package-libpciaccess/ROOTFILES' # Replace variables in rootfiles sed -i /tmp/package-libpciaccess/ROOTFILES -e 's/BUILDTARGET/aarch64-pc-linux-gnu/g' -e 's/KVER/6.6.15/g' -e 's/xxxMACHINExxx/aarch64/g' # Replace variables in scripts sed -i /tmp/package-libpciaccess/install.sh -e 's/xxxKVERxxx/6.6.15/g' # Make scripts executable chmod 754 /tmp/package-libpciaccess/{{,un}install,update}.sh # Collect all files rm -rf /tmp/package-libpciaccess/root && mkdir -p /tmp/package-libpciaccess/root tar -c --exclude='#*' --exclude='proc/*' --exclude='dev/pts/*' --exclude='tmp/*' --exclude='__pycache__' -C / --files-from=/tmp/package-libpciaccess/ROOTFILES | tar -x -C /tmp/package-libpciaccess/root; exit ${PIPESTATUS[0]} # Compress tarball cd /tmp/package-libpciaccess/root && tar cf - * | xz -8 -T0 --memory=16801MiB > /tmp/package-libpciaccess/files.tar.xz # Cleanup temporary files rm -rf /tmp/package-libpciaccess/root # Remove any commented lines sed -i /tmp/package-libpciaccess/ROOTFILES -e "/^#/d" # Make package cd /tmp/package-libpciaccess && tar cf /install/packages/libpciaccess-0.17-3.ipfire * # Cleanup rm -rf /tmp/package-libpciaccess # Escape SUMMARY variable and create meta file summaryEscaped=$(sed 's/[&/\]/\\&/g' <<< "Generic PCI access library"); sed -e "s/NAME/libpciaccess/g" -e "s/SUMMARY/$summaryEscaped/g" -e "s/VER/0.17/g" -e "s/RELEASE/3/g" -e "s/DEPS//g" -e "s/SIZE/$(stat --format=%s /install/packages/libpciaccess-0.17-3.ipfire)/g" -e "s/SERVICES//g" < /usr/src/src/pakfire/meta > /install/packages/meta-libpciaccess Apr 9 13:14:00: Building cifs-utils cifs-utils-7.0.tar.bz2 checksum OK + cd /usr/src/lfs + make -f cifs-utils LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//cifs-utils' -> '/tmp/package-cifs-utils/ROOTFILES' Apr 9 13:14:00: Building freeradius freeradius-server-3.2.3.tar.bz2 checksum OK + cd /usr/src/lfs + make -f freeradius LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//freeradius' -> '/tmp/package-freeradius/ROOTFILES' Apr 9 13:14:04: Building oci-cli oci-cli-3.29.4.tar.gz checksum OK + cd /usr/src/lfs + make -f oci-cli LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//oci-cli' -> '/tmp/package-oci-cli/ROOTFILES' Apr 9 13:14:10: Building python3-certifi certifi-2022.9.24.tar.gz checksum OK + cd /usr/src/lfs + make -f python3-certifi LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//python3-certifi' -> '/tmp/package-python3-certifi/ROOTFILES' Apr 9 13:14:10: Building libplist libplist-2.4.0.tar.bz2 checksum OK + cd /usr/src/lfs + make -f libplist LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//libplist' -> '/tmp/package-libplist/ROOTFILES' Apr 9 13:14:11: Building python3-click click-8.1.3.tar.gz checksum OK + cd /usr/src/lfs + make -f python3-click LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//python3-click' -> '/tmp/package-python3-click/ROOTFILES' Apr 9 13:14:11: Building stunnel stunnel-5.71.tar.gz checksum OK + cd /usr/src/lfs + make -f stunnel LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//stunnel' -> '/tmp/package-stunnel/ROOTFILES' Apr 9 13:14:11: Building avahi avahi-0.8.tar.gz checksum OK + cd /usr/src/lfs + make -f avahi LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//avahi' -> '/tmp/package-avahi/ROOTFILES' Apr 9 13:14:12: Building xvid xvidcore-1.3.7.tar.gz checksum OK + cd /usr/src/lfs + make -f xvid LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//xvid' -> '/tmp/package-xvid/ROOTFILES' Apr 9 13:14:12: Building nmap nmap-7.94.tar.bz2 checksum OK + cd /usr/src/lfs + make -f nmap LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//nmap' -> '/tmp/package-nmap/ROOTFILES' Apr 9 13:14:22: Building libvorbis libvorbis-1.3.7.tar.xz checksum OK + cd /usr/src/lfs + make -f libvorbis LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//libvorbis' -> '/tmp/package-libvorbis/ROOTFILES' Apr 9 13:14:22: Building guardian guardian-2.0.2.tar.gz checksum OK + cd /usr/src/lfs + make -f guardian LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//guardian' -> '/tmp/package-guardian/ROOTFILES' Apr 9 13:14:22: Building python3-setuptools setuptools-67.5.1.tar.gz checksum OK + cd /usr/src/lfs + make -f python3-setuptools LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//python3-setuptools' -> '/tmp/package-python3-setuptools/ROOTFILES' Apr 9 13:14:23: Building python3-sniffio sniffio-1.3.0.tar.gz checksum OK + cd /usr/src/lfs + make -f python3-sniffio LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//python3-sniffio' -> '/tmp/package-python3-sniffio/ROOTFILES' Apr 9 13:14:23: Building libogg libogg-1.3.5.tar.xz checksum OK + cd /usr/src/lfs + make -f libogg LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//libogg' -> '/tmp/package-libogg/ROOTFILES' Apr 9 13:14:24: Building ghostscript ghostscript-10.03.0.tar.xz checksum OK ghostscript-fonts-std-8.11.tar.gz checksum OK gnu-gs-fonts-other-6.0.tar.gz checksum OK + cd /usr/src/lfs + make -f ghostscript LFS_BASEDIR=/usr/src dist # Bringing the files to their right place. if [ -e "/usr/src/src/paks/ghostscript" ]; then cp -f /usr/src/src/paks/ghostscript/{,un}install.sh /usr/src/src/paks/ghostscript/update.sh /tmp/package-ghostscript; else cp -f /usr/src/src/paks/default/{,un}install.sh /usr/src/src/paks/default/update.sh /tmp/package-ghostscript; fi for i in /usr/src/config/rootfiles/packages/{aarch64,}/ghostscript; do if [ -e "${i}" ]; then cp -v ${i} /tmp/package-ghostscript/ROOTFILES; break; fi; done '/usr/src/config/rootfiles/packages//ghostscript' -> '/tmp/package-ghostscript/ROOTFILES' # Replace variables in rootfiles sed -i /tmp/package-ghostscript/ROOTFILES -e 's/BUILDTARGET/aarch64-pc-linux-gnu/g' -e 's/KVER/6.6.15/g' -e 's/xxxMACHINExxx/aarch64/g' # Replace variables in scripts sed -i /tmp/package-ghostscript/install.sh -e 's/xxxKVERxxx/6.6.15/g' # Make scripts executable chmod 754 /tmp/package-ghostscript/{{,un}install,update}.sh # Collect all files rm -rf /tmp/package-ghostscript/root && mkdir -p /tmp/package-ghostscript/root tar -c --exclude='#*' --exclude='proc/*' --exclude='dev/pts/*' --exclude='tmp/*' --exclude='__pycache__' -C / --files-from=/tmp/package-ghostscript/ROOTFILES | tar -x -C /tmp/package-ghostscript/root; exit ${PIPESTATUS[0]} # Compress tarball cd /tmp/package-ghostscript/root && tar cf - * | xz -8 -T0 --memory=16801MiB > /tmp/package-ghostscript/files.tar.xz # Cleanup temporary files rm -rf /tmp/package-ghostscript/root # Remove any commented lines sed -i /tmp/package-ghostscript/ROOTFILES -e "/^#/d" # Make package cd /tmp/package-ghostscript && tar cf /install/packages/ghostscript-10.03.0-17.ipfire * # Cleanup rm -rf /tmp/package-ghostscript # Escape SUMMARY variable and create meta file summaryEscaped=$(sed 's/[&/\]/\\&/g' <<< "The Ghostscript interpreter for PostScript and PDF"); sed -e "s/NAME/ghostscript/g" -e "s/SUMMARY/$summaryEscaped/g" -e "s/VER/10.03.0/g" -e "s/RELEASE/17/g" -e "s/DEPS/cups dbus/g" -e "s/SIZE/$(stat --format=%s /install/packages/ghostscript-10.03.0-17.ipfire)/g" -e "s/SERVICES//g" < /usr/src/src/pakfire/meta > /install/packages/meta-ghostscript Apr 9 13:14:36: Building mpfire + cd /usr/src/lfs + make -f mpfire LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//mpfire' -> '/tmp/package-mpfire/ROOTFILES' Apr 9 13:14:36: Building perl-Date-Calc Date-Calc-6.4.tar.gz checksum OK + cd /usr/src/lfs + make -f perl-Date-Calc LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//perl-Date-Calc' -> '/tmp/package-perl-Date-Calc/ROOTFILES' Apr 9 13:14:36: Building lcdproc lcdproc-0e2ce9b.tar.gz checksum OK + cd /usr/src/lfs + make -f lcdproc LFS_BASEDIR=/usr/src dist # Bringing the files to their right place. if [ -e "/usr/src/src/paks/lcdproc" ]; then cp -f /usr/src/src/paks/lcdproc/{,un}install.sh /usr/src/src/paks/lcdproc/update.sh /tmp/package-lcdproc; else cp -f /usr/src/src/paks/default/{,un}install.sh /usr/src/src/paks/default/update.sh /tmp/package-lcdproc; fi for i in /usr/src/config/rootfiles/packages/{aarch64,}/lcdproc; do if [ -e "${i}" ]; then cp -v ${i} /tmp/package-lcdproc/ROOTFILES; break; fi; done '/usr/src/config/rootfiles/packages//lcdproc' -> '/tmp/package-lcdproc/ROOTFILES' # Replace variables in rootfiles sed -i /tmp/package-lcdproc/ROOTFILES -e 's/BUILDTARGET/aarch64-pc-linux-gnu/g' -e 's/KVER/6.6.15/g' -e 's/xxxMACHINExxx/aarch64/g' # Replace variables in scripts sed -i /tmp/package-lcdproc/install.sh -e 's/xxxKVERxxx/6.6.15/g' # Make scripts executable chmod 754 /tmp/package-lcdproc/{{,un}install,update}.sh # Collect all files rm -rf /tmp/package-lcdproc/root && mkdir -p /tmp/package-lcdproc/root tar -c --exclude='#*' --exclude='proc/*' --exclude='dev/pts/*' --exclude='tmp/*' --exclude='__pycache__' -C / --files-from=/tmp/package-lcdproc/ROOTFILES | tar -x -C /tmp/package-lcdproc/root; exit ${PIPESTATUS[0]} # Compress tarball cd /tmp/package-lcdproc/root && tar cf - * | xz -8 -T0 --memory=16801MiB > /tmp/package-lcdproc/files.tar.xz # Cleanup temporary files rm -rf /tmp/package-lcdproc/root # Remove any commented lines sed -i /tmp/package-lcdproc/ROOTFILES -e "/^#/d" # Make package cd /tmp/package-lcdproc && tar cf /install/packages/lcdproc-0e2ce9b-5.ipfire * # Cleanup rm -rf /tmp/package-lcdproc # Escape SUMMARY variable and create meta file summaryEscaped=$(sed 's/[&/\]/\\&/g' <<< "Daemon capable of showing info on LCD displays"); sed -e "s/NAME/lcdproc/g" -e "s/SUMMARY/$summaryEscaped/g" -e "s/VER/0e2ce9b/g" -e "s/RELEASE/5/g" -e "s/DEPS//g" -e "s/SIZE/$(stat --format=%s /install/packages/lcdproc-0e2ce9b-5.ipfire)/g" -e "s/SERVICES/lcdproc/g" < /usr/src/src/pakfire/meta > /install/packages/meta-lcdproc Apr 9 13:14:37: Building vdr_dvbapi vdr-plugin-dvbapi-2.2.5.tar.gz checksum OK + cd /usr/src/lfs + make -f vdr_dvbapi LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//vdr_dvbapi' -> '/tmp/package-vdr_dvbapi/ROOTFILES' Apr 9 13:14:37: Building lynis lynis-3.0.9.tar.gz checksum OK + cd /usr/src/lfs + make -f lynis LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//lynis' -> '/tmp/package-lynis/ROOTFILES' Apr 9 13:14:37: Building cups-pdf cups-pdf_3.0.1.tar.gz checksum OK + cd /usr/src/lfs + make -f cups-pdf LFS_BASEDIR=/usr/src dist # Bringing the files to their right place. if [ -e "/usr/src/src/paks/cups-pdf" ]; then cp -f /usr/src/src/paks/cups-pdf/{,un}install.sh /usr/src/src/paks/cups-pdf/update.sh /tmp/package-cups-pdf; else cp -f /usr/src/src/paks/default/{,un}install.sh /usr/src/src/paks/default/update.sh /tmp/package-cups-pdf; fi for i in /usr/src/config/rootfiles/packages/{aarch64,}/cups-pdf; do if [ -e "${i}" ]; then cp -v ${i} /tmp/package-cups-pdf/ROOTFILES; break; fi; done '/usr/src/config/rootfiles/packages//cups-pdf' -> '/tmp/package-cups-pdf/ROOTFILES' # Replace variables in rootfiles sed -i /tmp/package-cups-pdf/ROOTFILES -e 's/BUILDTARGET/aarch64-pc-linux-gnu/g' -e 's/KVER/6.6.15/g' -e 's/xxxMACHINExxx/aarch64/g' # Replace variables in scripts sed -i /tmp/package-cups-pdf/install.sh -e 's/xxxKVERxxx/6.6.15/g' # Make scripts executable chmod 754 /tmp/package-cups-pdf/{{,un}install,update}.sh # Collect all files rm -rf /tmp/package-cups-pdf/root && mkdir -p /tmp/package-cups-pdf/root tar -c --exclude='#*' --exclude='proc/*' --exclude='dev/pts/*' --exclude='tmp/*' --exclude='__pycache__' -C / --files-from=/tmp/package-cups-pdf/ROOTFILES | tar -x -C /tmp/package-cups-pdf/root; exit ${PIPESTATUS[0]} # Compress tarball cd /tmp/package-cups-pdf/root && tar cf - * | xz -8 -T0 --memory=16801MiB > /tmp/package-cups-pdf/files.tar.xz # Cleanup temporary files rm -rf /tmp/package-cups-pdf/root # Remove any commented lines sed -i /tmp/package-cups-pdf/ROOTFILES -e "/^#/d" # Make package cd /tmp/package-cups-pdf && tar cf /install/packages/cups-pdf-3.0.1-1.ipfire * # Cleanup rm -rf /tmp/package-cups-pdf # Escape SUMMARY variable and create meta file summaryEscaped=$(sed 's/[&/\]/\\&/g' <<< "OpenPrinting CUPS filters, backends, and cups-browsed"); sed -e "s/NAME/cups-pdf/g" -e "s/SUMMARY/$summaryEscaped/g" -e "s/VER/3.0.1/g" -e "s/RELEASE/1/g" -e "s/DEPS/cups/g" -e "s/SIZE/$(stat --format=%s /install/packages/cups-pdf-3.0.1-1.ipfire)/g" -e "s/SERVICES//g" < /usr/src/src/pakfire/meta > /install/packages/meta-cups-pdf Apr 9 13:14:38: Building flac flac-1.4.2.tar.xz checksum OK + cd /usr/src/lfs + make -f flac LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//flac' -> '/tmp/package-flac/ROOTFILES' Apr 9 13:14:38: Building perl-Net-IP Net-IP-1.26.tar.gz checksum OK + cd /usr/src/lfs + make -f perl-Net-IP LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//perl-Net-IP' -> '/tmp/package-perl-Net-IP/ROOTFILES' Apr 9 13:14:38: Building apcupsd apcupsd-3.14.14.tar.gz checksum OK + cd /usr/src/lfs + make -f apcupsd LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//apcupsd' -> '/tmp/package-apcupsd/ROOTFILES' Apr 9 13:14:39: Building libmpeg2 mpeg2dec-0.4.1.tar.gz checksum OK + cd /usr/src/lfs + make -f libmpeg2 LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//libmpeg2' -> '/tmp/package-libmpeg2/ROOTFILES' Apr 9 13:14:39: Building perl-Date-Manip Date-Manip-6.86.tar.gz checksum OK + cd /usr/src/lfs + make -f perl-Date-Manip LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//perl-Date-Manip' -> '/tmp/package-perl-Date-Manip/ROOTFILES' Apr 9 13:14:43: Building vdr_epgsearch vdr-plugin-epgsearch-2.4.2.tar.gz checksum OK + cd /usr/src/lfs + make -f vdr_epgsearch LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//vdr_epgsearch' -> '/tmp/package-vdr_epgsearch/ROOTFILES' Apr 9 13:14:43: Building hostapd hostap_2_10.tar.bz2 checksum OK + cd /usr/src/lfs + make -f hostapd LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//hostapd' -> '/tmp/package-hostapd/ROOTFILES' Apr 9 13:14:44: Building ebtables ebtables-2.0.11.tar.gz checksum OK + cd /usr/src/lfs + make -f ebtables LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//ebtables' -> '/tmp/package-ebtables/ROOTFILES' Apr 9 13:14:44: Building alac alac-0.0.7.tar.gz checksum OK + cd /usr/src/lfs + make -f alac LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//alac' -> '/tmp/package-alac/ROOTFILES' Apr 9 13:14:44: Building shairport-sync shairport-sync-4.3.2.tar.gz checksum OK + cd /usr/src/lfs + make -f shairport-sync LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//shairport-sync' -> '/tmp/package-shairport-sync/ROOTFILES' Apr 9 13:14:44: Building perl-inotify2 Linux-Inotify2-1.22.tar.gz checksum OK + cd /usr/src/lfs + make -f perl-inotify2 LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//perl-inotify2' -> '/tmp/package-perl-inotify2/ROOTFILES' Apr 9 13:14:44: Building python3-trio trio-0.23.1.tar.gz checksum OK + cd /usr/src/lfs + make -f python3-trio LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//python3-trio' -> '/tmp/package-python3-trio/ROOTFILES' Apr 9 13:14:45: Building minidlna minidlna-1.3.3.tar.gz checksum OK + cd /usr/src/lfs + make -f minidlna LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//minidlna' -> '/tmp/package-minidlna/ROOTFILES' Apr 9 13:14:45: Building gutenprint gutenprint-5.3.4.tar.xz checksum OK + cd /usr/src/lfs + make -f gutenprint LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//gutenprint' -> '/tmp/package-gutenprint/ROOTFILES' Apr 9 13:14:50: Building python3-pyfuse3 pyfuse3-3.3.0.tar.gz checksum OK + cd /usr/src/lfs + make -f python3-pyfuse3 LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//python3-pyfuse3' -> '/tmp/package-python3-pyfuse3/ROOTFILES' Apr 9 13:14:50: Building python3-urllib3 urllib3-1.26.12.tar.gz checksum OK + cd /usr/src/lfs + make -f python3-urllib3 LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//python3-urllib3' -> '/tmp/package-python3-urllib3/ROOTFILES' Apr 9 13:14:50: Building soxr soxr-0.1.3-Source.tar.xz checksum OK + cd /usr/src/lfs + make -f soxr LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//soxr' -> '/tmp/package-soxr/ROOTFILES' Apr 9 13:14:50: Building iperf3 iperf-3.16.tar.gz checksum OK + cd /usr/src/lfs + make -f iperf3 LFS_BASEDIR=/usr/src dist # Bringing the files to their right place. if [ -e "/usr/src/src/paks/iperf3" ]; then cp -f /usr/src/src/paks/iperf3/{,un}install.sh /usr/src/src/paks/iperf3/update.sh /tmp/package-iperf3; else cp -f /usr/src/src/paks/default/{,un}install.sh /usr/src/src/paks/default/update.sh /tmp/package-iperf3; fi for i in /usr/src/config/rootfiles/packages/{aarch64,}/iperf3; do if [ -e "${i}" ]; then cp -v ${i} /tmp/package-iperf3/ROOTFILES; break; fi; done '/usr/src/config/rootfiles/packages//iperf3' -> '/tmp/package-iperf3/ROOTFILES' # Replace variables in rootfiles sed -i /tmp/package-iperf3/ROOTFILES -e 's/BUILDTARGET/aarch64-pc-linux-gnu/g' -e 's/KVER/6.6.15/g' -e 's/xxxMACHINExxx/aarch64/g' # Replace variables in scripts sed -i /tmp/package-iperf3/install.sh -e 's/xxxKVERxxx/6.6.15/g' # Make scripts executable chmod 754 /tmp/package-iperf3/{{,un}install,update}.sh # Collect all files rm -rf /tmp/package-iperf3/root && mkdir -p /tmp/package-iperf3/root tar -c --exclude='#*' --exclude='proc/*' --exclude='dev/pts/*' --exclude='tmp/*' --exclude='__pycache__' -C / --files-from=/tmp/package-iperf3/ROOTFILES | tar -x -C /tmp/package-iperf3/root; exit ${PIPESTATUS[0]} # Compress tarball cd /tmp/package-iperf3/root && tar cf - * | xz -8 -T0 --memory=16801MiB > /tmp/package-iperf3/files.tar.xz # Cleanup temporary files rm -rf /tmp/package-iperf3/root # Remove any commented lines sed -i /tmp/package-iperf3/ROOTFILES -e "/^#/d" # Make package cd /tmp/package-iperf3 && tar cf /install/packages/iperf3-3.16-7.ipfire * # Cleanup rm -rf /tmp/package-iperf3 # Escape SUMMARY variable and create meta file summaryEscaped=$(sed 's/[&/\]/\\&/g' <<< "A tool to measure network performance"); sed -e "s/NAME/iperf3/g" -e "s/SUMMARY/$summaryEscaped/g" -e "s/VER/3.16/g" -e "s/RELEASE/7/g" -e "s/DEPS//g" -e "s/SIZE/$(stat --format=%s /install/packages/iperf3-3.16-7.ipfire)/g" -e "s/SERVICES//g" < /usr/src/src/pakfire/meta > /install/packages/meta-iperf3 Apr 9 13:14:51: Building qemu-ga + cd /usr/src/lfs + make -f qemu-ga LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//qemu-ga' -> '/tmp/package-qemu-ga/ROOTFILES' Apr 9 13:14:51: Building python3-charset-normalizer charset-normalizer-2.1.1.tar.gz checksum OK + cd /usr/src/lfs + make -f python3-charset-normalizer LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//python3-charset-normalizer' -> '/tmp/package-python3-charset-normalizer/ROOTFILES' Apr 9 13:14:51: Building hplip hplip-3.23.5.tar.gz checksum OK + cd /usr/src/lfs + make -f hplip LFS_BASEDIR=/usr/src dist # Bringing the files to their right place. if [ -e "/usr/src/src/paks/hplip" ]; then cp -f /usr/src/src/paks/hplip/{,un}install.sh /usr/src/src/paks/hplip/update.sh /tmp/package-hplip; else cp -f /usr/src/src/paks/default/{,un}install.sh /usr/src/src/paks/default/update.sh /tmp/package-hplip; fi for i in /usr/src/config/rootfiles/packages/{aarch64,}/hplip; do if [ -e "${i}" ]; then cp -v ${i} /tmp/package-hplip/ROOTFILES; break; fi; done '/usr/src/config/rootfiles/packages//hplip' -> '/tmp/package-hplip/ROOTFILES' # Replace variables in rootfiles sed -i /tmp/package-hplip/ROOTFILES -e 's/BUILDTARGET/aarch64-pc-linux-gnu/g' -e 's/KVER/6.6.15/g' -e 's/xxxMACHINExxx/aarch64/g' # Replace variables in scripts sed -i /tmp/package-hplip/install.sh -e 's/xxxKVERxxx/6.6.15/g' # Make scripts executable chmod 754 /tmp/package-hplip/{{,un}install,update}.sh # Collect all files rm -rf /tmp/package-hplip/root && mkdir -p /tmp/package-hplip/root tar -c --exclude='#*' --exclude='proc/*' --exclude='dev/pts/*' --exclude='tmp/*' --exclude='__pycache__' -C / --files-from=/tmp/package-hplip/ROOTFILES | tar -x -C /tmp/package-hplip/root; exit ${PIPESTATUS[0]} # Compress tarball cd /tmp/package-hplip/root && tar cf - * | xz -8 -T0 --memory=16801MiB > /tmp/package-hplip/files.tar.xz # Cleanup temporary files rm -rf /tmp/package-hplip/root # Remove any commented lines sed -i /tmp/package-hplip/ROOTFILES -e "/^#/d" # Make package cd /tmp/package-hplip && tar cf /install/packages/hplip-3.23.5-10.ipfire * # Cleanup rm -rf /tmp/package-hplip # Escape SUMMARY variable and create meta file summaryEscaped=$(sed 's/[&/\]/\\&/g' <<< "HP's Printing, Scanning, and Faxing Software"); sed -e "s/NAME/hplip/g" -e "s/SUMMARY/$summaryEscaped/g" -e "s/VER/3.23.5/g" -e "s/RELEASE/10/g" -e "s/DEPS//g" -e "s/SIZE/$(stat --format=%s /install/packages/hplip-3.23.5-10.ipfire)/g" -e "s/SERVICES//g" < /usr/src/src/pakfire/meta > /install/packages/meta-hplip Apr 9 13:14:57: Building python3-flit flit-3.7.1.tar.gz checksum OK + cd /usr/src/lfs + make -f python3-flit LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//python3-flit' -> '/tmp/package-python3-flit/ROOTFILES' Apr 9 13:14:57: Building python3-colorama colorama-0.4.5.tar.gz checksum OK + cd /usr/src/lfs + make -f python3-colorama LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//python3-colorama' -> '/tmp/package-python3-colorama/ROOTFILES' Apr 9 13:14:58: Building spectre-meltdown-checker spectre-meltdown-checker-0.46.tar.gz checksum OK + cd /usr/src/lfs + make -f spectre-meltdown-checker LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//spectre-meltdown-checker' -> '/tmp/package-spectre-meltdown-checker/ROOTFILES' Apr 9 13:14:58: Building vdr_eepg vdr-plugin-eepg-32b4e669bf8bc6e3336073616c121f10b8518fe8.tar.bz2 checksum OK + cd /usr/src/lfs + make -f vdr_eepg LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//vdr_eepg' -> '/tmp/package-vdr_eepg/ROOTFILES' Apr 9 13:14:58: Building gnump3d gnump3d-3.0.tar.bz2 checksum OK + cd /usr/src/lfs + make -f gnump3d LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//gnump3d' -> '/tmp/package-gnump3d/ROOTFILES' Apr 9 13:14:59: Building perl-JSON JSON-4.05.tar.gz checksum OK + cd /usr/src/lfs + make -f perl-JSON LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//perl-JSON' -> '/tmp/package-perl-JSON/ROOTFILES' Apr 9 13:14:59: Building mtr mtr-0.95.tar.gz checksum OK + cd /usr/src/lfs + make -f mtr LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//mtr' -> '/tmp/package-mtr/ROOTFILES' Apr 9 13:14:59: Building sarg sarg-2.4.0.tar.gz checksum OK + cd /usr/src/lfs + make -f sarg LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//sarg' -> '/tmp/package-sarg/ROOTFILES' Apr 9 13:15:00: Building keepalived keepalived-2.2.8.tar.gz checksum OK + cd /usr/src/lfs + make -f keepalived LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//keepalived' -> '/tmp/package-keepalived/ROOTFILES' Apr 9 13:15:00: Building cups-filters cups-filters-1.28.16.tar.xz checksum OK + cd /usr/src/lfs + make -f cups-filters LFS_BASEDIR=/usr/src dist # Bringing the files to their right place. if [ -e "/usr/src/src/paks/cups-filters" ]; then cp -f /usr/src/src/paks/cups-filters/{,un}install.sh /usr/src/src/paks/cups-filters/update.sh /tmp/package-cups-filters; else cp -f /usr/src/src/paks/default/{,un}install.sh /usr/src/src/paks/default/update.sh /tmp/package-cups-filters; fi for i in /usr/src/config/rootfiles/packages/{aarch64,}/cups-filters; do if [ -e "${i}" ]; then cp -v ${i} /tmp/package-cups-filters/ROOTFILES; break; fi; done '/usr/src/config/rootfiles/packages//cups-filters' -> '/tmp/package-cups-filters/ROOTFILES' # Replace variables in rootfiles sed -i /tmp/package-cups-filters/ROOTFILES -e 's/BUILDTARGET/aarch64-pc-linux-gnu/g' -e 's/KVER/6.6.15/g' -e 's/xxxMACHINExxx/aarch64/g' # Replace variables in scripts sed -i /tmp/package-cups-filters/install.sh -e 's/xxxKVERxxx/6.6.15/g' # Make scripts executable chmod 754 /tmp/package-cups-filters/{{,un}install,update}.sh # Collect all files rm -rf /tmp/package-cups-filters/root && mkdir -p /tmp/package-cups-filters/root tar -c --exclude='#*' --exclude='proc/*' --exclude='dev/pts/*' --exclude='tmp/*' --exclude='__pycache__' -C / --files-from=/tmp/package-cups-filters/ROOTFILES | tar -x -C /tmp/package-cups-filters/root; exit ${PIPESTATUS[0]} # Compress tarball cd /tmp/package-cups-filters/root && tar cf - * | xz -8 -T0 --memory=16801MiB > /tmp/package-cups-filters/files.tar.xz # Cleanup temporary files rm -rf /tmp/package-cups-filters/root # Remove any commented lines sed -i /tmp/package-cups-filters/ROOTFILES -e "/^#/d" # Make package cd /tmp/package-cups-filters && tar cf /install/packages/cups-filters-1.28.16-12.ipfire * # Cleanup rm -rf /tmp/package-cups-filters # Escape SUMMARY variable and create meta file summaryEscaped=$(sed 's/[&/\]/\\&/g' <<< "OpenPrinting CUPS filters, backends, and cups-browsed"); sed -e "s/NAME/cups-filters/g" -e "s/SUMMARY/$summaryEscaped/g" -e "s/VER/1.28.16/g" -e "s/RELEASE/12/g" -e "s/DEPS/cups ghostscript/g" -e "s/SIZE/$(stat --format=%s /install/packages/cups-filters-1.28.16-12.ipfire)/g" -e "s/SERVICES//g" < /usr/src/src/pakfire/meta > /install/packages/meta-cups-filters Apr 9 13:15:01: Building dehydrated dehydrated-0.7.1.tar.gz checksum OK + cd /usr/src/lfs + make -f dehydrated LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//dehydrated' -> '/tmp/package-dehydrated/ROOTFILES' Apr 9 13:15:01: Building perl-Authen-SASL Authen-SASL-2.16.tar.gz checksum OK + cd /usr/src/lfs + make -f perl-Authen-SASL LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//perl-Authen-SASL' -> '/tmp/package-perl-Authen-SASL/ROOTFILES' Apr 9 13:15:01: Building python3-docutils docutils-0.19.tar.gz checksum OK + cd /usr/src/lfs + make -f python3-docutils LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//python3-docutils' -> '/tmp/package-python3-docutils/ROOTFILES' Apr 9 13:15:02: Building python3-six six-1.16.0.tar.gz checksum OK + cd /usr/src/lfs + make -f python3-six LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//python3-six' -> '/tmp/package-python3-six/ROOTFILES' Apr 9 13:15:02: Building python3-botocore botocore-1.27.89.tar.gz checksum OK + cd /usr/src/lfs + make -f python3-botocore LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//python3-botocore' -> '/tmp/package-python3-botocore/ROOTFILES' Apr 9 13:15:26: Building joe joe-4.6.tar.gz checksum OK + cd /usr/src/lfs + make -f joe LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//joe' -> '/tmp/package-joe/ROOTFILES' Apr 9 13:15:27: Building nfs nfs-utils-2.6.4.tar.xz checksum OK + cd /usr/src/lfs + make -f nfs LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//nfs' -> '/tmp/package-nfs/ROOTFILES' Apr 9 13:15:28: Building borgbackup borgbackup-1.2.7.tar.gz checksum OK + cd /usr/src/lfs + make -f borgbackup LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//borgbackup' -> '/tmp/package-borgbackup/ROOTFILES' Apr 9 13:15:29: Building telnet netkit-telnet-0.17.tar.gz checksum OK telnet-client.tar.gz checksum OK + cd /usr/src/lfs + make -f telnet LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//telnet' -> '/tmp/package-telnet/ROOTFILES' Apr 9 13:15:29: Building ffmpeg ffmpeg-6.0.tar.xz checksum OK + cd /usr/src/lfs + make -f ffmpeg LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//ffmpeg' -> '/tmp/package-ffmpeg/ROOTFILES' Apr 9 13:15:38: Building rng-tools rng-tools-6.16.tar.gz checksum OK + cd /usr/src/lfs + make -f rng-tools LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//rng-tools' -> '/tmp/package-rng-tools/ROOTFILES' Apr 9 13:15:38: Building xinetd xinetd-2.3.15.4.tar.xz checksum OK + cd /usr/src/lfs + make -f xinetd LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//xinetd' -> '/tmp/package-xinetd/ROOTFILES' Apr 9 13:15:39: Building nagios-plugins nagios-plugins-2.3.3.tar.gz checksum OK + cd /usr/src/lfs + make -f nagios-plugins LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//nagios-plugins' -> '/tmp/package-nagios-plugins/ROOTFILES' Apr 9 13:15:40: Building tftpd tftp-hpa-5.2.tar.bz2 checksum OK + cd /usr/src/lfs + make -f tftpd LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//tftpd' -> '/tmp/package-tftpd/ROOTFILES' Apr 9 13:15:40: Building proxy-accounting + cd /usr/src/lfs + make -f proxy-accounting LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//proxy-accounting' -> '/tmp/package-proxy-accounting/ROOTFILES' Apr 9 13:15:40: Building libvirt libvirt-10.0.0.tar.xz checksum OK + cd /usr/src/lfs + make -f libvirt LFS_BASEDIR=/usr/src dist # Bringing the files to their right place. if [ -e "/usr/src/src/paks/libvirt" ]; then cp -f /usr/src/src/paks/libvirt/{,un}install.sh /usr/src/src/paks/libvirt/update.sh /tmp/package-libvirt; else cp -f /usr/src/src/paks/default/{,un}install.sh /usr/src/src/paks/default/update.sh /tmp/package-libvirt; fi for i in /usr/src/config/rootfiles/packages/{aarch64,}/libvirt; do if [ -e "${i}" ]; then cp -v ${i} /tmp/package-libvirt/ROOTFILES; break; fi; done '/usr/src/config/rootfiles/packages//libvirt' -> '/tmp/package-libvirt/ROOTFILES' # Replace variables in rootfiles sed -i /tmp/package-libvirt/ROOTFILES -e 's/BUILDTARGET/aarch64-pc-linux-gnu/g' -e 's/KVER/6.6.15/g' -e 's/xxxMACHINExxx/aarch64/g' # Replace variables in scripts sed -i /tmp/package-libvirt/install.sh -e 's/xxxKVERxxx/6.6.15/g' # Make scripts executable chmod 754 /tmp/package-libvirt/{{,un}install,update}.sh # Collect all files rm -rf /tmp/package-libvirt/root && mkdir -p /tmp/package-libvirt/root tar -c --exclude='#*' --exclude='proc/*' --exclude='dev/pts/*' --exclude='tmp/*' --exclude='__pycache__' -C / --files-from=/tmp/package-libvirt/ROOTFILES | tar -x -C /tmp/package-libvirt/root; exit ${PIPESTATUS[0]} # Compress tarball cd /tmp/package-libvirt/root && tar cf - * | xz -8 -T0 --memory=16801MiB > /tmp/package-libvirt/files.tar.xz # Cleanup temporary files rm -rf /tmp/package-libvirt/root # Remove any commented lines sed -i /tmp/package-libvirt/ROOTFILES -e "/^#/d" # Make package cd /tmp/package-libvirt && tar cf /install/packages/libvirt-10.0.0-34.ipfire * # Cleanup rm -rf /tmp/package-libvirt # Escape SUMMARY variable and create meta file summaryEscaped=$(sed 's/[&/\]/\\&/g' <<< "Server side daemon and supporting files for libvirt"); sed -e "s/NAME/libvirt/g" -e "s/SUMMARY/$summaryEscaped/g" -e "s/VER/10.0.0/g" -e "s/RELEASE/34/g" -e "s/DEPS/ebtables libpciaccess libyajl ncat qemu/g" -e "s/SIZE/$(stat --format=%s /install/packages/libvirt-10.0.0-34.ipfire)/g" -e "s/SERVICES/libvirtd virtlogd/g" < /usr/src/src/pakfire/meta > /install/packages/meta-libvirt Apr 9 13:15:45: Building icinga icinga-1.11.4.tar.gz checksum OK + cd /usr/src/lfs + make -f icinga LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//icinga' -> '/tmp/package-icinga/ROOTFILES' Apr 9 13:15:58: Building libmpdclient libmpdclient-2.22.tar.xz checksum OK + cd /usr/src/lfs + make -f libmpdclient LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//libmpdclient' -> '/tmp/package-libmpdclient/ROOTFILES' Apr 9 13:15:58: Building fetchmail fetchmail-6.4.36.tar.xz checksum OK + cd /usr/src/lfs + make -f fetchmail LFS_BASEDIR=/usr/src dist # Bringing the files to their right place. if [ -e "/usr/src/src/paks/fetchmail" ]; then cp -f /usr/src/src/paks/fetchmail/{,un}install.sh /usr/src/src/paks/fetchmail/update.sh /tmp/package-fetchmail; else cp -f /usr/src/src/paks/default/{,un}install.sh /usr/src/src/paks/default/update.sh /tmp/package-fetchmail; fi for i in /usr/src/config/rootfiles/packages/{aarch64,}/fetchmail; do if [ -e "${i}" ]; then cp -v ${i} /tmp/package-fetchmail/ROOTFILES; break; fi; done '/usr/src/config/rootfiles/packages//fetchmail' -> '/tmp/package-fetchmail/ROOTFILES' # Replace variables in rootfiles sed -i /tmp/package-fetchmail/ROOTFILES -e 's/BUILDTARGET/aarch64-pc-linux-gnu/g' -e 's/KVER/6.6.15/g' -e 's/xxxMACHINExxx/aarch64/g' # Replace variables in scripts sed -i /tmp/package-fetchmail/install.sh -e 's/xxxKVERxxx/6.6.15/g' # Make scripts executable chmod 754 /tmp/package-fetchmail/{{,un}install,update}.sh # Collect all files rm -rf /tmp/package-fetchmail/root && mkdir -p /tmp/package-fetchmail/root tar -c --exclude='#*' --exclude='proc/*' --exclude='dev/pts/*' --exclude='tmp/*' --exclude='__pycache__' -C / --files-from=/tmp/package-fetchmail/ROOTFILES | tar -x -C /tmp/package-fetchmail/root; exit ${PIPESTATUS[0]} # Compress tarball cd /tmp/package-fetchmail/root && tar cf - * | xz -8 -T0 --memory=16801MiB > /tmp/package-fetchmail/files.tar.xz # Cleanup temporary files rm -rf /tmp/package-fetchmail/root # Remove any commented lines sed -i /tmp/package-fetchmail/ROOTFILES -e "/^#/d" # Make package cd /tmp/package-fetchmail && tar cf /install/packages/fetchmail-6.4.36-15.ipfire * # Cleanup rm -rf /tmp/package-fetchmail # Escape SUMMARY variable and create meta file summaryEscaped=$(sed 's/[&/\]/\\&/g' <<< "Full-Featured POP and IMAP Mail Retrieval Daemon"); sed -e "s/NAME/fetchmail/g" -e "s/SUMMARY/$summaryEscaped/g" -e "s/VER/6.4.36/g" -e "s/RELEASE/15/g" -e "s/DEPS//g" -e "s/SIZE/$(stat --format=%s /install/packages/fetchmail-6.4.36-15.ipfire)/g" -e "s/SERVICES/fetchmail/g" < /usr/src/src/pakfire/meta > /install/packages/meta-fetchmail Apr 9 13:15:58: Building tshark wireshark-4.0.8.tar.xz checksum OK + cd /usr/src/lfs + make -f tshark LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//tshark' -> '/tmp/package-tshark/ROOTFILES' Apr 9 13:16:51: Building python3-pyparsing pyparsing-3.0.9.tar.gz checksum OK + cd /usr/src/lfs + make -f python3-pyparsing LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//python3-pyparsing' -> '/tmp/package-python3-pyparsing/ROOTFILES' Apr 9 13:16:51: Building nut nut-2.8.1.tar.gz checksum OK + cd /usr/src/lfs + make -f nut LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//nut' -> '/tmp/package-nut/ROOTFILES' Apr 9 13:16:54: Building python3-idna idna-3.4.tar.gz checksum OK + cd /usr/src/lfs + make -f python3-idna LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//python3-idna' -> '/tmp/package-python3-idna/ROOTFILES' Apr 9 13:16:55: Building fireperf fireperf-0.2.0.tar.gz checksum OK + cd /usr/src/lfs + make -f fireperf LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//fireperf' -> '/tmp/package-fireperf/ROOTFILES' Apr 9 13:16:55: Building python3-outcome outcome-1.2.0.tar.gz checksum OK + cd /usr/src/lfs + make -f python3-outcome LFS_BASEDIR=/usr/src dist '/usr/src/config/rootfiles/packages//python3-outcome' -> '/tmp/package-python3-outcome/ROOTFILES'